/*	Copyright 		www.verheulcommunicatie.com

	dgrey			#88898a
	dblue			#22539d 
	lblue			#07adec
	dgreen			#3d8601
	lgreen			#eef5e2
				
	plain text		arial
	headers	sifr	ITC Slimbach Std - Book 
*/

* {
	margin:0;
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #3b3b3b;
	font-size: 12px;
	line-height: 15px;
	outline: none;
}

img {
 	border: 0;
}

body {
	border:	0;
	background: url(../images/img.jpg) #88898a repeat-x;
	margin-top:18px;
	/*scrollbar-arrow-color:#eee;
    scrollbar-track-color:#eee;
    scrollbar-face-color:#000061;
    scrollbar-highlight-color:#F2F2FF;
    scrollbar-3dlight-color:#F2F2FF;
    scrollbar-darkshadow-color:#B3B3FF;
    scrollbar-shadow-color:#B3B3FF;*/
}

#container {
	width:804px;
	margin:0 auto;
	position:relative;
	left: 50%;
	margin-left: -402px; /* half of width */
	background: #ffffff;
}

#menu {
	color:#22539d;
	font-size: 15px;
	font-weight: bold;
}

.lijstje {
	list-style-type:disc;
	margin-left:-25px;
}
/* heading ____________________________________________________________________*/

.H1 { 
	color: #22539d; 
	font-size: 16px;
	font-weight: bold; 
}

.H2 { 
	color: #22539d; 
	font-size: 14px; 
	font-weight: bold;
 	 
}

.H3 {
	color: #3d8601;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

/* links ____________________________________________________________________*/

a {
	color: #07adec;
	text-decoration: none;
}

a:hover {
	color: #22539d;
}

#menu a {
	color:#22539d;
	font-size: 14px;
}

#menu a:hover {
	color:#07adec;
}

/* borders ____________________________________________________________________*/

.lineall { border: 1px solid #22539d }

.linetop  { border-top: 1px solid #000000 }

.lineright { border-right: 1px solid #000000 }

.linebottom { border-bottom: 1px solid #000000 }

.lineleft { border-left: 1px solid #000000 }

/* form ____________________________________________________________________*/

label, textarea {
	font:11px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	display: block;
	width: 150px;
	float: left;
	color: #07adec;
	
}

/* powered by ____________________________________________________________________*/

#poweredby {
	color: #343434;
	font-size:9px;
	text-align:center;
	position:relative;
	bottom:5px;
	height:20px;
	width:400px;
	margin-top:15px;
	left:50%;
	margin-left: -200px; /* half of width */
}

#poweredby a{
	color: #343434;
	font-size:9px;
}

#poweredby a:hover{
	color:#666666;
}

/* styles ____________________________________________________________________*/

.checkbbox {
	border: 1px solid #07adec;
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	margin: 2px;	
}

.textfield {
	border: 1px solid #07adec;
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	margin: 2px;
	font-size: 12px;
	color: #3b3b3b;
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	text-indent: 1px;
}

.tekst_klein {
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
}

.tekst_rood {
	font-family: "Arial", Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}