@CHARSET "UTF-8";

body {
	background-color: #eaeaea;
	text-align: center;
	font-family: "Century Gothic", Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #6d6e71;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

.clear {
	clear: both;
}

#footer {
	left: 0;
	bottom: 0;
	height: 253px;
	width: 100%;
	background-image: url(/img/footer_bg.png);
	color: #fefefe;
	/* position: fixed; remove for live */
	
}

#footer #footerspace {
	width: 938px;
	height: 37px;
	background: url(/img/footer_redbox.png) 3px 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#footer #footercontent {
	display: inline-block;
	text-align: left;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
}

#footer h1 {
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 13px;
}

#footer #contact {
	float: left; width: 275px; margin-left: 47px;
}

#footer #imprint {
	float: left; width: 310px; height: 180px;
}

/* IE6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 70px;
	width: 957px;
}

#content {
	margin-top: 55px;
	padding-top: 51px;
	width: 100%;
	height: 300px;
	background-image: url(/img/content_bg.png);
	background-repeat: no-repeat;
}

#main h1 {
	font-weight: bold;
	font-size: 16px;
}

#main #teaser {
	float: left; margin-left: 55px; width: 500px; height: 245px; background-color: #fff;
}

#main #message, #thankyou {
	float: left; margin-left: 55px; width: 500px; height: 245px; color: #6d6e71;
}

#main #thankyou {
	display: none;
}

#message #label {
	float: left;
	width: 140px;
	margin-top: 3px;
}

#message #action {
	width: 445px;
	margin-top: 3px;
	text-align: right;
}

#message input {
	width: 300px;
	border: 1px solid #6d6e71;
	margin: 5px 0 0 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
}

#message .btnRadio {
	width: 25px;
	border: 0;
	padding: 0;
}

#message #radio {
	float:left; width: 120px;
}

#message textarea {
	width: 298px;
	margin: 5px 0 5px 0;
	border: 1px solid #6d6e71;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
}

#main #claim {
	float: left; margin-left: 90px; width: 250px;
} 

#more {
	padding: 20px 0 0 642px; height: 130px;
}

#more p {
	color: #6d6e71;
}

#logo {
	text-align: center;
}