

#wrapper {
  background-color: #ffe8a2;
  color: #333333;
  padding: 0;
  margin: 0;
}

/* Centering Technique */

body { 
  text-align: center; 
  min-width: 902px;
}

#wrapper { 
  width: 902px; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 11px; 
  padding: 0;
  text-align: left; 
  /*border: 1px solid black;*/
} 

#header { 
  margin: 0; 
  padding: 0;
  height: 103px;
  background-image: url(../img/layout/bckg_header.gif);
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: 1px solid white;
  /*border: 1px solid red;*/
} 

#contenttitle { 
  margin: 0; 
  padding: 0;
  /*background-color: #ffffff;*/
  background-image: url(../img/layout/bckg-titul.gif);
  background-repeat: repeat-x;
  background-position: top;
  text-align: center; 
  height:531px;
} 

#contenttitle2 { 
  margin: 0; 
  padding: 0;
  background-image: url(../img/layout/bckg-titul8.gif);
  background-repeat: no-repeat;
  background-position: top;
  text-align: left; 
  height:531px;
  border: 1px solid #6f161a;
} 


#content { 
  margin: 0px; 
  padding: 0 10px 0 0;
  background-color: #ffe8a2;
  /*color: #333333;*/
   color: #534f3d;
  text-align: left; 
  min-height:425px;
  height:425px;
  overflow: visible !important;
} 

/* nastaveni minimalni vysky  - zacatek*/

div[id] #content {
   height:auto;
   }
	
/* nastaveni minimalni vysky  - konec*/

#left { 
  margin: 0; 
  padding:0;
  width: 284px;
  height: 424px;
  vertical-align: top;
  float: left;
} 

#right { 
  margin: 0 0 0 295px; 
  padding:0 5px 0 10px;
  height: 425px;
} 

#lang { 
  margin-top: 93px; 
  font-weight: bold;
} 

#fright { 
  margin: 0; 
  float: right;
} 

#fleft { 
  margin: 0;
  padding: 0; 
  float: left;
} 

#footer { 
  celar: both;
  font-size: 0.85em;
  color: #c3b17a;
  margin: 0; 
  text-align: left; 
  height: 20px;
  line-height: 20px;
  background-color: #6f161a;
  vertical-align: middle;
} 




