/* 
Title: MiddleWare
Updated: 14/05/2010 
*/

*{
margin: 0;
padding: 0;
}

body{
font-family: verdana, sans-serif;
background: #FFF url(afb/bg.png) repeat-x top;
text-align: justify;
width: 750px;
margin: 20px auto;
border: solid 1px #7F91C1;
}

/* De banner / hoofding van de site */
.banner{
height: 140px;
background-color: #7F91C1;
}

/* de afbeelding in de banner */
div.banner img{
border: 0 none;
}

h2{
background: #7F91C1;
color: #CC9966;
margin-bottom: 20px;
padding-left: 2px;
}

/* Het verticale menu links */
#menulist li
{
display: inline;
}

#menulist
{
width: 140px;
font-family: sans-serif;
margin-top: 35px;
padding: 0;
line-height: 4em;
float: left;
position:fixed;
border: solid 1px #7F91C1;
border-left:none;
}

/* de linken in het menu */
#menulist a
{
display: block;
background-color: #6699cc;
text-align: center;
text-decoration: none;
color: #f5d7b4;
}

/* de actieve link in het menu */
#menuwrapper ul li a#current{
background-color: #81A8CF;
color: #000;
}

#menulist a:hover{
background-color: #267BCF; color: #000; }

#links ul{
list-style-type: none
}

#links li{
margin-left: 15px;
}

/* div die het menu omhult */
#menuwrapper{						 
float: left;
height: 100%;
}

/* div die de menu(div) en tekst(div) omhult */
#megawrapper{
background: #FFF url('afb/filler.png') repeat-y top left;
}

/* div die de tekst omhult */
#tekst{
margin-left:150px;
padding: 20px 10px 30px 5px;

}

/* spatie onder een attribuut */
.onder{
margin-bottom: 25px;
}
