* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color:#fff;
	color:#000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal IE Win */
	font-size: 100.01%;
	line-height: 1.4;
}
#balken {
	left: 0px;
	top: 0px;
	height: 30px;/*margin-bottom: 30px;*/
}
#content {
	padding: 0px;
	margin: auto;
	height: 100%;
	position: relative;
	top: auto;
	bottom: auto;
}
#distance {
	width:1px;
	height:50%;
	/*margin-bottom:-13.75em;  half of container's height */
	margin-bottom:-320px;
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:500px;
	width:780px;
	clear:left;
}
#alttext {
	position:absolute; /* puts container in front of distance */
	text-align:left;
	clear:left;
	left: 10px;
	top: 10px;
}

a:link, a:visited, a:active, a:focus {
	text-align:left;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	}
	
/*MUSIK*/
.links {
	text-align:left;
	text-decoration: none;
	line-height: 17px;
}
.text {
	font-size: 14px;
}
.style1 {
	font-size: 16px;
}

#schliessen {
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*ENDE MUSIK*/
/*------------------------------------------*/

/*AGB*/
#streifen {
	/*background-color: #FFE600;*/
	background-color:#ccc;
	background-image: url(../img/space.gif);
	height: 15px;
	left: 0px;
	top: 0px;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}
#agb p {
	font-size: 0.9em;
	text-indent: -16px;
	text-align: left;
	margin-left: 17px;
}
/*ENDE AGB*/
/*------------------------------------------*/
