@charset "utf-8";
/* CSS Document */

body {
margin:0;
border:0;
padding:0;
font-family:verdana, arial, sans-serif; 
font-size:62.5%;
}


#box{
width:800px;
height:600px;
background-color:#996;
}

#header{
width:800px;
height:100px;
padding:50px 0 0 50px;
float:left;
margin:0;
}

#nav{
width:175px;
height:450px;
float:left;
}

#content{
width:625px;
height:450px;
float:left;
background-image:url(achtergrondcontent.png);
}

#img{
background-image:url(logoklein.png);
width:300px;
height:114px;
border:0;
margin:30px 0 0 40px;;
padding:0;
}

.red{
background-image:url(logobalkER.png);
width:700px;
height:50px;
}

p{
font-size:1.4em;
padding:0 20px 0 40px; 
}

h1{
font-size:2em;
padding:0 20px 0 40px;
}

h2{
padding:0 20px 0 40px;
line-height:12px;
}

ul{
/*list-style:none;*/
margin:0;
padding:0px 0 0 2px;
}

li{
background-image:url(button.png);
background-repeat:no-repeat;
width:170px;
height:25px;
list-style:none;
margin:3px 0 0 5px;
text-align:center;
padding:5px 0 0 0;
}

li.occupied{
background-image:url(navimgoccupied.png);
width:170px;
height:25px;
list-style:none;
margin:3px 0 0 5px;
padding:5px 0 0 0;
text-align:center;
}

li.standard{
margin:0 0 0 40px;
padding:0;
font-size:1.2em;
background-image:none;
text-align:left;
list-style-type:disc;
line-height:12px;
/*line-height:normal;*/
width:500px;
heigth:5px;
font-size:1.4em;
}

a:link, a:visited{
text-decoration:none;
font-size:1.7em;
color:#660000;
}

a:hover, a:active{
text-decoration:none;
font-size:1.7em;
color:#660000;
}

a.text{
color:#999966;
font-size:1em;
text-decoration:underline;
}

#agrodigitaal{
position:relative;
top:200px;
left:20px;
color:#CCCCCC;
font-size:1em;
}

