* html { 
	height: 100%;
	width: 100%;
	}

body {
  	margin: 0;
  	border: 0;
  	padding: 0;
  	height: 100%; 
  	max-height: 100%;
	background-color: #151515;
  	font-family: Helvetica, Arial, Sans-Serif; 
	text-align: center;
	color: #86704b;
  	}

img	{
	margin: 0;
	border: 0px none;
	padding: 0;
	}


a {
	color: #c45819;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #c45819;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #c45819;
	text-decoration: underline;
	font-weight: bold;
}

a.secret {
	color: #86704b;
	font-weight: normal;
}

a.secret:visited {
	color: #86704b;
	font-weight: normal;
}

a.secret:hover {
	color: #c45819;
	font-weight: normal;
	text-decoration: none;
}

a.linksecret {
	color: #86704b;
	font-weight: normal;
	padding-left: 30px;
}

a.linksecret:visited {
	color: #86704b;
	font-weight: normal;
}

a.linksecret:hover {
	color: #c45819;
	font-weight: normal;
	text-decoration: none;
}


div	{
	border: 0px none;
	}

h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 2em;
	color: #c45819;
	margin: 0;
	padding-top: 20px;
	border: 0px none;
	letter-spacing: -1px;
	font-weight: bold;
	}

small {
	font-size: 8.5pt;
}

#blackbox {
	position: absolute;
	left: 50%;
	margin-left:-400px;
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	top: 50%;
	margin-top:-250px;
	height: 500px;
	max-height: 500px;
	min-height: 500px;
	background-color: black;
}

#punkte {
	position: absolute;
	margin-left: 20px;
	left: 0px;
	top: 50%;
	margin-top:-40px;
	width: 173px;
	height: 55px;
	background-image: url(../images/punkte.gif);
}

#lpunkt {
	position: absolute;
	margin-left: 20px;
	left: 0px;
	top: 50%;
	margin-top:-40px;
	width: 55px;
	height: 55px;
}

#rpunkt {
	position: absolute;
	margin-left: 20px;
	left: 118px;
	top: 50%;
	margin-top:-40px;
	width: 55px;
	height: 55px;
}
#navidiv {
	position: absolute;
	left: 2px;
	bottom: 10px;
}

#bild1 {
	position: absolute;
	right: 10px;
	top: 10px;
	}

#bild2 {
	position: absolute;
	right: 10px;
	bottom: 40px;
	}
	


#content {
	font-size: 10pt;
	text-align: left;
	position: absolute;
	top: 20px;
	height: 440px;
	max-height: 440px;
	width: 580px;
	left: 200px;
	background-color: black;
	overflow: auto;
}

#videos {
	font-size: 10pt;
	text-align: right;
	position: absolute;
	top: 20px;
	height: 440px;
	max-height: 440px;
	width: 580px;
	left: 200px;
	background-color: black;
	overflow: auto;
}

#contentprogramm {
	position: absolute;
	top: 20px;
	height: 440px;
	max-height: 440px;
	width: 580px;
	right: 0px;
	background-color: black;
	overflow: hidden;
}

#calabo {
	font-size: 10pt;
	position: absolute;
	left: 20px;
	bottom: 100px;
	text-align: left;
}