body {
	background-color: #E7E2DC;
	font-family: "Times New Roman", Times, serif;
}
.Logo {
	background-image: url(images/Logo.gif);
	background-repeat: no-repeat;
	z-index:1;
	position:absolute;
	width:242px;
	height:157px;
	left:0px;
	top:0px;
	visibility: visible;
	/*border: solid 3px yellow;*/
}

.Background {
	position:absolute;
	width:751px;
	height:541px;
	left: 38px;
	top: 60px;
	background-color:#F4F2F0;
	visibility: visible;
	/*border: solid 0px red;*/
}
.Menue {
	position:absolute;
	width:400px;
	height:25px;
	top: 76px;
	left: 311px;
	visibility: visible;
}
.MenueElement {
	float:left;
	width:90px;
	
	border-bottom-width:0px;
}
.Menue A:link {text-decoration: none; color: #8A8783;}
.Menue A:visited {text-decoration: none; color: #8A8783;}
.Menue A:active {text-decoration: none; color: yellow;}
.Menue A:hover {text-decoration: none; color: #CC0000;}

.Main {
	position:absolute;
	width:751px;
	height:460px;
	left: 0px;
	top: 100px;
	visibility: visible;
}
.Line {
	position:absolute;
	width:731px;
	height:2px;
	left: 10px;
	top: 100px;
	border-top-style: solid;
	border-top-color: #8A8783;
	border-right-color: #8A8783;
	border-bottom-color: #8A8783;
	border-left-color: #8A8783;
	border-top-width: 2px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	visibility: visible;
}
.content {
	background-color: #F4F2F0;
}
.contentNextToNavi {
	float:left;
	margin-left:10px;
	width:500px;
	
	border: solid 0px yellow;
}
.Leftnavi {
	float:left;
	width:184px;
	
	border: solid 0px red;
}
td {
	text-align: left;
	vertical-align: top;
	
}

.absatz {
	padding-top: 10px;
}
