@charset "utf-8";
/* CSS Document */

HTML {

	}
	
BODY {
	background-color: #000;
	font-family: "Myriad Pro", Verdana;
	color: #000;
	}	
	
IMG { border: none; }

A { text-decoration: none; outline: none; }	

em { font-style:normal;}
	
#page {
	width: 970px;
	margin: 0 auto;
	}

/* HEADER	 ---------------------------------------------------------------------------- */	

#header {
	margin: 10px 15px 20px 15px;
	color: #7f7f7f;
	font-size: 11px;
	}
	
#header .right A {
	margin-left: 3px;
	float: left;
	}
	
/* NAVIGATION	 ------------------------------------------------------------------------ */
	
#nav {
	background-color: #1a1a1a;
	border: 1px solid #333;
	margin: 15px 15px 30px 15px;
	padding: 0;
	list-style-type: none;
	height: 33px;
	}	
	
#nav LI {
	float: left;
	border-right: 1px solid #333;
	}	
	
#nav LI A {
	font-size: 13px;
	color: #E6E6E6;
	text-decoration: none;
	padding: 1px 10px 2px 10px;
	line-height: 30px;
	display: block;
	outline: none;
	}
	
#nav LI A:hover {
	background-color: #333;
	}	
	
#nav LI.active { 
	background: url('../images/navReflection.gif') repeat-x 0 36px;
	height: 50px;
	border: none;
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative;
	}	
	
#nav LI.active A {
	color: #2f2f2f; 
	background: #cbcccd url('../images/bgNavActive.gif') no-repeat 0 0;
	border: 1px solid #FFF;	
	}	
	
#nav LI#home { margin-left: -1px; }	
	
#nav LI#home A  {
	background: url('../images/homeInactive.gif') no-repeat 5px 3px;
	padding-left: 98px;
	}
	
#nav LI#home.active A {
	background: #cbcccd url('../images/homeActive.gif') no-repeat 0px 0px;
	}
	
#subnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #e6e6e6;
	font-size: 14px;
	background-color: #1a1a1a;
	height: 29px;
	}
	
#subnav LI {
	float: left;
	border-right: 1px solid #333;
	padding: 5px 15px 6px 15px;
	}
	
#subnav LI.active {
	background: #cbcccd url('../images/bgNavActive.gif') no-repeat;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-bottom: 7px;
	}	
	
#subnav LI A {
	color: #E6E6E6;
	outline: none;
	}			
	
#subnav LI.active A {
	color: #0A0A0A;	
	line-height: 18px;
	}
	
#subnav LI.idea {
	float: right;
	border: none;
	background: url('../images/star.gif') no-repeat 2px 8px;
	color: #666;
	padding-left: 20px;
	}
	
#subnav LI.idea A {
	color: #666;
	text-decoration: underline;
	line-height: 17px;
	}	

.impressum #content { padding: 15px 15px 10px 20px; }

P.disclaimer {
	border-top: 1px solid #333;
	color: #ccc;
	margin-left: -20px;
	margin-right: -15px;
	padding: 15px 30px 0px 20px;
	font-family: "Myriad Pro", Verdana;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	}
	
P.disclaimer .headline {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 10px;
	color: #808080;
	font-weight: normal;
	display: block;	
	}

/* CONTENT ------------------------------------------------------------------------------- */	
	
#content {
	border: 1px solid #333;
	margin: 25px 15px 10px 15px;
	}
	
	.galleries #content, .press #content, .partner #content, .manual #content { border-top: none; }
	
#content.home .left {
	width: 280px;
	margin: 20px;
	display: inline;
	}
	
#content.twoColumns {
  border-top: 1px solid #333;
  }	
	
#content.twoColumns .left {
  width: 465px;
  border-right: 1px solid #333;
  float: left;
  }	

.news {
  height:80px;
  border:1px solid #999;
  padding:0px; padding-bottom:0px;
  margin-bottom:10px;
  font-size:8.25pt;
  line-height:10pt;
  color:white;
  overflow:hidden;
  }

.news a {
  color:white;
}

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

.spotlight {
  background-color:#333;
  border:2px solid white;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
}

.news h1 {
  font-size:10pt;
  padding:0px; margin:0px; border:0px solid green;
  }
  
.newsthumb {
  float:left; 
  width:60px; height:60px; 
  border:0px solid red;
  margin-top:7px; margin-left:7px; margin-right:7px; margin-bottom:9px;
  }

.newslink {
  float:right; 
  width:11px; height:80px; 
  border:0px solid red;
  background-color:white;
  margin-left:5px;  border:0px solid yellow;
  }

.backlink a { color:white; font-size:9pt; }


#content.twoColumns .left .leftContent {
  padding: 15px 20px 20px 25px;
  }
  
#content.twoColumns .right {
  width: 472px;
  border-left: 1px solid #333;
  float: left;
  margin-left: -1px;
  }
  
#content.twoColumns .right .rightContent { padding: 5px 15px 30px 25px; }  

#content.musterbestellung .right {
  background: url('../images/bgContact.jpg') no-repeat;
  height: 501px;
  }
  
#content.musterbestellung .left { 
  background: url('../images/bgMusterbestellung.jpg') no-repeat bottom left;
  height: 501px;
  }  

.country { 
  font: 16px "Myriad Pro", Verdana;
  color: #fff;
  margin-top: 5px;
  }

/*  
.austria { background: url('../images/flagAustria.gif') no-repeat 0 0; }
.germany { background: url('../images/flagGermany.gif') no-repeat 0 0; }
.usa { background: url('../images/flagUSA.gif') no-repeat 0 0; }
.dubai { background: url('../images/flagDubai.gif') no-repeat 0 0; }
*/

 
.person {
  background-color: #191919;
  border: 1px solid #333;
  margin: 5px 5px 10px 0px;
  height: 89px;
  font: 13px "Myriad Pro", Verdana;
  color: #B2B2B2;
  }
  
.personSmall {
  width: 90px;
  float: left;
  margin-top: 10px;
  font-size: 11px;
  color: #B2B2B2;
  margin-right: 5px;
  }
  
.noFoto { 
	padding-left: 15px;
	}  
  
.personSmall IMG { border: 1px solid #333; }  
  
.personSmall .name { margin-top: 3px; }  
.personSmall .email,
.personSmall .fon { display: none; } 

.mehrzeilig .name {
	margin: 8px 0 8px 0 !important;
	} 

	
.superstar IMG {
	border: none !important;
	margin-right: 20px !important;
	margin-left: 5px !important;
	}	
  
.person IMG { float: left; margin-right: 10px; border-right: 1px solid #333; }   
.person .name { margin: 10px 0 15px 0; }
.person .email { color: #fff; text-decoration: underline; }

.rightContent FORM { margin-top: 15px; }


  
FORM LABEL {
  color: #B2B2B2;
  float: left;
  width: 150px;
  font: 13px "Myriad Pro", Verdana;
  line-height: 13px;
	padding-top: 6px; padding-right:6px;
  }  
	
FORM .accept LABEL { padding-top: 0px; }	

FORM DIV { float: left; }

FORM INPUT.text {
  padding: 0px;
  font: 10px Verdana;
  background-color: #cccccc;
  border: 1px solid #fff;
  width: 260px;
  margin-bottom: 5px;
  color: #000;
  } 
  
FORM INPUT.submit { 
  background-color: #323232;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  font-size: 13px;
  float: right;
  margin: 15px 11px 25px 0;
  padding: 5px 7px 5px 7px;
  }  

.wegdamit {
	display: none;
	}

FORM INPUT.medium { width: 188px; margin-right: 1px; height:13px;}
FORM INPUT.small { width: 60px; margin-right: 1px; height:13px;} 

.accept { 
  background-color: #191919;
  border: 1px solid #333; 
  margin-right: 11px;
  padding: 10px;
  margin-top: 15px;
  font: 11px "Myriad Pro", Verdana;
  color: #fff;
  line-height: 13px;
  }
  
.accept SPAN { display: block; }
.accept INPUT { clear: both; display: block; float: left; margin-top: 10px; height: 16px; }
.accept LABEL { float: left; width: 360px; margin-top: 10px; line-height: 16px; margin-left: 5px; }

.mailConfirmation {
  height: 300px;
  color: #FFF;
  font: 14px Georgia;
  margin: 42px 0 0 5px;
  }   
	
.tabContent { display: none; position: relative; }
#contentMaterialOverview { display: block; }		
	
#content .item {
	border-top: 1px solid #333;
	overflow: hidden;
	height: 145px;
	position: relative;
	background: url('../images/bgItem.gif') repeat-x;
	margin-top: -1px;
	}	
	
#content .item .left {
	width: 230px;
	margin: 20px;
	display: inline;
	}
	
#content .item .right {
	margin: 20px 20px 20px 0;
	display: inline;
	}
	
#content .item .more {
	position: absolute;
	left: 20px;
	top: 83px;
	cursor: pointer;
	}
	
.contentbox {
	border: 1px solid #333;
	float: right;
	width: 646px;
	margin: 20px;
	position: relative;
	display: inline;
	background: url('../images/line.gif') repeat-y 460px 0px;
	}			
	
.description {
	padding: 20px 20px 60px 20px;
	float: left;
	width: 400px;
	}
	
.new { 
  background: url('../images/new.gif') no-repeat;
  }	

.material .box {
	padding: 12px 20px 12px 20px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	width: 420px;
	background-color: #1a1a1a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}		
	
.thumb {
  width: 50px; 
  height: 50px; 
  display: block; 
  float: left;
  border: 1px solid #333;
  margin: 0 5px 5px 0;
  background-position: center top;
}	
	
.moreGalleries {
	color: #e6e6e6;
	display: block;
	text-decoration: underline;
	font-size: 11px;
  padding-top: 5px;
  clear: both;
	
	}	
	
.factboxes {
	float: right;
	width: 185px;
	font-size: 12px;
	color: #ccc;
	}
	
.factboxes .head {
	color: #f2f2f2;
	background-color: #1a1a1a;
	border-bottom: 1px solid #333;
	padding: 5px 8px 5px 8px;
	margin-bottom: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	}	
	
.factboxes .title {
	font-size: 14px;
	color: #808080;
	margin-bottom: 5px;
	}	
	
.factboxes UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}	
	
.factboxes UL LI {
	padding-left: 8px;
	background: url('../images/bullet.gif') no-repeat 0 5px;
	line-height: 13px;
	padding-bottom: 3px;
	}
	
.factbox { 
	border-top: 1px solid #333;
	margin: 8px;
	padding-top: 8px;
	padding-bottom: 13px;
	margin-top: -11px;
	}
	
.bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	}	
	
#contentMaterialVeneer { height: 600px; }
#contentMaterialGlas { height: auto; }	

#contentMaterialVeneer .factboxes { height: 520px; }
#contentMaterialGlas .factboxes { height: 640px; }

#contentMaterialVeneer .pdf { float: left; }

#content .category {
	border-top: 1px solid #333;
	background: url('../images/bgItem.gif') repeat-x;
	padding: 0;
	height: 100%;
	}
	
#content .category .box {
	padding: 12px 20px 12px 20px;
	border: 1px solid #333;
	width: 590px;
	float: right;
	margin: 15px 15px 0px 0;
	display: inline;
	background-color: #1a1a1a;
	}		
	
#content .category .left {
	width: 220px;
	margin: 0 20px 20px 20px;
	display: inline;
	padding-top: 15px;
	}
	
.box IMG {
	border: 1px solid #333;
	margin: 0 5px 5px 0;
	}
	
.media {
	float: left;
	font-size: 14px;
	color: #808080;
	margin-right: 10px;
	}
	
.media .title { color: #e6e6e6; }	
	
	.media.large { width: 570px; }
	.media.small { width: 285px; height: 100px; }	
	
	.press .media.single { height: 85px; }
	.press .secondRow {	margin-top: -20px; margin-bottom: -25px; }
	
.presshint {
	margin-top: 18px;
	margin-bottom: 0px;
	}
	
.presshint A {
	text-decoration: none;
	}
	
.presshint A:hover {
	text-decoration: underline;
	}			
	
.media h3 {
	margin: 0 0 10px 0;
	}	
	
.media A {
	color: #808080;
	text-decoration: underline;
	}		

.pdf {
	background: url('../images/pdf.gif') no-repeat 0 3px;
	margin-bottom: 15px;
	padding-left: 40px;
	width: 240px;
	}
	
.zip {
	background: url('../images/zip.gif') no-repeat 6px 3px;
	margin-bottom: 15px;
	padding-left: 40px;
	width: 240px;
	}	
	
.doc {
	background: url('../images/doc.gif') no-repeat 0 2px;
	margin-bottom: 15px;
	padding-left: 40px;
	}

#content .pdf {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 40px;
	}	
	
#content .zip {
	margin-top: 20px;
	}	
	
#content .pdf A {
	color: #B2B2B2;
	text-decoration: underline;
	}
	
.logo {
	background: url('../images/logo.gif') no-repeat 0 2px;
	margin-bottom: 10px;
	padding-left: 135px;
	padding-bottom: 5px;
	padding-top: 2px;
	}
	
.category .clear {
	height: 15px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	}
	
#popup {
  padding: 0;
  margin: 0;
  }
  
#popup #stage { 
   height: 545px;
   width: 860px;
   background-color: #e6e6e6;
   overflow: hidden;
	 margin-left: -1px;
   }


#popup #stage DIV { display: none; }
#popup #stage DIV.active { display: block; }

   
#popup #stage .image { margin: 0px 5px 5px 5px; }   
  
#popup #thumbnails { 
  background: url('../images/bgThumbnails.gif') no-repeat;
  width: 860px;
  height: 70px;
  }  
  
#popup .scrollLeft {
  float: left;
  height: 70px;
  display: none;
  }
  
#popup .scrollRight { 
  float: right;
  height: 70px;
  display: none;
  } 
  
#popup .scrollLeft .arrowLeft {
  background: url('../images/scrollLeft.gif') no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin: 25px 10px 0 10px;
  }    
  
#popup .scrollRight .arrowRight {
  background: url('../images/scrollRight.gif') no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin: 25px 10px 0 10px;
  }
  
#popup .thumbnails { 
  float: left;
  position: relative;
  width: 840px;
  height: 70px;
  margin-left: 12px;
  overflow: hidden;
  }
  
#popup .thumbnails .thumbnailsContainer {  width: 1000px; }  
  
#popup .thumbnails .thumb {
  float: left;
  border: 1px solid #000;
  margin-right: 8px;
  margin-top: 8px;
  cursor: pointer;
  }
  
#popup .thumbnails .active {
  border: 3px solid #ccc;
  margin-top: 6px;
  cursor: pointer;
  }
  
.bildunterschrift {
  font-size: 11px;
  margin: 5px 20px 0 25px;
  color: #999;
  text-align: right;
  }      
		
/* PARTNER ------------------------------------------------------------------------------- */

.partners {	
	margin-top: 15px;
	}

.partner .box {
	background-color: #141414;
	padding: 15px 15px !important;
	margin-top: -1px !important;
	margin-bottom: 0px !important;
	}
	
.partnerLogo IMG {
	border: none !important;
	}		
	
.partnerLogo {
	float: left;
	width: 185px;
	padding-top: 2px;
	}
	
.partnerText {
	color: #808080;
	font-size: 14px;
	line-height: 17px;
	float: left;
	width: 400px;
	}	
	
.partner .links {
	margin-top: 10px;
	}		

.partnerText A {
	color: #FFF;
	display: block;
	}
	
.partnerText A:hover {
	text-decoration: underline;
	}
	
.partnerLink {
	clear: both;
	}
	
.partnerLink .partnerLogo {
	text-align: right;
	}			

.partnerLink .partnerLogo IMG {
	margin-right: 25px;
	}	
	
#tokio_fiber {
	position: absolute;
	top: 0px;
	right: 14px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 10px #444;
	-moz-box-shadow: 0px 0px 10px #444;
	}	
	
	

/* TYPO ---------------------------------------------------------------------------------- */				

h1 {
	font: 24px "Helvetica Neue", Arial;
	color: #e6e6e6;
	padding: 0;
	margin: 0;
	line-height: 27px;
	margin-bottom: 3px;
	}
	
#contentMaterialOverview h1 {
	margin-bottom: 0px;
	}	
	
h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #808080;
	line-height: 16px;
	}
	
.subtitle {
	color: #e0e0e0;
	font-size: 15px;
	margin-bottom: 20px;
	}	
	
.gray {
	color: #a3a3a3;
	}	
	
#contentMaterialOverview h2 {
	margin-bottom: 0px;
	line-height: 14px;
	}		
	
h3 {
	font-size: 14px;
	color: #e6e6e6;	
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
P {
	/* font: 14px Georgia, "Times New Roman", Times, serif; */
	font: 13px "Myriad Pro", Verdana;
	color: #B2B2B2;
	line-height: 18px;
	margin-top: 5px;
	}
	
.home P {
	line-height: 15px;
	color: #c1c1c1;
	}	
	
.home h2 {
	margin-top: 20px;
	}	
	
.home .links {
	margin-top: 5px;
	}	
	
.home .links A {
	color: #c1c1c1;
	text-decoration: none;
	font-size: 13px;
	background: url('../images/arrowLinks.gif') no-repeat 0 6px;
	padding-left: 16px;
	display: block;
	}
	
.home .links A:hover {
	color: #fff;
	}	
		
	
P A {
	color: #FFF;
	text-decoration: underline;
	}	
	
A.more {
	border: 1px solid #333;
	background-color: #1a1a1a;
	padding: 3px 10px 5px 10px;
	line-height: 18px;
	color: #E6E6E6;
	margin-top: 15px;
	clear: both;
	font-size: 14px;
	float: left;
	}	

/* STAGE HOME --------------------------------------------------------------------------- */		

#stage {
	border-left: 0px solid #333;
	position: relative;
	}
	
#stage #bgThumbs {
	background-color: #000;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;	
	opacity: 0.5;	
	z-index: 10;
	}	
	
#stage #thumbs {
	position: absolute;
	bottom: 18px;
	left: 9px;
	z-index: 20;
	}
	
#stage #thumbs DIV {
	float: left;
	margin: 0px 4px 0px 4px;
	cursor: pointer;
	}	
	
#stage #thumbs DIV.active {
	cursor: default;
	}	
	
#stage #thumbs DIV.active {
	border: 2px solid #c1c1c1;
	margin-top: -2px;
	margin-right: 3px;
	margin-left: 3px;
	}	
	
#stage #images {
	width: 615px;
	height: 460px;
	}

#stage #images DIV {
	position: absolute;
	display: none;
	}		
	
#stage #images DIV.active {
	display: block;
	}	
	
.manual #content .category .left {
	width: 240px;
	}
	
.manual #content UL {
	margin: 2px 0 0 0;
	padding: 0;
	}	
	
.manual #content UL LI A {
	color: #fff;
	margin: 0;
	font-size: 14px;
	background: url('../images/bulletArrow.gif') no-repeat 0 6px;
	padding-left: 18px;
	line-height: 18px;
	display: block;
	}		
	
.manual #content .divider {
	border-bottom: 1px solid #232323;
	height: 10px;
	margin-bottom: 10px;
	}	
	
.manual .category A:hover {
	color: #C1C1C1 !important;
	}	
	
.manual .box {
	color: #fff;
	font-size: 14px;
	}
	
.manual .headline {
	font-family: "Helvetica Neue", Arial;
	font-size: 18px;
	margin: 5px 0 15px 0;
	}
	
.manual .factboxes UL {
	color: #808080;
	}
	
.manual .factboxes UL LI {
	background: url('../images/bulletManual.gif') no-repeat 0 5px;
	line-height: 15px !important;
	padding-bottom: 0px;
	margin-bottom: 3px;
	padding-top: 0 !important;
	}				
	
.manual P {
	color: #808080;
	font-size: 14px;
	margin: 0 0 15px 0;
	}	
	
.manual .box .divider {
	margin: 12px 0 18px 0 !important;
	height: 20px;
	}	
	
.manual .info {
	background: url('../images/iconInfo.gif') no-repeat center right;
	padding-right: 12px;
	color: #D9D9D9;
	position: relative;
	cursor: default;
	}	
	
.manual .info IMG {
	position: absolute;
	bottom: 14px;
	right: -3px;
	border: 2px solid #808080;
	display: none;
	}	
	
.manual h1 {
	margin-bottom: 10px;
	}	
	
	
	


/* FOOTER ------------------------------------------------------------------------------- */		
	
#footer {
	margin: 15px;
	font-size: 11px;
	color: #808080;
	}
	
#footer A {
	color: #ccc;
	text-decoration: none;
	padding-right: 8px;
	}
	
/* CMS ------------------------------------------------------------------------------- */

#cms { margin: 0; padding: 0; height: 100%; }

#cms #galleryContainer {
  color: #FFF;
  font: 12px "Myriad Pro", Arial;
  padding-top: 15px;
  float: left;
  }			
  
#cms #galleryContainer .gallery { 
  display: block;
  line-height: 20px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 25px;
  }  
  
#cms #galleryContainer .active { 
  background-color: #1a1a1a;
  }  
  
#cms #thumbsContainer { 
  background-color: #1a1a1a;
  float: left;
  width: 300px;
  height: 100%;
  padding: 0 15px 0 15px;
  }
  
#cms #thumbsContainer .title { 
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 12px;
  }  
  
#cms #picContainer { 
  float: left; 
  }
  
#cms #picContainer IMG { border: 5px solid #fff; margin: 20px 0 15px 20px; }  
	
#cms #picContainer .title { 
  color: #FFF; 
  padding-left: 20px; 
  margin: 0 0 3px 20px; 
  font-size: 12px; 
  line-height: 12px;
  }

#cms #picContainer #title_de {
  background: url('../images/flagDeActive.gif') no-repeat 0 0;
  }	
  
#cms #picContainer #title_en {
  background: url('../images/flagEnActive.gif') no-repeat 0 0;
  }	  
  
#cms #picContainer .input { 
  width: 300px;
  background-color: #CCC;
  border: 1px solid #333;
  color: #FFF;
  padding-left: 20px;
  line-height: 18px;
  }  
  
#cms #picContainer .button { 
  color: #FFF;
  background-color: #ccc;
  border: 1px solid #FFF;
  color: #333;
  margin-left: 2px;
  }  
  
#cms #picContainer #title_de_input { background: #1a1a1a url('../images/flagDeActive.gif') no-repeat 2px 2px; }
#cms #picContainer #title_en_input { background: #1a1a1a url('../images/flagEnActive.gif') no-repeat 2px 2px; }  
		

/* MISC --------------------------------------------------------------------------------- */		
	
.left { float: left; }
.right { float: right; }
.clear { clear: both; color: #FFF; }		
	

	


