body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
	background-position:0px 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
}

div#kopf {
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(images/kopf.jpg);
	width:1000px;
	height:210px;
	background-repeat: no-repeat;
}

td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.kleiner {
	font-size: 11px;
}

a {
	color: Red;
}

a:hover {
	background-color: Red;
	color: White;
	text-decoration: none;
}

div#content {
	position: absolute;
	top: 80px;
	left: 160px;
	width: 650px;
}

div#rechts {
	position: absolute;
	top: 75px;
	left: 830px;
	width: 160px;
	padding: 5px;
	border-color : Red;
	border : 1px;
}

/*
div#bildoben {
	position: absolute;
	top: 0px;
	left: 300px;
}
*/
div#navigation {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 130px;
}

a.navigation {
	color: Black;
	font-size: 8pt;
}

/*a:hover.navigation-links {
	color: Yellow;
	font-size: 8pt;
}

.navigation-links-ueberschrift {
	color: Black;
	font-size: 8pt;
	font-weight: bold;
}


div#navigation-oben {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 11px;
	height: 25px;
	width: 700px;
	color: White;
}*/

.navigation-oben {
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	text-decoration: none;
	font-size: 10px;
}

a:hover.navigation-oben {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
	font-size: 10px;
	background-color: transparent;
}


hr  {
	color: Red;
	height: 1px;
}

div#kontakt {
	position: absolute;
	top: 40px;
	left: 820px;
	height: 20px;
	width: 220px;
	font-size: 10px;
	color: red;
	/*color: White;*/
	text-decoration: none;
	}

li {
	margin-left : 0px;
	padding-left : 0px;
	/*	margin-left : 5px;
	padding-left : 0px;*/
}

ul {
	margin-left : 0px;
	padding : 15px;
	/*margin-left : 10px;*/
	}

p.info {
	border : 1px solid Red;
	padding: 5px;
	font-size: 11px;
	background-color : #EAEAEA;
}

/* CSS Navigation */
li.ordner {
	list-style-image:url('images/fold.gif');
	}

li.ordner a {
	font-weight:bold;	
	color: black;
	text-decoration: none;
	}
	
li.thema {
	list-style-image:url('images/list.gif');
		}
		
li.thema a {
		font-weight:normal;
}