
/* Layout Stylesheet */ 

body {
 margin:20px;
 /*background:#808080;*/
 background: #9e5449;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer { 
 text-align:left;
 border:0px solid #000000;
 width:940px;
 margin:auto;
 }

#hdr {
 height:240px;
 background:#eeeeee;
 color: #333333;
 background: url(images/head1.jpg);
 }

#bar {
 height:50px;
 background:#ece4e2 url(images/bar.gif) no-repeat;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0; 
 }

#bodyblock {
 position:relative;
 background: #ece4e2;
 color: #333333;
 width:940px;
 padding:0;
 
 }

#l-col {
 float:left; 
 background:#ece4e2;
 color: #333333; 
 width: 210px;
 }

#cont { 
 width:700px; 
 background: #ffffff; 
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 10px 20px 20px 10px;  
 }
 
#cont-kontakt {
  width:700px; 
 background: #ffffff url(images/kontakt.jpg) no-repeat 410px 0px;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 10px 20px 20px 10px;
 
}

#cont-hlavni  {
  width:700px; 
 background: #ffffff url(images/zelena-uspora-logo.jpg) no-repeat 510px 50px;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 10px 20px 20px 10px;
} 

#ftr {  
 height:25px;
 background:#fb0202;
 color: #ffffff; 
 border-width:1px 0 0 0;
 margin:0;
 font: 8pt Arial, sans-serif;
 clear: both;
 }