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

* { font-style: normal; margin: 0; padding: 0; text-decoration: none; }

body {
  background-color: #FFF;
  color: #333;
  text-align: center; /* dont worry IE */
  font: 0.8em/160% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  overflow: hidden;
}

#header h1 a {
	display: block;
	background: #fff url(images/logo.jpg) no-repeat 100% 30px;
	width: 1000px;
	height: 100px;
	text-indent: -2000px;
}
#logos {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#logos img {
	padding-right: 50px;
}

#content {
	padding: 15px;
	border: 1px solid #ccc;
	width: 968px;
}

h3, h2 {
	padding: 0 0 7px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.greybg {
	background-color: #666;
	color: #fff;
	padding: 3px;
}

a {
	color: #333;
	text-decoration: underline;
}

hr {
	color: #ccc;
}
/* formular sachen */
.box {
	width: 322px;
	float: left;
	margin: 10px 0 10px 0;
}

.labelbox {
	width: 120px;
	float: left;
	margin-top: 3px;
}

.formbox {
	float: left;
	width: 190px;
}

input.error {
	border: 1px solid red !important;
}

label.red {
	color: red;
}

label {
	display: block;
	height: 30px;
	width: 120px;
}


.maingroup {
	color: #666;
	font-weight: bold;
}

.rahmen {
	width: 170px;
	margin: 5px 0 5px 5px;
	padding: 2px;
	color: #333;
	height: 17px;
	display: block;
	border: solid #666 1px;
}

select {
	margin: 5px 0 5px 5px;
	height: 15px;
}

.radioh {
	height: 30px;
	padding-top: 2px;
}

label.red a {
	color: red !important;
}

#arblabel {
	position: absolute;
	width: 400px;
	padding-left: 30px;
}

.sendenbtn {
	width: 150px;
	height: 30px;
}
#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer p {
	color: #666;
	text-align: right;
	font-size: 10px;
}
