* {
    padding: 0px;
    margin: 0px;    
}

body {
    background-color: #ccc;
    font-family: Verdana, arial, sans-serif;
    text-align: center;
}

#pagewrapper {
    position: relative;
    text-align: left;    
    margin: 20px auto 20px auto;      
    min-height: 567px;
    height: auto !important;
    height: 567px;    
    width: 990px;        
    border: 1px solid #333;
    background-color: #333;
}

#menu {    
    position: absolute;
    top: 17px;
    left: 0px;    
    width: 990px;
    height: 33px;    
}

#menu ul {
    list-style: none;
    display: inline;
}

#menu ul li {
    display: inline;
}

#shop-menu {  
    position: absolute;
    top: 0px;
    left: 150px;        
    height: 33px; 
    width: 400px;   
}

#main-menu {
    position: absolute;
    top: 0px;
    left: 580px;        
    height: 33px;
    width: 400px;
}

#content {
  /*  position: relative;*/
  position: absolute;
    background: transparent url('../images/transbg.png') repeat;
    margin: 51px 0px 0px 565px;
   /* top: 51px;
    left: 565px;*/
    width: 360px;        
    /*min-height: 320px;*/
    height: auto !important;
    height: 320px;   
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 20px;    
}

#content-inside {
}

#content h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px 5px 0px;
}


#content ul {
    list-style: none;
}

#content p img {
    border: none;
    margin: 5px 0px 5px 0px;
}

#content p {
    margin: 8px 0px 8px 0px;
    line-height: 18px;    
}

#content a, a:link, a:visited {
    text-decoration: underline;
    font-weight: bold;
}

#content a:hover, a:active {
    text-decoration: underline;
    font-weight: bold;    
}

#content .foto-link {    
    font-size: 15px;
    font-weight: bold;
    float: right;    
}

#telefoon {
    visibility: hidden;
}
