@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) repeat-x;
	background-position:top center;
	background-color:#c1c1c1;

	/*text-align: center;  Center hack */
}
/***		***/


#main {
	float:left;
	display:block;
	clear:both;
	position:relative;
	min-height:500px;
	background-color:#ffffff;
	border:5px solid #e6e6e6;
	
}


/***
	Website wrapper div
***/
div#wrapper {
	position:relative;
	display:block;
	width: 900px;
	min-height: 500px;
	text-align: left; /* Center hack */
	font-family: Arial, verdana, sans-serif;

}

/***
	Website
***/
div#website {
	position:relative;
	display:block;
	margin-top:20px;
	width: 900px;
	min-height: 500px;
	text-align: left; /* Center hack */
	font-family: Arial, verdana, sans-serif;

}


/***		***/



/***
	Header
***/
#header {
	margin: 0 0px;
	width: 900px;
	height: 242px;
	background-image: url(bg_header.jpg);
}


/* Sprachwahl */

#sprachwahl {
	text-align:left;
	position: absolute;
	height:25px;
	line-height:20px;
	width:150px;
	left:760px;
	top:150px;

}

#sprachwahl p {
	font-size:0.7em;
	color: #656565;
	text-decoration:none;
	vertical-align:middle;
}

#sprachwahl img {
	padding-left:3px;
	vertical-align:middle;	
}

/* -------------------------------------------------------------------------------*/
/* ### Grafische Navigation ##################################################### */


div#grafische_navigation {
	font-size: 0.8em;
	position:absolute;
	top:155px;
	left:330px;
	width:300px;
}


	
	
div#grafische_navigation a,
div#grafische_navigation a:visited,
div#grafische_navigation a:link,
div#grafische_navigation a:active {
	display:block;
	float:left;
	padding-left:7px;
	height:93px;
	width:65px;
	color:#b5cbd6; 
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	font-weight:bold;
	text-indent:-1000px;
	background-repeat:no-repeat;
	background-position:top;
}


div#grafische_navigation a:hover,
div#grafische_navigation a:focus,
div#grafische_navigation a.current {
	background-position:bottom;
}

div#grafische_navigation a#was {
	background-image: url(btt_was.jpg);
}

div#grafische_navigation a#wie {
	background-image: url(btt_wie.jpg);
}

div#grafische_navigation a#wer {
	background-image: url(btt_wer.jpg);
}


/* -------------------------------------------------------------------------------*/
/* ### Grafische Navigation eng ##################################################### */




div#grafische_navigation a#what {
	background-image: url(btt_what.jpg);
}

div#grafische_navigation a#how {
	background-image: url(btt_how.jpg);
}

div#grafische_navigation a#who {
	background-image: url(btt_who.jpg);
}


/* -------------------------------------------------------------------------------*/
/* ### Grafische Navigation cz ##################################################### */




div#grafische_navigation a#co {
	background-image: url(btt_co.jpg);
}

div#grafische_navigation a#jak {
	background-image: url(btt_jak.jpg);
}

div#grafische_navigation a#kdo {
	background-image: url(btt_kdo.jpg);
}



/* -------------------------------------------------------------------------------*/
/* ### Navigation ##################################################### */


div#navigation {
	font-size: 0.8em;
	float:right;
	padding-right:45px;
	padding-top:20px;
}



ul.nav1st {
	
} 
	
ul.nav1st li {
	list-style-type:none;
	display:block;
	float:left;
}
	
	
ul.nav1st li a,
ul.nav1st li a:visited,
ul.nav1st li a:link,
ul.nav1st li a:active {
	display:block;
	height:32px;
	color:#b5cbd6; 
	text-decoration: none;	
	vertical-align:middle;
	line-height:32px;
	text-indent:15px;
}

ul.nav1st li a:hover,
ul.nav1st li a:focus,
ul.nav1st li a.current {
	color:#008bcf;
}

ul.nav2nd {
	margin: 0 0 0 0px;
}
			
ul.nav2nd li {
	list-style-type:none;
	display: block;
	border-bottom: 0px;	
}

ul.nav2nd li a,
ul.nav2nd li a:visited,
ul.nav2nd li a:link,
ul.nav2nd li a:active {
	display:block;
	height:27px;
	width:206px;
	color:#76b5d6; 
	text-decoration: none;
	text-transform: none;
	vertical-align:middle;
	font-weight:normal;
	line-height:27px;
	text-indent:32px;
	}

ul.nav2nd li a:hover,
ul.nav2nd li a:focus,
ul.nav2nd li.active a {
	display:block;
	height:27px;
	width:206px;
	color:#0089cf;
	text-decoration: none;
	text-transform: none;
	vertical-align:middle;
	font-weight:normal;
	line-height:27px;
	text-indent:32px;
	}

	

	
ul.nav3nd {
		list-style-type: none;
		background-color: #e9e5da;
	}
			
ul.nav3nd li {
	
	}
	
ul.nav3nd li a,
ul.nav3nd li a:visited {
	
	}
			
ul.nav3nd li a:hover,
ul.nav3nd li a:focus,
ul.nav3nd li a:active,
ul.nav3nd li.active a {
	
	}	
	

/***
	Rechte Spalte
***/

div#rightcolumn {
	float:left;
	font-size: 0.8em;
	color: #707173;
	width:212px;
	float:left;
	margin-top:25px;
}

div#rightcolumn a.teaser,
div#rightcolumn a.teaser:link {
	padding-left:40px;
	padding-right:15px;
	margin-left:50px;
	margin-top:10px;
	background-color:#e3f0f6;
	width:180px;
	display:block;
	min-height:20px;
	position:relative;
	text-decoration:none;
	float:left;
}


div#rightcolumn a.teaser:hover {
	background-color:#f1f9fc;
}

	
	div#rightcolumn p {
		color: #707173;
		font-size: 0.9em;
		line-height:1.4em;
		padding-bottom:0.8em;
	}
	
	div#rightcolumn h1 {
		font-size: 1.3em;
		padding-top: 0.4em;
		padding-bottom:0.4em;
		font-weight:normal;
		letter-spacing:0.1em;
		color: #0089cf;
	}
	div#rightcolumn h2 {
		font-size: 1.1em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		font-weight:normal;
		letter-spacing:0.1em;
		color: #76b5d6;
	}
	
	div#rightcolumn a,
	div#rightcolumn a:visited {
		text-decoration: none;
		color:#0089cf;
	}
	div#rightcolumn a:hover,
	div#rightcolumn a:focus,
	div#rightcolumn a:active {
		color:#6cb0d3;
	}

/***
	Content
***/
div#content {
	display:inline;
	float:left;
	padding-left:48px;
	padding-right:15px;
	padding-top:25px;
	width: 500px;
	font-size: 0.8em;
	color: #707173;
}


	div#content div.teaser {

	}

	div#content div.teaser h1 {
		font-size: 1.3em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		font-weight:normal;
		color: #008bcf;
		width:auto;
	}

	div#content a.teaser,
	div#content a.teaser:link {
		padding:5px;
		border:1px solid #6cb0d3;
		margin-bottom:10px;
		margin-top:10px;
		width:500px;
		display:block;
		min-height:20px;
		position:relative;
	        text-decoration:none;
	        vertical-align:middle;
		float:left;
	}

	div#content a.teaser:hover {
		background-color:#f1f9fc;
	}
	
	div#content p {
		color: #707173;
		font-size: 0.9em;
		line-height:1.4em;
		padding-bottom:0.8em;
	}
	
	div#content h1 {
		font-size: 2.2em;
		line-height:1.4em;
		padding-top: 0.1em;
		padding-bottom:0.8em;
		font-weight:normal;
		color: #008bcf;
		width:410px;
	}

	div#content h2 {
		font-size: 1.3em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		font-weight:normal;
		color: #0089cf;
	}
	div#content h3 {
		font-size: 1.1em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		font-weight:normal;
		color: #76b5d6;
	}
	
	div#content a,
	div#content a:link,
	div#content a:visited,
	div#content a:active {
		text-decoration: none;
		color:#6cb0d3;		
	}

	div#content a:hover,
	div#content a:focus {
		color:#0089cf;
	}
	
	div#content ul {
		padding-left:0.2em;
		padding-bottom:1em;
	}

	div#content li {
		padding-left:1.7em;
		background-image:url(pfeil.jpg);
		background-repeat: no-repeat;
		background-position:left center;
		list-style:none;
	}
	
	div#content img {
		margin: 0.5em;
	}
		div#content div.floatLeft {
			float: left;
			margin-right: 0.8em;
		}
		div#content div.floatRight {
			float: right;
			margin-left: 0.8em;
		}
	

	div#content input,
	div#content select,
	div#content textarea {
		float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
	}

	div#help_content {
	width:500px;
	padding-top:20px;
	position:relative;
	float:left;
	z-index:99;
        }

	div#help_content img {
	margin-left:0;
        }



/***
	Footer
***/
div#footer {
	position:relative;
	float:left;
	display:block;
	clear: both;
	margin: 0px;
	width: 852px;
	height: 40px;
	color: #707173;
	font-size: 0.7em;
	padding-left:48px;
	padding-top:25px;
	text-align:left;
	z-index:98;
}
	

div#footer a,
div#footer a:visited {
	text-decoration: none;
	color: #707173;
}

div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	text-decoration: none;
	color: #707173;
}
	
	

/***
	Quicklinks
***/

div#quicklinks {
	position:relative;
	display:block;
	text-align:center;
	float:left;
	height:70px;
	width:800px;
	padding-top: 10px;
	padding-left:50px;
	padding-right:50px;
	color: #eeeeee;
	font-size: 0.7em;
	font-family: Arial, verdana, sans-serif;
}

div#quicklinks a,
div#quicklinks a:link,
div#quicklinks a:visited,
div#quicklinks a:active,
div#quicklinks a:hover {
	color: #eeeeee;
	text-decoration:none;
}


/**
/**
 * 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;}



/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 20px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 0px;
	border: 1px solid #314f69;
}


/* Textfeld */
.formgen .formtext
{
	width: 276px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
	border: 1px solid #314f69;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #008bd0;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 25px;
	font-size: 0.9em;
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 250px;
	background-color: #EEEEEE;
	border: 1px solid #314f69;
	color: #000000;
	
}



/* Fieldsetbeschriftung */
.formgen legend {
	font-size: 0.7em;
	color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


