*{
	margin: 0;
	padding:0;
	}

body{
	background: #161613;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-image: url(../images/star_tile.gif);
	background-repeat: repeat;
}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	display:block;
	}

#content {padding-top:45px; margin: 0 25px 5em 210px; max-width: 775px;} /* padding voor top wegens bug in IE7*/

.thumbnail, .thumbnail a:link img, .thumbnail a:hover img {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	display:block;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
.thumbnail2 {
   float : left;
   margin : 0 12px 15px 0;
   padding : 10px;
}

.thumbnail2 img {
   display:block;border:1px solid #5F5F5D;padding:0;
}

.thumbnail2 a:link img {display:block;border:1px solid #5F5F5D;padding:0;}
.thumbnail2 a:hover img {display:block;border:1px solid #66cccc;padding:0;}

img.left {float:left;margin: 0 8px 0 0;}
img.right {float:right;margin: 0 0 0 8px;}
	
/* tweekolommen */
.colcontainer {clear:both;}
.twocol {width:47%;float:left; position:relative;} /*icm:padding verwijderd want anders onregelmatige kantlijn */
.twocol+.twocol {float:right;}
.threecol {width:31%;float:left; position:relative; margin-right:13px;}

img.left {float:left;margin: 0 8px 0 0;}
img.right {float:right;margin: 0 0 0 8px;}
.noborder {border:none;}

/* typography */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}
h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }
h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3, h3 a {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

a {
	color: #8ad459;
	text-decoration: none;
	}

#content p a:hover, #content ul a:hover, #content li a:hover { border-bottom: 1px dotted #8ad459; }

/* sidebar */
#sidebar{ position:fixed; top: 38px; left:20px;	width: 150px; }
#sidebar h1 a{ font-weight: bold; }

/* subsidebar */
#subsidebar{ position:fixed; top: 80px; left:40px;	width: 150px; }

#navigatie{ position:fixed; top: 125px; left:20px;	width: 140px; }
#nav{ list-style: none; margin: 1em 1em 1em 0;}
#nav a {
	display:block;
	font-family:"Trebuchet MS",Verdana,Sans-Serif; 
	padding: 0 0.2em 0.2em 0.1em;
	margin: 0; 
	font-size: 0.95em;
	color: #D0EB6A;
}

#nav li {	border-bottom: 1px dotted #8ad459;    }
#nav li.separator {height:3em;	 }

#nav a:hover{
	color: #D0EB6A;
	background: url(../images/arrow_nav.gif) no-repeat right;
	}	

/* content */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}

#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

.insprong p, p.insprong {padding-left: 44px;}



/* misc
----------------------------------------------- */
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}




