body {
	overflow: auto;
	font-size: 13px;
	margin: 0px 20px 0px 20px; 
}

body,td,th {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #554741;
	background-color: white;
}


a:link {
	color: #830101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #830101;
}
a:hover {
	text-decoration: none;
	color: #835401;
}
a:active {
	text-decoration: none;
	color: #830101;
}
h1 {
	font-size: xx-large;
	color: #830101;
}
h2 {
	font-size: x-large;
	color: #835401;
}
h3 {
	font-size: large;
	color: #830101;
}

#welt {
	position: absolute;
	left:50%;
	margin-left:-400px;
	margin-top: 5%;
	width: 50%; 
	min-width: 800px;
	height: 70%;
	z-index:1;
	background-color: white;
	border: 10px;
	border-color:white; 
	border-style: solid;
}

#header {
	
	margin: 0px;
	height: 20%;
	z-index:2;
	background-image: url(1074.png);
	background-color: #D4D0C8;
	border-bottom: 10px;
	border-bottom-color: white;
	border-bottom-style: solid;
}



#container {
height: 75%;
	z-index:4;
	border-bottom: 1px;
	border-bottom-color: #830101;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color: #830101;
	border-top-style: solid;

} 
#menu {
   float: left;
	width:28%;
	height: 100%;
	z-index:3;
	font-size: 16px;
	border-right: thin;
	border-right-color: #830101;
	border-right-style: solid;
	font-variant: small-caps;
}

#menu a:hover{
	background-color: white;
	color: #131313;
	
}

#menu a {
	background-color: white;
}



#inhalt {
	width: 70%;
	height: 100%;
	z-index:4;
	overflow: auto;
	float: right;
}
#footer {
	margin: 0px;
	height: auto;
	z-index:5;
	background-color: white;
	border-top: 10px;
	border-top-color: white;
	border-top-style: solid;
}

