* {
    padding: 0;
    margin: 0;
} 
body {
background: #6a60bb;
background-image: url("images/bg.gif");
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #210085;
}
img { border: none; }
a { color: #002EB8; text-decoration: none;}
a:hover { text-decoration: underline; color : #ab08ac; }
#wrap {
margin: 20px auto 20px auto;
width: 93%;
min-width: 650px;
max-width: 1400px;
background: #ffffff;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0px 0px;
}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0px 0px;
	clear: both;
}
span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}
span.corners-top {
	background-image: url("images/corners_left.png");
}
span.corners-top span {
	background-image: url("images/corners_right.png");
}
span.corners-bottom {
	background-image: url("images/corners_left.png");
}
span.corners-bottom span {
	background-image: url("images/corners_right.png");
}
#header { 
border: 5px solid #fcfffa;
height: 140px;
}
#header h1 {
font-size: 40px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 5px 10px;
}
#header h1 a {
color: #000080;
padding: 15px 1px 1px 1px;
letter-spacing: -3px;
text-decoration: none;
}
#header h1 a:hover {
color: #695eba;
text-decoration: none;
}
#header h2 {
text-align: left;
color: #000099;
font-size: 14px;
font-weight: 100;
padding: 30px 1px 1px 1px;
letter-spacing: -1px;
line-height: 12px;
}
#logo {
	float: left;
	width: auto;
	padding: 1px 13px 0 10px;
}
#menu {
	margin: 15px;
	height: 60px;
	background-color: #C5D8E8;
	background-image: url("images/bg_navbar.gif");
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 16px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000bd;
}
#menu a:hover {
	color: #fcfffa;
}
.search {
margin-top: 12px;
margin-left: 300px;
}
#twocols{
 position:relative; 
  }
#rightcol{
 width:20%; 
 float:right; 
 position:relative; 
 margin-right: 10px;
 margin-bottom: 25px;
 }
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:77%;
 margin-left:10px;
 margin-bottom: 25px;
 }
.horizon {
height: 20px;
width: 100%;
} 
.horizon1 {
height: 15px;
width: 100%;
}
.horizon2 {
height: 20px;
width: 17%;
}
.titel{
background: #6a60bb;
background-image: url("images/bg_list.gif");
}
.titel h2 {
color: #FFFFFF;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 0 0 5px 20px;
}
.left {
padding: 20px;
margin: 4px 10px;
background: #e1ebf2 ;
background-image: url("images/bg_center.gif");
}
.leftn {
margin-top: 10px;
width: 758px;
float: left;
text-align: justify;
border: 11px solid #dee3ef;
padding: 10px;
background: #ffffff ;
}
.right {
font-size: 12px;
background-color: #CADCEB;
background-image: url("images/bg_panel.gif");
}
.right ul {
list-style-type: square;
padding: 5px 10px 20px 20px;
color: #000080;
}
.right h2 {
height: 30px;
font-size: 12px;
padding: 10px;
color: #000066;
line-height: 30px;
}
.right a { text-decoration: none }
.linklijst ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #000080;
background-color: #CADCEB;
background-image: url("images/bg_panel.gif");
}
.tkl{
height: 20px;
width: 31%;
padding-bottom: 10px;
padding-left: 5px;
background: #ffffff;
border: 2px solid #6a60bb;
float: left;
}
.tkl h2 {
color: #330066;
font-size: 18px;
font-weight: 100;
padding: 5px;
}
.til{
height: 340px;
width: 31%;
padding-bottom: 10px;
padding-left: 5px;
border: 2px solid #6a60bb;
float: left;
}
.tilo{
height: 500px;
width: 31%;
padding-bottom: 10px;
padding-left: 5px;
border: 2px solid #6a60bb;
float: left;
}
#footer {
height: 30px;
text-align: center;
color: #5e00bd;
font-size: 9px;
padding: 10px;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}