/* CSS Layout ® NEUWERK */


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

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: url(../images/back_streifen.gif) #283353;
	color: #FFFFFF;
	}
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: 80px;
	background: url(../images/back_header.gif) no-repeat #6B6861;
	}
#main_container {
	margin: 0;
	z-index:2;
	}
/*************************/
/*     LEFT-CONTAINER     */
/*************************/
#left_container {
    width: 397px;
	position:absolute; 
	top:0px; 
	left:0px; 
	}
	
	
/*************************/
/*     RIGHT-CONTAINER     */
/*************************/
#right_container {
    position:absolute; 
	top:0px; 
	left:397px; 
	width: 578px;
	background: #414A69;
	z-index:4;
	}


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

h4 {
    width: 987px;
	height: 83px;
    background: url(../images/logo_unten.gif) no-repeat #FFFFFF;
	float: left;
}
h4 a {
    display: block;
	height: 83px;
}
h4 a span {
    display: none;
}

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

/* Naupt-Navigation */
#extranavigation {
	width: 397px;
	padding:5px 0 0 0;
	font-size: 12px;
	overflow:auto;
	clear: both;
	}
#extranavigation ul {
	width: 169px;
	float: left;
	/*padding: 33px 0 0 0;*/
	}
#extranavigation ul li {
	text-align: right;
	padding: 37px 13px 0 0;
	/*list-style: none;
	display: inline;
	padding: 0 5px 0 10px;*/
	}

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

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

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


	

	
#logo2 {
	width: 189px;
	height: 189px;
	padding: 0 5px 0 5px;
	float: left;
	}
#logo2 p {
	width: 189px;
	height: 189px;
	background: url(../images/logo2_honig_verband.gif) no-repeat #FFFFFF;
	}
#logo2 p a {
	display: block;
	height: 189px;
	}
#logo2 p 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;
	}

#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:83px;
	z-index:1;
	}

#footer {
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0;
	background:#6B6861;
	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;
	}

/********************/
/*   Standardtext   */
/********************/
/* Headline */
h2 {
	padding: 0 0 5px 0;
	/*font-size: 1.35em;*/
	font-size: 22px;
	line-height: 140%;
	color: #847F73;
	text-align: left;
	}

/* Subheadline */
h3 {
	padding: 0 0 5px 0;
	color: #FFFFFF;
	/*font-size: 1.15em;*/
	font-size: 17px;
	line-height: 140%;
	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: #151D35;
	font-size: 11px;
	margin: 15px 0 15px 0;
	}

/* Text-Links */
p a {
	color: #847F73;
	text-decoration: none;
}
p a:hover {
	color: #FFFFFF;
	}

/********************/
/* 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 {
	underline: none;
	}
p.listing a:hover {
	color: #FFFFFF;
	}

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

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

/* Naupt-Navigation */
#hauptnavigation {
	width: 172px;
	font-size: 12px;
	text-align: right;
	margin: 25px 0 0 0;
	float:left;
	}

#hauptnavigation ul li {
	/*list-style: none;
	display: inline;*/ 
	}

/* Naupt-Navigation - Ebene 1 */
a.navi {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 13px 0 0;
	}
a.navi:hover {
	color: #6A6860;
}

/* Naupt-Navigation - Ebene 1 - HIGH */
a.navihigh {
	color: #6A6860;
	font-weight: bold;	
	text-decoration: none;
	padding: 0 13px 0 0;
	background: url(../images/menue_icon.gif) no-repeat right top;
}

#menue_grafiken {
	position:absolute;
	top: 83px;
	left: 177px;
	width: 57px;
	}


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

/* Unter-Navigation */
#unternavigation {
	width: 153px;
	float: left;
	margin: 25px 0 0 67px;
	vertical-align: top;
	/*font-size: 0.85em;*/
	font-size: 12px;
	text-align: left;
	}
#unternavigation_top {
	position:absolute;
	top: 130px;
	left: 239px;
	width: 220px;
	/*vertical-align: top;
	font-size: 0.85em;*/
	font-size: 12px;
	text-align: left;
	}
	
/* Unter-Navigation - Ebene 2 */
a.unternavi {
	font-weight: normal;
	color: #6A6860;
	text-decoration: none;
	padding: 0 0 0 13px;
	}
a.unternavi:hover {
	color: #FFFFFF;
	}
a.unternavihigh {
	font-weight: bold;
	color: #6A6860;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url(../images/menue_icon.gif) no-repeat left top;
	}

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

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

/* Seitenbezeichnung - LINKS */
p a {
	text-decoration: none;
	}
p a:hover {
	color: #84A0C6;
	}

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