/* ======================= CALIBRATION ===================== */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
img { border: none; }
/* ===================== CALIBRATION END =================== */

/* ======================= TEXT STYLES ===================== */
.subtitel {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.zwischentitel {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 30px;
	color: #1F4B7E;
}
.subinfo {font-size: 12px;}
.infobox {
	background-color: #BEDCF2;
	color: #000000;
	padding: 20px;
}
p {
	margin-bottom: 18px;
}
.ja {
	font-size: 36px;
	color: #009900;
}
/* ===================== TEXT STYLES END ==================== */

/* ======================= ICON STYLES ====================== */
.titelicon { }
/* ===================== ICON STYLES END ==================== */

/* ====================== BUTTON STYLES ===================== */
.button {
	width: 260px;
	height: 50px;
	margin: 0 auto 20px auto;
}
#senden_btn {
	width: 184px;
	height: 50px;
	background-image: url(images/abschicken.png);
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	border: none;
}
#senden_btn:hover {
	cursor: pointer;
	background-image: url(images/abschicken_hover.png);
}
/* ==================== BUTTON STYLES END =================== */

/* ======================= LIST STYLES ====================== */
ul li {
	margin-left: 28px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
	list-style-image: url(images/ok.jpg);
}
ol li {
	margin-left: 28px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
}
/* ===================== LIST STYLES END ==================== */

/* ====================== TABLE STYLES ====================== */
table {
	border: none;
	margin-bottom: 30px;
}
table tr .tdlinks {
	padding: 10px 20px 10px 10px;
	background-color: #CCFF66;
}
table tr .tdrechts {
	padding: 10px 20px 10px 10px;
	background-color: #FFFF66;
}
/* ==================== TABLE STYLES END ==================== */

/* ================ BODY WRAPPER BOX STYLES ================= */
body {
	background-color: #005376;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/wrapper_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 776px;
	margin-top: 160px;
	margin-right: auto;
	margin-left: auto;
}
.topbanner {
	position: relative;
	padding-top: 80px;
}
#bannerbild {
	position: absolute;
	top: -120px;
}
#alex {
	position: absolute;
	right: -198px;
	top: -160px;
}
.inhalte {
	padding: 0 39px 0 39px;
}
.clip {
	text-align: center;
	background-color: #CCCCCC;
}
.satzrechts {
	text-align: right;
}
.spezialbox {
	border: 2px dotted #002E47;
	background-color: #CCDFFF;
	padding: 24px 24px 10px 24px;
	margin-bottom: 30px;
}
.texteingabe {
	width: 100%;
	height: 100px;
}
.footer table tr td {
	font-size: 12px;
	padding-right: 20px;
}
.footer {
	margin-top: 20px;
}
/* =============== BODY WRAPPER BOX STYLES END =============== */

/* ====================== FORM STYLES ======================== */
.anmeldeformular {
	border: 4px solid #D3D6CC;
	background-color: #EDEDED;
	padding: 20px;
}
/* ==================== FORM STYLES END ====================== */