* {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
	
#page {
	width:999px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:999px;
	height: 229px;
}

#topnav {
	background-image: url(../images/topnav_slice.jpg);
	background-repeat: repeat-x;
	width: 999px;
	height: 53px;
	font-size: 18px;
	
	font-weight: bold;
}

#topnav .container {
	margin-left: 12px;
	margin-right: 6px;
}

#topnav a { 
	color: #FFFFFF;
	text-decoration: none;
	display:  inline;
	width: 100%;
	margin-left: 3px;
}

#topnav a:hover, #topnav a.current  {
	color: #FFFF33;	
}

#breadcrumbs {
	width: 999px;
	text-align: right;
	font-size: 12px;
	margin-top: 4px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	text-decoration: underline;
	color: #333333;
}

#breadcrumbs a:hover {
	color: #990000;
}

.textmiddle {
	vertical-align:middle;
} 

#foot {
	background-color: #000000;
	width: 999px;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #666666;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2px;
}

a foot{
	color: #666666;
}

#ContentContainer {
	background-color: #FFFFFF;
	padding: 8px;
}

div#Referenzen table, tr, td{
	color: #111111;
}

div#playlist{
	color: #111111;
	font-size: 12px;
	margin: 0px;
}

div#playlist table, div#Referenzen table{
	width: 100%;
}

div#playlist td, div#Referenzen td{
	width: 50%;
	border: none;
	vertical-align: top;
	font-size: 13px;
	color: #555555;
}

div#videos td{
	border: none;
		padding-left: 10px;
}

div#flashPlayerContainer{
	margin-top: 80px;
}

div#flashPlayerClose{
	width: 720px;
}

div#backgroundLayer{
	width: 100%;
	height: 100%;
	background-color: #888888;
	opacity: 0.75;
	filter:Alpha(opacity=75);
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#presse{
	padding-bottom: 140px; /* workaround: footer-fehler */
}

div#presse img{
	padding-bottom: 30px;
}

div#backstage a:hover{
	opacity: 0.62;
}