﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #E0E0E0;
}

#wrapper
{
    margin: 0 auto;
    width: 817px;
    min-height: 600px;
}

#header
{
    display: block;
    width: 817px;
    height: 142px;
    margin: 0px 0px 15px 0px;
}

#pics
{
    width: 817px;
    height: 350px;
    display: block;
    margin: 0px 0px 30px 0px;
}

#logos
{
    width: inherit;
    height: 160px;
    
}

#footer 
{
    width: inherit;
    margin: 60px 0px 0px 0px;
}
#spalt 
{
    float: left;
    width: 270px;
}
a 
{
    text-decoration: none;
}

#logos img
{
    margin: 8px 9px 0px 5px;
}

#webshop-bubble {
    display:none;
    position:absolute;
    z-index:1000;
    background-color:#fff;
    font-size:11pt;
      font-weight: 300;
  font-family: Roboto;
  text-transform:none;
  text-align: left;
  line-height:22px;
  padding:0px;
  color:#000;
  cursor:default;
          overflow: hidden;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari and Chrome */
        -o-transition: all 0.5s;
        transition: all 0.5s; /* Opera */
        height: 0px;
}
#webshop-bubble div {
    padding:10px;
    text-align:center;
    font-size:10pt;
}
#webshop-bubble div a {
    text-decoration:underline;
}
#webshop-bubble #webshop-button {
    background-color: #66378d;
  color: #fff;
  display:block;
  font-weight: 300;
  font-family: Roboto;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
   font-size: 14pt;
   text-decoration:none;
}
#webshop-bubble.expand {
    display:block;
      -moz-transition: all 0.5s; /* Firefox 4 */
            -webkit-transition: all 0.5s; /* Safari and Chrome */
            -o-transition: all 0.5s;
            transition: all 0.5s; /* Opera */
            height: auto;
}
.webshop:hover {
  
  
}
.webshop-bubble:hover {
    color:#000;
}
.navmenu {
    cursor:pointer;
}