/* Main */
body{ margin-top:10px; color:#5C5C5C; font:12px arial; overflow:-moz-scrollbars-vertical; background-image:url('images/bg.jpg'); }
a{ color:#5C5C5C; text-decoration:none; }
a:link{ color:#5C5C5C; text-decoration:underline; }
a:visited{ color:#5C5C5C; text-decoration:underline; }
a:hover{ color:#2A9CE3; text-decoration:underline; }
a:active{ color:#5C5C5C; text-decoration:none; }

/* Layout */
.wrapper{ width:750px; padding:0px; margin:auto; text-align:left; border:solid #000000 1px; background-image:url('images/content.jpg'); }
.header{ float:left; width:750px; height:80px; background-image:url('images/header.jpg'); }
.topbar{ clear:both; height:15px; background-image:url('images/top.jpg'); }
.menu{ float:left; width:175px; margin:0px; padding:0px 0px 0px 20px; }
.content{ width:500px; float:left; padding:5px 20px 0px 20px; background-repeat:repeat-y; }
.footer{ clear:both; height:38px; background-image:url('images/footer.jpg'); }

/* Overige */
input, textarea, select{ border:1px solid #5C5C5C; font:12px arial; }
hr{	border:1px solid #5C5C5C; }
img{ border:none; }