/*  

Ganzevoort design 

copyright (c) 2007, Syntraks Media
www.syntraksmedia.nl 
*/

/* Site layout (div) */

body, html {
     margin: 0 auto;  
    
    padding: 0px;
    width: 100%;
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #fff;
    background-color: #000;
    
    background-position: 0px 72px;
    background-image: url(../images/bg_repeat01.jpg);
    background-repeat: repeat-x;
    
}

body a, a:link, a:active, a:visited {text-decoration: none; color: #fff;}  
img { border: none; }

#wrapper {  
       
        position: relative; /* (of static) */
        width: 765px;  /* max total width for everything */
        margin: auto;  /* zonder dit werkt het in w3c conforme browsers niet */ 
        padding: 0px;     
} 

div #header 
{  
   
    width: 765px;
    background-image: url(../images/header01.jpg);
    background-repeat: no-repeat; 
    height: 72px;
    text-align: center;
   
}

div #address
{
    position: relative;
    top: 90px;
    height: 58px;
    width: 746px;
    text-align: center;
}

div #breaker
{
    top: 72px;
    background-image: url(../images/breaker01.jpg);
    background-repeat: repeat-x;
    height: 58px;
    width: 746px;
}

div #imagesholder
{
    position: absolute;
    top: 30px;
    right: 40px;
    height: 51px;
    width: 200px;
    text-align: right;
}

div #main 
{  
    top: 130px;
    width: 746px;
    background-image: url(../images/main02.jpg);
    background-repeat: no-repeat;
    height: 599px;
    text-align: center;
    border: 0px solid #fff;

}

div #footer {  
    width: 747px;
    height: 37px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10px;
    
    border: 0px solid #fff;
    color: #fff;
}

div #menu {
    position: absolute;
    top: 152px;
    left: -116px;
    color: #52565b;
    text-transform: lowercase;
    border: 0px solid #fff;
}

div #content 
{  
    top: 115px;
    width: 690px;
    height: 419px;
    text-align: left;
    margin-left: 30px;
    margin-top: 25px !important;
    color: #fff;
    border: 0px solid #fff;
    float: left;
    display: inline;
      
}

#content a, a:link, a:active, a:visited { color: #fff; text-transform: none; font-weight: bold;} 
#content a:hover {text-decoration: underline;}

#menu a, a:link, a:active, a:visited { color: #fff; text-transform: lowercase; font-weight: normal;} 
#menu a:hover {}

#footer a, a:link, a:active, a:visited { color: #fff; text-transform: none;  font-weight: normal;} 
#footer a:hover { text-decoration: underline; }

#address a, a:link, a:active, a:visited { color: #fff; text-transform: none;  font-weight: normal;} 
#address a:hover { text-decoration: underline; }

H1 { color: #fff; font-size: 20px;  }
H2 { color: #fff; font-size: 14px; }
