/* Standard Stylesheet
www.hebie.de
Start: 03.12.2007
Letzte Aenderung: 13.01.2009
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
} 

/* Allgemeines */

html {
  height: 100%;
}

body {
  font: normal 100% arial;  
	color: #000;
	background: #fff;
	height: 100%;
	line-height: 0.95em;
}

p {  
 
}

span {
 
}

a {
  font-size: 0.7em;
  text-decoration: none;
}

 
#container {
  position: relative;
  margin: 0 auto;
  width: 962px;
  background-color: #ffffff;
  height: 100%;
  
}

#kopf {
  width: 962px;
  height: 2em;
}

#kopf ul {
  padding-top: 10px;
  margin-right: 50px;
  text-align: right; 
  height: 1em;
}

#kopf li {
  display: inline;  
  float: right;
}

#kopf li form {
  margin-right: 5px;
  
}

#kopf a{
  border-left: 1px solid #000000;
  color: #000;
  padding-left: 0.7em;
  padding-right: 0.7em; 
}

#hauptteil {
  background-image: url(../images/haupt_hg_kl.gif);
  width: 962px;
  height: 494px;
}

#fuss {
  background-image: url(../images/schatten.jpg);
  background-repeat:no-repeat;
  width: 962px;
  height: 165px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto; 
}

#fuss ul {
  margin-right: 60px;
  text-align: right; 
  
}

#fuss li {
  display: inline;  
}

#fuss a{
  border-left: 1px solid #fff;
  color: #fff;
  padding-left: 0.7em;
  padding-right: 0.7em; 
}

#fuss ul#socials {
  margin-top: 10px;
}

#fuss ul#socials li a{
  border: none;
}

/*#claim {
  background-image: url(../images/claim_s.gif);
  background-repeat: no-repeat;
  height: 494px;
  width: 45px;
  margin-right: 130px;
  display: inline;
  text-indent: -9999px;
  float: right;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}*/

#seitenname {
  float: left;
  margin-left: 65px;
}

* html #seitenname {
  margin-left: 32px; 
}

#prod_gru {
  float: right;
  list-style-type: none;
  height: 494px;
  /*width: 291px;*/
  width: 336px;
  /*ergänzt für ZUBEHÖR-Link*/
  overflow: hidden;   
}

#prod_gru li {
  float: right;   
}

#prod_gru li a:hover {
  width: 155px;
}

#prod_gru li a {
  text-indent: -9999px;
  display:block; 
  height:493px;
  width:44px; 
  overflow: hidden;
  float: left;
  text-decoration:none;   
  border-left: 1px dashed #fff; 
} 

/*
a#staender {
  background-image: url(../images/link_staender.gif);
  background-repeat: no-repeat;  
} 
a#traeger {
  background-image: url(../images/link_traeger.gif);
  background-repeat: no-repeat;  
} 
a#schuetzer {
  background-image: url(../images/link_schuetzer.gif);
  background-repeat: no-repeat;  
} 
a#bleche {
  background-image: url(../images/link_bleche.gif);
  background-repeat: no-repeat; 
} */

#inhalt { 
  position: absolute;
  top: 0;
  color: #000;  
  background-color: #ffffff;
  width: 425px;
  height: 100%;
  left: 110px;
  z-index: 300;
  /*filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;*/  
}

#menue {
  position: absolute;
  top: 2em;
  /*left: 514px;
  width: 291px;*/
  left: 469px;
  width: 336px;
  /*ergänzt für ZUBEHÖR-Link*/
  z-index: 500;  
}

#inhalt_suche { 
  position: absolute;
  top: 0;
  color: #000;  
  background-color: #ffffff;
  width: 425px;
  height: 100%;
  left: 110px;
  /*filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;*/
  z-index: 800;
}

#menue_suche {
  position: absolute;
  top: 2em;
  left: 514px;
  width: 291px;
  z-index: 300;
}

