/* CSS Layout ® NEUWERK */


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

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

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	background: url(/images/back_streifen.gif) #C8BCAA;
	color: #524D42;
	}
body { 
	position:absolute;
	}
	
html, body { 
	top:0; 
	left:0;
	right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
	}
.header_linie {
	margin:0 auto;
	height: 139px;
	background: url(/images/back_header_schatten.gif) no-repeat;
	}
#logo_streifen {
	margin:0 auto;
	height: 40px;
	background: url(/images/back_balken.gif) no-repeat #534E43;
	}
#main_container {
	margin: 0;
	z-index:2;
	
	
	/*background: url(/images/back_header.gif) #B3AEA1;*/
	background-image: url(/images/back_header.gif);
	background-repeat: repeat-x;
	
	
	}
/*************************/
/*     LEFT-CONTAINER     */
/*************************/
#left_container {
    width: 500px;
	position:absolute; 
	top:0px; 
	left:0px; 
	}
	
	
/*************************/
/*     RIGHT-CONTAINER     */
/*************************/
#right_container {
    position:absolute; 
	top:0px; 
	left:397px; 
	width: 578px;
	background: #FFFFFF;
	z-index:4;
	}


/*************************/
/*     Grundgerust       */
/*************************/
h1 {
    width: 397px;
	height: 139px;
    background: url(/images/logo_neuwerk.gif) no-repeat #FFFFFF;
	float: left;
}
h1 a {
    display: block;
	height: 139px;
}
h1 a span {
    display: none;
}

p.footer {
    width: 975px;
	height: 135px;
    background: url(/images/logo_unten.gif) no-repeat #FFFFFF;
	float: left;
}
p.footer a {
    /*display: block;
	height: 132px;*/
	display: none;
}
p.footer a span {
    display: none;
}




#header_grafik {
	width: 578px;
	height: 305px;
	overflow: hidden;
	}
	
div hr {
  display: none;
}

.linie {
	width: 578px;
	height: 22px;
	background: #6B6861;
	}	
	
#content {
	text-align: left;
	width: 460px;
	margin: 20px auto;
	}
#main_content {
	width: 460px;
	}

#footer {
	/*width: 100%; 
	background: #6B6861;
	position: absolute;
	position:fixed;
	bottom: 0;
	left: 0;*/
	}

	
#footer_container {
	position:fixed;
	bottom:0; left:0; right:0;
	text-align:center;
	margin:0;
	height:135px;
	z-index:1;
	background: url(/images/back_footer_container.gif);
	}

#footer {
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0;
	background: url(/images/back_footer.gif) no-repeat bottom left;
	z-index:1;
	}
	
/* Nun für den MSIE */
* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
	}

* html #footer_container {
	position:absolute;
	width:100%;
	padding-right:16px;
	}

* html #footer {
	height:100%;
	position:static;
	}

* html #main_container {
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
	}





/************************/
/*    NAVIGATION        */
/************************/

#navigation {
	
	position: absolute;
	top: 200px;
	left: 116px;
	width: 222px;
	list-style: none;
	
	}
#navigation a {
	text-decoration: none;
	letter-spacing: 1;
	font-size: 12px;
	}
	
#navigation li {
	text-align: left;
	padding: 0;
	margin: 0;
	}
#navigation li h5 {
	padding: 0;
	}

h5.navi a {
	color: #534E43;
	font-weight: bold;
	}
	
h5.navi a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}

h5.navihigh a {
	color: #FFFFFF;
	font-weight: bold;
	}
h5.navihigh a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}

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

#unter_navigation {
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	}
#unter_navigation a {
	text-decoration: none;
	letter-spacing: 1;
	font-size: 12px;
	font-weight: normal;ss
	}
#unter_navigation li  {
	text-align: left;
	padding: 0;
	margin: 0;
	}
#unter_navigation li h5  {
	padding: 0;
	}
h5.unter_navi a  {
	color: #534E43;
	}
h5.unter_navi a:hover {
	color: #FFFFFF;
	}
h5.unter_navihigh a {
	color: #FFFFFF;
	}
h5.unter_navihigh a:hover {
	color: #FFFFFF;
	}
	
	
/******************************/
/*   UNTER-UNTER-NAVIGATION   */
/******************************/

#unter_unter_navigation_container {
	width: 480px;
	padding: 5px 59px 5px 39px;
	background: #E8DFD3;
	overflow: hidden;
	}
#unter_unter_navigation {
	width: 480px;
	list-style: none;
	}
#unter_unter_navigation li {
	margin: 0;
	padding: 5px 0 5px 20px;
	white-space: nowrap;
	float:left;
	}
#unter_unter_navigation a {
	font-size: 12px;
	text-decoration: none;
	}
a.unter_unter_navi  {
	color: #534E43;
	}
a.unter_unter_navi:hover {
	color: #000000;
	}
a.unter_unter_navihigh  {
	font-weight: bold;
	color: #534E43;
	}
a.unter_unter_navihigh:hover  {
	font-weight: bold;
	color: #534E43;
	}




.content_linie_0 {
	height: 1px;
	border-top-width:18px;
 	border-top-style:solid;
	border-top-color: #FFFFFF;
	border-bottom-width:18px;
 	border-bottom-style:solid;
	border-bottom-color: #FFFFFF;
	background: #DCDCDE;
	}
	
.content_linie_1 {
	height: 1px;
	border-top-width:18px;
 	border-top-style:solid;
	border-top-color: #D1DADF;
	border-bottom-width:18px;
 	border-bottom-style:solid;
	border-bottom-color: #D1DADF;
	background: #B3C2C9;
	}
	
.content_linie_2 {
	height: 1px;
	border-top-width:18px;
 	border-top-style:solid;
	border-top-color: #ECECEC;
	border-bottom-width:18px;
 	border-bottom-style:solid;
	border-bottom-color: #ECECEC;
	background: #DCDCDE;
	}






/********************/
/*   Standardtext   */
/********************/
/* Headline */
h2 {
	padding: 0 0 5px 0;
	font-size: 24px;
	line-height: 140%;
	color: #C8BCAA;
	font-weight: normal;
	text-align: left;
	}

/* Subheadline */
h3 {
	padding: 0 0 5px 0;
	color: #534E43;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	}

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

p a {
	color: #ce3c1d;
	text-decoration: none;
	}

p a:hover {
	color: #524D42;
	}

/********************/
/* 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 20px;
	background: url(/images/aufzaehlung.gif) no-repeat left top;
	}

/* Listing-Text-Links */
p.listing a {
	color: #524D42;
	underline: none;
	}
p.listing a:hover {
	color: #9E7F73;
	}

/* 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: #FFFFFF;
	}





	
	




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

ul#extra_navigation {
	width: 332px; /*width: 397px;*/
	height: 40px;
	
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style:italic;
	padding: 0 0 0 45px;
	float:left;
	list-style:none;
	text-align: left;
	margin: 5px 0 0 0;
	}
ul#extra_navigation  li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0 0 0 10px;
	}
a.extranavi {
	font-weight: normal;
	color: #C8BCAA;
	text-decoration: none;
	}
a.extranavi:hover {
	color: #FFFFFF;
	}
a.extranavihigh {
	font-weight: bold;
	color: #C8BCAA;
	text-decoration: none;
	}









	
/******************/
/*  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: 0.85em;*/
	font-size: 12px;
	margin: auto; 
	color: #000000;
	}

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

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



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

/* Spalte-Headline */
#rechte_spalte_headline {
	text-align: left;
	}
	
#rechte_spalte_headline p {
	/*font-size: 1.05em;*/
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	padding: 10px;
	}

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

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

/* Text-Links */
#rechte_spalte ul {
	padding: 0 0 0 10px;
	
	}
#rechte_spalte li {
	padding: 0 0 0 5px;
	margin:0;
	background: url(/images/rechte_spalte_link.gif) no-repeat left top;
	}
#rechte_spalte a {
	color: #326218;
	}
#rechte_spalte p a:hover {
	color: #FFFFFF;
	}
#rechte_spalte img {
	border-bottom-width:5px;
 	border-bottom-style:solid;
	border-bottom-color:#F3F9E9;
	}
/********************/
/*     GALERIE      */
/********************/
.galerie_block {
	overflow:auto; 
	width:460px;
	}
.galerie_block_reihe {
	overflow:auto; 
	width:460px;
	margin: 0 0 10px 0;
	}