/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* end Floatfix*/

body{
	background: #fff url(../img/bg_bodyblauw.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}

#top{
	height: 92px;
	padding-top: 18px;
	background: url(../img/bg_topblauw.gif) no-repeat 488px 12px;
}

#top a.tekstlink{
	text-align: right;
	color: #21628c;
	float: right;
	margin: 50px 36px 0 0;
}

#top .banner{
	float: left;
	height: 60px;
	width: 468px;
}

#content{
	padding: 12px 0;
}

.row{
	width: 210px;
	float: left;
	padding-right: 8px;
}

.row .blok{
	margin-bottom: 8px;
	border: 1px solid #21628c;
}

.row .blok h1{
	font-size: 13px;
	padding: 4px 0 4px 8px;
	color: #fff;
	background: #21628c;
}

.row .blok ul{
	padding: 8px;
	background: #6699cc;
}

.row .blok ul li{
	list-style: none;
}

.row .blok ul li a{
	color: #fff;
}
.row .blok ul li a.tip{
	color: #fff;
	font-weight:bold;
}


