@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
<style type="text/css">

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

body {
	margin: 0px;
	padding: 0px, 0px, 15px,0px;
	background-image: url(images/bg-blau.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0C3355;
}

#container {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	display:none;
	height: 60px;
	margin-top: 0px;
	background-color: #38302B;
	background-image: url(images/bg-navi.png);
	background-repeat: repeat-x;
	background-position: top;
}




#right {
	display:none;
}

#navbar  {
   display: none;
    }
   


#main {
	width: 625px;
	float: left;
	min-height:450px;
	height: auto !important;
	height: 450px;
	padding-top: 0px;
	padding-left: 45px;
	color: #333;
	background-color: #FFF;
	padding-right: 75px;
}
#main p a {
	text-decoration: none;
	color: #333;
}
#main a:hover {
	color: #0C3355;
}

#main h1 {
	font-size: 130%;
}

#main p {
	font-size: 90%;
}
#main img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#main h1 {
	color: #645E4F;
	font-size: 120%;
	padding-top: 25px;
}
#main h3 {
	color: #0C3355;
	font-size: 100%;
}


#footer {
	clear: left;
	width: 980px;
	font-size: 80%;
	background-color: #38302B;
	height: 45px;
}
#footer ul {
	list-style-type: none;
	padding-right: 30px;
	width: auto;
	margin-bottom: 5px;
}
#footer ul li {
	text-decoration: none;
	display: inline;
	margin-left: 25px;
	float: right;
	padding-top: 0px;
	margin-top: 12px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #768646;
}
.active {
	color: #000;
	text-decoration: none;
}


#header .active {
	color: #CCC;
}
#leftcol {
	float: left;
	width: 300px;
}
#rightcol {
	float: left;
	width: 320px;
}
#reload {
	text-decoration: none;
	color: #333;
	font-size: 80%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
