/* CSS Document */

body{
	background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#EFF4F7;	
	width:927px;
}

#top {
	position:relative;
	height:90px;
}

#menu{
	float:left;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	height:483px;
	width:162px;
	z-index:10;
}

#content{
	float:right;
	width:740px;
	padding-right:10px;
	padding-bottom:10px;
	z-index:1;/* is voor het menu */
}

#footer{
	clear:both;
	height:1px;
}

/* BEGIN Index.php */
#banners{

	z-index:1;/* is voor het menu */

}

/* EINDE Index.php */


h3 {
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
}

p.intro {
	float:left;
}

p{
	z-index:1;
}

ul.snellink{
	list-style:square;
	color:#01498D;
}

ul{
	list-style:square;
}

a{
	color:#01498D;	
	text-decoration:underline;
}

a:hover{
	color:#000000;	
	text-decoration:underline;
}

.speciallink {
	position:relative;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:3px;
	height:20px;
	width:300px;
	background-color:#e9f0f5;
	border:1px solid #d2dde5;
	margin-bottom:10px;
	}

.speciallink:hover	 {
	position:relative;
	display:block;
	border:1px solid #01498D;
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:10px;	
	}
	
.kopjes {
	color:#DC143C;
	text-decoration:underline;
	font-weight:bold;
}

/*Contact*/

.textwit{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}


.cav_select
{
width:130px;
}
/*Contact*/
