@charset "UTF-8";
@media all {
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:link 
{ 
text-decoration:none; 
font-weight:bold; 
color:#a00057; 
}
a:visited 
{ 
text-decoration:none; 
font-weight:bold; 
color:#a00057; 
}
 


h1 { font-size: 20px; }
h2 { font-size: 14px; }
p  { font-size: 12px; }
p.error {
	color: red;
}
.button_right {
	text-align: right;
	padding: 10px;
}
.clear { clear: both; }
div#page {
	width: 778px;
	max-width: 778px;
	background-color: #ffffff;
}
div#header {}
div#content { margin: 10px; }
div#content_lecker { margin: 0px; }
.bluebox {
	background-color: #a9d8e0;
}
div.content-block {
	padding: 0px 10px 10px;
}
div.left {
	width: 250px;
	float: left;
	margin-right: 10px;
}
div.right {
	margin-left: 260px;
}
div.price-block {
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textfluss {
	text-align: left;
	margin-right: 10px;
}
.content {
	padding: 0px 10px 10px 10px;
	clear: left;
}
.content-box {
	background-color: #a9d8e0;
}
img.left {
	margin-right: 10px;
	text-align: top;
}
.content-box h1, h1.blocktitle {
	display: block;
	background-color: #5eadbc;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 5px 10px;
	height: 20px;
}
.content-box h1.blank {
	background-color: transparent;
}
.content-box h2 {
	padding-left: 10px;
	
}
div#gewinnspielfrage {
	background-color:  #a9d8e0;
	color: white;
}
div#gewinnspielfrage h2, h2.blocktitle {
	display: block;
	padding: 3px 10px;
	background-color: #5bacbd;
	color: white;
	margin: 0px;
}
p.gewinnspielfrage {
	padding: 3px 170px;
	margin: 0px;
	color: black;
}
input#freitextantwort {
	margin: 10px;
	border: 1px solid grey;
	width: 97%;
}
.form-block {
	width: 380px;
	float: left;
}
#form_description {
	width: 100%;
}
#form_naked {
	width: 100%;
}
#form_naked .content-box {
	xtext-align: center;
}

#form_naked .content-block {
	padding-left: 20px;
}
label, input {
	margin: 3px 0px;
}
fieldset {
	border: none;
	background: transparent;
	margin-left: 0px;
	padding-left: 0px;
}
fieldset#adressblock input {
	width: 180px;
	height: 18px;
	border: 1px solid grey;
}
/* erst wenn die Felder in Reihe generiert werden k�nnen/sollen
fieldset#adressblock input#houseNumber, fieldset#adressblock input#postCode {
	width: 35px;
}
fieldset#adressblock input#street, fieldset#adressblock input#city {
	width: 140px;
}*/
fieldset#adressblock .left {
	float: left;
	text-align: left;
	width: 150px;
	margin-right: 10px;
}
div#captcha {
	height: 45px;
}

fieldset#checkboxes label.right {
	float: right;
	text-align: left;
	width: 90%;
}
fieldset#checkboxes input.left {
	float: left;
	text-align: left;
	margin-right: 10px;
}
fieldset#checkboxes input {
}
div#price-block {
	margin-left: 381px;
}
div#footer {
	clear: left;
	text-align: center;
	padding: 50px 0px;
	color: #000066;
}
div#footer a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a00057;
}
div#footer a:hover {
	text-decoration: underline;
	color: #a00057;
}
div.center {
	margin: 0px auto;
	width: 50%;
	padding-top: 5px;
}
/*
div.center a:hover, div.center a:link, div.center a:visited
{
text-decoration:none; 
font-weight:bold; 
color:#000057; 
}
*/
fieldset#adressblock input#salutation_m , fieldset#adressblock input#salutation_w 
{
  width: 25px;
}
fieldset#adressblock input#dateOfBirth_tag, fieldset#adressblock input#dateOfBirth_monat
{
  width: 40px;
} 
fieldset#adressblock input#dateOfBirth_jahr
{
  width: 76px;
} 
/* Bestaetigungsseite */
div#confirmation {
	text-align: center;
	padding: 30px;
	background-color: #a9d8e0;
	xborder: 1px solid #5bacbd;
}
div#confirmation .content-box {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding: 30px;
	border: none;
}
div#confirmation .content-box p {
	font-size: 16px;
	font-weight: bold;
	color:#000000
}
/* ENDE Bestaetigungsseite */
}

div#confirmation .content-box p.double-opt {
	font-weight: normal;
}
