@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 800px;
	margin: 35px auto 1em auto;
}

#header{
	width: 800px;
	height: 135px;
}

#menu{
	height: 22px;
	width: 800px;
	font-size: 14px;
	padding-top: 8px;
}
#menu li{
	float: left;
	margin: 0 35px 0 0;
	padding: 0;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content{
	margin-top: 30px;
	width: 540px;
	float: left;
	margin-bottom: 2em;
}
#content h1{
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #FF3300;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #F1F1F1;
}
#content h2{
	padding: 0 0 0 30px;
	margin: 3em 0 10px 0;
	line-height: 16px;
	color: #FF3300;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #F1F1F1;
}
#content p{
	margin: 0 0 1em 0;
}
 

#zijbalk{
	margin-top: 25px;
	width: 220px;
	float: right;
	margin-bottom: 2em;
}

#footer{
	width: 800px;
	float: none;
	clear: both;
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #EEEEEE;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #FF6600;
}

#menu a{
	text-decoration: none;
}

img{
	border: 0;
}

.snellink{
	text-align: center;
	vertical-align: top;
}
.blok{
	background-image: url(images/blok_back.gif);
	background-repeat: repeat-y;
	padding: 1em 10px 0 10px;
	text-align: center;
}

.blok-txt a{
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

.blok-txt a:hover{
	color: #FF6600;
}

.blok-txt p{
	margin: .5em 0 1em 0;
}

.agenda-act, #content p.agenda-act{
	font-size: 10px;
	margin: 0 0 0 10px;
	text-align: left;
}

input, textarea{
	width: 225px;
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
}

input.klein{
	width: 13px;
}

.small{
	font-size: 80%;
}