body {
	font-family: arial, sans-serife;
	font-size: 11px;
	background-image: url('body.png');
	background-repeat: repeat;
	overflow-y: scroll;
}

#container {
	width: 985px; 
	margin: auto;
	background-color: white;
	border: 1px solid #0D227F;
	font-size: 11px;
}	

#head {
	width: 985px;
	height: 154px;
	background-image: url('head2.jpg');
}

#supnav {
	width: 480px;
	height: 24px;
	background-image: url('supnav.jpg');
	background-repeat: no-repeat;
	float: left; 
	font-size: 14px;
	color: white;
	padding-left: 10px;
}	

#supnav a{
	color: white;
	text-decoration: none;
}
	

#banner {
	width: 310px;
	height: 24px;
	float: left;
	background-color: white;
}

#suche {
	width: 181px;
	height: 24px;
	float: left;
	background-color: white;
}

#main {
	width: 160px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	padding-left: 10px;
}

#main a {
	color: black;
	text-decoration: none;
	margin-top: 5px;
}

#main a:hover{
	color: #0D227F;
	text-decoration: underline;
}

#adress {
        font-size: 10px;
        border-top: 1px solid #cccccc;
}

#content {
	width: 640px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 15px;
	border-left: 1px solid #0D227F;
       	border-right: 1px solid #0D227F;
}

#content a {
	font-size: 11px;
}

#aktuell {
	width: 150px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;
}

#foot {
	width: 640px;
	height: 20px;
	clear: both;
	margin-left: 173px;
	border-top: 1px solid #0D227F;
	text-align: center;
}

.title {
	font-size: 15px;
	padding-left: 2px;
	font-weight: bold;
}


a:hover{
	color: #0D227F;
	text-decoration: underline;
}

a {
	color: #0D227F;
	text-decoration: none;
}
img {
	border: 0px;
}

input {
	border: 1px solid #0D227F;
	background-color: #cccccc;
}

.suche {
	border: 1px solid #0D227F;
	background-color: white;
}

.suche1 {
	background-color: white;
	border: 1px solid white;
	}

textarea {
	border: 1px solid #0D227F;
	background-color: #cccccc;
}


table {
	font-size: 11px;
}
