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

body {	 
	margin: 0px;
	text-align: center;
	height: 100%;
}	  
   
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;
}

table, td {
	border-spacing: 0px;
	padding: 0px;	   
}

.header {
	width: 100%;
	height: 218px;
	background-color: #ff6600;
}	   

.content {  
	position: relative;
	width: 874px;
	margin: auto; 
	text-align: left; 
	padding-top: 85px;
	padding-bottom: 50px;
}		

.logo {
	position: absolute;	
	left: 0px;
	top: 20px;			
}	  

.language_selection { 
	position: absolute;	
	left: 757px;
	top: 37px;			
}	  

.ueberschrift {	   
	position: absolute;	
	left: 0px;
	top: 67px;			
}	  

.menu {
	position: absolute;
	padding-left: 10px;	  
	left: 300px;
	width: 560px;
	text-align: right;
	top: 74px;
}

.thumbs_container {	   
	position: absolute;	
	left: 0px;
	top: 114px;
	width: 862px;
	height: 96px;
	overflow: hidden;	
	background-image: url("../img/bg_thumb_empty.gif");
	background-repeat: no-repeat;	 
}

.thumbs {
	position:absolute;
	top:0px;
}
			 
.thumbs li {
	list-style-type: none;	
	float: left;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 14px;
	padding-bottom: 14px;
	background-image: url("../img/bg_thumb.gif");
}		

.thumbs li:hover {
	background-position: 0px -93px;
}

.thumbs li a { 
	display: block;
	width: 110px;
	height: 78px;
}	  
	
.pfeil_thumb_rechts {
	visibility: visible;
	display: block;
	width: 21px;
	height: 34px;
	overflow: hidden;
	background-image: url("../img/pfeil_thumb_rechts.gif");
	position: absolute;
	left: 873px;
	top: 137px;
}				   

.pfeil_thumb_links { 
	visibility: hidden;
	display: block;
	width: 21px;
	height: 34px;
	overflow: hidden;
	background-image: url("../img/pfeil_thumb_links.gif");
	position: absolute;
	left: -33px;
	top: 137px;
}				   

.pfeil_thumb_rechts:hover,
.pfeil_thumb_links:hover {
	background-position: 0px -34px;
}

.img {
	float: left;
	width: 425px;
	height: 300px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 28px;
	padding-bottom: 13px;	  
	background-image: url("../img/bg_img.gif");	 
	background-repeat: no-repeat;
}	   

.video {
	float: left;
	width: 425px;
	height: 344px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 28px;
	padding-bottom: 13px;	  
	background-image: url("../img/bg_video.gif");	 
	background-repeat: no-repeat;
}	

.textcontent {
	float: left;
	width: 405px;
	padding-right: 15px;
}   

.textcontent h1 {
	font-family: Verdana,Arial,Helvetica;  
	font-weight: normal;
	font-size:16pt;
	color:#ff6600;
	text-transform:lowercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	line-height: 25px;
}

.textcontent a {
	color: #FF6600;
}			  

.textcontent a:hover {
	text-decoration: underline;
}		

.textcontent table {
	padding-top: 8px;
}
.textcontent td {
	padding-bottom: 8px;
	padding-right: 8px;
}		  

.underlinelink:hover {
	text-decoration: underline;
}	   

.pfeil_main_rechts {
	display: block;
	width: 21px;
	height: 24px;
	overflow: hidden;
	background-image: url("../img/pfeil_main_rechts.gif");
	position: absolute;
	left: 873px;
	top: 220px;
}				   

.pfeil_main_links { 
	display: block;
	width: 21px;
	height: 24px;
	overflow: hidden;
	background-image: url("../img/pfeil_main_links.gif");
	position: absolute;
	left: -32px;
	top: 220px;
}				   

.pfeil_main_rechts:hover,
.pfeil_main_links:hover {
	background-position: 0px -24px;
}


