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

/*************/
/* STRUCTURE */
/*************/
#hoehe {
	min-height: 996px;
}

/***********/
/* CONTENT */
/***********/
#gewinne-big {
	position: absolute;
	top: -102px;
	left: 216px;
	z-index: 99;
}

#box {
	left: 134px;
	padding: 46px 0 0 22px;
	width: 441px;
	height: 610px;
	background-image: url(../img/box-gewinnspiel.gif);
}

form {
	margin: 0;
	padding: 0;
}

input {
	display: table-cell;
	border: 1px solid #7a4d26;
	width: 280px;
	margin-bottom: 15px;
	padding: 0;
}
input.rad {
	position: relative;
	top: 2px;
	width: auto;
	padding: 0;
	margin: 0 25px 0 0;
	border: 0;
}
input.short {
	width: 140px;
}
input.solo {
	margin-left: 110px;
}

label {
	display: block;
	float: left;
	width: 420px;
}
label.antwort {
	display: inline !important;
	float: none;
}
label.data {
	width: 110px;
}

br {
	clear: both;
}

p.frage {
	margin-bottom: 10px;
}

.aster {
	color: #f29400;
}

input#absenden {
	position: relative;
	top: -12px;
	left: 318px;
	width: 74px;
	height: 18px;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	width: 420px;
}

p.pflichtfeld {
	font-size: 10px;
}

p.rechtliches {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
}

div.error {
	position: absolute;
	top: 100px;
	left: 430px;
	width: 316px;
	height: 240px;
	padding: 22px;
	background-image: url(../img/box-error.gif);
	background-repeat: no-repeat;
}
.error li {
	color: #e2322d;
}
