﻿body {
}

#top
{
    background: url(images/kop.jpg) no-repeat center top;
}

.menuTop
{
    background-image: url(Images/menuTop.jpg);
    height:24px;
    width:147px;
}

.menuTussen
{
    background-image: url(Images/menuTussen.jpg);
    height:24px;
    width:147px;
}

.menuOnder
{
    background-image: url(Images/menuOnder.jpg);
    height:52px;
    width:147px;
}

#bottom
{    
    background: url(images/bottom.jpg) no-repeat center top; 
}

/* link */
A:link	
    {	
	text-decoration:	none;
	color:	#006600;
	}	
		
A:visited
	{	
	text-decoration:	none;
	color:	#006600;
	}	
		
A:active
    {
	    color: #006600;
	    text-decoration: none;
    }	
		
A:hover
    {
	    color: #000000;
	    text-decoration: none;
    }

h3
{
    font-size:13px;
    font-weight:normal;
    color:#006600;
}

h4
{
    font-size:12px;
    font-weight:normal;
    color:#006600;
}

hr
{
    color: green;
    height:1px;
}


.linksKop
{
    font-size:11px;
    color:#006600;
    }
    
img
    {
         border:0;
    }
