@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;
	}

#menu {
	display: none;
	}


#content {
	background-color: #fff;
	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 {
	
	display: none;
	
	}
	


#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: 500px;
	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;
		
	}


	
	
