@charset "UTF-8";

/*ALLGEMEINES*/
body{
	background-color:#ffffff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin:0px;
	}

img{  
	border-style: none;
	}

#inhalt{
	position:relative;
	text-align:left;
	margin:auto;
	width:1070px;
	padding-left:10px;
	}

#inhalt_links{
	float:left; 
	position:fixed;
	width:250px;
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
	z-index:100;
}

@media only handheld, screen and (max-device-width: 480px) { 
  #inhalt_links { 
	float:left; 
	position:relative;
	width:250px;
	height:100%;
  }
}

#inhalt_rechts{
	float:left; 
	position:absolute; left:260px; 
	width:815px;
}

/*KATHEGORIE-FARBEN*/
.assembly{
    background-color: #f5f5f0;    
    box-shadow: 1px 1px 1px #d6d6c2;
}
.assembly:hover{
    background-color: #ebebe0;    
}

.installation{
    background-color: #f0f5f5;    
    box-shadow: 1px 1px 1px #c2d6d6;
}
.installation:hover{
    background-color: #e0ebeb;    
}

.misc{
    background-color: #f9f9eb;    
    box-shadow: 1px 1px 1px #eeeec4;
}
.misc:hover{
    background-color: #f4f4d7;    
}

.exhibition{
    background-color: #f0f0f5;    
    box-shadow: 1px 1px 1px #c2c2d6;
}
.exhibition:hover{
    background-color: #e0e0eb;    
}

/*ELEMENTE*/
span.element{
    border-style: none;
    float: left;
	overflow:hidden;
	text-align:left;
    margin: 0 10px 10px 0px;
    padding: 0 0 0px 0;
}

span.breit{
    width: 800px;
}
span.halb{
    width: 395px; 
    height: 285px;    

}
span.drittel{
    width: 260px; 
    height: 225px;    
}
span.zweidrittel{
    width: 530px; 
    height: 459px;    
}

span.viertel{
    width: 193px; 
    height: 180px;    

}

span.textImElement{
    color:#000; 
    margin: 5px 0px 0px 5px;
}


/* ???? */
#menue_de{
	position:absolute; 
	z-index:2;
	}
	
#menue_en{
	position:absolute;
	z-index:2;
}

#about_en{
	width:800px; 
	position:absolute; 
	left:250px;
}

#about_de{
	width:800px; 
	position:absolute; 
	left:-999em;
}

#newsletter{
	border:#000 solid 1px;
	background-color:#fff;
	color:#000;
	position:absolute; left:-999em; top:20px; 
	text-align:left; 
	width:280px; 
	height:223px; 
	padding:5px 15px 5px 5px; 
	z-index:5;
	overflow:hidden;
	}

.titel{
 	float:left;
 	background-color:#fff; 
 	height:17px; 
 	padding:0px 10px 0 0px; 
 	margin:0px 0 0 0px;
 	z-index:10;
 	position:relative;
}
/* ???? 

/*BILDER und PFEILE*/
.transparent{
opacity:.60;
	-ms-filter:“alpha(opacity=60)”;
	filter:alpha(opacity=60);
	-khtml-opacity:.60;
	-moz-opacity:.60;
}

/*
.viertel{
	float:left;
	width:190px;
	height:200px;
	overflow:hidden;
	text-align:left;
	margin: 20px 12px 10px 0;
}

.drittel{
	float:left;
	width:257px;
	height:230px;
	overflow:hidden;
	text-align:left;
	margin: 20px 12px 10px 0;
}

.halb{
	float:left;
	width:390px;
	overflow:hidden;
	text-align:left;
	margin: 0 0 15px 0;

}
*/

.news{
	float:left;
	overflow:hidden;
	text-align:left;
	margin: 0 0 0 10px;
}

.schmal{
	float:right;
	width:800px;
	height:100px;
	overflow:hidden;
	text-align:left;
	z-index:0;
	color:#000;
	position:relative;
	padding:0 0 20px 0;

}


.bild_gr{
	float:left;
	width:800px;
	overflow:hidden;
	text-align:left;
	z-index:0;
	position:relative;
	padding:0 0 20px 0;
	}

.bild_kl{
	float:right;
	width:800px;
	height:100px;
	overflow:hidden;
	text-align:left;
	z-index:0;
	color:#000;
	position:relative;
	padding:0 0 20px 0;
	}

.pfeil_re{
	background-image:url(grafik/pfeil_re1.png);
	position:absolute; top:0px; left:600px; 
	height:560px; 
	width:200px; 	
}

.pfeil_re:hover{
	background-image:url(grafik/pfeil_re2.png);
	}

.pfeil_li{
	background-image:url(grafik/pfeil_li1.png);
	position:absolute; top:0px; left:0px; 
	height:560px; 
	width:200px;
}

.pfeil_li:hover{
	background-image:url(grafik/pfeil_li2.png);
	}

/*TYPO*/
.head{
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	}

.fliess{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
.fliess:hover{
}


.link{
	color:#000;
	text-decoration:none;
	}

.link:visited{
	}

.link.aktive{
	text-decoration:underline;
	}	
	
.link:hover{
	color:#000;	
	text-decoration:underline; 	
	}

.home{
	font-size:17px; 
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	}


.grau{
	background-color:#ffffff;
	color:#999;
	}	

.datum{
	color:#999;
	font-size:9px;
}

a{
	color:#444;
	text-decoration:underline;
	}	

a:hover{
	text-decoration:underline;	
	color:#000;
}

