@charset "iso-8859-1";
				   
html {
	background-color: #000000;
	color: #FFFFFF;
	height: 100%;
	margin: 0px;
	font-family: Arial,Helvetica;
}
  
:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	height: 100%;  
	margin: 0px;
	text-align: center;
}	  
   
a {					
	text-decoration: none;
	zoom: 1;
}			   
   
img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}
   		
a {
	color: #c0af7d;	
}		

sup {
	font-size:60%;
	vertical-align:top;
}
	
.header {
	position: relative;
	height: 110px; 
	width: 689px;  
}
	
.logo {	  
	position: absolute;
	left: 448px;  
	top: 8px;
	width: 241px;
	height: 93px;
	background-image: url("../img/logo.jpg");
}	
	
.main {
	width: 100%;
	height: 639px;
}
							
.panel {		
	position: relative;
	width: 675px;
	height: 402px;	
	padding: 7px;
	background-image: url("../img/panel-notext.jpg");
	overflow: hidden;
}

.panelloader {		
	position: relative;
	width: 675px;
	height: 402px;	
	padding: 7px;
	background-image: url("../img/panel.jpg");
	overflow: hidden;
}
   
.col_left {
	padding-top: 7px;
	padding-bottom: 7px;
	height: 402px;	
}	

.menu_left {					 
	background-image: url("../img/menu_bg_left.png");
	background-repeat: repeat-y;	
	background-position: right; 
	margin: 0px; 
	margin-bottom: 8px;	 
	text-align: right;	
	font-size: 9pt; 
	text-transform: uppercase;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 6px; 
	list-style-type: none;
	line-height: 16px;
}

.menu_left_play {					 
	background-image: url("../img/menu_bg_left.png");
	background-repeat: repeat-y;	
	background-position: right; 
	margin: 0px; 
	margin-bottom: 35px;	 
	text-align: right;	
	font-size: 9pt; 
	text-transform: uppercase;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 6px; 
	list-style-type: none;
	line-height: 16px;
}

.menu_right {					 
	background-image: url("../img/menu_bg_right.png");
	background-repeat: repeat-y;	
	background-position: left; 
	margin: 0px; 
	margin-top: 8px;
	text-align: left;
	font-size: 9pt; 
	text-transform: uppercase;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px; 
	list-style-type: none;
	line-height: 20px;
}			  

.menu_left a,
.menu_left_play a,
.menu_right a {
	color: #FFFFFF;
}

.menu_left a:hover,
.menu_left_play a:hover,
.menu_right a:hover {
	text-decoration: underline; 
}	   
 
.submenu {		 
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 3px;
	text-transform: none;
	line-height: 16px;	  
	font-size: 8pt; 
}

.overlay_offset {	
	position: absolute;
	left: 424px;
	top: 7px;
	width: 224px;
	height: 368px;	
	padding: 17px;
	background-image: url("../img/overlay_bg.png");
	background-repeat: repeat-y;	
	overflow: hidden;	
	color: #727d7a;
	font-size: 11px;
	line-height: 14px; 
	text-align: left;
}			  

.overlay {	
	position: absolute;
	left: 405px;
	top: 7px;
	width: 224px;
	height: 368px;	
	padding: 17px;
	background-image: url("../img/overlay_bg.png");
	background-repeat: repeat-y;	
	overflow: hidden;	
	color: #727d7a;
	font-size: 11px;
	line-height: 14px; 
	text-align: left;
}			  

.overlay_big {	
	position: absolute;
	left: 348px;
	top: 7px;
	width: 298px;
	height: 368px;	
	padding: 17px;
	background-image: url("../img/overlay_big_bg.png");
	background-repeat: repeat-y;	
	overflow: hidden;	
	color: #727d7a;
	font-size: 11px;
	line-height: 14px; 
	text-align: left;
}

.overlay_big_scroll {	
	position: absolute;
	left: 320px;
	top: 7px;
	width: 328px;
	height: 368px;	
	padding: 17px;
	background-image: url("../img/overlay_big_bg.png");
	background-repeat: repeat-y;	
	overflow: auto;	
	color: #727d7a;
	font-size: 11px;
	line-height: 14px; 
	text-align: left;
}	

.overlay h1,
.overlay_offset h1,
.overlay_big h1,
.overlay_big_scroll h1 {
	padding: 0px;
	margin: 0px; 
	padding-top: 2px;  
	padding-bottom: 6px;  
	font-size: 12pt;
	color: #d5090e;
}	

.overlay p,
.overlay_offset p,
.overlay_big p,
.overlay_big_scroll p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 	   
.redlink {
	color: #d5090e;
}
	  
.balkenlink {
	background-color: #DC0000;
	color: #FFFFFF;	 
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

.balkenlink:hover {
	background-color: #818181;
	color: #ffffff;	 
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}
 
.datatable th {
	color: #343434;
	font-weight: normal;
	width: 160px;
	height: 35px;
}
#ProdukteNavi {
	margin-right: 111px;
	margin-bottom: 11px;
}
