
*{
  outline: none;
}



@font-face {
    font-family: 'WireOneRegular';
    src: url('../font/wireone-webfont.eot');
    src: url('../font/wireone-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/wireone-webfont.woff') format('woff'),
         url('../font/wireone-webfont.ttf') format('truetype'),
         url('../font/wireone-webfont.svg#WireOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html{
}

div#main-block p{
  margin-bottom: 10px;
}

h2{
  font-family: 'WireOneRegular', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  

  
/*font-family: 'Josefin Sans', sans-serif;
font-family: 'IM Fell DW Pica SC', serif;
font-family: 'Kranky', cursive;
font-family: 'Crushed', cursive;
font-family: 'Gruppo', sans-serif;
font-family: 'IM Fell Great Primer SC', serif;
font-family: 'Cabin Sketch', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Wire One', sans-serif;
font-family: 'IM Fell English SC', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Terminal Dosis Light', sans-serif;
font-family: 'IM Fell English', serif;
font-family: 'Aubrey', cursive;*/  
  
    
}

h2#index{
  position: absolute;
  bottom: 0;
}

div#header {
  font-family: 'WireOneRegular', sans-serif;
  position: relative;
  overflow: hidden;
  height: 87px;
  width: 470px;     
  float: left;  
  margin: 18px auto;
  margin-left: 15px;
  z-index: 5;
}

sup{
}




div#header div#logo, div#header div#title-left, div#header div#title-right {
  float: left;
  margin-right: 30px;
  height: 90px;
  color: black;
}

div#header div#title-left {
  font-size: 35px;
  margin-top: 8px;    
}

div#header div#title-right {
  font-size: 25px;
  margin-top: 20px;
}

div#content-block{
  float: left;
}

div#main-block {
  position: relative;
  top: 40px;
  left: 20px;
  max-width: 460px;
  overflow: hidden;
  clear: both;
  z-index: 5;
}

div#content {
  font-family: Arial;
  line-height: 200%;
  font-size: 12px;
  color: black;
  padding: 0px 0px 10px 0px;
  width: 100%;
  height: 490px;  
  /*background-image: url("../img/layout/bg-black-bright.png");*/
  float: left;
  z-index: 1;
  
  
  
/*font-family: 'Josefin Sans', sans-serif;
font-family: 'IM Fell DW Pica SC', serif;
font-family: 'Kranky', cursive;
font-family: 'Crushed', cursive;
font-family: 'Gruppo', sans-serif;
font-family: 'IM Fell Great Primer SC', serif;
font-family: 'Cabin Sketch', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Wire One', sans-serif;
font-family: 'IM Fell English SC', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Terminal Dosis Light', sans-serif;
font-family: 'IM Fell English', serif;
font-family: 'Aubrey', cursive;*/   
  
}

div#content div#top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  background-image: url('../img/layout/bg-white.png');
}

div#content-controls{
  position: absolute;
  left: 20px;
  top: 30px;
}

div#content-controls ul {
  list-style-type: none; 
}

div#content-controls ul li { 
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
  float: left;
}

div#content-controls ul li a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  color: white;
}

ul#menu {
  position: relative;
  left: 40px;
  margin: 38px auto;
  font-family: 'WireOneRegular', sans-serif;
  font-size: 42px;      
  list-style-type: none;  
  float: left;
} 


ul#menu a, ul#products a{
  text-decoration: none;
  display: block;
  color: black;  
  position: relative;
  top: 8px;
}

ul#menu a:hover{
  color: #81827C;
}

ul#menu li {
  float: left; 
  padding-right: 15px;
  margin-right: 10px;
  background-image:url("../img/layout/separator.png");
  background-repeat: no-repeat;  
  height: 47px;
  display: block;
  background-position: 100% 0%;
}

ul#menu ul#menu-products {
  position: absolute;
  list-style-type: none;  
  display: none;    
  top: 45px;
  left: 70px;
  z-index: 10;
}

ul#menu ul#menu-products li {
  float: none;
  background-image: none;
  height: auto !important;
}

ul#menu ul#menu-products li img {
  width: 130px;
  height: 100px;  
}

ul#menu ul#menu-products span.info {
  display:none;
}

ul#menu ul#menu-products li:hover span.info {
  display: block;
  position: absolute;
  left: 140px;
  color: black;
}

div#impressum-logos img{
  margin-bottom: 10px;
  margin-top: 10px;
}