/* Body */
body { font-family:verdana; font-size:11px; margin:0px; padding:0px; background-image:url('../images/bg.jpg'); background-repeat:repeat-x; }
table, tr { width:100%; }
li { list-style:none; }
img { border:none; }
input, textarea, select { border: 1px solid #000; font-family:verdana; font-size:11px; margin:2px;  }

#logocont{
	margin:0 auto;
	padding:0;
	width:1004px;
}
#logo{
background-image:url(../images/logo.jpg);
height:150px;
width:322px;
cursor:pointer;
}
/* Fonts */
a {	color:#0a3b5e; text-decoration:underline; }
a:link { color:#0a3b5e; text-decoration:underline; }
a:visited { color:#0a3b5e; text-decoration:underline; }
a:hover { color:#0a3b5e; text-decoration:underline; }
a:active { color:#0a3b5e; text-decoration:underline; }

/* Header */
#wrapper { width:900px; margin:0 auto; padding:0px; }
#header { width:900px; height:150px; background-image:url('../images/header.jpg'); background-repeat:no-repeat; }
#icons { padding:20px; text-align:right; }

/* Page */
#page { width:900px; margin:0 auto; padding:0px; }
#content { width:590px; float:left; padding:0px 30px 10px 30px; }
#content img { padding:2px; }

/* Menu */
#menu { float:right; margin-top:63px;}
#menu ul { margin:0; padding:0px 0px 0px 0px; list-style:none; }
#menu li { display:inline; }
#menu a { display:block; float:left; margin-left:5px; background:#1c3f55; padding:6px 10px; text-decoration:none; font-size:15px; color:#fff; }
#menu a:hover { text-decoration:underline; }

/* Sidebar */
#sidebar { float:right; width:230px; background:#f6fbfe; }
#sidebar ul { margin:0; padding:0px 0px 0px 0px; list-style:none; }
#sidebar li { margin-bottom:10px; }
#sidebar li li { margin:0; padding:3px 0px; border-bottom:1px dashed #d1d1d1; }
#sidebar li li a { margin:0; }
#sidebar h2 { margin-bottom:10px; padding-bottom:5px; border-bottom:10px solid #1c3f55; font-size:18px; }
#sidebar h2 a { font-size:12px; }
#sidebar a { text-decoration:none; color:#6d6d6d; }

/* Footer */
#footer { clear:both; height:74px; padding:10px 0px 0px 0px; background:#1c3f55; font-family:tahoma; font-size:10px; }
#footer #copyright { padding-top:8px; text-align:center; text-transform:uppercase; color:#fff; }
#footer ul { list-style:none; text-align:center; margin:0; padding:0; }
#footer ul li { display:inline; padding-left:10px; }
#footer ul li a { color:#fff; text-decoration:none; text-transform:uppercase; }

/* Other */
.titel { margin-bottom:20px; padding-bottom:5px; border-bottom:10px solid #1c3f55; }
.reactie { margin-bottom:5px; padding-bottom:5px; border-bottom:1px dashed #d1d1d1; }
.code { text-decoration:none; }