
/* ### 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: #C9C9C9;
		background-image:url(grafiken/hg.gif);
		background-repeat:repeat-x;
		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: 1000px;
    }
    
#rettetbanner {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1000;
    }
    
/* ### Kopf-Styles ##################################################################*/
    
#kopf { 
    width:auto;
    height:295px;
    }
    
#kopf_logo { 
    float:left;
    width:229px;
    height:295px;
    background-image:url(grafiken/hg_logo.gif);
    }  
 
#kopf_impressum { 
    width:auto;
    height:13px;
    padding:32px 0px 0px 0px;
    text-align:right;
    } 
      
#kopf_logobox { 
    width:auto;
    height:195px;
    } 
    
.kopf_logo_pos {
    margin:30px 0px 0px 60px;
}
    
#kopf_foto { 
    float:left;
    width:324px;
    height:295px;
    background-image:url(grafiken/foto.jpg);
    }   
    
#kopf_navi { 
    float:left;
    width:400px;
    height:226px;
    background-image:url(grafiken/hg_navi.jpg);
    padding-top:69px;
    }  
    
    
/* ### Körper-Styles ##################################################################*/ 
    
#koerper { 
    width:auto;
    min-height:415px;
    background-image:url(grafiken/hg_text.gif);
    padding-bottom:20px;
    }
    
    * html #koerper { height:415px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper { height:415px; } /* nur vom IE 5.0 */
    
#koerper_text { 
    float:left;
    width:526px;
    min-height:415px;
    }
    
    * html #koerper_text { height:415px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper_text { height:415px; } /* nur vom IE 5.0 */
    
#koerper_bild { 
    float:left;
    width:410px;
    height:375px;
    background-image:url(grafiken/hg_bild.jpg);
    padding:40px 0px 0px 53px;
    }
    
.koerper_titel { 
    width:458px;
    height:24px;
    background:#F18C00; 
    color:#FFF;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    padding:2px 0px 0px 52px;
    margin-top:35px;
    }
    
.text_titel {
    font-size:14px;
    font-weight:bold;
    padding:15px 0px 0px 52px;
    } 
    
.haupttext {
    padding:15px 15px 0px 52px;
    line-height:16px;
    }
    
.kurztext {
    font-size:11px;
    font-style:italic;
    line-height:16px;
    }

.kurztext_titel {
    font-size:12px;
    font-weight:bold;
    color:#2F61A8;
    font-style:italic;
    } 

.refbild {
    margin:15px 0px 0px 52px;
}
    
.Textorange { color:#F18C00; }
    
/* ### Fuss-Styles ##################################################################*/
    
#fuss { 
    width:auto;
    height:180px;
    background-image:url(grafiken/hg_fuss.gif);
    padding:20px 0px 0px 52px;
    }
    
#fuss_a { 
    float:left;
    width:140px;
    height:130px;
    line-height:16px;
    }
    
#fuss_b { 
    float:left;
    width:200px;
    height:130px;
    line-height:16px;
    }
    
#fuss_c { 
    float:left;
    width:162px;
    height:130px;
    line-height:16px;
    }
    
#fuss_d { 
    float:left;
    width:150px;
    height:130px;
    }
    
#fuss_e { 
    float:left;
    width:140px;
    height:130px;
    }
    
#fuss_copyright { 
    float:left;
    width:200px;
    height:20px;
    color:#000;
    }
    
#fuss_adresse { 
    float:left;
    width:410px;
    height:20px;
    color:#000;
    }
    
/* ### Standard-Styles ##################################################################*/ 
    
.bildlinks {
    float:left;
    }
    
.bildrechts {
    float:right;
    }
    
#saubersauger {
    clear:both;
    }
    
.trennlinie {
    border:dashed #C9C9C9 1px;
    margin:0px 15px 0px 52px;
}

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

#vorladen {visibility: hidden;}
    
    #standardtags {
    width:auto;
    width:100px; 
    height:100px;  
    background:#00B800;  
    background-image:url(grafiken/bild.jpg);
    background-repeat:repeat-y;     /* wagerecht */ 
    background-repeat:repeat-x;     /* senkrecht */
    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;
    }
    
/* ### Linkfarben ##################################################################*/

#kopf_impressum a { text-decoration: none; font-size:9px;}
#kopf_impressum a:link { color: #fff; }
#kopf_impressum a:visited { color: #fff; }
#kopf_impressum a:hover { color: #fff; text-decoration: underline;}

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

/* ### Navigation ##################################################################*/

#navcontainer
{
margin: 0;
padding: 0;
width: 210px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#navcontainer ul li a
{
width: 239px;
height: 23px;
padding: 5px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
text-align: left;
font-size:13px;
}

#navcontainer ul li a:hover
{
text-decoration: underline;
}

#navcontainer a:active
{
color: #2A346E;
}

#navcontainer li#active a
{
color: #2A346E;
}

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

