body{
	font-family: Arial,sans-serif;
	/*color: #333333;*/
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-color: #17A3E8;
	color: #003300;
	background-image: url(/media/headback.gif);
	background-repeat: repeat-x;
}
hr{
	color: #17A3E8;
	height: 1px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#headleft{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: left;
	min-height: 112px;
	height: 112px;
}
#headright{
	float: right;
	width: 445px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #17A3E8;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	/*border: 1px solid black;*/
	font-size: 90%;
	text-align: right;
	min-height: 112px;
	height: 112px;
	background-image: url(/media/header-right.gif);
	background-repeat: no-repeat;
}
#header{
	float: left;
	margin: 0px 5px 0px 5px;
	font-size: 90%;
	text-align: left;
	min-height: 112px;
	height: 112px;
}
#adresse{
	color: White;
	position: absolute;
	top:90px;
	left:20px;
	width: 97%;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
#line{
	clear: both;
	font-size: 1px;
}
#navigation{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	text-align: left;
}
A {
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #0033ff;
	text-decoration: underline;
}
A.hmenu, A.smenu, A.cmenu {
	color: #003399;
}
A.aktiv {
	color: White;
	font-size: 80%;
	font-weight: normal;
}
.hmenu, .smenu, .cmenu {
	font-size: 80%;
}
#content{
	float: left;
	width: 80%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: left;
	background-image: url(/elemente/bg_seite.jpg);
}
#eckelinks{
	position: relative;
	float: left;
	top:0px;
	left:0px;
	width: 21px;
	height: 21px;
	background-image: url(/elemente/navecke.gif);
	background-repeat: no-repeat;
}
#eckerechts{
	position: relative;
	float: right;
	top:0px;
	right:0px;
	width: 21px;
	height: 21px;
	text-align: right;
	background-image: url(/elemente/navecke2.gif);
	background-repeat: no-repeat;
}
#inhalt{
	margin: 5px 21px 10px 21px;
}
#footer{
	clear: both;
	float: left;
	width: 100%;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	font-size: 60%;
	text-align: center;
}
OL OL {
	list-style-type: lower-alpha;
}