/* CSS Layout ® NEUWERK */


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

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: #FFFFFF;
	color: #326218;
	}


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



/*************************/
/*     Grundgerust       */
/*************************/
h1 {
    margin: 0 auto;
    width: 310px;
	height: 63px;
    background: url(/images/logo_honig_verband.gif) no-repeat #FFFFFF;
	float: left;
}
h1 a {
    display: block;
	height: 60px;
}
h1 a span {
    display: none;
}

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

/* Naupt-Navigation */
#extranavigation {
	font-size: 11px;
	}
#extranavigation ul {
	float: right;
	padding: 33px 0 0 0;
	}
#extranavigation ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 10px;
	}

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

/* Naupt-Navigation - Ebene 1 - HIGH */
a.extranavihigh {
	color: #616161;
	font-weight: normal;	
	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;
	}

#headercontainer {
	background: url(/images/header_back.jpg) #FFFFFF;
	overflow: auto;
	}
	
#header {
	width: 781px;
	height: 189px;
	background: url(/images/header_container_back.jpg);
	margin: 0 auto;
	overflow: hidden;
	}
	
#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: 577px;
	height: 189px;
	float: left;
	}

#maincontainer {
	padding: 5px 0 0 0;
	background: url(/images/main_container_back.jpg) #DEEDC2;
	overflow: auto;
	}
	
#sitecontainer {
	width: 781px;
	background: url(/images/content_back.gif);
	margin: 0 auto;
	overflow: auto;
	}

#seitencontent {
	float: left;
	width: 383px;
	overflow: auto;
	}
	
#content {
	text-align: left;
	width: 343px;
	margin: 40px auto;
	}

#footer {
	height: 38px;
	background: #89BE6C;
	margin: 5px 0 45px 0;
	}

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

/* Subheadline */
h3 {
	padding: 0 0 5px 0;
	/*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 {
	font-size: 11px;
	margin: 15px 0 15px 0;
	}

/* Text-Links */
p a {
	color: #326218;
	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 {
	/*font-size: 0,95em;*/
	font-size: 16px;
	text-align: center;
	}

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

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

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

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

/* Unter-Navigation */
#unternavigation {
	width: 169px;
	float: left;
	padding: 35px 10px 50px 20px;
	vertical-align: top;
	/*font-size: 0.85em;*/
	font-size: 12px;
	text-align: left;
	}
	
/* Unter-Navigation - Ebene 2 */
a.unternavi {
	font-weight: bold;
	color: #F2F775;
	text-decoration: none;
	}
a.unternavi:hover {
	color: #FFFFFF;
	}
a.unternavihigh {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

/* 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:343px;
	}
.galerie_block_reihe {
	overflow:auto; 
	width:343px;
	margin: 0 0 10px 0;
	}
