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

body { background:#dbdbdb url(/static/img/bg.jpg) 0 0 repeat-x; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

h1 { color:#b7fc00; font-size:20px; margin:0;}

a { text-decoration:none; color:#00792d}
a:hover { }

/* ID's */
#container { position:relative; width:932px; background:url(/static/img/bg_site.png) 0 0 no-repeat; height:900px; margin:auto }

	#header { position:absolute; top:67px; left:484px; color:#fff; width:375px;}
	#content { position:absolute; top:270px; left:318px; width:570px;}
	
/* Classes */
.clear { clear:both; }
.project { display:block; overflow:hidden; margin-bottom:3px;}
	.stem { float:left; display:block; width:40px;}
	.info { float:left; display:block; width:513px; background:#f7f7f7; border:3px solid #fff;}
		.title { height:28px; display:block; border-bottom:1px dashed #868686; padding:0 20px; outline:0;
					line-height:26px; font-size:10px; color:#000;}
		.title span { font-size:12px; color:#00792d; font-weight:bold}
	.info div { padding:5px 20px}

.option { display:block; width:31px; height:31px; background:url(/static/img/btn_stem.gif) 0 0 no-repeat; text-indent:-10000px; outline:0;}
.optionactive {background:url(/static/img/btn_stem.gif) 0 -32px no-repeat;}

.btn_submit { color:#f48800; background:url(/static/img/bgn_verstuur.gif) 0 0 no-repeat; width:150px; height:36px; text-align:center; line-height:36px; border:0; padding:0; }
