* {
    padding: 0;
    margin: 0;
} 

body {
	background: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
	font-weight: normal;
}

img { border: none; }
a { color: #FFCD2E; text-decoration: none; }
a:hover { text-decoration: underline; color : #fff; }

#wrap {
width: 760px;
background: #222;
margin: 0px auto;
}
.header {
padding-top: 20px;
height: 80px;
text-transform: uppercase;
background: #333;
}
.header h1 {
font-size: 34px;
font-weight: 100;
color: #FFCD2E;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
.header h1 a {
color: #FFCD2E;
text-decoration: none; 
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}

.navigation { 
padding-top: 20px;
float : left ;
list-style: none; 
width: 200px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #222;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.navigation a:hover {
color: #000;
background-color: #FFCD2E;
}

.content {
padding: 10px 10px 10px 0;
float: right;
width: 540px;
}
.content h2 {
color: #FFCD2E;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}.div-inhalte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}
.kleingedrucktes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

/*Formmailer*/

.formmaileralles {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px;
}
.formmaileralles p {
	clear: both;
	float: left;
}

.formmailertext {
	width: 250px;
	display: block;
	clear: none;
	float: left;
}
.formmailertextrechts {
	width: 250px;
	display: block;
	clear: right;
	float: left;
}
.formmailertextfeld {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 230px;
	color: #434343;
}
.formmailertextfeldspam {
	border: 2px solid #ccc;
	background-color: #fff;
	width: 168px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin: 0px 35px 0px 0px;
	font-weight: bold;
	color: #914E23;
}
.formmailertextfeldlang {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 480px;
	color: #434343;
}
.formmailertextarea {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 480px;
	height: 50px;
	color: #434343;

}
.formmailerbutton {
	height: 30px;
	width: 230px;
	margin-right: 10px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	margin-top: 5px;
	color: #914E23;
}
.formmailerimg {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 10px;
}
.formmailerfehler {
	background-image: url(images/stop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	height: 40px;
	padding-top: 2px;
}
.formmailerok {
	background-image: url(images/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	padding-top: 2px;
	height: 40px;
}
.formmailerfehler p, .formmailerok p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


/*Ende Formmailer */
.fettschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
