body {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(bilder/hintergrund5.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin: 20px 20px 20px 20px;
/*h1, h2, h3, h4, h5, p, td, ul, ol, li, dl, dt, dd*/
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #336;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #666;
}
#nav {
	float: left;
	width: 15%;
	margin-top: 20px;
/*	background-color:#999;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;    */
}
#nav p {
	display: none;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li{
	margin: 0;
	border-top: 1px solid #fff;
}
#nav ul li a{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #006;
	border-right: 1px solid #333;
	border-bottom: 1px solid #000;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	width: 100%;
}
html>body #nav ul li a {
	width: auto;
}
#nav ul li a:hover {
	border-left: 10px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #000;
	background-color: #006;
	color: #fff;
	font-weight: bold;
}
#haupt {
	float: right;
	width: 80%;
	background: #ddd;
	margin-top: 20px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#haupt a:link {
	text-decoration: none;
	color: #003;
	font-weight: bold;
}
#haupt a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#haupt a:link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003;
	font-weight: bold;
}
#haupt a:visited:hover {
	text-decoration: none;
	color:#CCC;
	background-color: #666;
	font-weight: bold;
}