* {
    	font-size:11px;
	line-height:13.5px;;
	text-transform:uppercase;
    	font-family:Arial,Verdana,sans-serif;    
    	scrollbar-face-color:#000000;
    	scrollbar-highlight-color:#000000;
    	scrollbar-3dlight-color:#000000;
    	scrollbar-darkshadow-color:#000000;
    	scrollbar-shadow-color:#000000;
    	scrollbar-arrow-color:#FFFFFF;
    	scrollbar-track-color:#000000; 
	font-family:'Century Gothic', verdana, arial, helvetica, sans-serif;
	color:white;   
}

body {
	padding:0; margin:0;
	height:100%;
	width:100%;
	background-color:black;
}

a,
a img,
a:focus {
	outline:none;
	-moz-outline: none;
	border:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

#container {
	position:absolute;
	height:600px;
	width:1000px;
	margin:-300px 0px 0px -500px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-image:url('../images/m500_body_bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper {
	position:relative;
	padding:0; margin:0;
	height:435px;
	width:1000px;	
	margin:auto;
	text-align:left;
}

#contentwrapper {
	overflow:hidden;
	margin-top:109px;
	position:relative;
	margin-left:100px;
	width:800px;
	height:400px;
	background-color:black;
}


.content {
	overflow:hidden;
	position:relative;
	width:800px;
	height:400px;
}

#arrow_left {
	position:absolute;
	top:280px;
	left:0;
	222width:100px;
	222height:68px;
	width:69px;
	height:69px;
}

#arrow_left a {
	display:block;
	width:75px;
	height:68px;
	background-image:url('../images/arrow_left_plain.jpg');	
	background-repeat:no-repeat;
}

#arrow_left a:hover {
	background-image:url('../images/arrow_left_glow.jpg');
}

#arrow_right {
	position:absolute;
	top:280px;
	right:0;
	222width:100px;
	222height:68px;
	width:69px;
	height:69px;
}

#arrow_right a {
	display:block;
	width:75px;
	height:68px;
	background-image:url('../images/arrow_right_plain.jpg');
	background-repeat:no-repeat;
}

#arrow_right a:hover {
	background-image:url('../images/arrow_right_glow.jpg');
}

#zifferleiste_container {
	position:relative;
	margin-bottom:19px;
}

#footer {
	position:absolute;
	bottom:0px;
	left:100px;
	width:800px;
}

#footer_left {
	width:49%;
	float:left;
}

#footer_right {
	width:49%;
	float:right;
	text-align:right;
	color:#909090;
}

#footer_left ul,
#footer_right ul,
#footer_left ul li,
#footer_right ul li {
	padding:0; margin:0;
	list-style:none;
}

#footer_left ul li {
	width:auto;
	float:left;
	margin-right:5px;
}

#footer_right ul li {
	width:auto;
	float:right;
	margin-right:15px;
}

#footer_left ul li a,
#footer_right ul li a {
	text-decoration:none;
	color:#8d8d8d;
}

#footer_left ul li a:hover,
#footer_right ul li a:hover {
	text-decoration:underline;
}


h1 a,
h1 {
	padding:0px;
	margin:0px;	
	font-weight:normal;
	font-size:24px;
	line-height:1.3em;
}

h2 {
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:12px;
	line-height:1.3em;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

th {
	background:white;
}

div.transparent_bg {
	background-image:url('../images/p_bg.png');
}

p, 
ul {
	margin:0;
	padding:5px;
}

p a,
li a {
	color:#ff9900;	
}

sup {
	font-size:8px;
}

ul {
	list-style-image:url('../images/bullet.gif');
	padding-left:20px;
	222list-style:none;
}

.devhint,
.devhint * {
	color:red;
	list-style-color:red;
}

.mask {
	position:absolute;
	z-index:5;
}

.red {
	color:#ff9900;
}

a#music_toggle {
	display:block;
	width:20px;
	height:20px;
	background-image:url('../images/icon_pause.gif');
	cursor:pointer;
	text-decoration:none;
}
