body{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background: URL(../images/bg.jpg);
	background-repeat: repeat-x;
}

.menu{
	color: #EF3F35;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}

.menu_over{
	color: ##F36F68;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}

.bottom{
	color: #fff;
	font-size: 10px;
	padding-top: 4px;
}

.bottom A:LINK, .bottom A:VISITED{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.bottom A:HOVER{
	color: #fff;
	font-size: 10px;
	text-decoration: underline;	
}

.titel{
	font-size: 13px;
	font-weight: bold;
}

.content{
	color: #000;
	font-size: 12px;
	padding: 15px;
	background: #fff;
}

.content A:LINK,.content A:VISITED{
	color: #000;
	font-size: 12px;
}

.content A:HOVER{
	color: #F36F68;
	font-size: 12px;
}

.content table{
	color: #000;
	font-size: 12px;
}

.content td{
	color: #000;
	font-size: 12px;
}

.image{
	border: 1px solid #3998D2;
}

.titel_actueel{
	color: #63717A;
	font-size: 13px;
	font-weight: bold;
}

.actueel{
	color: #63717A;
	font-size: 12px;
	padding: 15px;
	cursor: hand;
	cursor: pointer;
}

.actueel A:LINK,.actueel A:VISITED{
	color: #63717A;
	font-size: 12px;
}

.actueel A:HOVER{
	color: #000000;
	font-size: 12px;
}

/*menu*/

.menu_item{
	color: #fff;
	font-size: 8pt;
	padding-right: 15px;
	padding-left: 15px;
	cursor: hand;
	cursor: pointer;
}
.menu_item A:LINK, .menu_item A:VISITED{
	color: #CFFFFF;
	font-size: 8pt;
	padding-right: 15px;
	padding-left: 15px;
}
.menu_item A:HOVER{
	color: #CFFFFF;
	font-size: 8pt;
	padding-right: 15px;
	padding-left: 15px;
}

#dropmenudiv{
	display: block;
	position:absolute;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
	font:normal 12px verdana;
	color: #000;
	line-height:18px;
	z-index:100;
  font-family: verdana;
  -moz-opacity: 0.9;
	filter:alpha(opacity: 90);
	opacity: 0.9;
}
A.link_menu {
	display:block;
	margin-bottom: -20px;
 	color: #747474;
	background: URL(../images/menu_bg.gif) no-repeat;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 10px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #fff;
	width: 170px;
  text-decoration: none;
}
a:hover.link_menu{
	color: #F36F68;
	display:block;
	background: URL(../images/menu_bg_over.gif) no-repeat;
  border-top: 1px solid #CCCCCC;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 10px;
	width: 170px;
}

/* contact formulier */


.frmVelden{
	background: #F9B7B4;
	border: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #575757;
	height: 20px;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-left: 2px;
}


.frmVeldenOptioneel{
	background: #979797;
	border: 0px;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
	height: 20px;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-left: 2px;
}

.frmVeldenOptioneelTB{
	background: #979797;
	border: 0px;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
	height: 124px;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-left: 2px;
}

.frmText{
	color: #575757;
	font-weight: bold;
	font-size: 11px;
}

.button A:Link, .button A:visited{
		background: #979797;	
		color: #fff;
		font-weight: bold;
		border: 0px;
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #979797;
		text-decoration: none;
}