@charset "UTF-8";
/* CSS Document */

/* 
	CSS 
*/

/* 	Global Reset */
/**********************************************************/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, img, small, strike, strong, sub, sup, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



html, body {
  margin:0px;
  padding:0px;
  text-align: center;
  font-size:100%;
  font-family:Arial, Helvetica, sans-serif;
  color:#423725;
  background: #fff url(../images/background.gif) bottom right no-repeat;
}


/* Struktur
*************************************************************/

#container { 	
  width: 862px;
  position:relative;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  top:15px;
}

#wrapper {	
	margin: 0 auto 10px; 
	position: relative;
	width:862px;	
}


/* Header
*************************************************************/


#header {
	position:relative;
	width:862px;
	height:341px;
	background: transparent url(../images/header_logo.jpg) 0 0 no-repeat;
}
#logo a {
	display:block;
	height:200px;
	width:140px;
	margin-left:25px;
	position:absolute;
	top:0px;
}
#logo a span {
	display:block;
	text-indent:-9000em;
}


/* Navigation
*************************************************************/


#navigation {
	width:850px;
	height:27px;
	position:absolute;
	bottom: 30px;
	left:45px;
}

ul.navlist li { 
	float:left;
	display:inline;

}

ul.navlist li a {  	
	background-color:#ad9f83;
	font-size:12px;
	text-decoration:none;
	color: #372913;
	padding: 6px 17px 10px 17px;
	margin-right:1px; 
	zoom:1;
}

ul.navlist li a.mainActive {
	background-color:#eeae5c;
	font-weight:bold;
	padding: 6px 17px 10px 17px;
	zoom:1;
}

#subnavigation {
	width:850px;
	height:27px;
	background-color:#efaf5d;
	position:absolute;
	bottom:6px;
	left:6px;
}

ul.secNavlist{
	position:absolute;
	top:2px;
	left:154px;
}
ul.secNavlist li {
	float:left;
	display:inline;
}

ul.secNavlist li a {  	
	font-size:12px;
	text-decoration:none;
	color: #372913;
	margin-right:20px; 
	zoom:1;
}

ul.secNavlist li a.secActive {  	
	font-weight:bold;
}

/* IE6 */
* html #subnavigation { bottom:5px; }
* html #navigation { bottom:29px; }
* html ul.secNavlist{ top:3px; }




/* Content
*************************************************************/


#content {
	width:530px;
	margin-top:20px;	
}
#contentSpacing {
	margin: 0 6px 0 6px;
}


#content p { font-size:13px; margin:0 0 15px 0;}
#content p a { 
	text-decoration: underline;
	color:#423725;;
}

#content ul { margin:0 0 15px 13px; /*  T R B L */   }
#content li { 
	list-style-image:url(../images/list.gif);
	font-size:12px;
	margin-bottom:5px;
}

/* IE6 */
* html #content li { list-style-image:url(../images/list_ie.gif); }

/* Headlines
*************************************************************/

h1 { font-size:15px; margin:0 0 15px 0;}
h2 { font-size:16px; margin:0 0 15px 0;}
h3 { font-size:13px; font-weight:bold; margin:0 0 5px 0;}


/* Boxen
*************************************************************/

#highlightboxbg {
	background-image:url(../images/box_bg.jpg);
	width:287px;
	margin-top:20px;
	float:right;
	display:inline;
	}
#highlightbox {
	border:solid;
	border-width:1px;
	border-color:#f7dcba;
	margin:5px;
	padding:15px;
	font-size:13px;
}

#highlightbox p { margin:0 0 15px 0; }
#highlightbox ul { margin:0 0 20px 13px; /*  T R B L */   }
#highlightbox li { list-style-image:url(../images/list.gif); }

/* IE6 */
* html #highlightbox li { list-style-image:url(../images/list_ie.gif); }

/* Footer
*************************************************************/
#footer {
	width:862px;
	height:14px;
	font-size:10px;
	text-align:center;
	color:#ccc2b3;
	}
#footer a {
	text-decoration:underline;
	color:#ccc2b3;
	}
#footer a:hover {
	color:#efaf5d;
	}
#footer2 {
	width:862px;
	height:10px;
	line-height:1px;
	margin-top:5px;
	background-color:#efae5d;
}


	

/* Misc
*************************************************************/
.clear { clear:both; }

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	font-size:0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix {  display: block; }
#IE6root .clearfix { height: 1%; }


img.imagefloat
{
	float:left;
	display:inline;
	margin: 0px 15px 5px 0px;
}
#hennigLogo
{
	margin-top:10px;
}
	
a.boxbut { 
	display:block;	
	height:19px;
	float:left;	
	padding:4px 11px 0 0;	
	background: transparent url(../images/sprite_but_box.png) right 0 no-repeat;

	font-weight:normal;
	font-size:12px;	
	color:#fff;
	text-decoration:none;
	
}

a.boxbut span  {
	display:block;
	float:left;
	padding-right:10px;
	height:23px;
	background: transparent url(../images/sprite_but_box.png) left 0 no-repeat;
	margin-top:-4px;
}

/* IE6 */
* html a.boxbut span {padding-right:7px;}

a.boxbut:hover, a.boxbut:hover span  { background-position:0 -28px; }
