body {
	font-family: Arial,Helvetica,sans-serif;
	color: #565656;
	background-color:#FFFFFF;
	font-size: 12px;
}

#obere_leiste {	
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 730px;	
	height: 110px;
	border: 1px solid #b5b5b5;
	background-image:url("bilder/oben.jpg");
	background-repeat:no-repeat;	
}

#inhalt {	
    margin:10px auto;
    text-align:left;
    position: relative;	
	padding: 15px;
	width: 700px;
	border: 1px solid #b5b5b5;
	line-height:1.3;
	background-color:#FAFAFA;
}

#navcontainer ul{
	text-align: center;
	padding: 5px 0;
	margin: 0;
	background-color: #0E0858;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
}

#navcontainer ul li{
	display: inline;
	line-height: 18px;
}

#navcontainer ul li a{
	text-align:center;
	text-decoration: none; 
	color: #ddd;
	background-color: #0E0858;
	border-right: 1px solid #4D4D4D;
	border-left: 1px solid #4D4D4D;
	border-bottom: 0;
	padding: 7px 12px;
	font-size: 1em;
	font-weight: bold;	
}

#navcontainer ul li a:hover {
    background-color: #8C8C8C;
}

#navcontainer ul li #active {
	background-color: #8C8C8C;
}

a {
	text-decoration:none;
	color: #4C4781;
	font-weight:bold;
}


#footer{
	color: #ffffff;
	background-color:#0E0858;
    	left:5px;
    	right:5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	line-height: 18px;
	position:fixed;
	bottom:0px;
    	text-align: center;
}

.vita {
	width: 100%;
}

.vita th {
	font-weight:bold;
	width: 25%;
	text-align:left;
	vertical-align:top;
    font-size: 12px;
}
.vita td {
	text-align:left;
	vertical-align:top;
    font-size: 12px;
}

.kontakt {	
	background-image:url("bilder/umschlag.jpg");
	background-repeat:no-repeat;
	background-position:right;
	margin: 0;
	height: 263px;
	width: 700px;
}


