/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
	  text-align: center;
}

body{
     background-color:#002222;
	 /*hier kannst du Hintergrund ändern */
	  font:.9em/1.3em Thoma, Verdana, Arial, Helvetica, sans-serif;
	 color:#FFF;
	 text-align:center;
	 
	 }
a:link{
	
	color:#FFF;
	
	}
a:visited{
	
	color:#FFF;
	}
a:hover{
	color:#FFF000;
}
/* ======== Seiten-Continer ========================*/
#main{
	margin-left : auto;
	margin-right : auto;
	width : 1075px;
	border: 0px solid red;
	text-align : left;
	
}
#mitte{
	position: absolute;
	width: 1070px;
	background-color: #000000;
	background-image: url(../bilder/haad.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 850px;
}
#vorschaubilder{
position: absolute;
	width: 160px;
	height: 140px;
}
#werbungrechts{
	position: absolute;
	left: 750px;
	top: 170px;
	width: 200px;
	height: auto;
	border: 0px solid blue;
}
#werbungrechts2{
	position: absolute;
	left: 850px;
	top: 170px;
	width: 200px;
	height: auto;
	border: 0px solid blue;
}
#werbunglinks{
	position: absolute;
	left: 5px;
	top: 170px;
	width: 200px;
	height: auto;
	border: 0px solid blue;
}
#linksunten{
	position: absolute;
	left: 230px;
	top: 630px;
	width: 500px;
}
#linksunten2{
	position: absolute;
	left: 300px;
	top: 570px;
	width: 500px;
}
#topliste{
	position: absolute;
	top: 130px;
	left: 500px;
}
a.top10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-align: center;
	border: 2px solid black;
	background-color: White;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;
}
a.top10:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: Red;
	font-weight: bold;
}
#videolayer-links{
	margin-top: -365px;
	margin-left: 0px;
	width: 185px;
	height: 324px;
	z-index: 1;
	border: 0px solid White;
}
#videolayer-rechts{
position: absolute;
	margin-top: -345px;
	margin-left: 250px;
	width: 185px;
	height: 324px;
	z-index: 1;
	border: 0px solid White;
}
#videolayer-oben{
position: absolute;
	margin-top: -340px;
	margin-left: 185px;
	width: 65px;
	height: 120px;
	z-index: 1;
	border: 0px solid White;
}
#videolayer-unten{
position: absolute;
	margin-top: 40px;
	margin-left: 185px;
	width: 65px;
	height: 100px;
	z-index: 1;
	border: 0px solid White;
}
#player{
	width: 434px;
	height: 344px;
	z-index: 0;
}

