
/* ### Vorbereitende Maßnahmen | Reset ##################################################################*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin:0; padding: 0; } 

	/* Das zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
	option {padding-left: 0.4em}
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	html { height: 100% } 
	body { 
		min-height: 101%;	
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;        
		background: #fff;
		text-align: left;
	} 
	
	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 99% }
    
    

/* ### Main-Styles ##################################################################*/
    
    
body,table,td,div,form,input,pre {
    font-family: verdana, helvetica; 
    font-size: 12px; 
    color: #37414B; 
    vertical-align: top;
    }
    
#seite {
    margin:auto;
    width: 896px;
    background: #FFF;
    }
    
/* ### Kopf-Styles ##################################################################*/
    
#kopf { 
    position:relative;
    width:auto;
    height:95px;
    background-image:url(grafiken/hg_kopf.gif);
    background-repeat:repeat-x;
    text-align:center;
    }
    
#kopf_mininav_b {
    position:absolute;
    top:56px;
    right:0px;
    width:100px;
    height:15px;
    text-align:right;
    }
    
#kopf_mininav_a {
    position:absolute;
    top:56px;
    right:144px;
    width:55px;
    height:15px;
    }
    
#kopf_spruch {
    position:absolute;
    top:30px;
    left:30px;
    width:265px;
    height:46px;
    background-image:url(grafiken/spruch.gif);
    background-repeat:no-repeat;
    }
   
#kopf_bild { 
    width:auto;
    height:141px;
    background-image:url(grafiken/hg_kopf_bild.gif);
    background-repeat:no-repeat;
    }
    
.kopf_bild_abstand { 
    margin-left:179px;
    }
    
#kopf_navi { 
    width:auto;
    height:59px;
    border-top:1px solid #9CAAB1;
    }
    
#kopf_partner { 
    float:left;
    width:126px;
    height:17px;
    background:#0044A5;
    margin-top:4px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:2px 0px 0px 10px;
    } 
    
/* ### Körper-Styles ##################################################################*/ 
    
#koerper { 
    width:auto;
    min-height:320px;
    }
    
* html #koerper { height:320px; } /* nur für IE 5.5 - 6.x */
html + body #koerper { height:320px; } /* nur vom IE 5.0 */

#koerper_unternav { 
    float:left;
    width:180px;
    height:100px;
    }

#koerper_text { 
    float:left;
    width:540px;
    min-height:290px;
    padding: 0px 15px 30px 25px;
    border-right:1px solid #9CAAB1;
    }
    
* html #koerper_text { height:290px; } /* nur für IE 5.5 - 6.x */
html + body #koerper_text { height:290px; } /* nur vom IE 5.0 */
    
    
#koerper_text_edit { 
    float:left;
    width:540px;
    min-height:290px;
    padding: 0px 15px 30px 25px;
    border-right:1px solid #9CAAB1;
    }
    
* html #koerper_text_edit { height:290px; } /* nur für IE 5.5 - 6.x */
html + body #koerper_text_edit { height:290px; } /* nur vom IE 5.0 */

#koerper_text_edit img{
    border: 1px solid #0044A5;
    margin: 0px 15px 15px 0px;
    }
    
#koerper_text_edit td{
    text-align: top;
    }
    
#koerper_text ol{ 
    padding-left:40px;
    }
    
#koerper_textL { 
    float:left;
    width:370px;
    }
    
#koerper_textR { 
    float:right;
    width:152px;
    text-align:center;
    }
        
#koerper_partner { 
    float:left;
    width:135px;
    height:100px;
    text-align:center;
    }
    
.marke {
    padding-bottom:15px;
    }

p.ueberschrift {
    font-size:13px;
    font-weight:bold;
    }
    
p.adresse {
    font-size:10px;
    text-align:right;
    padding-right:10px;
    }
    
p.adressenotfall {
    font-size:10px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
    }
    
p.kontakt_namen {
    font-size:9px;
    padding-bottom:10px;
    }


#notfallbox {
    width:350px;
    border: 1px solid #0044A5;
    padding:10px 0px 10px 10px;
    }
    
#sitemap_rechts {
    width:180px;
    height:200px;
    float:left;
    }
    
#sitemap_links {
    width:180px;
    height:200px;
    float:left;
    }
    
#sitemap_mitte {
    width:20px;
    height:200px;
    float:left;
    }
  
/* ### Standard-Styles ##################################################################*/ 
    
.bildlinks {
    float:left;
    border: 1px solid #0044A5;
    margin: 0px 15px 15px 0px;
    }

.bildrechts {
    float:right;
    border: 1px solid #0044A5;
    margin: 0px 0px 15px 15px;
    }
    
.kontakt_bild {
    float:left;
    border: 1px solid #0044A5;
    margin: 0px 0px 0px 0px;
    }
    
.spacerlinks {
    float:left;
    margin: 1px 16px 16px 1px;
    }
    
.saubersauger {
    clear:both;
    }
  
.SpamMessage {color: #0044a5;}
    
/* ### Linkfarben ##################################################################*/

#kopf_mininav_a a, #kopf_mininav_b a{ 
    font-size:10px;
    text-decoration:none;
    color:#aaa;
    }
    
#kopf_mininav_a a:hover, #kopf_mininav_b a:hover{ 
    font-size:10px;
    text-decoration:none;
    color:#000;
    }
    

a:link { color: #0044A5; }
a:visited { color: #0044A5; }
a:hover { color: #0044A5; }


/* ### Navigation ##################################################################*/


#nav_main {
    width: 568px;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    line-height: 0px;
    height: 30px;
    padding-left:192px;
}

#nav_main ul {
    float:left;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
    margin-left: 3px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */
}

#nav_main ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    list-style-type: none;
}

#nav_main ul li a {
    display:block;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #0044A5;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
}

#nav_main ul li a:hover {
    color: #5598F7;
    text-decoration: none;
}

#nav_main ul li#currenta a,
#nav_main ul li#currenta a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_ueberuns.gif);
    background-repeat:no-repeat;
}

#nav_main ul li#currentb a,
#nav_main ul li#currentb a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_angebote.gif);
    background-repeat:no-repeat;
}

#nav_main ul li#currentc a,
#nav_main ul li#currentc a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_leistungen.gif);
    background-repeat:no-repeat;
}

#nav_main ul li#currentd a,
#nav_main ul li#currentd a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_anfahrt.gif);
    background-repeat:no-repeat;
}

#nav_main ul li#currente a,
#nav_main ul li#currente a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_kontakt.gif);
    background-repeat:no-repeat;
}

#nav_main ul li#currentf a,
#nav_main ul li#currentf a:hover {
    color: #5598F7;
    text-decoration: none;
    background-image:url(grafiken/hg_nav_impressum.gif);
    background-repeat:no-repeat;
}

/* ### Unter-Navigation ##################################################################*/

#unavcontainer
{
margin: 0;
padding: 0;
width: auto;
border-top:1px solid #9CAAB1;
}

#unavcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#unavcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#unavcontainer ul li a
{
width: 170px;
height: 19px;
padding: 3px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-size:11px;
color: #000;
text-decoration: none;
display: block;
text-align: left;
border-bottom:1px solid #9CAAB1;
}

#unavcontainer ul li a:hover
{
color: #000;
background:#eee;
}

#unavcontainer a:active
{
color: #000;
}

#unavcontainer li#active a
{
color: #000;
background:#eee;
}


/* ### Unter-Navigation 2 ##################################################################*/

#unavcontainer2
{
margin: 0;
padding: 0;
width: auto;
}

#unavcontainer2 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#unavcontainer2 ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#unavcontainer2 ul li a
{
width: 170px;
height: 31px;
padding: 3px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-size:11px;
color: #000;
text-decoration: none;
display: block;
text-align: left;
border-bottom:1px solid #9CAAB1;
}

#unavcontainer2 ul li a:hover
{
color: #000;
background:#eee;
}

#unavcontainer2 a:active
{
color: #000;
}

#unavcontainer2 li#active a
{
color: #000;
background:#eee;
}



/* ### Unter-Navigation 3 ##################################################################*/

#unavcontainer3
{
margin: 0;
padding: 0;
width: auto;
}

#unavcontainer3 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#unavcontainer3 ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#unavcontainer3 ul li a
{
width: 170px;
height: 19px;
padding: 3px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-size:11px;
color: #000;
text-decoration: none;
display: block;
text-align: left;
border-bottom:1px solid #9CAAB1;
}

#unavcontainer3 ul li a:hover
{
color: #000;
background:#eee;
}

#unavcontainer3 a:active
{
color: #000;
}

#unavcontainer3 li#active a
{
color: #000;
background:#eee;
}

/* ### Unter-Navigation ##################################################################*/

#unavcontainer4
{
margin: 0;
padding: 0;
width: auto;
border-top:1px solid #9CAAB1;
}

#unavcontainer4 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#unavcontainer4 ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#unavcontainer4 ul li a
{
width: 170px;
height: 19px;
padding: 3px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-size:11px;
color: #000;
text-decoration: none;
display: block;
text-align: left;
border-bottom:1px solid #9CAAB1;
}

#unavcontainer4 ul li a:hover
{
color: #000;
background:#eee;
}

#unavcontainer4 a:active
{
color: #000;
}

#unavcontainer4 li#active a
{
color: #000;
background:#eee;
}
  
    
