/* CSS Document */
*{
border:0px;
margin:0;
padding:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #0d009a;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
html,body {
text-align:center; /*Für den Internet Explorer*/
}
div#javaerror{
margin:0 auto;
background-image:url(../img/error_bg.jpg);
padding:0 15px;
width:749px;
height:15px;
border:1px solid #8380ac;
color:#000000;
}
div#center {
text-align:left;
margin:0 auto;
margin-top:0px;
padding:2px 15px 15px 15px;
width:749px;
height:639px;
background-color:#070058;
border:1px solid #8380ac;
}
div#header{
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
width:740px;
height:61px;
}
div#player{
z-index:1;
float:left;
margin-top:5px;
margin-left:5px;
overflow:hidden;
}
div#main{

width:739px;
height:331px;
}
#menue{

background-repeat:no-repeat;
width:739px;
height:222px;
}
div#sub1,div#sub2,div#sub3,div#sub4,div#sub5,div#sub6{
margin-top:33px;
margin-right:2px;
height:165px; 
width:121px; 
float:left;
}
.subentry{
padding:0px;
margin:1px 0 0 0;
}
div#hauptmenue{
margin:0px;
padding:0px;
border:0px;
}

.button{
width:121px;
height:20px;
float:left;
margin-right:2px;
}
div#marquee{
float:left;
width:375px;
padding:5px 7px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #777777;
}
a:active {
	text-decoration: none;
	color: #777777;
}


