body {
	text-align:center;
	color: black;
	//background-color:#E7E7E7;
	background-image:url(../bilder/background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#banner {
	background-image:url(../bilder/banner.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	height:130px;
	width:850px;
}

#menu {
	color: white;
	margin:0px auto;
	height:25px;
	width:850px;
	background-image:url(../bilder/menu.jpg)
	
}
div .item {
	float:left;
	font-size:15px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:17px;
	width:140px;
	margin-top:5px;
	margin-bottom:0px;
	
}
#inhalt {
	border-top:5px solid #0c941c;
	border-bottom:5px solid #0c941c;
	margin:0px auto ;
	width:850px;
	height:625px;
}
#links
{
	border-left:5px solid #0c941c;
	border-right:5px solid #0c941c;
	height:625px;
	background-color:#FFFFFF;
	float:left;
	width:170px;
}
#rechts {
	text-align:center;
	background-color:#FFFFFF;
	border-right:5px solid #0c941c;
	padding-top:10px;
	float:right;
	width:665px;
	height:615px;
	
}

#umgebung-inhalt {
	height:1400px;
	border-top:5px solid #0c941c;
	border-bottom:5px solid #0c941c;
	margin:0px auto ;
	width:850px;
	height:1355px;
}

#umgebung-links
{
	border-left:5px solid #0c941c;
	border-right:5px solid #0c941c;
	background-color:#FFFFFF;
	float:left;
	width:170px;
	height: 1355px;
}

#umgebung-rechts {
	text-align:center;
	background-color:#FFFFFF;
	border-right:5px solid #0c941c;
	padding-top:10px;
	float:right;
	width:665px;
	height:1345px;
	
}
a.menu:link, a.menu:visited {
	text-decoration:none;
	color: white;
	font-weight:bold;
}
a.menu:hover {
	background-color:#006600;
	font-weight:bold;
}
* {
	scrollbar-base-color:green;
	scrollbar-arrow-color:white;
}
a.anfahrt:link, a.anfahrt:visited, 
a.kontakt:link, a.kontakt:visited {
	text-decoration:underline;
	color: black;
	font-size:14px;
	background-color:white;
}
a.anfahrt:hover, a.kontakt:hover {
	text-decoration:underline;
	font-weight:bold;
	color: black;
	font-size:16px;
	background-color:white;
}
a.umgebung:link, a.umgebung:visited {
	text-decoration:underline;
	color:black;
}
a.umgebung:hover {
	text-decoration:underline;
	background-color:white;
}

h2 {
	color:#0c941c;
}
#lagelist {
	list-style-type:decimal;
	text-align:left;
}
