body {
	background-color: #cccccc;
	background-image: url(../images/Hintergrund.jpg);
	background-repeat: repeat;
	text-align: center;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #4c5f91;
}

* {margin: 0px auto}

h1, h2, h3, h4, h5, h6 {
	color: #09F;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	color: #4C5F91;
	padding-left: 30px;
}
h3 {font-size: 20px;}
h4 {font-size: 20px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

a {
	color: #4C5F91;
	text-decoration: none;
}

a:link {}
a:visited {}
a:hover {
	color: #cc0000
	}

#wrap {
	text-align: left;
	width: 1024px;
	background-color: #f0f0f0;
}
#wrap #wrapcontent #content {
	width: 650px;
	min-height: 600px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 150px;
	width: 1024px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	width: 1024px;
	background-color: #f0f0f0;
	text-align: center;
	margin-bottom: 5px;
	background-image: url(../images/balken.gif);
}
#navigation ul {
	margin-top: 10px;
}
#navigation li {
	display: inline;
	margin-right: 60px;
}

#navigation li a {
	text-decoration: none; 
	color: #4C5F91; 
}
#navigation li a:hover {
	color: #cc0000;
}

#sidebar {
	background-color: #f0f0f0;
	float: left;
	min-height: 550px;
	width: 250px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#content {
	background-color: #f0f0f0;
	float: right;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	min-height: 500px;
}

#footer {
	background-color: #f0f0f0;
	height: 40px;
	width: 1024px;
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 20px;
}
.navi-sidebar {
	list-style-type: none;
}
.aktiv {
	color: #3FA9F5;
}
.nonaktiv {
	color:#4c5f91;
}

.img-sidebar {
	position: absolute;
	bottom: 190px;
}


