/*menu instellen*/

body{
margin: 30px;
padding: 0 0 10px 0; 
font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
font-weight: bold;
background: url(pics/penseel_bg.jpg);
font-size: 65%;
}

#links{
float: left;
width: 45%;
}
#rechts{
float: right;
width: 45%;
}

div#voet{
display: inline;
text-align: center;
font-weight: bold;
font-size: 0.8em;
}


/*ul = unordered list, li = de list zelf */

ul{
margin: 10px 0 10px 10px;
padding: 0;
list-style: none;

}

li{
margin: 5px 0 0 0;
padding: 0 0 0 15px;
background: url(pics/ball.gif) no-repeat 0 7px;
} 

/*=h1*/
h1{
color: #603A14;
font-weight: bold;
font-size: 150%;
line-height: 120%
text-align: center;
} 

a:link, a:visited{
text-decoration: underline;
color: #000;
font-size: 1.5em;
}

a:hover, a:active{
color: #FFF;
background-color: #000;
font-size: 1.5em;
text-decoration: none;
}


/*=h2*/
h2, ul, li a:link, li a:visited{
color: #300;
font-size: 120%;
line-height: 100%
} 

ul{
list-style: none;
}


li a:hover, li a:active{
color: #FFF;
background-color: #300;
font-size: 1.2em;
}

/*=h3*/
h3, ul ul, 
li li a:link, li li a:visited{
color: #630;
font-size: 110%;
line-height: 110%
} 

ul ul {
list-style: none;
} 


li li a:hover, li li a:active{
color: #FFF;
background-color: #630;
font-size: 110%;
}

/*=h4*/

h4, ul ul ul, 
li li li a:link, li li  li a:visited{
color: #600;
font-size: 100%;
line-height: 110%
} 

ul ul ul{
list-style: none;
} 


li li li a:hover,li li li a:active{
color: #FFF;
background-color: #600;
font-size: 100%;
line-height: 110%
}




