@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
/*divs voro layout */
#container{
	width: 925px;
	margin: 0 auto;
	float: none;
}

#menu{
	margin: 0px;
	width: 230px;
	float: left;
	background:url(../htmimg/menu_bg.jpg) top right no-repeat;
}

#kolom{
	margin: 0px;
	width: 98px;
	height: 616px;
	float: left;
	background:url(../htmimg/layout_colum2.jpg) top no-repeat;
}

#top{
	margin: 0px;
	width: 597px;
	height: 100px;
	float: left;
	background:url(../htmimg/layout_top.jpg) no-repeat;
}

#content{
	margin: 0px;
	width: 591px;
	float: left;
	background-color: #FF01FF;
	background-image: url(../htmimg/layout_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_txt{
	margin: 0px;
	width: 591px;
	float: left;
	min-height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#content_end{
	margin: 0px;
	width: 591px;
	height: 32px;
	float: left;
	background:url(../htmimg/layout_end.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF99FF;
	text-align: center;
}

#content_end a:link{
	color: #FF99FF;
	text-decoration: none;
}

#content_end a:visited{
	color: #FF99FF;
	text-decoration: none;
}

#content_end a:hover{
	color: #00FF00;
	text-decoration: none;
}

#content_end a:active{
	color: #FF99FF;
	text-decoration: none;
}


/* div class menu knop */
.menu{
	border: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 7px;
}

.contact{
	border: 0px;
	margin: 0px;
	float: left;
	margin-top: 19px;
	margin-left: 10px;
}

.img_clean{
	border: 0px;
	margin: 0px;
}

/* nieuws itesm */
.nieuws_item_container{
	margin: 0 auto;
	width: 500px;
	margin: 10px;
	background-color: #990066;
}

.nieuws_item_thumb{
	margin: 5px;
	border: 0px;
}

.nieuws_thumb_container{
	width: 110px;
	height: 110px;
	float: left;
}

.nieuws_item_tekst{
	/*width: 550px;*/
}
.nieuws_item_auteur{
	width: 380px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.nieuws_item_titel{
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nieuws_item_beschrijving{
	width: 350px;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.nieuws_item_beschrijving a:link{
	color:#CCCCCC;
}
.nieuws_item_beschrijving a:visited{
	color:#CCCCCC;
}
.nieuws_item_beschrijving a:hover{
	color:#FF0000;
}
/*div boxen voor de gallerij */
.vierkantje {
	width: 120px;
	height: 140px;
	margin: 10px;
	float: left;
	background-color:#990066;
}
.info {
	height: 20px;
	/*float: left;*/
	margin: 0 auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.img_gallerij{
	margin: 10px;
	border: 0px;
}
.labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF66CC;
	border: 1px solid #CC3300;
	margin: 2px;
	color: #000000;
}

