* {
	margin:0px;
	padding:0px;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size:14px;
	background-color: #064342;
	background-image: url("./../images/Background%20Dunkel.png");
	background-repeat: repeat-y;
	background-position: 70px 0px;
}
p {
	line-height: 140%;
	text-align: justify;
	padding-top: 10px;
}
h1,h2 {
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
}
h1{
	font-size: 22px;
} 
h2 {
	font-size: 18px;
}
#hauptcontainer {
	background-color:#ffffff;
	width:670px;
	height:850px;
	margin:10px 0px 5px 153px	
}
#banner {
	height:70px;
	background-color:#761760
}
#logo{
	background-color:#ffffff;
}
#logo {
	height:135px;
	margin: 5px 0px 5px 0px;
}
table {
border-top: 4px solid #761760;
border-bottom: 4px solid #761760;
}

hr {
background-color:#761760;
}

#information {
	float:left;
	width:370px;
	height:820px;
	margin:10px 0px 0px 5px;
	border-left: 4px solid #761760;
}
#inhalt {
	width:400px;
	height:250px;
	margin:20px 0px 0px 18px;
	padding:30px 0px 0px 5px;
	}
#aktuell {
	clear: left;
	width:400px;
	height:330px;
	margin: 20px 10px 0px 18px;
	padding: 30px 25px 0px 5px;
	border-top: 4px solid #761760;
}

#navigation {
		float:left;
		height:200px;
		margin:35px 0px 0px 0px;
		
}
#navigation  ul{
	list-style-type:none;
	
}
#navigation li{
	padding-top:4px;
}

a {
	font-size:13px;
	text-align:center;
	font-weight: bold;
}
#navigation a {
	display:block;
	border: 2px solid white;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	background-image: url("./../images/Navigation.png"); 
	color: white;
	}
#navigation a:hover, #navigation li.active a {
	background-image: url("./../images/Navigation an.png"); 
	color:white;
}


#fuss {
	clear:both;
	margin: 840px 0px 0px 0px;
	color: white;
	font-size: 11px;
	background-color:#761760;
	height:30px;
	padding: 0px 0px 6px 200px;
	}