@charset "iso-8859-1";

/***
	Global reset
***/
* {
	margin: 0px; padding: 0px; border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
/***		***/



/***
	Clearer div
***/
div.clearer {
	clear: both;
}
/***		***/



/***
	Background image for whole page
***/
body {
	background: url(bg_body.jpg);
	/*text-align: center;  Center hack */
}
/***		***/

#main {

}

#main2 {
	float:left;
	display:block;
	clear:both;
	position:relative;
	width:904px;
	min-height:470px;
	background: url(bg_content.jpg) 0 0 repeat-y;
	padding-bottom:40px;	
	
}

* html body #main2 { height: 470px; } /* IE 6 / 5.5 Hack */

/***
	Page wrapper div
***/
div#page {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 904px;
	text-align: left; /* Center hack */
	font-family: Verdana, sans-serif;
}
/***		***/



/***
	Header
***/
#header {
	margin: 0 0px;
	width: 904px;
	height: 235px;
	background-image: url(bg_header.jpg);
	margin-top:30px;
}
/***		***/

/* Hilfsmenü */

#hilfsmenue {
	text-align:right;
	position: absolute;
	top:0px;
	height:30px;
	line-height:30px;
	width:894px;
	color: #ffffff;
	font-size: 7pt;
	text-transform: uppercase;;
}

#hilfsmenue a,
#hilfsmenue a:link {
	padding-left:20px;
	color: #ffffff;
	text-decoration:none;
}

/* Top-Navigation, inkl. Bild und Suchleiste*/

#top_navigation {
	display:block;
	position:absolute;
	top:208px;
	left:3px;	
	width:904px;
	height:41px;
}


-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	height:41px;
}

* html body #navheight_horiz_vert { height: 41px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px; }


#nav-header {
	font-size: 0.8em;
	padding-left:2px;
	height:41px;

}



#nav-header li {
	
	display:block;
	float:left;
	
}

#nav-header a, 
#nav-header a:link {
	display:block;
	height:41px;
	width:178px;
	color:#e9cf86; 
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	line-height:41px;
	text-align:center;
	background-image:url(menu_oben.jpg);
	margin-right:1px;
	font-size:0.9em;
}

#nav-header a:hover {
	color:#1b2f8d;
	background-image:url(menu_oben_aktiv.jpg);
}

#nav-header a.current, 
#nav-header a.current:link,
#nav-header a.current:hover {
	color:#1b2f8d;
	background-image:url(menu_oben_aktiv.jpg);
}






/***
	Left column
***/
div#leftcolumn {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	width: 178px;

}




ul.nav1st {
	
} 
	
ul.nav1st li {
		list-style-type:none;
		
}
	
ul.nav1st li a:active {
	}
	
ul.nav1st li a,
ul.nav1st li a:visited {
	display: block;
	font-size: 0.8em;
	vertical-align:middle;
	text-decoration: none;

	}

ul.nav1st li a:hover,
ul.nav1st li a:focus,
ul.nav1st li a:active,
ul.nav1st li a.current {
	text-decoration: none;
	color:#e9cf86; 
		}

ul.nav2nd {
	margin: 0 0 0 0px;
	float:left;
	width: 178px;
	min-height:29px;
	display:block;
	position:relative;
	}
			
ul.nav2nd li {
	list-style-type:none;
	display: block;
	height:29px;
	margin-bottom: 10px;
	}


ul.nav2nd li a,
ul.nav2nd li a:link {
	color:#1b2f8d;
	display: block;
	text-decoration: none;
	vertical-align:middle;
	line-height:29px;
	background-image:url(menu_links.jpg);
	background-repeat: no-repeat;
	text-indent:35px;
	}

ul.nav2nd li a:hover,
ul.nav2nd li a:focus,
ul.nav2nd li a:active,
ul.nav2nd li.active a {
	color:#1b2f8d;
	background-image:url(menu_links_aktiv.jpg);
	background-repeat: no-repeat;
	}

	

	
ul.nav3nd {
		
	}
			
ul.nav3nd li {
	list-style-type: square;
	display: block;
	height:29px;
	margin-bottom: 10px;
	
	}
	
ul.nav3nd li a,
ul.nav3nd li a:visited {
	color:#1b2f8d;
	display: block;
	text-decoration: none;
	vertical-align:middle;
	line-height:29px;
	background-image:none;
	background-repeat: no-repeat;
	text-indent:35px;
	}
			
ul.nav3nd li a:hover,
ul.nav3nd li a:focus,
ul.nav3nd li a:active,
ul.nav3nd li.active a {
	background-image:none;
	}	

/*** end left column ***/


/* Breadcrumb  */

#breadcrumb {
	position:absolute;
	top:164px;
	left:35px;	
	color: #fff;
	font-size:0.7em;
}

#breadcrumb a {
	color: #fff;
}


/* Breadcrumb  */

#mainpath {
	position:absolute;
	top:191px;
	left:35px;	
	color: #fff;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
}





/***
	Content
***/
div#content {
	display:inline;
	float: left;
	padding: 20px 0 0 30px;
	width: 468px;
	font-size: 0.8em;
	color: #1b2f8d;
	}
	
	div#content p {
		font-size: 0.9em;
		color: #1b2f8d;
		margin-top: 1.2em;
		line-height: 1.4em;
	}
	
	div#content h1 {
		font-size: 1.5em;
		margin-top: 0.5em;
		margin-bottom: 1.0em;
		color: #dea508;
		text-indent: 20px;
		background-image:url(icon_h1.jpg);
		background-repeat: no-repeat;
		line-height: 36px;
	}
	div#content h2 {
		font-size: 1.1em;
		margin-top: 1.0em;
		margin-bottom: 0.2em;
	}
	
	div#content a,
	div#content a:visited {
		text-decoration: none;
		color: #dea508;
	}
	div#content a:hover,
	div#content a:focus,
	div#content a:active {
		text-decoration: underline;
	}
	
	div#content ul {
		margin: 0.3em 1.2em;
	}
	
	div#content img {
		padding: 0.5em;
	}
		div#content img.floatLeft {
			float: left;
			margin-right: 0.8em;
		}
		div#content img.floatRight {
			float: right;
			margin-left: 0.8em;
		}
	
	legend {
		color:#dddddd;
	}

	div#content table {
		border:1px solid #dddddd;
		padding:0px;
		border-collapse:collapse;
	}

	div#content td {
		border-top:1px solid #dddddd;
		border-bottom:1px solid #dddddd;
		padding:2px;
		vertical-align:top;
	}

	div#content fieldset {
		border: 1px solid #dddddd;
		padding: 10px;
		color: #1b2f8d;
	}
		div#content fieldset .formgen_error {
			color: #f00;
		}
		div#content fieldset legend {
			padding: 0 5px;
		}
		div#content fieldset label,
		div#content fieldset div.formheadline {
			display: inline-block;
			width: 120px;
			margin: 5px 0;
		}

		div#content fieldset input[type=text] {
			width: 180px;
		}

		div#content fieldset input[type=submit], {
			margin-top:10px;
			width: 180px;
			cursor:hand;
			border: 1px solid #1b2f8d;
			background-color: #fff;
		}

		div#content fieldset input[type=radio] {
			width: 20px;
			margin-left:120px;
		}

		div#content fieldset textarea {
			width: 305px;
		}

		div#content fieldset input[type=text],
		div#content fieldset textarea {
			border: 1px solid #1b2f8d;
			background-color: #fff;
		}
		
		div#content .formgen_submit_error p, div#content .formgen_submit_success p {
			font-size: 1.1em;
			margin-top: 1.0em;
			margin-bottom: 0.2em;
			font-weight:bold;
		}

		div#content fieldset input.formgen_error,
		div#content fieldset textarea.formgen_error {
			background-color: #fff;
		}
		div#content fieldset input:hover,
		div#content fieldset input:active,
		div#content fieldset input:focus,
		div#content fieldset textarea:hover,
		div#content fieldset textarea:focus,
		div#content fieldset textarea:active {
			background-color: #fff;
		}
		div#content fieldset input.formsubmit {
			background-color: #8bb7de;
			padding: 2px 7px;
			margin: 10px 0 0 0;
			color: #1b2f8d;
		}
		div#content fieldset textarea {
			display: block;
			font-family: Arial, verdana, sans-serif;
		}
		


/***
	Rechte Spalte
***/
div#rightcolumn {
	display:inline;
	font-size: 0.8em;
	width: 171px;
	float: left;
	margin-left: 35px;
}

div#rightcolumn img {
	float: left;
	margin-top: 20px;
}

/***
	Footer
***/
div#footer {
	position:relative;
	float:left;
	display:block;
	clear: both;
	margin: 0 px;
	width: 904px;
	height: 51px;
	background: url(bg_footer.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 7pt;
}
	

/***		***/

div#underfoot {
	position:relative;
	float:left;
	display:block;
	clear: both;
	padding: 10px 0 20px 0;
	width: 904px;
	color: #9caab5;
	font-size: 7pt;
	text-transform: uppercase;
	background-repeat: repeat-y;
}

	div#underfoot p
	{
		padding-left:10px;	
		color: #9caab5;
	}
	
	div#underfoot a,
	div#underfoot a:visited {
		text-decoration: none;
		color: #9caab5;
	}
	div#underfoot a:hover,
	div#underfoot a:focus,
	div#underfoot a:active {
		text-decoration: none;
		color: #9caab5;
	}
	
	
	div#underfoot .col-left {
	float:left;
	text-align:left;
	width:300px;
}
div#underfoot .col-right {
	float:right;
	padding-right:10px;
}

/**
/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}

/*Navigation*/

/*
Dummy CSS (without any design),
assuming there is a <div id="id_of_nav">
 around the navigation
*/

#id_of_nav {
}

#id_of_nav ul {
}
#id_of_nav ul li {
}
#id_of_nav ul li a {
}
#id_of_nav ul li a:link,
#id_of_nav ul li a:visited {
}
#id_of_nav ul li a:hover,
#id_of_nav ul li a:active,
#id_of_nav ul li a:focus {
}
/* highlighted current element */
#id_of_nav ul li strong {
}
#id_of_nav ul li strong a {
}

/* second level */
#id_of_nav ul ul {
}
#id_of_nav ul ul li {
}
#id_of_nav ul ul li a {
}
/* and so on ... */



/* form-suchen
*********************************************/

#form-suchen {
	width: 240px; 
	height: 47px; 
	background-color:#dedede;
	
}

#form-suchen input, 
#form-suchen select, 
#form-suchen textarea {
	float:left;
	margin: 2px;
	width:125px;
	height:18px;
	border:1px solid black;
}

#form-suchen input.text {
	height:17px;
	border:1px solid black;
}

#form-suchen input.submit { 
	margin:2px;
	padding-bottom:1px;
	border:1px solid black;
	background-color:#E8FFAF;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:0.9em;
	cursor:pointer;
	height:20px;
	width:80px;
}

#form-suchen input.submit:hover { 
	background-color:#E8FFAF;
	color:#000;
}


/* vorschaulink
*********************************************/

div#normalerblock {
	display:block;
	position:relative;
	width:450px;
	min-height:40px;
	float:left;
	padding:5px;
	border:2px solid #1b2f8d;
	margin-bottom:5px;
}


div#vorschaulink a.vorschaulink, 
div#vorschaulink a.vorschaulink:link {
	display:block;
	position:relative;
	width:450px;
	min-height:40px;
	text-decoration:none;
	vertical-align:middle;
	float:left;
	padding:5px;
	border:2px solid #1b2f8d;
	margin-bottom:5px;
}

div#vorschaulink a.vorschaulink:hover {
	border:2px solid #dea508;
	text-decoration:none;
	cursor:hand;
}


