*{margin: 0px; padding:0px;}

body{
	color: #666666;
	font-family: helvetica, verdana, sans-serif;
}

/*achtergrond kleuren */
.grijs{
	background-color: #666;
}

.rood{
	background-color: #ff0000;
}

.bruin{
	background-color: #A56D45;
}

.oranje{
	background-color: #ff7e01;
}

.roze{
	background-color: #f43e97;
}

.paars{
	background-color: #923f93;
}

.groen{
	background-color: #afd324;
}

.blauw{
	background-color: #2da5cb;
}

/*eind achtergrond kleuren */

.clearfix{
	clear: both;
}

p{
	margin-bottom: 1em;
}

h3{
	font-size: 14px;
}

#header ul li{
	float: left;
	margin-right: 23px;
	font-size: 16px;
	list-style-image: url('circle.png');
}

li a{
	text-decoration: none;
	color: #666;
}

#header li a:hover{
	text-decoration: none;
	color: #ff0000;
}

#content li a:hover{
	text-decoration: none;
	color: #ff7e01;
}

#contact{
	list-style-type: none !important;
	list-style-image: none !important;
}


/*is grijs maar is door SIFR rood, beinvloed bullet kleuren*/

.activerood{
	color: #666 !important;
}

.subrood{
	color: #ff0000 !important;
}

.activeoranje{
	color: #ff7e01;
}

#header{
	height: 50px;
	width: 725px;
	margin: 75px auto 0px auto;
	background-color: #fff;
	padding: 50px 25px 0px 50px;
	background-image: url("../images/nietje_boven.png");
	background-repeat: no-repeat;
}

.logo{
	float: right;
	margin-top: -80px;
	width: 90px;
	height: 90px;
}

#downloads{
	padding: 25px 25px 0px 25px;
	width: 500px;
	float: left;
}

.thumbnail{
	border: 2px solid #666;
	margin: auto 20px 20px auto;
}

#content{
	height: 420px;
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	font-size: 13px;
}

#nietjebeneden{
	vertical-align: bottom;
	background-color: #fff;
	width: 800px;
	margin: 0px auto;
}

#content p{
	color: #888;
}

#content a{
	color: #888;
}

#content a:hover{
	color: #ff0000;
}

.tekst{
	float: left;
	width: 325px;
	padding: 25px 0px 0px 50px;
}

.submenu{
	float: left;
	width: 150px;
	padding: 25px 0px 0px 50px;
	line-height: 18px;
}

.submenu2{
	float: left;
	width: 200px;
	padding: 25px 0px 0px 50px;
}

.submenu2 a{
	text-decoration: none;
}

.submenu ul li{
	list-style-type: none;
	display: inline block;
}

#footer{
	height: 25px;
	width: 700px;
	margin: 10px auto 50px auto;
	padding: 20px auto 0px 50px;
	color: #fff;
	font-size: 11px;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #666;
}

.kleineafbeelding{
	float: left;
}

.agendapunt{
	margin-top: 10px;
	width: 210px;
	float: right;
}

.submenu p a{
	text-decoration: none;
}

.logographic{
	float: right;
	margin-top: -50px;
}

#carousel{
	width: 550px;
	height: 350px;
	float: left;
	margin-top: 25px;
}

a img{
	border: none;
}

.bezettingplaatje{
	float: left;
	width: 325px;
	padding: 25px 0px 0px 0px;
}

.bezettingtekst{
	float: left;
	width: 200px;
	padding: 25px 0px 0px 20px;
}

h1{
	width: 620px;
}

#intro{
	width: 1000px;
	margin: 50px auto;
}

#terugknop{
	width: 25px;
	height: 25px;
	background-image: url("../images/back_inactief.png");
	float: right;
	margin-right: 50px;
	margin-top: -20px;
}

#terugknop:hover{
	width: 25px;
	height: 25px;
	background-image: url("../images/back_actief.png");
	float: right;
	margin-right: 50px;
	margin-top: -20px;
}

#carousel li a img{
	margin-bottom: 15px;
}

