/* ############################################################################################## */
/* ########################################### BASIC ############################################ */
/* ############################################################################################## */

body {
	background-color: #f1f2ef;
	text-align: center;
	margin: 0;
	padding: 0;
}

#grid {
	margin: 26px auto 0 auto;
	width: 566px;
	text-align: center;
}

br.fix {
	clear:both
}

/* ################################### HEADER ################################## */

#logobox {
	margin: 0;
	padding: 57px 0 37px 0;
	text-align: center
}

#textbox {
	height: 282px;
}

#textbox p {
	padding: 68px 42px 30px 42px;
	text-align: center;
	color: #626056;
	font-family: Georgia, Palatino, "Times New Roman", Times;
	font-size: 13px !important;
	line-height: 19px !important;
}

.hell {
	background: transparent url(i/verteiler_box_hell-bg.gif) no-repeat top;
}

.dunkel {
	background: transparent url(i/verteiler_box_dunkel-bg.gif) no-repeat;
}

a.ja {
	background: transparent url(i/verteiler_button_ja.gif) no-repeat;
	padding:0;
	height: 55px;
	width: 238px;
	display:block;
	margin: 0 0 0 37px;
	float:left
}

*html a.ja {
	margin: 0 0 0 19px;
}

a.ja:hover {
	background: transparent url(i/verteiler_button_ja-act.gif) no-repeat;
}

a.nein {
	margin-left: 18px;
	padding:0;
	height: 55px;
	width: 238px;
	display:block;
	float:left;
	background: transparent url(i/verteiler_button_nein.gif) no-repeat;
}

a.nein:hover {
	background: transparent url(i/verteiler_button_nein-act.gif) no-repeat;
}