@charset "utf-8";

/* CSS Document */
body
{
	font-family: "Century Gothic", Arial, sans-serif;
	text-align:center;
	background-color: #000000;
	color: #FFFFFF;
}

#seite
{
	text-align:left;
	background-color:#000000;
	position:relative;
	width:810px;
	height:800px;
	margin:0px auto;
	padding:0px 0px;

	z-index:1;
}

#content
{
	position:absolute;
	width:800px;
	height:800px;
}

.Stil1
{

	font-family: "Century Gothic", Arial, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	text-align: center;

}

a:link
{

	color: #FF0000;
	cursor:pointer;
	text-decoration: none;

}

a:visited
{

	color: #FF0000;
	cursor:pointer;
	text-decoration: none;

}

a:hover
{

	color: #FF0000;
	cursor:pointer;
	text-decoration: none;

}

a:active
{

	color: #FF0000;
	cursor:pointer;
	text-decoration: none;

}

#data
{
	position: absolute;
	left:360px;
	top:200px;
	width:570px;
	height:580px;
	z-index:3;
	font-size:16px;
	overflow-x: hidden;
	overflow-y: auto;
}

#dates_cont
{
	font-size:12px;
}

#links
{
	position: absolute;
	left:410px;
	top:150px;
	z-index:4;
}

#route
{
	position: absolute;
	left:200px;
	top:100px;
}

#imp
{
	font-size:16px;
	position: absolute;
	left:200px;
	top:100px;
}

#player
{
	position: absolute;
	left:5px;
	top:515px;
}

#pics
{
	font-size:16px;
}

.menu
{
	color: #FF0000;
	cursor: pointer;
	text-decoration: none;
}

#footer
{
 position: absolute;
 top:775px;
 left:275px;
 z-index:1;
}

#facebook
{
 position: absolute;
 top:730px;
 left:5px;
 z-index:1;
}

a.link_face
{
	text-decoration: none;
}

img
{
	border:0!important;
}