@charset "UTF-8";

body {
	background-color: #000099;
	}

#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	width: 575px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0033FF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	position: relative;
	z-index: 0;
}

#wrapper #header {
	background-color: #000099;
	height: 150px;
	width: 575px;
	position: relative;
}
#wrapper #header img {
	margin-top: 12px;
	margin-right: 14px;
	float: right;
}

#wrapper #navigation {
	border-top-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	height: 30px;
	padding-top: 9px;
	padding-left: 30px;
	background-color: #000099;
	border-bottom-color: #FFF;
}

#wrapper #navigation ul li {
	list-style-type: none;
	width: auto;
	float: left;
	margin-right: 30px;
	color: #FC3;
}

#wrapper #navigation ul li a {
	text-decoration: none;
	color: #FFFFFF;
	word-spacing: normal;
}

#wrapper #navigation ul li a:hover {
	color: #3333FF;
}

#wrapper #navigation ul li a#aktiv {
	color: #FC3;
}

.clearfloat {
	clear: both;
}

.liabstand {
	margin-right: -1% !important;
}
#wrapper #content {
	height: 300px;
	background-color: #000099;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper #content #headline {
	font-size: large;
	color: #FC3;
	padding-top: 30px;
	padding-left: 30px;
}
#wrapper #content #text {
	color: #FFF;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 170%;
}
#wrapper #footer {
	background-color: #000099;
	height: 40px;
	width: 571px;
	position: relative;
}
#wrapper #footer {
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-right-style: solid;
    border-right-color: #FFF;
	border-right-width: 1px;
	padding-left: 4px;
}
#wrapper #footer img {
	padding-top: 2px;
	padding-left: 1px;
}
#wrapper #content div img {
	margin-left: 25px;
	margin-top: 15px;
}
