﻿body 
{
    background: url('Images/Site/bg.jpg') repeat-x #547f9a;
    font-family: Verdana;
    font-size: 9pt;
    
    margin: 0;
    padding: 0;
    border: 0;
}



/* standaard stuff */

a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a img
{
    border: none;
}

img.avatar
{
    padding: 1px;
            
            border: 1px solid #868686;
}

h1, h1 a
{
    margin: 0;
    padding: 0;
    
    font-family: Verdana;
    font-size: 24pt;
    font-weight: normal;
    
    color: #052d56;        
}



h2, h2 a
{
    margin: 5px 0px 0px 0px;
    padding: 0;
    
    font-family: Verdana;
    font-size: 16pt;
    font-weight: normal;
    
    color: #052d56;      
}

h3
{
text-decoration: underline;
}




/* Tables */
input.text
{
    border: 1px solid #b4b4b4;
    padding: 3px;
    width: 250px;
}

input.txtCaptcha
{
    border: 1px solid #b4b4b4;
    text-align: center;
    width: 143px;
    padding: 5px 0px 5px 0px;
    font-size: 12pt;
}

td.legend
{
    width: 150px;
}

td
{
    vertical-align: top;
    padding: 3px;
}

table
{
    border-collapse: collapse;
}


tr.bestuur td
{
    width: 20%;
    text-align: center;
    font-size: 8pt;
}

tr.bestuur td img
{
    width: 110px;
    height: 150px;
    margin-bottom: 5px;
}







/* site design */

#header
{
    width: 928px;
    height: 176px;
    margin: 0 auto;
    background: url('Images/Site/header.jpg') no-repeat;
    
    position: relative;
}

    #menu
    {
         list-style: none;  
         margin: 0px;
         padding: 0px;
         
         position: absolute;
         
         top: 96px;
         left: 208px; 
         
         display: block; 

    }
    
        #menu li
        {
            float: left;
            display: block;
            
            width: 86px;
            height: 29px;
            
            color: Black;
            
            text-align: center;

            padding: 12px 5px 0px 5px;
            
            font-family: Verdana;
            font-size: 11pt;
            
            position: relative;            
        }
        
        #menu li a
        {
            font-weight: normal;
            color: Black;
        }
        
            #menu li ul
            {
                 list-style: none;  
                 margin: 0px;
                 padding: 0px;
                 
                 position: absolute;
                 
                 top: 41px;
                 left: 0px;
                              
                 display: none;
                 
                 width: 400px;
                 height: 32px;                 
            }
            
            
            
            #menu #menu_cavv ul
            {
                width: 600px;
            }
            
            #menu #menu_leden ul
            {
                left: -160px;
		width: 600px;
            }
            
            #menu #menu_bestuur ul
            {
                left: -40px;
            }
            
            #menu #menu_extra ul
            {
                left: -160px;
		width: 600px;
            }

	    #menu #menu_login ul
            {
                left: -50px;
width: 300px;
            }
            
                #menu li ul li
                { 
                    float: left;
                    display: block;
                    
                    width: auto;
                    height: 32px;

                    padding: 6px 8px 0px 8px;
                    
                    color: #cdcdcd;
                    
                    font-family: Tahoma;
                    font-size: 9pt;                    
                    text-align: center;
                    font-weight: normal;

                }
                
                #menu li ul li a
                {
                    color: White;
                }

#main_header
{
    width: 896px;
    height: 16px;
    margin: 0 auto;
    background: url('Images/Site/main_header.jpg') no-repeat;
}

#main
{
    width: 896px;
    min-height: 450px;
    margin: 0 auto;
    background: url('Images/Site/main.jpg') repeat-y;    
    
    overflow: hidden;
    
    z-index: 1000;
}

* html #main
{
    min-height: auto;
    height: 450px;
    
    overflow: visible;
}

    #main_left
    {
        width: 600px;
        padding: 0px 20px 0px 20px;
        
        float: left;
        z-index: 1001;

	overflow: visible;
	
	
        
        
    }

#main_left table
{

}
    
    #main_right
    {
        width: 216px;
        padding: 0px 15px 0px 15px;
        
        float: left;
    }

#main_footer
{
    width: 896px;
    height: 28px; /* overloop voor onderkant */
    margin: 0 auto;
    background: url('Images/Site/main_footer.jpg') no-repeat;
}

#banner_footer
{
	width: 896px;
	height: 124px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 8px;
	background: url('Images/Site/banner_footer.jpg') no-repeat;
	text-align: center;

	padding-top: 20px;
}

#banner_footer a
{
text-decoration: none;
font-weight: normal;
}

#copyright
{
    width: 896px;
    height: 32px;
    margin: 0 auto;
    color: White;
    font-size: 7pt;
}

#copyright a
{
    color: White;
    text-decoration: none;
}

