body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bgleft.gif);
	background-repeat:repeat-y;
	background-color: #DDF4FF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	/*color: #006699;*/
	text-decoration: underline;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #1D89E0;
 margin: 0px;
 padding: 0px;
}

.entryfooter {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	margin-top: 3px;
	padding: 1px 6px 1px 1px;
	clear: both;
	background-image:url(gfx/bgentryfooter.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.entryfooter_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6b8e;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5c6b8e;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#topbar{
	
	background-image: url(gfx/bgtop.gif);
	background-repeat: repeat-x;
	margin-left:10px;
}

#linkerkolom{
	position: absolute;
	left:10px;
	top:94px;
	width: 165px;
	margin: 0px;
	padding: 10px 0px 10px 6px;
	font-size: 10px;
}
#rechterkolom{
	position: absolute;
	right:0px;
	top:94px;
	width: 165px;
	background-color: #DDF4FF;
	margin: 0px;
	padding: 10px 5px 20px 10px;
	font-size: 10px;
}

#content{
	margin-left: 180px;
   	margin-right:180px;
   	background-color: #fff;
	padding-right:8px;
	background-color:#fff;
}
#contentforum{
	margin-left: 180px;
   	background-color: #fff;
	
}
#siteInfo{
	clear: both;
	font-size: 10px;
	color: #666;
	padding: 7px 7px 12px 15px;
	margin-left:10px;
	margin-top:-7px;
	background-color: #fff;
	background-image: url(gfx/bgbottom.gif);
	background-repeat: repeat-x;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#logobar{
	margin: 0;
	padding: 0 0 0 0px;
}


/************* #navigatie styles **************/

#navigatie{
padding: 8px 4px 0px 4px;
color: #cccccc;
height:19px;
}

#navigatie img{
 display: block;
}

.navigatielink a{
	font-size: 11px;
	padding: 2px 8px 2px 8px;
	margin-left:5px;
	margin-right:5px;
	border:1px dotted #C7FBFF
}
.navigatielink a:link{
	color:#fff
}
.navigatielink a:visited{
	color: #fff;
}
.navigatielink a:hover{
	background-color: #0D5CF7;
	color: #fff;
	/*text-decoration: underline;*/
}

/************** .artikel styles ***************/

.artikel{
	margin: 0px 0px 0px 16px;
	font-size: 80%;
	color:#000000;
}

.artikel h3{
	padding: 5px 0px 0px 0px;
	text-align: left;
	border-top:1px dotted #0858A0;
	margin-bottom:0px;
	color: #1D89E0;
}
p{
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
}
.artikel img{
	/*float: left;*/
	/*margin: 0px 10px 4px 0px;*/
}

/* artikellinks */
.artikellinks{
	/*float:left;*/
	margin: 0px 0px 0px 16px;
	font-size: 80%;
	/*width:48%;*/
	/*height:60px;*/
}
.artikellinks p{
	margin-top:3px;
	margin-bottom:0px;
}
.artikellinks h3{
	padding: 5px 0px 0px 0px;
	text-align: left;
	border-top:1px dotted #0858A0;
	margin-bottom:0px;
}

/* artikeltips */
.artikeltips{
	float:left;
	margin: 0px 0px 0px 16px;
	font-size: 80%;
	width:46%;
	height:170px;
}
.artikeltips p{
	margin-top:3px;
	margin-bottom:0px;
}
.artikeltips h3{
	padding: 5px 0px 0px 0px;
	text-align: left;
	border-top:1px dotted #0858A0;
	margin-bottom:0px;
}
/*********** #eenlink link styles ***********/
#eenlinklistholder{
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
}
#eenlinklist ul {
	list-style-image:url(gfx/sterretje.gif);
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#eenlinklist li {border-bottom: 1px solid #01B5D6;}

/* fix for browsers that don't need the hack */
html>body #eenlinklist li {border-bottom: none;}

#eenlinklist a {
	/* de basis linkkleur */
	color: #70B1CF;
}
#eenlinklist:hover {
	/* tekstkleur als je over de eenlinklist gaat */
	color: #000;
}
#eenlinklist:hover a {
	/* tekstkleur als je over een link in eenlinklist gaat */
	color: #336699;
}
#eenlinklist {
	color: #DDF4FF;
}

/************** #rechterkolom styles **************/
#linksblokkader{
	background-image:url(gfx/blok_bg.gif);
	background-repeat:repeat-y;
}
#linksblok{
	width:145px;
	padding:3px 5px 0px 8px;
	margin-bottom:0px;
}
#linkerkolom h3{
	font-size: 11px;
 	color:#003399;
	/*padding: 5px 0px 5px 0px;*/
}
#linkerkolom p{
	font-size: 10px;
 	color: #000;
	margin-top:0px;
	margin-bottom:0px;
	/*padding: 5px 0px 5px 0px;*/
}
#rechterkolom h3{
	font-size: 12px;
 	color: #000;
	/*padding: 5px 0px 5px 0px;*/
}
/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
