
/* ### 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: #f2f2f2;
		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: arial, helvetica; 
    font-size: 12px; 
    color: #37414B; 
    vertical-align: top;
    }
    
#seite {
    margin:auto;
    width:780px;
    background: #FFF;
    }
    
/* ### Kopf-Styles ##################################################################*/
    
#kopf { 
    width:auto;
    height:113px;
    background-image:url(grafiken/hg_kopf.gif);
    background-repeat:no-repeat;
    }
    
#kopf img.logo {
    float:right;
    margin:17px 28px 0px 0px;
    }
    
#mininavi { 
    float:left;
    width:214px;
    height:13px;
    margin:20px 0px 0px 18px;
    }
    
/* ### Körper-Styles ##################################################################*/ 
    
#koerper { 
    width:auto;
    height:381px;
    background-image:url(grafiken/hg_koerper.gif);
    background-repeat:repeat-y;
    padding:0px 20px 0px 20px;
    }
    
#koerper_bild_a {
    float:left; 
    width:260px;
    height:380px;
    background-image:url(grafiken/bild_1.jpg);
    background-repeat:no-repeat;
    }
    
#koerper_unavi { 
    float:right;
    width:471px;
    height:27px;
    background-image:url(grafiken/hg_unavi.gif);
    background-repeat:repeat-x; 
    padding:83px 0px 0px 8px;
    }
    
#koerper_text { 
    float:right;
    width:439px;
    height:230px;
    background-image:url(grafiken/hg_text.jpg);
    background-repeat:repeat-x;
    padding: 20px 20px 20px 20px;
    overflow: auto;
    }

   
/* ### Fuss-Styles ##################################################################*/
    
#fuss { 
    width:auto;
    height:108px;
    background-image:url(grafiken/hg_fuss.gif);
    background-repeat:no-repeat;
    padding:0px 20px 0px 21px;
    }
    
/* ### Formular-Styles ##################################################################*/ 
    
#kontakt_left {
    width:190px;
    float:left;
    text-align:right;
    margin-right:15px;
    }
    
#kontakt_right {
    width:210px;
    float:left;
    }
    
#kontakt_senden {
    width:350px;
    float:left;
    margin-top:10px;
    }
    
input { margin: 0px 0px 15px 5px; }
    
/* ### Standard-Styles ##################################################################*/ 
    
.bildlinks {
    float:left;
    }
    
.bildrechts {
    float:right;
    }
    
.saubersauger {
    clear:both;
    }

/* ### Optional ##################################################################*/ 

#vorladen {visibility: hidden;}
    
    #standardtags {
    width:auto;
    width:100px; 
    height:100px;  
    background:#00B800;  
    background-image:url(grafiken/bild.jpg);
    background-repeat:repeat-y;     /* senkrecht */ 
    background-repeat:repeat-x;     /* wagerecht */
    background-repeat:no-repeat;
    background-position:right;  
    position:absolute;
    position:relative;  
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    color:#FFF;
    font-size:9px;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
    line-height:24px;
    border:1px solid #00ff00; /* GRÜN */
    }
    
    * html #standardtags { height:415px; } /* nur für IE 5.5 - 6.x */
    html + body #standardtags { height:415px; } /* nur vom IE 5.0 */
    
    
/* ### Linkfarben ##################################################################*/

#unternav a { text-decoration: none; }
#unternav a:link { color: #000000; }
#unternav a:visited { color: #000000; }
#unternav a:hover { color: #000000; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }

a.footerlink:link {color: #FFFFFF; text-decoration: none;}
a.footerlink:visited {color: #FFFFFF; text-decoration: none;}
a.footerlink:active {color: #FFFFFF; text-decoration: none;}
a.footerlink:hover {color: #FFFFFF; text-decoration: underline;}

a.bildlink img { border: 1px solid #0044A5;}
a.bildlink:hover img { border: 1px solid #5598F7; } 

/* ### Haupt-Navigation ##################################################################*/

#hauptnavi {
    width:auto;		/* Einfassen der Floats im IE */
    float:right;         /* Einfassen der Floats in allen anderen Browsern */
    line-height: 0px;
    height: 91px;
}

#hauptnavi 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 */
}

#hauptnavi 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;
}

#hauptnavi ul li a {
    display:block;
    width: 119px;
    height: 54px;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    background: #949596;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0px;
    padding: 37px 0px 0px 0px;
    border-left:1px solid #ffffff; /* GRÜN */
}

#hauptnavi ul li a:hover {
    background: #0044a5;
    color: #FFFFFF;
    text-decoration: none;
}

#hauptnavi ul li#currenta a,
#hauptnavi ul li#currenta a:hover {
    color: #fff;
    background: #9bc7f6;
    text-decoration: none;
}


/* ### Unter-Navigation ##################################################################*/

#unavi {
    width: 80%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    line-height: 0px;
    height: 26px;
}

#unavi 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 */
}

#unavi 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;
}

#unavi ul li a {
    display:block;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #000;
    margin: 0px;
    padding: 0.5em 0.8em 0.5em 0.8em;
}

#unavi ul li a:hover {
    color: #949596;
    text-decoration: none;
}

#unavi ul li#currentb a,
#unavi ul li#currentb a:hover {
    color: #0044a5;
    text-decoration: none;
}




/* ### Sonstige-Styles ##################################################################*/
  
    

