/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* reset */

html { height: 100% } 
body {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 0.8em;
	 color:#564b47;  
	 padding:0px;
	 margin:0px;
	 top:0px;
	 text-align: center;
	 line-height: 1;
	 background:#22381c url(../images/header_bg.jpg) repeat-x;
}
   
   /* Standardrahmen zurücksetzen */
   fieldset, img { border:0; }
   
   /* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */
   select, input, textarea { font-size: 99% }
   
#box { 	
	 text-align: left;
	 vertical-align: middle;	
	 margin: 0px auto;
	 padding: 0px;
	 width: 100%;
	 border: 0px;
}

/* HEADER */
#header {
	background: url(../images/hof_neuhoern.jpg) no-repeat;
	height:214px;
	width:100%;
	margin-top:0px;
	padding:0;
}

img { border:0px; }

/* ########## LINKS ########### */

a {
   color: #000;
   text-decoration: none;
}

a:hover {
   color: #22381c;
   text-decoration: none;
}

a.help {
   cursor: help;
   font-weight: bold;
   color: #090;
} 

/* Navigation*/
#navi {
	position:absolute;
	z-index:1;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	background-color: #fff;
	border-bottom:#557528 3px solid;
	display:none;
}

a.menu {
   color: #000;
   border-left:#22381c 6px solid;
   padding-left:10px;
   line-height:35px;
}
a.menu:hover {
   color: #000;
   border-left:#9fb2cd 45px solid;
   padding-left:10px;
   font-weight:bold;
}


/* INHALTSBOX MIT HINTERGRUND */
#content {
	line-height:22px;
	z-index:2;
	position:absolute;
	margin-top:-200px;
	background: url(../images/white.gif) repeat-y;
}
.space {
	float:left;
	width:30px;
	height:250px;
}
#cont {
	float:left;
	width:501px;
}

#title { float:left; padding-bottom:6px; }
#print { float:right; padding-right:26px; display:none; }
#print a:hover {    border-bottom:#22381c 1px dotted; }

#cont_bg {
	background: url(../images/cont_bg.jpg) repeat-y;
	height:250px;
	width:600px;
	z-index:1;
	position:absolute;
	margin-left:216px;
	display:none;
}

#anschrift {
	color: #fff;
	padding:16px;
	margin-top:265px;
	line-height:30px;
	position:absolute;
	z-index:3;
	display:none;
}

#footer {
	display:none;
}
