body {
	background-color: #ccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial;
	font-weight: normal;
}
h1 {
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	color: #577174;
}
h2 {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #577174;
}
h3 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #577174;
}
a img {
	border: none;
	font-weight: bold;
	color: #577174;
}
a:link {
	color: #577174;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #577174;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.sidebarlink {
	border: none;
	font-weight: bold;
	color: #577174;
}
a.sidebarlink:link {
	color:#577174;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarlink:visited {
	color: #577174;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarlink:hover, a.sidebarlink:active, a.sidebarlink:focus {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.container {
	width: 960px;
	max-width: 1260px;
	min-width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #ccc;
}
.header {
	top: 0px;
	padding-top: 250px;
	background-image: url(images/hintergrund_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sidebar {
	float: none;
	left: 0px;
	top: 0px;
	font-family: Arial;
	font-size: 18px;
	width: 900px;
	background-color: #000;
	color: #FFF;
}
.sidebar1 {
	width: 200px;
	float: left;
	height: auto;
	margin-top: 20px;
}
.sidebar5 {
	width: 185px;
	float: left;
	height: auto;
	margin-top: 20px;
	padding-left: 15px;
}
.sidebar2 {
	width: 480px;
	float: left;
	height: auto;
	margin-top: 20px;
	padding-left: 10px;
}
.sidebar3 {
	width: 190px;
	float: right;
	height: auto;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar4 {
	width: 200px;
	float: right;
	height: auto;
	margin-top: 20px;
	padding-left: 10px;
}
.content {
	padding: 0px;
	float: none;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: auto;
	background-color: #ffffff;
	border: medium solid #666;
}
ul.nav {
	text-decoration: none;
	margin-bottom: 15px;
	color: #000000;
	float: left;
	text-align: left;
}
ul.nav li {
	list-style: none;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a, ul.nav a:visited {
	color: #000000;
	padding: 5px 15px 5px 15px;
	display: block;
	text-decoration: none;
}
ul.nav a:hover { 
	color: #577174;
	font-weight: bold;
}
ul.nav a:active {
	color: #577174;
	font-weight: bold;
}
ul.nav a:focus { 
	color: #577174;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	float: none;
	clear: both;
}
