/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	margin-bottom: 1px;
	background-color: #ffffff;
}
body {
	background-image: url(bilder/filler.jpg);
	background-repeat: repeat;
	background-position: center top;
}
body, td {
	font-size: 12px;
	color: #666666;
}
img, a  img {
	border: 0px;
}

a, a:link, a:hover, a:active, a:visited {

}

/*Geruest*/
#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#formularhuelle {
	height: 370px;
	width: 327px;
	right: 30px;
	position: absolute;
	top: 170px;
}

#formular {
	position: absolute;
	left: 0px;
	top: 135px;
	height: 312px;
}
.text {
	font-size: 13px;
	font-weight: bold;
}
.anfordern {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	font-style: italic;
}
.dollynews {
	font-size: 35px;
	color: #F6006B;
	font-weight: bold;
	font-style: italic;
}
.text_formular {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
.absenden {
	height: 86px;
	width: 336px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-decoration: none;
}
#dollys_daten {
	position: absolute;
	height: 400px;
	width: 170px;
	left: 20px;
	top: 20px;
}
.daten_headline {
	font-size: 18px;
	color: #F6006B;
	font-weight: bold;
}
.daten_subheadline {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	line-height: 20px;
}
.daten_text {
	font-size: 10px;
}
.zitate {
	font-weight: bold;
	color: #999999;
}

#zitat_1 {
	position: absolute;
	height: 50px;
	width: 210px;
	left: 423px;
	top: 70px;
}
#zitat_2 {
	position: absolute;
	height: 20px;
	width: 115px;
	left: 212px;
	top: 110px;
}
#zitat_3 {
	position: absolute;
	height: 20px;
	width: 115px;
	left: 456px;
	top: 289px;
}
#zitat_4 {
	position: absolute;
	height: 75px;
	width: 145px;
	left: 55px;
	top: 496px;
}
#zitat_5 {
	position: absolute;
	height: 35px;
	width: 80px;
	left: 285px;
	top: 525px;
}
#zitat_6 {
	position: absolute;
	height: 35px;
	width: 125px;
	left: 400px;
	top: 588px;
}

form .fehler {
	background: #CAF961;
}

form #fehlermeldung {
	text-decoration: blink;
	font-weight: bold;
	color: #CAF961;
}