body { 
	background-image:url('images/bg.gif'); 
}

div, td {
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	color:green;
}

.Header{
	color:red;
	font-size:16px;
	font-weight:bold;
	font-family:Sans-Serif, Arial, Verdana;
}

#Container {
	position:relative;
}

#menue {
	position:absolute;
	left:0px;
	top:125px;
	line-height:150%;
}

#Logo {
	position:absolute;
	left:200px;
	top:0px;
}

a {
	color:green;
	font-weight:bold;
}

a:hover {
	color:083A22;
}

a.menue {
	text-decoration:none;
	font-size:13px;
}

ul {
	padding-top:0px;
}
li.menue{
	 list-item:point;
}
li.menueGewaehlt{
	color:red;
}

#Inhalt {
	position:absolute;
	left:200px;
	top: 125px;
	border:0px;
	padding:5px;
}

#Inhalt_links, #Inhalt_rechts {
	position:absolute;
	top: 30px;
	width: 310px;	
	color:black;
	text-align:justify;
	vertical-align:top;
}

#Inhalt_ueberschrift{
	position:absolute;
	top:0px;
	font-weight:bold;
	color:red;
	width:650px;
}

#Inhalt_links, #Inhalt_ueberschrift {
	left:15px;
}

#Inhalt_rechts{
	left:350px;
}

#Historie {
	position:absolute;
	left:250px;
	top:495px;
	text-align:center;
}
