/* Florian Boo 17.02.09 */

/* Cailbration -------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Verdana, Arial;
	font-size: 16px;
	color: #000000;
}

p {
	margin-bottom: 26px;
	line-height: 20px;
}

.arrows li {
	margin: 0 0 10px 30px;
	list-style-image: url("images/arrow.png");
}

/* Calibration end ---------------------------*/

/* Title styles ------------------------------*/
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}
/* Title styles end --------------------------*/

/* Body --------------------------------------*/
body { background-image: url(images/bg.gif); }
/* Body end ----------------------------------*/

/* Head --------------------------------------*/
#head {
	position: relative;
	width: 800px;
	height: 512px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_roundtable.jpg);
	background-repeat: no-repeat;
}
	#head .edge_l {
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_l.png);
	background-repeat: repeat-y;
	}
	#head .edge_r {
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_r.png);
	background-repeat: repeat-y;
	}
	#foto { z-index: 0; }
	#logo {
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 100;
	}
	#headline { padding: 20px 100px 0 30px; }
	#sticker {
	position: absolute;
	top: 148px;
	right: 450px;
	z-index: 200;
	}
	#sticker2 {
	position: absolute;
	top: 248px;
	right: 450px;
	z-index: 200;
	}
	#video {
		position: absolute;
		right: 3px;
		bottom: 3px;
		border: 2px solid #666666;
		z-index: 300;
	}
/* Head end ----------------------------------*/

/* Bonusbox ----------------------------------*/
.bonus_box {
	position: relative;
	width: 740px;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	font-size: 16px;
	line-height: 18px;
	padding: 30px;
	margin: 0 auto 0 auto;
}
/* Bonusbox end ------------------------------*/

/* Subtitle ----------------------------------*/
#subtitle {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 20px 30px;
}
/* Subtitle end ------------------------------*/

/* Wrapper -----------------------------------*/
#wrapper {
	position: relative;
	width: 740px;
	background-color: #FFFFFF;
	padding: 0 30px 30px 30px;
	margin: 0 auto 60px auto;
}
	#wrapper .edge_l {
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_l.png);
	background-repeat: repeat-y;
	}
	#wrapper .edge_r {
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_r.png);
	background-repeat: repeat-y;
	}

#inhalt, #ablauf, #faq {
	border-bottom: dotted 1px #CC0000;
	margin-bottom: 40px;
	padding-top: 30px;
}

#ablauf table {
	color: #000000;
	margin-bottom: 20px;
}

#ablauf .table_sa {
	background-color: #FFFFCC;
}

#ablauf .table_so {
	background-color: #CCFFFF;
}

#ablauf table tr td {
	padding: 4px 20px 4px 20px;
}

.icon {
	float: right;
	padding-top: 0;
}
/* Wrapper end -------------------------------*/

/* Form styles -------------------------------*/
form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
}

form table td {padding-bottom: 6px;}

form input, form textarea {
	border: 0;
	padding: 4px;
	background-color: #FFCC33;
	color: #CC0000;
}

.info {font-size: 12px; margin-bottom: 4px;}
.form_title {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	border-bottom: dotted 1px #FF6600;
	line-height: 26px;
}
#form_middle {
	width: 100%;
	margin-bottom: 60px;
}

.texteingabe {
	margin-bottom: 20px;
}

.radiotable {
	width: 100%;
	background-color: #FFCC33;
	padding: 6px 4px 0 4px;
	margin-bottom: 20px;
}

.button {
	width: 100px;
	margin-bottom: 8px;
	background-color: #CC0000;
	color: #FFFFFF;
	cursor: pointer;
}
/* Form styles end ---------------------------*/