@charset "UTF-8";
body {
	background-color: #666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#background {
    display:none;
}
#menu {
    position:fixed;
    left:20px;
    top:50%;
	margin-top:-105px;
    width:150px;
	height:210px;
    background-color: transparent;
}
#submenu {
	display:none;
	position:fixed;
	right:20px;
	top:50%;
	margin-top:-105px;
	width:150px;
	height:210px;
	background-color: transparent;
	text-align: right;
}
#impmenu {
    position:fixed;
    right:20px;
	bottom:20px;
    width:100px;
	height:45px;
    background-color:transparent;
	text-align: right;
}
.menu_item, .submenu_item {
	padding:0px;
	margin:0px;
	height:30px;
	cursor:pointer;
	font-size: 24px;
	color: #DDD;
	letter-spacing:-2px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	text-shadow:#000 0 0 7px;
}
.menu_item:hover, .menu_item.active, .submenu_item:hover, .submenu_item.active {
	color: #C6F;
}
.submenu_item {
	letter-spacing:-1px;
	word-spacing:-2px;
	font-size:20px;
}
#menu_item_impressum {
	letter-spacing:-1px;
	font-size:16px;
}
#logo {
    position:fixed;
    left:20px;
	bottom:20px;
    width:100px;
	height:82px;
	cursor:pointer;
    background-color:transparent;
}
#player {
    position:fixed;
    right:20px;
	top:40px;
    width:150px;
	height:46px;
	text-align: right;
}
#content {
	padding-top:40px;
	padding-bottom:40px;
	padding-right:200px;
	padding-left:200px;
	margin:0px auto;
	display: table;
	text-align:center;
	height: 100%;
}
.programm, .fotos, .trendsport, .chronik, .kollektiv, .intro, .impressum {
	text-align: justify;
	padding: 20px;
	background-image:url(../image/background/transparent.png);
	/*background-color: rgba(255, 255, 255, 0.4);*/
}
.programm {
	text-align:center;
}
.fotos {
	background-image:none;
	background-color:transparent;
}
.foto {
	float: left;
    background-image:url(../image/background/transparent.png);
    padding: 10px;
    margin: 10px;
}
.trendsport, .chronik {
	margin-bottom:20px;
	min-height: 220px;
	text-align:left;
}
.anfahrt {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-320px;
	width:640px;
	height:480px;
	padding:10px;
	background-image:url(../image/background/transparent.png);
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.anfahrt:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.contact {
	text-align:left;
}
.flyer {
	margin:10px;
	border-style: solid;
	border-color: #F4F4F4;
	border-width: 5px;
	width:300px;
}
.soundcloud {
	padding-bottom:5px;
	/*background-image:url(../image/background/transparent.png);*/
}
h1, h2, p, ol, a:link, a:visited, a:hover, a:active, input, textarea, label, button {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDD;
	/* color: #280547; */
	text-decoration: none;
}
h1 {
	font-size: 30px;
	letter-spacing:-1px;
	font-family:"Arial Black", Gadget, sans-serif;
}
h2 {
	font-size: 26px;
	font-weight: bold;
}
p, ol, label {
	font-size: 24px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}
img {
	border:none;
}
.trendsport-icon {
	float:right;
	margin-left:20px;
}
.contact h1 {
	background-image:url(../image/background/transparent.png);
	padding-left:20px;
	paddinf-right:20px;
	width:260px;
}
.contactText {
	float: left;
	background-image:url(../image/background/transparent.png);
	width:240px;
	padding: 20px;
	margin-right:20px;
}
#contactForm {
	float: left;
}
input, textarea, button, label {
	background-image:url(../image/background/transparent.png);
	background-color:transparent;
}
label {
	padding-left:6px;
	padding-right:6px;
}
input, textarea, button {
	font-size: 16px;
	width:230px;
	height:17px;
	line-height:17px;
	padding:2px 2px 0px;
	border:1px solid #DDD;
}
textarea {
	height:114px;
}
button {
	font-size: 24px;
	height:30px;
	width:236px;
	cursor:pointer;
}
.small {
	font-size: 18px;
}
.big {
	font-size: 26px;
	font-weight: bold;
}
.missing {
	display:none; 
	color:#A70101;
}
.tooltip {
	display:none;
	background-color:#DDD;
	font-family: Arial, Helvetica, sans-serif;
	color: #280547;
	text-decoration: none;
	text-align: justify;
	font-size:12px;
	border:1px solid #333;
	height:540px;
	width:300px;
	padding:10px;
	overflow:hidden;
}
.tooltip img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}