/* ### 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: #184d6d;
	  background-image:url(grafiken/hg_body.jpg);
    background-repeat:repeat-x;     /* wagerecht */
    background-position: top; 
		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 {
    width: 985px;
    background: #FFF;
    background-image:url(grafiken/hg_seite.jpg);
    background-repeat:no-repeat;
    background-position: right top; 
    }
    
/* ### Kopf-Styles ##################################################################*/
    
#kopf { 
    width:967px;
    height:122px;
    background-image:url(grafiken/hg_kopf.jpg);
    background-repeat:repeat-x;
    }

.logo {
    float:left;
    }

.logobeisatz {
    float:left;
    margin:30px 0px 8px 0px;
    } 
    
#kopf_navi { 
    float:right;
    width:647px;
    height:30px;
    font-size:15px;
    text-align: left;
    color: #FFFFFF; 
    vertical-align: bottom;
    }
    
/* ### Körper-Styles ##################################################################*/ 
    
#koerper { 
    width:967px;
    min-height:200px;
    background-image:url(grafiken/hg_koerper.gif);
    background-repeat:repeat-y;
    background-position: left;
    }
    
    * html #koerper { height:200px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper { height:200px; } /* nur vom IE 5.0 */
    
#koerper_kopf { 
    width:auto;
    height:30px;
    }  
    
#koerper_titel { 
    float:left;
    width:145px;
    height:23px;
    background-image:url(grafiken/hg_titel.jpg);
    background-repeat:repeat-x;
    padding:7px 0px 0px 18px;
    color:#fff;
    font-weight:bold;
    }  
    
#koerper_mininav { 
    float:left;
    /*width:200px;
    height:30px;*/
    }  
    
#koerper_suchen { 
    float:right;
    /*width:500px;
    height:30px;*/
    }  
    
#koerper_unav { 
    float:left;
    width:163px;
    min-height:30px;
    } 
    
    * html #koerper_unav { height:30px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper_unav { height:30px; } /* nur vom IE 5.0 */
    
#koerper_textbox { 
    float:right;
    width:777px;
    min-height:480px;
    padding:13px 0px 20px 0px;
    } 
    
    * html #koerper_textbox { height:480px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper_textbox { height:480px; } /* nur vom IE 5.0 */

#koerper_text { 
    float:left;
    width:600px;
    min-height:450px;
    margin-right:20px;
    } 
    
    * html #koerper_text { height:450px; } /* nur für IE 5.5 - 6.x */
    html + body #koerper_text { height:450px; } /* nur vom IE 5.0 */

#sponsorbox { 
    float:right;
    width:150px;
    min-height:200px;
    } 

    * html #sponsorbox { height:200px; } /* nur für IE 5.5 - 6.x */
    html + body #sponsorbox { height:200px; } /* nur vom IE 5.0 */
    
#newsbox { 
    float:left;
    width:289px;
    min-height:200px;
    margin:0px 20px 0px 0px;
    } 

    * html #newsbox { height:200px; } /* nur für IE 5.5 - 6.x */
    html + body #newsbox { height:200px; } /* nur vom IE 5.0 */
    
#meetingbox { 
    float:left;
    width:289px;
    min-height:200px;
    } 
    
    * html #meetingbox { height:200px; } /* nur für IE 5.5 - 6.x */
    html + body #meetingbox { height:200px; } /* nur vom IE 5.0 */
    
#unav_fuss {
    clear:both;
    width:auto;
    height:12px;
    background-image:url(grafiken/hg_unav_fuss.gif);
    background-repeat:repeat-x;
    }


/* ### Standard-Styles ##################################################################*/ 
    
.bildlinks {
    float:left;
    }
    
.bildrechts {
    float:right;
    }
    
#saubersauger {
    clear:both;
    }

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

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

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

#haupt_navi ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    list-style-type: none;
}

#haupt_navi ul li a {
    display:block;
    width: auto;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding: 7px 5px 9px 5px;
    border-left: 1px solid #00385b;
    border-right: 1px solid #0071b7;
}

#haupt_navi ul li a:hover {
    background-image:url(grafiken/hg_hauptnav_hover.gif);
    background-repeat:repeat-x;
    color: #FFFFFF;
    text-decoration: none;
    border-right: 1px solid #194e70;
}

#haupt_navi ul li#current a,
#haupt_navi ul li#current a:hover {
    background-image:url(grafiken/hg_hauptnav_aktiv.gif);
    background-repeat:repeat-x;  
    color: #fff;
    text-decoration: none;
}

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

#unav {
width: auto;
min-height:10px;
}

* html #unav { height:10px; } /* nur für IE 5.5 - 6.x */
html + body #unav { height:10px; } /* nur vom IE 5.0 */

#unavcontainer
{
margin: 0;
padding: 0;
width: auto;
min-height:10px;
}

* html #unavcontainer { height:10px; } /* nur für IE 5.5 - 6.x */
html + body #unavcontainer { height:10px; } /* nur vom IE 5.0 */
    
#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: 145px;
height: 23px;
padding: 6px 0px 0px 18px;
margin: 0px 0px 0px 0px;
font-size:13px;
color: #000;
text-decoration: none;
display: block;
text-align: left;
border-bottom:1px solid #83c0f9;
}

#unavcontainer ul li a:hover
{
color: #000;
background:#eee
}

#unavcontainer a:active
{
color: #000;
}

#unavcontainer li#active a
{
color: #000;
background:#eee
}

  
    
/***************************
*  Default styles for the
*     EXT rgnewsimg
* by Ringer Georg (just2b)
*   http://www.ringer.it
***************************/  


/***************************
 * Imageset I - 1st image 
 ****************************/
.news-set1-img1 img {
	border:1px solid #ccc;
	padding:2px;
}

.news-set1-img1 .caption {
	font-weight:bold;
	text-align:center;
	letter-spacing:4px;
}

/***************************
 * Imageset I - 2nd image 
 ****************************/
.news-set1-img2all {
	clear:both;
	width:250px;
	float:right;
}

.news-set1-img2{
	float:left;
	display:block;
	width:100px;
	text-align:center;
	padding:0 10px;
}

.news-set1-img2 img {
	border:1px solid #C00010;
	padding:2px;
}

.news-set1-img2 .caption {
	text-align:center;
	font-style:italic;
	font-size:10px;
}



/***************************
 * Imageset I - 3rd image 
 ****************************/
.news-set1-img3all {
	float:left;
	clear:both;
	padding:5px 4px;
	width:240px;
}

.news-set1-img3 {
	float:left;
	padding:5px 4px;
}

.news-set1-img3 img {
	border:1px solid #f69f5c;
	padding:2px;
}

.news-set1-img3 .caption {
	color:#f69f5c;
	text-align:center;
	font-style:italic;
	font-size:10px;	
}



/***************************
 * Imageset II - 3rd image 
 ****************************/
.news-set2-img3all {
	float:left;
	clear:both;
	padding:5px 4px;
	width:240px;
}

.news-set2-img3 {
	float:left;
	padding:5px 4px;
}

.news-set2-img3 img {
	border:1px solid #f69f5c;
	padding:2px;
}

.news-set2-img3 .caption {
	color:#f69f5c;
	text-align:center;
	font-style:italic;
	font-size:10px;	
}


/***************************
 * Imageset II - 1st image 
 ****************************/
.news-set3-img1 {
	float:left;
	padding:5px;
}

.news-set3-img1 img {
	border:1px solid #efa86a;
	padding:2px;
}

.news-set3-img1 .caption {
	color:#efa86a;
	text-align:center;	
	letter-spacing:2px;	
	font-weight:bold;
}

/***************************
 * Imageset II - 2nd image 
 ****************************/
.news-set3-img2all {
	padding-bottom:5px;
}

.news-set3-img2 {
	float:left;
	border:1px solid #14821f;
	padding:2px;
	margin:4px;
}

.news-set3-img2 .caption {
	font-style:italic;
	font-size:10px;
	text-align:center;
	color:#14821f;
}

/***************************
 * Imageset II - 3rd image 
 ****************************/
.news-set3-img3all {
	float:left;
	width:240px;
	margin-top:20px;
}

.news-set3-img3 {
	float:left;
	padding:2px 5px;
}

.news-set3-img3 img {
	border:1px solid #c81624;
	padding:2px;
}

.news-set3-img3 .caption {
	font-style:italic;
	font-size:10px;
	text-align:center;
	color:#c81624;
}



/***************************
 * General
 ****************************/

.clr {
	clear:both;
}

/***************************
 *FCE-Newsletter Elemente
 ****************************/
.col_wrap {
border:1px solid #ddd;
padding:5px;
}

.col_1 { float:left; width: 78%; padding:5px; }
.col_2 { float:left; width: 20%; padding:5px; }