@charset "utf-8";
/* CSS Document */

#container{ 
 width:1020px; 
 text-align:left;  
 margin:auto;
 height:100%;
 min-height:100%; 
 height:auto;
 background-image:url(../images/content_backgr.jpg);
 background-repeat:repeat-y;
} 
 
#header{
 width:1020px;
 position:relative; 
 height:156px;
 background-image:url(../images/header_blue.jpg);
 background-repeat:no-repeat; 
}

#sprache{
 width:150px;
 height: 50px;
 left:50px;
 top:75px;
 position:absolute;
}

#logo{
 width:218px;
 height: 76px;
 right:33px;
 top:48px;
 position:absolute;
}
 
#leftcol {
 width:216px; 
 float:left; 
 height:100%;
 min-height:100%; 
 height:auto;
 position:relative; 
  }
 
#suche {  
 width:199px;
 height:84px; 
 float:right; 
 position:relative;
 background-image:url(../images/suche.jpg);
 background-repeat:no-repeat; 
 }
 
 
#suchfeld{
 width:150px;
 height:50px;
 left:25px;
 top:50px;
 position:absolute;
}
 
#linkespalte{
 width:199px;
 float:right; 
 position:relative;
 }  
 
#menukleintrenner{
 width:216px;
 height:50px;
 float:left; 
 position:relative;
 } 
 
#menuklein {
 width:199px;
 float:right; 
 position:relative;
} 
 
#mitte{
 width:804px; 
 float:right; 
 position:relative; 
 height:100%;
  }
 
#rightcol{
 width:241px; 
 float:right; 
 height:100%;
 position:relative; 
 }

#festerlink{
 width:220px;
 height:84px; 
 float:left; 
 position:relative;
 background-image:url(../images/linkhome.jpg);
 background-repeat:repeat;
 } 

 
#rechtespalte{
 width:220px;
 float:left; 
 position:relative;
 } 
 
#inhalt{
 float: left;
 width:563px;
 height:100%; 
 background-color: #FFFFFF;  
 display:inline; 
 position: relative; 
 }
 
#breadcrumb{
 width:538px;
 height:74px;
 padding-left:25px;
 padding-top:10px;
 position: relative;
 background-image:url(../images/breadcrumb_blue.jpg);
 background-repeat:no-repeat;
 } 
 
#headerfoto{
 width:563px;
 position: relative;
 } 
 
#content{
 width:533px;
 margin-top:10px;
 margin-left:15px;
 margin-right:15px;
 margin-bottom:10px;
 position: relative;
 } 
 
#trenner{ 
 width:1020px; 
 text-align:left;  
 margin:auto;
 height:25px;;
 background-image:url(../images/content_backgr.jpg);
 background-repeat:repeat-y;
}  
 
 /* *** 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 */  
