/* Florian Boo 17.02.09 */

/* Cailbration -------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Verdana, Arial;
	color: #000000;
}

p {
	margin-bottom: 26px;
	line-height: 20px;
}

.arrows li {
	margin: 0 0 10px 30px;
	list-style-image: url("images/arrow.png");
	line-height: 20px;
}

/* Title styles ------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	line-height: 28px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 6px;
}
.kapiteltitel {
	width: 550px;
	margin: 0 0 15px -25px;
	padding: 15px 25px 10px 25px;
	font-weight: bold;
	font-size: 22px;
	background-color: #FC0;
}

/* Subtitle ----------------------------------*/
#subtitle {
	margin-right: auto;
	margin-left: auto;
}
.to_form {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 20px 30px;
	text-align: center;
}

/* Body --------------------------------------*/
body { 
	background-color: #7E0000;
	background-image: url(images/background-red.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

/* Head --------------------------------------*/
#video {
	position: relative;
	width: 600px;
	margin-left: -25px;
	background-color: #000;
	text-align: center;
}
	#sticker {
		position: absolute;
		width: 150px;
		padding: 15px;
		top: 0;
		right: -160px;
		background-color: #FF0;
		z-index: 200;
	}
.gratisbox {
	background-color: #FF0;
	padding: 15px;
	font-weight: bold;
	line-height: 18px;
}

/* Wrapper -----------------------------------*/
#wrapper {
	position: relative;
	width: 550px;
	background-color: #FFFFFF;
	padding: 25px;
	margin: 0 auto 0 auto;
}

#inhalt, #ablauf, #faq {
	margin-bottom: 40px;
}

#ablauf table {
	color: #000000;
	margin-bottom: 20px;
}

#ablauf .table_sa {
	background-color: #ffe5ca;
}

#ablauf .table_so {
	background-color: #fff7e7;
}

#ablauf table tr td {
	padding: 4px 20px 4px 20px;
}

.icon {
	float: right;
	padding-top: 0;
}
#roundtable-mio-bottom {
	margin-left: -25px;
}
.pdfdownload {
	padding: 15px;
	background-color: #F30;
	color: #FFF;
	font-size: 18px;
}
	.pdfdownload a {
		color: #FF0;
	}

/* Form styles -------------------------------*/
form {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #efeada;
	border: 3px dashed #F30;
}

form table td { padding-bottom: 6px; }

form input, form textarea {
	border: 0;
	padding: 4px;
	background-color: #FFF;
	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%;
	padding: 6px 4px 0 4px;
	background-color: #FF6;
	margin-bottom: 20px;
}

.button {
	width: 100px;
	margin-bottom: 8px;
	background-color: #CC0000;
	color: #FFFFFF;
	cursor: pointer;
}

/* Footer ------------------------------------*/
.footer {
	margin-top: 60px;
	border-top: 1px dotted #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
