/* CSS Layout ® NEUWERK */


/********************/
/*     Standard     */
/********************/

html, body, img, div, ul, li, span, p, h1, h2, h3, h4, h5, form, table, tr, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: #7F7F7F;
	color: #222D5D;
	}
	
html { /* Braucht Safari, wegen sifr */
	background: #7F7F7F;
	}
	

#top {
	margin: 0 auto;
    width: 799px;
	height: 21px;
	overflow:hidden;
	background: #CBCEE0;
	border-bottom-width:6px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	}
#streifen {
	margin: 0 auto;
    width: 799px;
	height: 26px;
	overflow:hidden;
	background: #FFFFFF;
	/*border-top-width:2px;
 	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-bottom-width:24px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;*/
	border-top-width:9px;
 	border-top-style:solid;
	border-top-color:#C3D3A1;
	}
	
div hr {
  display: none;
}

#header_grafik {
	width: 799px;
	height: 117px;
	margin: 0 auto;
	border-bottom-width:5px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	background: #FFFFFF;
	}


/*************************/
/*     TOP-CONTAINER     */
/*************************/
#top_container {
	margin: 0 auto;
    width: 781px;
	height: 63px;
	overflow:hidden;
	}



/*************************/
/*     Grundgerust       */
/*************************/


/************************/
/*   EXTRA-NAVIGATION   */
/************************/

/* Naupt-Navigation */
ul#extranavigation  {
	width: 540px;
	float: left;
	padding: 0 0 0 228px;
	}
ul#extranavigation li {
	font-size: 11px;
	line-height: 100%;
	list-style: none;
	float: left;
	padding: 7px 23px 0 0;
	margin: 0px;
	}

/* Naupt-Navigation - Ebene 1 */
a.extranavi {
	font-weight: normal;
	color: #222D5D;
	text-decoration: none;
	
	}
a.extranavi:hover {
	color: #C3D3A1;
}

/* Naupt-Navigation - Ebene 1 - HIGH */
a.extranavihigh {
	color: #C3D3A1;
	font-weight: normal;	
	text-decoration: none;
}

a.extranavihigh:hover {
	color: #C3D3A1;
}

#navigationcontainer {
	overflow: hidden;
	background: #89BE6C;
	padding: 10px 0 10px 0;
	border-bottom-width:5px;
 	border-bottom-style:solid;
 	border-bottom-color:#FFFFFF;
	}


	



#maincontainer {
	padding: 5px 0 0 0;
	background: url(/images/main_container_back.jpg) #DEEDC2;
	overflow: auto;
	}
	
#sitecontainer {
	width: 799px;
	background: url(/images/content_back.gif) #EEF0F5;
	margin: 0 auto;
	border-bottom-width:16px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	}

#seitencontent {
	float: left;
	width: 455px;
	}
	
#content {
	text-align: left;
	width: 400px;
	margin: 36px auto;
	}

.content_linie {
	height: 1px;
	border-top-width:18px;
 	border-top-style:solid;
	border-top-color: #EEF0F5;
	border-bottom-width:18px;
 	border-bottom-style:solid;
	border-bottom-color: #EEF0F5;
	background: url(/images/linie_content.gif);
	}

#footer {
	width: 799px;
	height: 47px;
	background: url(/images/footer.gif) no-repeat #FFFFFF;
	clear:both;
	}
#footer p {
	display: none;
	}

/********************/
/*   Standardtext   */
/********************/
/* Headline */
h2 {
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	color: #222D5D;
	}

/* Subheadline */
h3 {
	padding: 7px 0 0 0;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	color: #222D5D;
	}

/* Text */
p {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 5px 0 10px 0;
	}
br.content {
	font-size: 10px;
	clear:both;
}
p.microtext {
	font-size: 11px;
	margin: 15px 0 15px 0;
	}

/* Text-Links */
p a {
	color: #999F8D;
	text-decoration: none;
}
p a:hover {
	color: #222D5D;
	}

/********************/
/* Bildunterschrift */
/********************/
.bildunterschrift {
	/*font-size: 0.75em;*/
	font-size: 11px;
	margin: 0;
	text-align: left;
	}


/******************/
/*    LISTING     */
/******************/
ul {
	list-style: none;
	}
	
li {
	margin: 10px 0 10px 0;
	}

/* Listing-Text */
p.listing {
	padding: 0 0 0 10px;
	background: url(/images/aufzaehlung.gif) no-repeat left top;
	}

/* Listing-Text-Links */
p.listing a {
	color: #999F8D;
	text-decoration: none;
	}
p.listing a:hover {
	color: #222D5D;
	}

/* Listing-Datei-Icon */
p.dateityp_pdf {
	padding: 0 0 0 30px;
	background: url(/standard_images/pdf.gif) no-repeat left top;
	}
p.dateityp_doc {
	padding: 0 0 0 30px;
	background: url(/standard_images/doc.gif) no-repeat left top;
	}
p.dateityp_xls {
	padding: 0 0 0 30px;
	background: url(/standard_images/xls.gif) no-repeat left top;
	}

/* Listing-Datei-Links */
p.dateityp_pdf a, p.dateityp_doc a, p.dateityp_xls a {
	text-decoration: none;
	}
p.dateityp_pdf a:hover, p.dateityp_doc a:hover, p.dateityp_xls a:hover {
	color: #6F6F6F;
	}

/************************/
/*   HAUPT-NAVIGATION   */
/************************/

#navi_und_logo {
	width: 799px;
	height: 76px;
	margin: 0 auto;
	background: url(/images/back_navi.gif) no-repeat left top #183F73;
	border-top-width:1px;
 	border-top-style:solid;
	border-top-color:#AFB3C5;
	overflow: hidden;
	border-bottom-width:2px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	}
	
h1 {
    width: 228px;
	height: 76px;
    background: url(/images/back_navi.gif) no-repeat left top #183F73;
	float: left;
}
h1 a {
    display: block;
	height: 76px;
}
h1 a span {
    display: none;
}
/* Sprach-Navigation */
#sprachen {
	width: 548px;
	height: 21px;
	margin: 0;
	padding: 25px 0 10px 0;
	float: left;
	}
ul#sprachauswahl  {
	width: 400px;
	float: right;
	padding: 0;
	}
ul#sprachauswahl li {
	font-size: 11px;
	line-height: 100%;
	list-style: none;
	float: right;
	padding: 0 0 0 23px;
	margin: 0px;
	}

/* Naupt-Navigation - Ebene 1 */
a.language {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
	}
a.language:hover {
	color: #C3D3A1;
}

/* Naupt-Navigation - Ebene 1 - HIGH */
a.languagehigh {
	color: #C3D3A1;
	font-weight: normal;	
	text-decoration: none;
}

a.languagehigh:hover {
	color: #C3D3A1;
}









/* Naupt-Navigation */
ul#hauptnavigation {
	width: 560px;
	height: 21px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	}

ul#hauptnavigation  li {
	list-style: none;
	float: left;
	padding: 0 23px 0 0;
	margin:0;
	}

/* Naupt-Navigation - Ebene 1 */
a.navi {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a.navi:hover {
	color: #C3D3A1;
	}

/* Naupt-Navigation - Ebene 1 - HIGH */
a.navihigh {
	color: #C3D3A1;
	font-weight: bold;	
	text-decoration: none;
	}
a.navihigh:hover {
	color: #C3D3A1;
	}

/************************/
/*   UNTER-NAVIGATION   */
/************************/

#unternavigation_container {
	width: 199px;
	padding: 25px 0 0 0;
	float:left;
	}
ul#unternavigation {
	width: 169px;
	float: left;
	padding: 10px 10px 50px 0;
	vertical-align: top;
	font-size: 12px;
	text-align: right;
	}

ul#unternavigation li {
	padding: 0 0 5px 0;
	}
	
/* Unter-Navigation - Ebene 2 */
a.unternavi {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	}
a.unternavi:hover {
	color: #C3D3A1;
	}
a.unternavihigh {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	/*text-transform: lowercase;*/  /* Kleine Buchstaben*/
	text-transform: uppercase;  	/* Grosse Buchstaben*/
	}
a.unternavihigh:hover {
	color: #FFFFFF;
	}

/* Unter-Unter-Navigation - Ebene 3 */
#unternavigation li ul {
	margin: 10px 0 20px 20px;
	}
#unternavigation a.unterunternavi {
	font-weight: normal;
	color: #C3D3A1;
	text-decoration: none;
	}
#unternavigation a.unterunternavi:hover {
	color: #FFFFFF;
	font-weight: normal;
	}
#unternavigation a.unterunternavihigh {
	font-weight: bold;
	text-decoration: none;
	color: #C3D3A1;
	}

	
/******************/
/*  Seien - Info  */
/******************/
/* Seitenbezeichnung */
.seitenbezeichnung {
	font-size: 1.05em;
	color: #FFFFFF;
	}
/* Seitenbezeichnung Ebene 1*/
.name_ebene1 {
	font-size: 1.05em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* Seitenbezeichnung Ebene 2*/
.name_ebene2 {
	font-size: 1.05em;
	color: #FFFFFF;
	letter-spacing: 1px;
	}

/* Seitenbezeichnung Ebene 3*/
.name_ebene3 {
	font-size: 1.05em;
	color: #FFFFFF;
	letter-spacing: 1px;
	}


/******************/
/* Formularfelder */
/******************/

/* Textfeld - Mehrzeilig */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto; 
	color: #000000;
	}

/* Textfeld - Einzeilig */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto; 
	color: #000000;
	}

/* Pulldown */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto; 
	color: #000000;
	}



/********************/
/*     Spalte       */
/********************/
#rechte_spalte {
	width: 197px;
	padding: 40px 0 40px 0;
	float: left;
	
	}

/* Spalte-Headline */
#rechte_spalte_headline {
	text-align: left;
	}
	
h4 {
	padding: 0 10px 5px 0;
	font-size: 16px;
	line-height: 140%;
	text-align: left;
	color: #222D5D;
	}
h5 {
	padding: 0 10px 5px 0;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	color: #222D5D;
	}


/* Spalte-Text */
#rechte_spalte p.bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	padding: 0 10px 0 0;
	}

#rechte_spalte p.normal {
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	padding: 0 10px 0 0;
	}


/* Spalte-Micro-Text */
#rechte_spalte p.microtext {
	font-size: 11px;
	}

/* Text-Links */
#rechte_spalte ul {
	padding: 0;
	
	}
#rechte_spalte li {
	padding: 0 0 0 10px;
	margin:0;
	background: url(/images/aufzaehlung.gif) no-repeat left top;
	}
#rechte_spalte a {
	color: #222D5D;
	text-decoration: none;
	}
#rechte_spalte p a:hover {
	color: #C3D3A1;
	}
.spalte_foto {
	margin: 10px 0 10px 0;
	overflow: hidden;
	/*
	border-bottom-width:5px;
 	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	*/
	background: #FFFFFF;
	}
/********************/
/*     GALERIE      */
/********************/
.galerie_block {
	overflow:auto; 
	width:343px;
	}
.galerie_block_reihe {
	overflow:auto; 
	width:343px;
	margin: 0 0 10px 0;
	}
/********************/
/*     SUCHE      */
/********************/
.suche_step {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}
.suche_spalte {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
a.suche_link  {
	text-decoration: none;
	color: #6F6F6F;
	font-size: 12px;
	}
a.suche_link:hover {
	color: #FFFFFF;
	}

span.plichtfeld {
	color: #CD2121;
	font-size: 14px;
	}
