/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
body	{ }
ol, ul  { list-style: none; }

/* remember to define focus styles! */
:focus  { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table 	{ /* border-collapse: collapse; border-spacing: 0; */ }


/*---------------------------------------------- 
				F A R B E N

font blau-hell: 		#234572;
font blau-dunkel:		#0d284f;
font gelb:				#fdc600;
------------------------------------------------*/


/*---------------------------------------------- 
				A L L G E M E I N
------------------------------------------------*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px; 
	color:#234572; 
	text-align: left; 
	line-height:17px;
	background: #ffffff url(body_bg.gif) repeat-x; }
	
#container {
	width: 750px;
	margin: 0px auto; }
	
#top { 
	line-height: 26px;
	}

#header {
	margin-top: ;}
	
#navlinks {
	background-color: #0d284f;
	height: 39px; }
	
#main {
	overflow: hidden;
	background-color: #ebeff1;
	height:100%;		/* IE6 overflow:hidden hack */
	margin: 0px 0 10px 0;}
	
#col1 {
	float: left;
	width: 440px;
	margin-left: 50px;
	margin-top: 40px;}


#col2 {
	float: right;
	width: 210px;
	margin-top: 40px;}
	
#bottom {
	margin: 0 0 30px 0; 
	color:#234572; 
	font-size: 11px;	}
	
#bottom a:link 		{ color: #234572; text-decoration: none; }
#bottom a:visited 	{ color: #234572; text-decoration: none; }
#bottom a:active 	{ color: #234572; text-decoration: underline; }
#bottom a:hover 	{ color: #234572; text-decoration: underline; }
	
	
	
/* --------------------- Top --------------------- */
#top a {
	font-size: 11px;
	line-height: 26px;
	text-decoration: none;
	color: #0d284f;}
	
#top a:hover {
	text-decoration: underline;
	color: #0d284f;}
	
	

/* --------------------- NAV 1st level --------------------- */

ul.nav1st {
	/* border: 1px solid #000000; */ }
	
ul.nav1st li {
	background-color: #0d284f;
	font-size: 15px;
	line-height: 39px;
	float: left;
}

ul.nav1st a, ul.nav1st a:link {
	/* border: 1px solid #666666; */
	margin-bottom:0px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

ul.nav1st a:hover {
	color:#0d284f;
	background: url(navi_on.gif) repeat-x;
}

ul.nav1st li a.current, ul.nav1st li a.current:link {
	color:#0d284f;
	background: url(navi_on.gif) repeat-x;
}


/* --------------------- NAV 2nd level --------------------- */
ul.nav2nd {
	/* border: 1px solid #000000; */ 
	margin-bottom: 20px;}
	
ul.nav2nd li {
	background-color: #002c72;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 1px;}

ul.nav2nd a, ul.nav2nd a:link {
	/* border: 1px solid #666666; */
	margin-bottom:0px;
	color: #ffffff;;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
}

ul.nav2nd a:hover {
	display: block;
	color:#ffffff;
	background-color: #0b2141;
}

ul.nav2nd li a.current, ul.nav2nd li a.current:link {
	color:#ffffff;
	background-color: #0b2141; }


/*  - - - - - - - -   rex4mod1 - Artikel schreiben - - - - - - - - - - */

div.rex4mod1 {
 	font-size: 12px; 
	margin-bottom: 10px; 
	overflow:hidden; 	/* damit die floats gecleared werden - nicht entfernen */
	height:100%;		/* IE6 overflow:hidden hack - nicht entfernen  */}  

div.rex4mod1_date { display:none; }

div.rex4mod1_title {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 25px; color: #0d284f; line-height:30px; font-weight: bold;
	margin-bottom: 20px; }

div.rex4mod1_editor {
 	font-size: 12px;
	margin-bottom: 10px; } 

div.rex4mod1_editor h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-weight:normal;
	font-size: 17px; color: #58595a; line-height:22px;	margin-bottom: 10px; font-weight: bold; }

div.rex4mod1_editor h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-weight:bold;
	font-size: 14px; line-height:20px;	margin-bottom: 10px; color: #0d284f;
	margin-bottom: 10px; }

div.rex4mod1_editor ul {
	list-style: disc;
	margin-left:30px; margin-top:10px; margin-bottom:10px; color: #0d284f; font-weight: bold; }

div.rex4mod1_editor ol {
	margin-left:35px; margin-top:10px; margin-bottom:10px; color: #0d284f; font-weight: bold;
	list-style-type: decimal; } 
	
div.rex4mod1_editor a:link 		{ color: #0d284f; font-weight: bold; text-decoration: none; }
div.rex4mod1_editor a:visited	{ color: #0d284f; font-weight: bold; text-decoration: none; }
div.rex4mod1_editor a:active 	{ color: #0d284f; font-weight: bold; text-decoration: underline; }
div.rex4mod1_editor a:hover 	{ color: #0d284f; font-weight: bold; text-decoration: underline; }

div.rex4mod1_editor table {
	width: 100%;} 

div.rex4mod1_editor td {
	background-color: #e1e5e7;
	padding-left:5px; padding-right:5px; } 
	
div.rex4mod1_editor thead td {
	background-color: #d3d6d8; color:#0d284f; font-weight: bold;
	padding-left:5px; padding-right:5px; }
	



/*  - - - - - - - -   rex4mod35 - 3 Spaltenfotos - - - - - - - - - - */

.rex4mod35 img {
	margin-bottom: 2px;}
	
	
	
	
/*  - - - - - - - -   rex4mod - 7 - Sitemap  - - - - - - - - - - */

/* Allgemein */

.wglLinkTree             				{ margin-bottom:30px; }
.wglLinkTree *                  		{ margin:0;padding:0 }
.wglLinkTree ul                     	{ list-style-type:none; }
.wglLinkTree li                 		{ list-style:none; }

/* - - - - Sitemap Level 1 - - - - */

.wglLinkTree .navLevel1 { 
	/* border: 1px dotted #5a6571;  */
	margin:0px 0; 
	font-size:14px; line-height:30px; }

.wglLinkTree .navLevel1 a       		{ color: #0d284f; font-weight:bold; text-decoration: none;}
.wglLinkTree .navLevel1 a:hover    		{ color: #0d284f; font-weight:bold; text-decoration: underline;}


/* - - - - Sitemap Level 2 - - - - */

.wglLinkTree .navLevel2 {
	margin-left:25px; padding-left:15px; 
	font-size:12px; line-height:18px;
	background-image: url(line.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel2 a        		{ color: #234572; font-weight:bold; text-decoration: none;}
.wglLinkTree .navLevel2 a:hover			{ color: #234572; font-weight:bold; text-decoration: underline;}


/* - - - - Sitemap Level 3 - - - - */

.wglLinkTree .navLevel3 { 
	margin-left:25px; padding-left:40px; 
	font-size:12px; line-height:18px;
	background-image: url(line2.gif); background-repeat: no-repeat; background-position: left center; }
	
.wglLinkTree .navLevel3 a          		{ color: #0d284f; font-weight:bold; text-decoration: none;}
.wglLinkTree .navLevel3 a:hover      	{ color: #0d284f; font-weight:bold; text-decoration: underline;}


/* - - - - Sitemap Level 4 - - - - */

.wglLinkTree .navLevel4 { 
	margin-left:25px; padding-left:65px; 
	font-size:12px; line-height:18px;
	background-image: url(line3.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel4 a           	{ color: #234572; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel4 a:hover       	{ color: #234572; font-weight:normal; text-decoration: underline;}





/*  - - - - - - - -   mod02 - Titel - - - - - - - - - - */

div.title1 {
	font-family: Helvetica, Arial, Trebuchet MS, Verdana, sans-serif; 
	font-size: 25px;
	font-weight: bold;
	color: #0d284f;
	margin-bottom: 10px;
	line-height: 30px;
}

div.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #008690;
	margin-bottom: 10px;
	border: 1px solid #008690;
	padding: 10px;
}

div.title3 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
	border: 1px solid #008690;
	padding: 10px;
}





/*  - - - - - - - -  rex4mod - 13 - do form!  - - - - - - - - - - */


/* --------------------------------------------- */ 
/*			   FORMULAR-DEFINITION				 */
/* --------------------------------------------- */ 

/* Div das das Formular umschließt */

.formgen {
	width:440px;		/* die komplette Breite des Container: darf nicht gelöscht werden! */
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:11px; color:#5a6571; line-height:15px;
	/* border:1px solid #fff; */ }

/* Was passiert wenn auf das Label geklickt wird? */
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
	cursor : pointer; }
	
/* Das Formular an sich: eigentlich unnötig */
.formgen formblock { /* border:1px solid #ff6600; */ }

/* Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann */

/* Die Fehlermeldung nach Submit */
.forminfo { 
	color: #990000;	font-size: 11px; font-weight:bold;
	/* border:1px solid #000; */
	/* padding:10px; */
	margin: 0 0 10px 0; }
	
	
/* Verhalten von br-Tags */
.formgen br { clear : both; }

/* Verhalten von p-Tags */
.formgen p { 
	padding:0px; 
	margin:0px; 
	/* border:1px solid #ff6600; */ }


/* --------------------------------------------- */ 
/*			   FORMULAR-FELDER					 */
/* --------------------------------------------- */ 


/*	label - Die Feldbezeichnung */
.formgen label {					
	/* border: 1px solid #fff; */ 
	font-size: 11px;
	width: 120px;		/* 140 - 20 */
	clear: left; float: left;
	margin:0 20px 5px 0; 
	padding-left:20px; }
	

/*	text - Textfeld */
.formgen .formtext {
	width: 200px;
	height: 16px;				
	/* padding:3px; */				/* kein padding, da IE Probleme */
	margin-bottom: 4px;
	border: 1px solid #5a6571; 
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:11px; color:#5a6571; line-height:15px;}
	
/*	passwort - Textfeld */
.formgen .formpassword {
	width: 200px;
	height: 16px;				/* 20 -3 -3 */
	/* padding:3px; */				/* kein padding, da IE Probleme */
	margin-bottom: 4px;
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:11px; color:#5a6571; line-height:15px;
	border: 1px solid #5a6571; }	
	
/*	textarea - Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:11px; color:#5a6571; line-height:15px; /* muss definiert sein */
	width: 200px;
	height: 150px;
	/* padding:3px; */				/* kein padding, da IE Probleme */
	border: 1px solid #5a6571; }
	
/*	select - Aussehen der Select-Ausgabe */
.formgen .formselect {
	width: 200px;
	border: 1px solid #5a6571; 
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size:11px; color:#5a6571; line-height:15px;}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {		/* die Felder im hover Zustand */
	background-color: #f6f6f6; }
	
	
	
/* --------- START Radiobuttons --------- */


/* 	Eine Gruppe der Radio Buttons */	
.radio_container	{ 
	/* border: 1px solid #000;  */
	clear:left;						/* damit es nicht links floatet */
	margin-left:160px;	 			/* Label breite & margin-right + formblock breite & border  */ }

 .formgen label.formradio {			/* übernimmt die Css von .formgen label, daher jetzt einige Änderungen */
	/* border:1px solid blue;   */
	clear: none; float:none; 		/* nicht löschen */
	padding:0px; }
	
/*	radio - Aussehen der Radio Buttons */				
.formgen input.formradio {
	float:left; 
	margin-left:180px;
	margin-right:20px; 				/* jede Margin MUSS auf eine separate Linie */
	margin-bottom:5px;				/* jede Margin MUSS auf eine separate Linie */ } 
 
/* --------- ENDE Radiobuttons --------- */


/* Block, in dem sich das SUBMIT befindet */
.formgen .formblock { 							
	/* border:1px solid #fff;  */
	background-color:#f0f0f0; 
	padding: 0 0 20px 0; }
	
/* Sende-Button */
.formgen .formsubmit {
	width: 200px;										/* 300 +8, ansonsten zu schmal */
	text-align: center; color: #fff; font-weight:bold;
	background-color: #5a6571;
	border: 1px solid #5a6571;
	margin-left:160px;	 								/* Label breite & margin-right + formblock breite & border  */
	padding:2px 0; }	

.formgen .formsubmit:hover { color: #5a6571; }

/* Das Checkbox -Label */	
.formgen label.formcheck {			/* übernimmt die Css von .formgen label, daher jetzt einige Änderungen */
	/* border:1px solid blue; */ 
	width:200px;  
	clear: none; float:none; 		/* nicht löschen */
	padding:0px; }
	
/* Der Checkbox -Button */	
.formgen input.formcheck {
	/* border: 1px solid #fff;		 */					/* klappt nicht! keine Ahnung warum */
	margin-right:20px; 				/* jede Margin MUSS auf eine separate Linie */
	margin-left:20px; 				/* jede Margin MUSS auf eine separate Linie */
	margin-bottom:5px;				/* jede Margin MUSS auf eine separate Linie */ }


/* --------------------------------------------- */ 
/*			   FORMULAR-REST					 */
/* --------------------------------------------- */ 
	
/* Ein Trennelement */	
.formgen .formtrenn hr {
	/* border:1px solid #000; */ }

/* Eine Headline */
.formgen .formheadline {
	/* border:1px solid #000; */
	background-color:#5a6571;
	font-size:12px; color:#fff; font-weight:bold; line-height:20px; 
	font-family: Helvetica, Arial, Verdana, sans-serif;; 
	padding:0 20px; }
	
/* Eine Info */
.formgen .formhinweis {
	/* border:1px solid #000;  */
	padding:10px 20px;
	color:#5a6571;}
	
/* Ein Fehler - Markierung der Labels bei Fehler */
.formgen .formerror { color: #990000; }

.formgen .formreq {
	/* border:1px solid #000;  */ }

/* Der Captcha Container */
.formgen label.formcaptcha { /* border: 1px solid #000; */ }
	
/* Das Captcha Bild */
.formgen img.formcaptcha { margin: 0 20px; }
	
/* Falls vorhanden: die Div Klassen */
.formgen div.unterteilung { 						/* beliebig verschiedenamige Klassen definierbar */
	/* border: 1px solid #ff6600; */ 
	background-color:#f0f0f0; 
	padding: 20px 0; }


/* Fieldsetbeschriftung */
.formgen legend {
	/* border: 1px solid #ff6600; */
}
.formgen .fieldset {
	/* border: 1px solid #ff6600; */
}


#form-module-thanks {
	/* border: 1px solid #ff6600; */
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; line-height:15px; margin-bottom: 30px;}



