/* CSS Document */

body {
margin:auto;
padding:0;
font:0.8em Verdana, Arial, Helvetica, sans-serif;
background:#f4f4f4 url(pics/bg800.jpg) repeat-y center top;
	background:url(pics/bg_bobv.jpg) repeat-x;
color:#404040;
line-height:1.5em;
}

.menu {
line-height:1.1em;
}

a {
text-decoration:none;
font-weight:bold;
color:#156E11;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#004309;
background-color:inherit;
}

a.current {
text-decoration:none;
color:#030;
background-color:inherit;
}
a.farbe {
	background-color: #808080;
}

.footer {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	width:797px;
	text-align:center;
	color:#808080;
	background:#e0e9da;
	font-size: .8em;
}


