	@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0; }
IE7 { css2: auto; }

body {

background-color: #000000;
}


p { font-family:"Verdana"; font-size:12px; color:#aaaaaa;}

#main {
	width: 958px;
	height: 445px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
}


#space1 {height: 15px;
width: 902px;}

#maincontent {
	width: 630px;
	height: 380px;
	overflow-x: hidden;
 	overflow-y: auto; 
	margin: 10px 0px 10px 18px;
	}

h1 {

font-family: "Arial"	, "Helvetica";
font-size: 16px;
font-weight: bold;
color: #aaaaaa;

}

a:link {color: #cccccc}     /* unvisited link */
a:visited {color: #999999}  /* visited link */
a:hover {color: #1e7ccc}   /* mouse over link */
a:active {color: #1e7ccc}   /* selected link */


img.linkerplaatje { float: left; margin-bottom: 0px; margin-right: 6px; margin-top: 0px; }

img.rechterplaatje { float: right; margin-bottom: 4px; margin-right: 8px; margin-left: 1px; margin-top: 4px; }


