@CHARSET "ISO-8859-1";

body {
	font-family: arial;
	margin-left: 27px;
	margin-top: 31px;
}

h1 {
	font-size: 22px;
	color: #009900;
}
.clr{
	clear:both;
	}
h2 {
	font-family: verdana;
	font-size: 14px;
	line-height: 14px;
	}
	
h3{
  font-family: verdana;
  font-size: 14px;
  color: #009900;
  }
h4{
  font-family: verdana;
  font-size: 14px;
  color: #000;
  }
h5{
	font-weight: normal;
  font-family: verdana;
  font-size: 12px;
  color: #000;
  }

b {
	color: #009900;
}  
  
form{
	width: 400px;
	}

form p{
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	}
.question {
	background-color: #ebebeb;
	font-family: verdana;
	width: 388px;
	padding: 5px;
	padding-top: 4px;
	padding-left: 7px;
	margin-bottom: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.question span.questionOf {
	font-size: 10px;
}

.question h2 {
	font-size: 12px;
	margin-left: 7px;
	margin-top: 25px;
}

.question .answerTitle {
	font-size: 11px;
	color: #993300;
	margin-left: 12px;
	margin-top: 16px;
}

.question .check {
	float: left;
	margin-left: 0;
}

.question .check input {
	margin-left: 0;
}

.question .answer {
	font-size: 11px;
	padding-left: 18px;
	margin-bottom: 15px;
	width: 345px;
}
.errorText{
	position: absolute;
	color: #cc0000;
	font-size: 12px;
	font-weight:bold;
	}
		
.btnGewinnspielWeiter {
	margin-top: 10px;
	margin-left: 190px;
	background-color: #009900;
	border: 0 none;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	text-decoration: none;
	text-align:center;
}	
	
.btnWeiter {
	margin-top: 20px;
	float:right;
	background-color: #009900;
	border: 0 none;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
	text-decoration: none;
	text-align:center;
}
input#email{
	width:259px;
	border: 1px solid #000;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
