@charset "utf-8";
/* CSS Document */

#stage {
	height: auto;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
}
#stage .statheader {
	font-size: 80px;
	text-align: center;
	color: #FF99CC;
	margin-top: 150px;
	padding: 10px;
}
h3 {
	color: #FF99CC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#stage .startsubheader {
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	letter-spacing: 7pt;
	padding: 10px;
}
#stage .enter {
	text-align: center;
	margin-top: 50px;
}

#stage .enter a, #stage .enter a:hover {
	text-align: right;
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 3px;
}
#stage .enter a:hover {
	color: #FFFFFF;
}
#stage #logo {
	font-size: 24px;
	color: #FF99CC;
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-decoration: none;
}
#stage #logo a{
	color: #FF99CC;
	text-decoration: none;
}

#stage #sublogo {
	font-size: 11px;
	color: white;
	margin-top: -15px;
	margin-bottom: 20px;
}

#stage #spalte_liks {
	float: left;
	width: 250px;
	height: auto;
}
#stage #spalte_rechts {
	float: left;
	width: 650px;
	overflow: hidden;
}
#stage #eine_spalte {
	float: left;
	width: 850px;
	overflow: hidden;
}


#stage #menu ul   {
	font-size: 16px;
	text-align: left;
	width: 135px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#stage #menu ul  ul {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	
}
#stage #menu ul li  {
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 20px;
	
}

#stage #menu ul li li{
	margin-bottom: 1px;
	text-transform: none;
}
#stage #menu li a {
	color: #FF99CC;
	text-decoration: none;
}

#stage #menu li a.active {
	color: #fff;
}

#stage #menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.img {
	float: left;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
.img .img_wrap{
	padding: 5px;
	border: 1px solid #FF99CC;
	margin-bottom: 5px;
}
.img .clickarea {
	position: absolute;
	left: 0px;
	top: 0px;
}
.backlink {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.backlink a{
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
	font-size: 12px;
	margin-top: 10px;
}
.backlink a:hover{
	color: #fff;
}#stage .column {
	float: left;
	text-align: center;
	width: 25%;
}
#stage .column .header {
	font-size: 21px;
	color: #FF99CC;
	padding-bottom: 5px;
}
#stage .notice {
	font-size: 10px;
}



/* FORMULAR*/
#angaben input {
	width: 200px;
	border: 1px solid #999999;
	margin-bottom: 2px;
}
.formBlock input {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
label.list {
	float: left;
	width: 80px;
}
textarea {
	width: 380px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	height: 100px;
}
#formular button {
	border: 1px solid #999999;
	height: 20px;
	width: 150px;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
}.spalte_bild {
	float: left;
	height: 500px;
	width: 200px;
	margin-right: 30px;
}
#spalte_text {
	width: 300px;
	float: left;
}

