html, body{ 
 margin:0; padding:0; 
 text-align:center; 
 background:#1B5BA2;
 color:#3B3B3B;
 font: normal 12px/1.6em trebuchet MS, verdana, sans-serif;
} 
 
a:link { font-weight:bold; color:#1B5BA2; text-decoration:underline; }
a:visited { font-weight:bold; color:#1B5BA2; text-decoration:underline; }
a:focus { font-weight:bold; color:#1B5BA2; text-decoration:underline; }
a:hover { font-weight:bold; color:#3B3B3B; text-decoration:underline; }
a:active { font-weight:bold; color:#F6C739; text-decoration:underline; }

h1{color:#1B5BA2; font: normal 18px/1.6em trebuchet MS, verdana, sans-serif;}
h2{color:#1B5BA2; font: bold 16px/1.6em trebuchet MS, verdana, sans-serif;}
h3{font: bold 12px/1.6em trebuchet MS, verdana, sans-serif;}

/* layout container */ 

#yextend{
 background:url(img/yextend.gif) top center repeat-y;
}

#sky{
 background:url(img/sky_03.jpg) top center no-repeat;
}

#pagewidth{ 
 width:985px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background:url(img/logo.png) 60px 30px no-repeat;
} 
  
#leftcol{
 width:400px; 
 height:266px;
 float:left; 
 position:relative; 
 background:url(img/sideimg.png) top left no-repeat #fff;
 margin-top:280px; /*abstand bild nach oben*/
 padding: 10px 0px 0px 10px;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:500px; 
 padding: 100px 60px 20px 10px;
 }
 
#footer{
 font-size:11px;
 height:40px; 
 background:url(img/foot.gif) top left no-repeat;
 clear:both;
 color:#fff;
 text-align:center;
 padding: 30px 0px 10px 0px;
 margin: 0px 17px 0px 376px;
 } 
 
#footer a{color:#fff;}
#footer a:hover{text-decoration:none;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

