﻿html, body form
{
    height: 100%;
}

body 
{
    font-family: Verdana;
    font-size: 10pt;
    background: #f3f3f3;
    margin: 0px;
    padding: 0px;
    
    height: 100%;
}

a
{
    color: #a82a30;
}

h1, h2, h3
{
    margin: 0px;
}

a img
{
    border: none;
}

#header
{
    width: 864px;
    height: 160px;
    background: url('Images/Header.gif') no-repeat;
    
    margin: 0;
    
    font-size: 24pt;
    color: white;
    


}

    #header a
    {
        color: white;
        text-decoration: none;
    }

#menu
{
    width: 736px;
    height: 32px;
    background: url('Images/menu.gif');
    
    color: #af0c0f;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    
    padding-left: 64px;
    padding-right: 64px;
    
    

}

* html #menu
{
    overflow: hidden;
}

    #menu ul 
    {   
        width: 736px;
        
        list-style: none;
         
        margin: 0px;  

        height: 32px; 
        
        padding: 0px; 
        
        
    }
    
    #menu li 
    {             
        margin: 0px;
        padding: 0px;
        
        margin-right: 11px;
                
        display: block;
        float: left;
        
        cursor: default;
        
        position: relative;
        
        height: 24px;
        
        padding-top: 8px;
    }
            
        #menu li ul
        {     
            position: absolute;
            
            display: none;
            
            list-style: none; 

            width: 200px;
            
            top: 32px; 
            left: 0px;  
            
            padding: 0px; 
            
            margin: 0px;    
            
                    
        }   
                       
        #menu li ul li
        {                     
            display: block; 
            
            background: #f3f3f3; 
            
            width: 195px;
            height: 24px;             
                       
            border-bottom: 1px solid black;  
            border-right: 1px solid black;
            
            position: relative;   
            
            padding-left: 5px;
                    
        } 
    
        #menu li ul li ul
        {
            position: absolute;
            
            left: 200px;
            
            top: 0px;
             
        }
        
        #menu li ul li ul li
        {
            border-left: 1px solid black; 
        }
        
        #menu li ul li a
        {
            color: black;
        }
        
    #menu a 
    { 
        color: #af0c0f;
        text-decoration: none;
        font-size: 10pt;
        font-weight: bold;
    }
    
    #menu a:hover
    { 
        text-decoration: underline;
    }
 

#content
{
    width: 736px;
    background: url('Images/content.gif') repeat-y;
    min-height: 100%;
    
    padding-left: 64px;
    padding-right: 64px;
    
    padding-top: 20px;

}

* html #content
{
    height: 100%;
}

#header, #menu, #content
{
    margin: 0 auto;
}

#copyright
{
    clear: both;
    text-align: center;
    font-size: 8pt;

}

#copyright a
{
text-decoration: none;
}
        
     

td.legend
{
    width: 200px;
}













/* Fotoalbum */

a.noboldunder
{
    font-weight: normal;
    text-decoration: none;
    color: Black;
}

img.AlbumPicture
{
    margin: 0px 3px 10px 0px;
    padding: 2px 2px 2px 2px;
    border: solid 1px gray;
}



/* Gastenboek */
.smilies img
{
    cursor: pointer;
}

.gastenboekentry
{
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    background: #c0c0c0;
    padding: 3px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5px;            
}



