/*
BBB Curacao - Style Sheet (c)2010
*/

body {
background-color: #E5F2FC;
font: normal 12px Arial, Helvetica, sans-serif;
color: #424242;
line-height: 21px;
}

a:link { color:#09C; text-decoration: none;}
a:visited {	color:#09C; text-decoration: none;}
a:hover {	color: #ffffff;	text-decoration: underline;}
a:active {	color:#ffffff;	text-decoration: none;}

#container {
width: 800px;
height: auto;
margin: 0px auto;
background-color: #f1f9fe;
}

#top {
width: 800px;
height: 220px;
}


#balk {
width: 800px;
height: 20px;
background-color:  #9bcff4;
}



/*menu */
#menu {
float:left;
width: 220px; 
margin-left: 5px;
margin-top: 15px;
}

#content {
float: right;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
width: 540px;
}

.koptext {
font: bold 16px Arial, Helvetica, sans-serif;
line-height: 30px;
color: #09C;
}

#footer {
clear:both;
width: 800px;
height: 20px;
background-color: #9bcff4;
}

.text_footer {
text-align:center;
font: normal 11px Arial, Helvetica, sans-serif;
color: #424242;
line-height: 20px;
}

.text {
font: normal 12px Arial, Helvetica, sans-serif;
color: #424242;
line-height: 21px;
}

.text_nietverzonden {
font: normal 12px Arial, Helvetica, sans-serif;
font-weight:bold;
color: #CC0000;
line-height: 21px;
}

.text_verzonden {
font: normal 12px Arial, Helvetica, sans-serif;
font-weight:bold;
color: #09C;
line-height: 21px;
}