﻿@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0;
}

body{
	background-image: url(hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #667BB4;
	font-family: "Arial";
	font-size: 14px;
	color: #666666;
}

a:link, a:visited {
	color: #667BB4;
	text-decoration: none;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
}


#center {
	background-image: url(centerback.jpg);
	background-repeat: repeat-x;
	width: 900px;
	height: 740px;
	margin: 0 auto;
}

#oben {
	height: 710px;
	width: 879px;
	margin-left: 10px;
	background-color: white;
}

#kopf {
	background-image: url(logooben.jpg);
	height: 156px;
}

#ueberschrift {
	color: white;
	font-size: 18px;
	padding-top: 85px;
}

#menu {
	color: #667BB4;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px #DE8638 solid;
}

#menu a {
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #667BB4
}


#menu .menu_current a {
	color: #DE8638;
}



#inhalt {
	height: 554px;
}

#inhaltOben {
	height: 180px;
}

#inhaltUnten {
	width: 859px;
	height: 339px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

#inhaltUnten p {
	margin-bottom: 15px;
}

#inhaltUnten ul {
	padding-bottom: 15px;
}

#inhaltUnten li {
	margin-left: 15px;
	padding-bottom: 10px;
}

.kleinereSchrift {
	font-size: 12px;
}

#fuss {
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: white;
	width: 880px;
	margin-left: 10px;
	
}

.fussklein {
	font-size: 10px;
}

#fuss a:link, #fuss a:visited {
	color: white;
}

.haftung {
	font-size: 12px;
}
