/* CSS Document */
html, body { margin: 0; padding: 0; height: 100%; }
body { background: #0089D1; font: 12px Arial, sans-serif;}

#wrapper { background: #FFEC00 url(../img/home.png); width: 800px; height: 530px; position: relative; margin: 0 auto; color: #fff; text-align: left;}
#wrapper.vervolg {background: #FFEC00 url(../img/vervolg_bg.png); } 


.menu { margin:0; padding: 0; list-style:none; position: absolute; }
.menu li {line-height: 20px;}
.menu a { color: #6B6B6B; text-decoration: none; font-weight: bold;}
.menu a:hover, .menu a.active{ color: #0089D1; } 
#mainmenu { top: 70px; left: 350px; }
#submenu { top: 240px; left: 130px;  width: 200px; text-align: right;}

#winnaarlink { position: absolute; top: 350px; left: 30px; font-size: 18px; color: #0089D1; text-decoration: none;}

#content { position: absolute; bottom: 0; right: 0; width: 435px; padding-right: 15px; height: 285px; overflow: auto; color: #000; font-weight: bold; font-size: 11px; line-height: 180%; letter-spacing: 1px;}
#content h2, #content span { font-size: 15px; margin-bottom: 3px;}
#content a { color: #000; }
#content .blue { color: #0089D1; }

#logos { position: absolute; bottom: 10px; left: 20px;}
#logos img { border: 0; margin-right: 10px; float: left;} 

address { font-style: normal; }
