html{
height:100%;
margin:0;
padding:0;
}

body{
	color: black;
	background: White;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 620px;
	margin: 50px auto;
	text-align: left;
	border-top: 1px solid #cc3300;
}
#kopf {
	height: 100px;
	background: White;
	padding-right: 20px;
	padding-top: 10px;
	border-left: 1px solid #cc3300;
	border-right: 1px solid #cc3300;
}

#links{
	background-image: url(../media/i_150px.gif);
	background-repeat: no-repeat;
	width: 230px;
	border-left: 1px solid #cc3300;
	background-color: white;
	float: left;
	color: black;
	text-decoration: none;
}
#links ul{
	width: 230px;
	margin: 300px 0 15px 10px;
	list-style: none;
}
#links li{
padding:0px 0 5px 0;
/*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
}

#links a{
	width: 230px; /*die breitenangabe wir nur vom ie benoetigt*/
	background-color: #ff9966;
	border: 1px solid white;
	padding: 2px 2px 2px 3px;
	display: block;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#links a:hover{
	color: #660000;
}
#links .titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	margin: 6px 2px 2px 5px;
}
#links .topic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#inhalt{
	padding: 100px 50px 0px 00px;
	height: 480px;
	margin-left:320px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: black;
	overflow: auto;
	border-right: 1px solid #cc3300;
}

#inhalt .titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
#inhalt a{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	}
#inhalt a:hover{
	color: #cc3300;
	text-decoration: none;
	}
.kontakt{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
color: black;
 }

#foot {
	background: #cc3300;
	color: White;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 20px 10px 20px;
	text-decoration: none;
}
#foot a{
	color: black;
	padding: 3px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#foot a:hover{
	color: white;
	text-decoration: none;
}

#unten {
	color: Black;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
}
#unten a{
	color: Black;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
#unten a:hover{
	color: #990000;
	text-decoration: none;
}
