

/************/
/*  GLOBAL  */
/************/

html,
body 
{
  


}


body
 { color: #000;
   font: 70% Verdana, Helvetica, san-serif;
   background: #000 url(../graf/bg.gif) no-repeat top center;
   margin: 0; padding: 0;
 }
 
div#clear{
	clear: both;
}
 
#container
{
	width: 901px;
    height: 100%;
	min-height: 100% !important;
	
	margin: 0 auto;
	text-align: left;
	
	
}

 
#head
{
	width: 901px;
	height: 123px;
	margin: 0 auto;
	background: url(../graf/head.gif) no-repeat top left;
	
}



#logo{
	float: right;
	width: 67px;
	height: 68px;
	
	margin-top: 35px;
}


#flash{
	width: 901px;
	height: 145px;
	margin: 0px;
	}

#site_headline{
	width: 901px;
	height: 57px;
	margin-top: 2px;
	background: #646464;
}

#site_headline h1{ padding: 0px; margin: 0px; width: 901px; height: 57px; font-size: 0px; color: #646464; }







.select_1{
	font-size: 9px;
	margin: 0px;
	
}

.button_1{

	width: 40px;
	font-size: 9px;
	
	
}

.select
{
	
	width: 440px;
	
}

.input
{
	margin-top: 3px;
	width: 210px;
	background-color: #fff;
}

.textarea
{
	margin-top: 3px;
	width: 440px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 0px;
}

.thumb_float_left
{
	float: left;
	border: 2px solid #fff;
	padding: 1px;
	margin-bottom: 15px;
	margin-right: 18px;
}

/****************/
/*  TYPOGRAPHY  */
/****************/
/**************/
/*  MAINNAVI  */
/**************/




div#navi{
	float: left;
	width: 601px;
	height: 21px;
	
	margin-top: 95px;
	clear: both;
}
  * html div#navi {  /* Korrektur fuer IE 5.x */
    width: 801px;
    w\idth: 601px;
   
  }
 
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin: 0px;
    
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
  background-color: transparent;
    }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a{
    display: inline;
   height: 24px;
   margin-right: 25px;
    padding: 0.2em 0em;
    text-decoration: none; 
   color: #646464;
   float: left;
   
    
  }
  
  ul#Navigation a.active{

	color: #fff;
	border-bottom: 5px solid #f11118;
	height: 19px;
	
}
	 * html ul#Navigation a {
  padding-bottom: 13px;
   		
  }

  * html ul#Navigation a.active {
  padding-bottom: 8px;
   		
  }
  ul#Navigation a:hover{
    
    color: #fff; 
  }
  
  
  ul#Navigation li ul {  
    background: url(../graf/1p_gray.png) repeat;
    
    margin-top: 10px;
   
     padding: 10px;
     padding-bottom: 5px;
     padding-right: 15px;
  }
  
  * html ul#Navigation li ul {  
   margin-left: 15px;
  }
  
   ul#Navigation li ul#about { 
    width: 105px;
   
   
  }
  
  ul#Navigation li ul#fertigung { 
    width: 140px;
   
  }
  
  ul#Navigation li ul#umwelt { 
    width: 160px;
   
  }
  
  ul#Navigation li ul#mitarbeiter {  
    width: 120px;
   
  }
  
   ul#Navigation li ul li a { 
   
   float: left;
   width: 100%;
   height: auto;
   margin-bottom: 5px;
   color: #646464;
   background: url(../graf/arrow_g.png) no-repeat  center right ;
  }
  
 * html ul#Navigation li ul li a { 
   
  
   width: 100%;
   height: 10px;
 
 background-image: none;
  padding: 0px;
  }
  
    * html ul#Navigation li ul li a:hover{

	background-image: none;
	
}


 ul#Navigation li ul li a:hover{

	color: #838282;
	 background: url(../graf/arrow.png) no-repeat  center right ;

	
}

div#music_player
{
    float: left;
    width: 30px;
    height: 20px;
    background: red;
}


div.language_selection{

		height: 20px;
		width: 100%;
		margin-top: 10px;
		
}
.language_icon{
	float: right;
	margin-left: 3px;
}

div.language_selection ul#Navigation a{
	margin-right: 0px;
	width: 100px;
	text-align: right;
}

div.language_selection ul#Navigation li ul li a{
	
	text-align: left;
}


#metanavi_about, #metanavi_fertigung, #metanavi_umwelt{  clear: left; float: left; width: 200px; height: 77px; margin-top: 13px; }

#metanavi_about{ margin-left: 90px; }
#metanavi_fertigung{ margin-left: 230px; }
#metanavi_umwelt{ margin-left: 320px; }


#metanavi_about ul, #metanavi_fertigung ul, #metanavi_umwelt ul{ padding: 0px; margin: 0px; list-style-type: none; line-heigt: 18px; font-size: 11px; }
#metanavi_about ul li, #metanavi_fertigung ul li, #metanavi_umwelt ul li{ height: 18px; }
#metanavi_about ul li a, #metanavi_fertigung ul li a, #metanavi_umwelt ul li a{ color: #878787; text-decoration: none; }
#metanavi_about ul li a:hover, #metanavi_fertigung ul li a:hover, #metanavi_umwelt ul li a:hover{ color: #fff; }
#metanavi_about ul li a.active, #metanavi_fertigung ul li a.active, #metanavi_umwelt ul li a.active{ color: #fff; }
/**************/
/*  CONTENT  */
/**************/

#content{
	float: left;
	width: 901px;
	height: auto;
    color: #888888;
    margin-top: 4px;
    	
}

#content a{
	color: #a7a6a6;
}

#content a:hover{
	color: #fff;
}

#content_left{
	
	float: left;
	width: 298px;
  height: 100%;
	min-height: 100% !important;
	
}

#content_left ul.list_01, #content_left ul.list_02{
	float: left;
	list-style-type: none;
	padding: 0;
	
	margin: 0; 
	margin-top: 0px;
	
}

#content_left ul.list_01 li, #content_left ul.list_02 li{
	clear: both;
	padding: 0;
	
	margin: 0; 
}

#content_left ul.list_01 li a{
    font-family: Helvetica;
    font-size: 10px;
    font-weight: lighter;
    float: left;
    color: #8b4646;
	text-decoration: none;
	width: 258px;
	height: 63px;
	padding: 0;
	background: url(../graf/bg_metanav_01.gif) no-repeat top left;
	
	margin: 0; 
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #000;
	
}

#content_left ul.list_01 li a.active{
	color: #fff;
	background: url(../graf/bg_metanav_01_h.gif) no-repeat top left;
}

#content_left ul.list_01 li a:hover{
	color: #fff;
	background: url(../graf/bg_metanav_01_h.gif) no-repeat top left;
}


#content_left ul.list_02 li a{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: lighter;
    float: left;
    color: #664e4e;
	text-decoration: none;
	width: 278px;
	height: 27px;
	padding: 0;
	background: url(../graf/bg_metanav_02.gif) no-repeat top left;
	
	margin: 0; 
	padding-top: 8px;
	padding-left: 20px;
	
	margin-bottom: 2px;
	
}

#content_left ul.list_02 li a.active{
	color: #fff;
	background: url(../graf/bg_metanav_02_h.gif) no-repeat top left;
	
}

#content_left ul.list_02 li a:hover{
	color: #fff;
	background: url(../graf/bg_metanav_02_h.gif) no-repeat top left;
}


#content_left ul.list_01 li span.date{
float: left;
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 3px;
	margin-right: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a25d5d;
	width: 255px;

}

#content_left ul.list_02 li a span.date{
	font-size: 16px;
	letter-spacing: -1px;
	color: #8b4646;;

}

#content_left ul.list_02 li a.active span.date{
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;

}

#content_left ul.list_02 li span.date_active{
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;

}




#content_left div#seiten{
	
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	width: 278px;
	padding-top: 15px;
	padding-bottom: 10px;
	
	
	
	
}

#content_left div#seiten form{
	float: right;
}

#content_right{

	float: right;
	width: 600px;
height: auto;


}

#content div.block{
	background: url(../graf/bgblock.gif) no-repeat top left;
	padding-left: 61px;
	padding-right: 36px;
	padding-top: 42px;
	padding-bottom: 30px;
	
	min-height: 246px;
	height: auto !important;
	font-size: 12px;
	line-height: 16px;
}

#content div.block span.fs_11{
	font-size: 11px;
}

#content div.block_2{
	background: url(../graf/bgblock2.gif) no-repeat top left;
	padding-left: 71px;
	padding-right: 36px;
	padding-top: 42px;
	padding-bottom: 30px;
	
	height: 140px;
	
	font-size: 11px;
	line-height: 16px;
	border-bottom: 2px solid #000;
}

#content div.block_3{
	background: url(../graf/bgblock3.gif) no-repeat top left;
	padding: 0px;
	
	width: 901px;
	min-height: 246px;
	height: auto !important;
	

	
}

#content div.block_4{
	background: url(../graf/bgblock3.gif) no-repeat top left;
	padding-left: 71px;
	padding-right: 36px;
	padding-top: 42px;
	padding-bottom: 30px;
	width: 794px;
	min-height: 246px;
	height: auto !important;
	font-size: 12px;
	line-height: 16px;
}

#content div.block div#text_2{
	float: left;
	
	width: 300px;
	
	
}

#content div.block_2 div#text{
	float: left;

	
	
}

#content div.block div#bild, #content div.block_2 div#bild{
	float: right;
	margin-right: -36px;

}

#content div.block div#bilder, #content div.block_4 div#bilder{
	float: left;
	width: 210px;
	height: 100%;
	margin-left: -69px;
	margin-right: 71px;
	
	
}

#content div.block div#text, #content div.block_4 div#text{

	float: left;
	width: 564px;

	
}

#content div.block div#text_2, #content div.block_4 div#text_2{

	float: left;
	width: 270px;
	margin-right: 10px;

	
}

#content div.block div#text p, #content div.block_4 div#text p{
	padding-top: 15px;
}

#content div.block div#bilder img, #content div.block_4 div#bilder img{


	margin-bottom: 15px;
}

#content div.block ul, #content div.block_2 ul, #content div.block_4 ul{
	list-style-type: square;
padding: 0;
margin: 0px;
margin-left: 15px;
line-height: 18px;
}

#content div.block ul li, #content div.block_2 ul li, #content div.block_4 ul li{
float: none;
	padding: 0px;
	margin: 0px;
	
}

#content div.block ul.history, #content div.block_4 ul.history{
list-style-type: square;
padding: 0;
margin: 0px;
margin-left: 15px;
line-height: 16px;

}

#content div.block ul.history li, #content div.block_4 ul.history li{

float: none;
	padding: 0px;
	margin: 0px;
	
}

a.detail{
	clear: both;
	float: left;
	width: 147px;
	height: 20px;
	margin-top: 5px;
	
	background: url(../graf/mehrinfos.gif) no-repeat top left;
	
}

a.detail:hover{
	clear: both;
	float: left;
	width: 147px;
	height: 20px;
	background: url(../graf/mehrinfosh.gif) no-repeat top left;
	
}

a.back{
	clear: both;
	float: left;
	width: 75px;
	height: 20px;
	margin-top: 5px;
	
	background: url(../graf/back.gif) no-repeat top left;
	
}

a.back:hover{
	clear: both;
	float: left;
	width: 75px;
	height: 20px;
	background: url(../graf/backh.gif) no-repeat top left;
	
}



#content h1{
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	letter-spacing: -1px;
	background: url(../graf/line_bottom.gif) no-repeat bottom left;
	
}

#content div.block_2 h1{

	margin-bottom: 0px;
	
	
}

#content h2{
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 35px;
	color: #fff;
	font-size: 12px;

	background:  url(../graf/line_bottom.gif) no-repeat bottom left;
	
}


#content h3{
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #fff;
	font-size: 12px;

	
	
}

.box_home{
	float: left;
	width: 255px;
	height: 111px;
	padding: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 28px;
	border-right: 1px solid #202020;
}

.box_home p{
	color: #8f8f8f;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.box_home a{
float: left;
	color: #fff;
	margin-top: 5px;
}

.box_home_last{
	float: left;
	width: 256px;
	height: 111px;

		padding: 22px;
	padding-top: 28px;
}

.box_home_last p{
	color: #8f8f8f;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.box_home_last a{
float: left;
	color: #fff;
	margin-top: 5px;
}


#footer{
	width: 901px;
	height: 97px;
	padding-top: 5px;
	clear: both;
	float: left;
	margin-top: 15px;
	font-size: 10px;
	
	
	
}



#footer .left
{
	
	display: inline-block;
	margin-left: 0px;
	font-size: 10px;
	height: 16px;
}

#footer .left a{
	
	text-decoration: none;
	margin-right: 15px;
	display: inline-block;
	height: 16px;
	color: #434343;
	font-size: 10px;
	text-transform: uppercase;
	
}

#footer .right{
	
	display: inline-block;
	margin-right: 0px;
	font-size: 10px;
	height: 16px;
}

#footer .right a{
	
	text-decoration: none;
	margin-left: 15px;

	display: inline-block;
	font-size: 10px;
	color: #434343;
	text-transform: uppercase;
	height: 16px;
	vertical-align: middle;
	
}


/************/
/*  NANOTABS  */
/************/

.nanotabs { text-align:left; margin:0; }
.nanotabs div.tabContent { clear:left; }
.nanotabs ul { margin: 0; margin-left: 20px; margin-bottom: 20px; padding: 0;  }
.nanotabs li { margin-top: 20px; list-style: none; display: inline; width: 111px; height: 20px; }
.nanotabs li a { float: left; width: 99px; padding:6px 6px; margin-right: 2px; height: 20px; background: url(../graf/but_g_01.gif) no-repeat top left; text-align: center;  color:#FFF !important; font-size: 10px; text-decoration:none; }
.nanotabs li a:hover { background: url(../graf/but_g_02.gif) no-repeat top left; color:#FFF; }
.nanotabs li a.selected { background: url(../graf/but_g_02.gif) no-repeat top left; color:#FFF; }
.nanotabs div { display:none;  padding:8px; *padding-top:4px; float: left; }
.nanotabs .left  { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; left:1px; margin-left:-1px; }
.nanotabs .right { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; right:1px; margin-right:-1px; }
.nanotabs .block{  }
.nanotabs h2{ clear: both;}
