
/* Allgemeine Formatierungen */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#242424;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	}
	
* {
	margin:0px;
	padding:0px;
	}
	
h1 {
	font-weight:bold;
	color:#ffffff;
	font-size:28px;
	margin-bottom:5px;
	}
	
h2,h3,h4,h5,h6 {
	color:#e400dc;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
a {
	font-weight:bold;
	text-decoration:none;
	color:#e400dc;
	outline:none;
	}
	
a:hover {
	text-decoration:underline;
	color:#ffffff;
	}
	
li {
	margin:5px;
	list-style:inside;
	}
	
ol li {
	list-style:decimal;
	}
	
small {
	font-weight:bold;
	font-size:17px;
	color:#666666;
	}
	
#top li {
	list-style:none;
	}

input, select {
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:200px;
	height:22px;
	}
	
	
/* Div Tags */

#design {
	width:971px;
	height:auto;
	margin:auto;
	text-align:center;
	}

#header {
	background-image:url(images/header.png);
	width:971px;
	height:137px;
	}

#top {
	background-image:url(images/top.png);
	width:621px;
	height:340px;
	padding:25px;
	text-align:justify;
	font-weight:bold;
	float:left;
	background-repeat:no-repeat;
	}

#content {
	width:671px;
	height:auto;
	background-color:#1d1d1d;
	text-align:left;
	overflow:hidden;
	float:left;
	margin-left:187px;
	}
	
* html #content {
	margin-left:92px;
	}

#bein {
	background-image:url(images/bein.png);
	width:113px;
	height:268px;
	float:left;
	}
	
#jung_top {
	background-image:url(images/jung_top.png);
	width:614px;
	height:6px;
	background-repeat:no-repeat;
	}
	
#jung_btm {
	background-image:url(images/jung_btm.png);
	width:614px;
	height:5px;
	background-repeat:no-repeat;
	}
	
#jung {
	width:590px;
	border-left:2px solid #272727;
	border-right:2px solid #272727;
	background-color:#191919;
	height:auto;
	padding:10px;
	min-height:220px;
	text-align:justify;
	font-size:25px;
	}
	
#jung_out {
	float:left;
	margin-left:28px;
	margin-top:30px;
	}
	
#form_frame_top {
	background-image:url(images/form_frame_top.png);
	width:586px;
	height:29px;
	background-repeat:no-repeat;
	float:left;
	}
	
#form_frame_btm {
	background-image:url(images/form_frame_btm.png);
	width:586px;
	height:29px;
	float:left;
	background-repeat:no-repeat;
	}
	
#form_frame {
	float:left;
	width:586px;
	margin-left:40px;
	height:auto;
	}

#formular {
	background-color:#292929;
	width:486px;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-left:100px;
	}
	
/* Klassen */

.bday {
	width:60px;
	margin-right:4px;
	}

.form_title {
	width:100px;
	float:left;
	height:30px;
	}
	
.form {
	width:200px;
	float:left;
	height:30px;
	}

.teil_form {
	background-color:#1c1c1c;
	width:339px;
	height:auto;
	margin:auto;
	text-align:left;
	padding-left:30px;
	padding-top:20px;
	float:left;
	}

.inner_form_top {
	background-image:url(images/innerform_top.png);
	width:350px;
	height:29px;
	margin:auto;
	text-align:left;
	padding-left:19px;
	padding-top:13px;
	font-size:12px;
	font-weight:bold;
	float:left;
	}
	
.inner_form_btm {
	background-image:url(images/innerform_btm.png);
	height:26px;
	width:369px;
	float:left;
	margin-bottom:20px;
	}
	
.anmelden {
	background-image:url(images/submit.png);
	width:283px;
	height:67px;
	border:none;
	margin-top:10px;
	outline:none;
	}
	
.anmelden_box {
	width:671px;
	height:auto;
	float:left;
	text-align:center;
	}

.hinweis {
	text-align:left;
	margin-left:80px;
	# color:#333333;
	color:#666666;
	font-size:12px;
	padding-right:80px;
	margin-bottom:10px;
	margin-top:20px;
	float:left;
	}

.jung_bild {
	margin-right:15px;
	float:left;
	}

.vorteile {
	width:600px;
	margin-left:45px;
	margin-top:15px;
	line-height:26px;
	}

.headline {
	width:671px;
	text-align:center;
	font-size:28px;
	padding-top:30px;
	margin-bottom:10px;
	font-weight:bold;
	float:left;
	}
	
.testimonial {
	width:641px;
	height:auto;
	text-align:justify;
	padding-left:20px;
	margin-top:20px;
	font-size:28px;
	padding-right:10px;
	float:left;
	}
	
.testi_bild {
	margin-right:10px;
	float:left;
	}
	
.sub_testi {
	margin-top:10px;
	float:left;
	}

