html, body{ 
margin:0; 
padding:0; 
text-align:center; 
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:10pt;
background-image: url(../../img/layout/hg.gif);
background-repeat:repeat;
} 

 
#pagewidth{ 
width:800px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 

#leftcol{
width:198px;
float:left; 
position:relative; 
}
 
#maincol{
background-color:#F4F5F5;
float: right; 
display:inline; 
position: relative; 
width:602px; 
}
 
 
#navi{
margin-top:-2px;
width:198px;
min-height:432px; 
float:left; 
position:relative; 
background-image: url(../../img/layout/hg-links.gif);
background-position: 0px 0px;
background-repeat : no-repeat;
padding-bottom:10px;
}
 
#content{
margin-top:-3px;
float: right; 
display:inline; 
position: relative; 
min-height:432px; 
width:602px; 
background-color:#F4F5F5;
background-image: url(../../img/layout/hg-rechts.gif);
background-position: 0px 0px;
background-repeat : no-repeat;
}
 
 
#footerleft{
width:198px;
float:left; 
position:relative; 
background-image: url(../../img/layout/hg.gif);
background-repeat:repeat;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:7.8pt; 
 }
 
#footermain{
float:right; 
display:inline; 
position: relative; 
width:602px; 
background-image: url(img/layout/hg-main.gif);
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:7.8pt; 
}
 

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

/* 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;} 
#maincol{display:none;} 

#navi{display:none;}
#twocols, #content{width:100%; float:none;}

#footerleft{display:none;} 
#footermain{display:none;} 

}

.logo{
width:198px;
background-color:transparent; 
}

.fla{
width:602px;
position:relative;
top:0px;
left:0px;
z-index:1;
}

.fotofront{
width:602px;
position:absolute;
top:0px;
left:0px;
z-index:0;
}


.fotofrontunder{
position:relative;
width:602px;
height:168px;
top:0px;
left:0px;
z-index:1;
}


#leftbox{
position:absolute;
padding:5px;
top:-25px;
left:192px;
width:193px; 
height:91px; 
background-color:#ffffff;
font-size:8.5pt; 
z-index:+2;
}

#rightbox{
position:absolute;
padding:5px;
top:-25px;
left:399px;
width:193px; 
height:91px; 
background-color:#ffffff;
font-size:8.5pt; 
z-index:+2;
}


#leftboxbild{
position:absolute;
padding:0px;
top:-25px;
left:192px;
width:203px; 
height:101px; 
background-color:#ffffff;
font-size:8.5pt; 
z-index:+2;
}

#rightboxbild{
position:absolute;
padding:0px;
top:-25px;
left:399px;
width:203px; 
height:101px; 
background-color:#ffffff;
font-size:8.5pt; 
z-index:+2;
}


 
.red{
color:#E5000F;
}
 
.lupe{
position:relative;
top:20px;
width:55px; 
height:40px;
}
 
#suche{
position:relative;
width:198px;
}
 
.notruf{
width:22px; 
height:22px; 
}
 
#notruf{
position:relative;
top:18px;
width:175px;
text-align:right; 
} 
 
h1{
color:#000; /*219B24*/
letter-spacing:3px;
font-size:9pt;
}

.bold{
font-size:9pt;
font-weight:700;
letter-spacing:1px;
}
 
#inhalt{
margin:10px;
position:relative;
top:35px;
margin:10px;
padding-bottom:10px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:10pt;
}


td,th,ul,li,ol{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:10pt;
}


 
.footer{
margin:10px;
}
 
.footer-left{
margin-top:10px;
}









/* SLIDESHOW */
#slideshow {
 height:167px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}