*{ margin: 0px; padding: 0px; }*
body { 
  background:#000 url(../images/body-bg.jpg) no-repeat center top;
  color: #ffffff;
  font-size: 87.5%;
  font-family:Arial, Helvetica, sans-serif;
}

#submitted {
	background:#000 url(../images/body-bg2.jpg) no-repeat center top;
}

/******************************** Common ***************************************/

p {
	font-family:arial;
	line-height: 1.8em;
}

img {
	border:none;
}

a {
	color:#f1a42b;
	text-decoration:none;
}

a:hover {
	color:#ffc300;
}

/******************************** Wrapper ***************************************/

#wrapper  {
	width:600px;
	margin:5px auto;
	margin-top:30px;
}
#top,#footer,#main,#main1,#main2,#main3,#content,#content-form,#content-submit,#container {
	width:600px;
	margin:0px auto;
}

#logo {
	margin-top:5px;
	width:600px;
	height:140px;
}

#logo p {
	 padding-left:60px;
}

#lang {
	margin-top:45px;
	margin-bottom:17px;
	width:600px;
	height:15px;
	font-size:.8em;
}

#lang img {
	padding-right:5px;
}

#lang span {
	 padding-left:10px;
	 font-weight:bold;
	 text-transform:uppercase;
}

/******************************** Main-Boxes ***************************************/

#main {
	font-size:1em;
	font-weight:bold;
	background:url(../images/container_info.png) no-repeat;
	padding-top:18px;
	padding-bottom:30px;
	line-height:1.2em;
}

#main em {
	color:#f1a42b;
	font-style:normal;
}

#thanks {
	font-size:1em;
	font-weight:bold;
	padding-top:22px;
	padding-bottom:75px;
}

#thanks em {
	color:#f1a42b;
	font-style:normal;
	font-size:1.3em;
	line-height:2em;
	text-transform:uppercase;
}

/******************************** Steps ***************************************/

#step1 {
	float:left;
	width:185px;
	margin-top: 20px;
	margin-right:20px;
	font-size:.8em;
	float:left;
	font-weight:normal;
	text-align:left;
}

#step2 {
	float:left;
	width:185px;
	margin-top: 20px;
	font-size:.8em;
	float:left;
	font-weight:normal;
	text-align:left;
}

#step3 {
	float:left;
	width:185px;
	margin-top: 20px;
	margin-left:20px;
	font-size:.8em;
	float:left;
	font-weight:normal;
	text-align:left;
}

#step1 b {
	color:#f1a42b;
	font-size:1.3em;
	text-transform:uppercase;
}

#step2 b {
	color:#f1a42b;
	font-size:1.3em;
	text-transform:uppercase;
}

#step3 b {
	color:#f1a42b;
	font-size:1.3em;
	text-transform:uppercase;
}

.important {
	color:#f1a42b;
}

/******************************** Form-Submitted ***************************************/

#entry-form {
	background:url(../images/container_form.png) no-repeat;
	width:600px;
	height:40px;
	padding-bottom:80px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	margin-top:35px;
	float:left;
}

#entry-name {
	float:left;
	width:215px;
}

#entry-email {
	float:left;
	width:215px;
}

#entry-submit {
	float:left;
	width:170px;
}

.button-submit {
	background:url(../images/button-submit.png) no-repeat;
	width:134px;
	height:38px;
	text-indent:-999em;
	display:block;
	border:none;
	cursor:pointer;
	margin-top:-23px;
	padding:0;
}

.button-submit:hover {
	background:url(../images/button-submit.png) no-repeat 0 -38px;
}

.button-submit:active {
	background:url(../images/button-submit.png) no-repeat 0 -76px;
}

.button-senden {
	background:url(../images/button-senden.png) no-repeat;
	width:134px;
	height:38px;
	text-indent:-999em;
	display:block;
	border:none;
	cursor:pointer;
	margin-top:-23px;
	padding:0;
}

.button-senden:hover {
	background:url(../images/button-senden.png) no-repeat 0 -38px;
}

.button-senden:active {
	background:url(../images/button-senden.png) no-repeat 0 -76px;
}

#deadline {
	font-size:.65em;
	margin-top:70px;
	color: #f1a42b;
}

#closed {
	text-align:center;
	color: #f1a42b;
	margin-right:45px;
	margin-top:18px;
	font-size:1.5em;
}

/******************************** Formpage-Heading ***************************************/


#form-heading {
	width:420px;
	height:50px;
	padding-left:17px;
	background: url(../images/info-panel-bg.png);
	float:left;
	padding-top:5px;
	margin-top: 9px;	
}

/******************************** Submit-Heading ***************************************/

#submit-heading {
	width:420px;
	height:50px;
	padding-left:17px;
	background: url(../images/submit-panel-bg.png);
	float:left;
	padding-top:5px;
	margin-top: 9px;	
}

/******************************** Footer ***************************************/

#footer {
	margin: 0 auto;
	text-align: right;
	clear:both;
	height:30px;
	font-size:.8em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:1.6em
}

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

#footer a:hover {
	color: #ffc300;
	text-decoration: underline;
}

.media {
	float:left;
	padding-right:8px;
}

.media a {
	border:none;
}

/******************************** Form Layout ***************************************/

input.text, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	background:#ffffff url(../images/input-bg.gif) top left no-repeat;
	margin-top:2px;
}

label {
	font-weight:bold; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: none;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 17px; 
}

fieldset {
	padding:1.4em;margin:0 0 1.5em 0;border:0px solid #fff;
}

legend {
	font-weight:none;font-size:20px; color:#838383;
}

input.radio {
	margin:0.3em 0 1em 0; margin-left: 0.3em; padding: 5px;
}

input.checkbox {
	margin:0.3em 0 0.8em 0; margin-left: 0.3em; margin-top: 0.6em; padding: 5px;
}

input.text, input.title, textarea, select {
	margin:0.5em 0;border:1px solid #bbb;
}

input.text:focus, input.title:focus,textarea:focus, select:focus {
	border:1px solid #666;
}

input.text, input.title, select {
	width:180px;height:16px;padding:9px;
}

input.title {
	font-size:1.5em;
}

textarea {
	width:300px;height:330px;padding:5px;
}

.error, .notice, .success {
	padding:.8em;margin-bottom:1em;border:2px solid #ddd;
}

.error {
	background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;
}

.notice {
	background:#FFF6BF;color:#514721;border-color:#FFD324;
}

.success {
	background:#E6EFC2;color:#264409;border-color:#C6D880;
}

.error a {
	color:#8a1f11;
}

.notice a {
	color:#514721;
}

.success a {
	color:#264409;
}

.mandatory {
	font-size:18px;
	font-weight:bold;
	color:#FF3300;
}

.optional {
	font-size:8px;
	color:#999999;
}
