@charset "UTF-8";

* { margin: 0; padding: 0; }
* html body { height: 100%; }

html {
    background: #000 url("../images/back.jpg") scroll repeat-x center top;
	height: 100%;
	width: 100%;
}

body {
    font-family: Tahoma, Arial Black, Helvetica, Geneva, Swiss;
    color: #ccc;
    font-size: 18px;
	height: 100%;
	width: 100%;
}

#main {
    width: 1040px;
    margin: auto;
    text-align: center;
}   

#logo {
	text-align: left;
}
.clearing {
	clear: both;
}

a {
	color: #666;
	text-decoration: none;
	/*border:5px solid #000;*/
}

a:hover {
    text-decoration: none;
 	color: #fff;
	/*border:5px solid #450101;*/
}	

#tueren {
	padding-top: 20px;
	/*background-image: url(../images/bg_kalender.jpg); background-repeat: no-repeat;*/
	background-color:#000;
	background-position: top right;
}

#linkoben {
	padding-top: 10px;
	}

#tueren a, .spacer {
	display: block;
	background-color: #333;
	height: 70px;
	width: 100px;
	text-align: center;
	padding-top: 30px;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 42px;
	font-weight: bold;
	float: left;
}
.spacer {
	background-color: #000;
}

.drueber {
border:1px solid #333;
width: 1019px;
height: 448px;
position: absolute;
top: 69px;
margin-left: 15px;
z-index: 999;
background:#222;
}

.inhaltmain {
	float: left;
	padding: 69px;
	height: 290px;
}

.dertext {
	height: 250px;
	text-align: left;
	padding: 69px;
}

.dertext h1 {
	padding-bottom: 8px;
} 

.dertext p {
	font-size: 12px;
	line-height: 17px;
}

.close {
	text-align: right;
	padding-right: 19px;
}

.mp3pl {
	margin-top: 0px;
	}