a#vlb{display:none}body {
	margin: 0px;
	font-family: droid-sans;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/back_holz.jpg);
	font-style: normal;
	font-weight: 400;
	background-attachment: fixed;
	background-position: a
% 10%;
	background-position: center center;
}

#main_container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	color: #666;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
}

#navi {
	width: 900px;
	height: 40px;
}

#navi li  {
	color: #333;
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 7px;
	padding-left: 7px;
}
#navi a {
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
}
#navi .navi_on {
	color: #E20916;
	text-decoration: none;
}

#navi a:hover {
	color: #E20916;
}

#header {
	width: 900px;
	height: 250px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#content {
	width: 850px;
	font-size: 0.9em;
	padding-left: 50px;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#content h1 {
	font-family: arvo;
	color: #666;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}

#boxen {
	text-align: left;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#boxen img {
	border-top-width: 5px;
	border-right-width: 9px;
	border-bottom-width: 5px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#footer {
	padding: 0 10px;
	font-size: 12px;
	text-align: left;
	color: #666;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
h1 {
	font-size: 14px;
	color: #666;
}
.blinkend {
	color: #E2201A;
	text-decoration: blink;
	font-size: 14px;
}
#content ul li {
	list-style-image: url(images/listen_pfeil.gif);
	list-style-position: outside;
}
