@charset "UTF-8";
/* CSS Document */

* { margin: 0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	}

h3 {
	font-size: 28px;
	font-weight: normal;
	}

p {
	margin-bottom: 15px;
	}
	
a {
	color: #002544;
	text-decoration: none;
	}

a hover {
	color: #812335;
	}


#wrapper {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}

#head {
	margin-top: 20px;
	}

#head img {
	border: none;
	}

#menu {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 24px;
	text-align: right;
	}

#menu ul {
	
	}
	
#menu li {
	display: inline;
	margin-left: -2px;
	}

#menu li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 12px 30px;
	background-color: #002544;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior:url(border-radius.htc);
	border-radius: 5px;
	
	}
	
	#menu li a:hover {
	background-color: #812335;
	color: #fff;
	}
	
	#menu li.aktuell a {
	background-color: #812335;
	color: #fff;
	}

#content {
	background-color: #dadada;
	min-height: 310px;
	padding: 50px 25px 20px 25px;
	margin-left: 23px;
	margin-right: 24px;
	margin-bottom: 40px;
	
	}
	
#content p, h1, h2, h3, span {
	
	
	}
	
#content img {
	
	border: 2px solid #002544;
	
	}
	
.img-left {
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
	
	}

.img-right {
	float: right;
	margin-left: 35px;
	
	}

#footer {
	
	}
	
#footer-text {
	float: left;
	font-size: 12px;
	width: 605px;
	margin-left: 23px;
	padding-top: 3px;
	}
	
#footer-logo {
	float: right;
	
	margin-right: 24px;
	}

.clearer {
	clear: both;
	}
	
.fusszeile {
	font-size: 10px;
	color: #999;
	}
.fusszeile a {
	text-decoration: underline;
	}
	
	#formular {
	width: 450px;
	margin-left: 5px;
	}

#formular p {
	margin-bottom: 8px;
	}
	
label {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	text-align: left;
	padding-top: 4px;
	}
	
input {
	width: 320px;
	
	height: 25px;
	
	}
	
select {
	
	height: 22px;
	margin-bottom: 2px;
	}

textarea {
	
	width: 320px;
	}
	
.absenden {
	margin-left: 100px;
	clear: both;
	width: 80px;
		
	}


	
	
