/*		main		*/
body { margin: 0px 0px 0px 0px; }

.mainTable { width: 100%; }
.content {	width: 500px; }
.subMenu { width:160px; }
.menu1 { width: 100px; }

.mainTable { height: 100%; }
hr { height: 1px; }

/* font */
.content, td, .heading, .menu, .companyMenu, .subMenu, .subSubMenu { font-family: "Trebuchet MS"; }
.contentTitle, .heading, .menu, .companyMenu, .newsTitle, .rcTitle, .subMenuSelect, .subSubMenuSelect { font-weight: bold; }
.subMenu, .subSubMenu, .newsDate { font-weight:normal; }

.contentTitle { font-size: 15px; }
.subMenu, .newsTitle  { font-size : 12px; }
.content, td, .heading, .menu, .companyMenu, .subSubMenu { font-size: 11px; }
.newsDate { font-size: 10px; }

/* colors */
.contentTitle, a.menu, hr { color: #000000; }
a:hover.menu { color: #FFFFFF; }
a:hover, a:hover.companyMenu { color: #878787; }
h3, .subMenu { color: #FF9933; }
a, a.subMenu, .subMenuSelect { color: #0077D5; }
a.companyMenu { color: #ABABAB; }
hr { color:silver; }
.subSubMenu, .subSubMenuSelect { color:#D21033; }
a:hover.subSubMenu { color:#6f20a0; }

/* text */
a:hover { text-decoration: underline; }
a, a.menu, a:hover.menu, a.companyMenu, a:hover.companyMenu, .subSubMenu, a.subMenu	{ text-decoration: none; }

.menu{ text-align: center; }
.subMenu, .subSubMenu { text-align:right; }

/* border */
.subMenu { border:0px solid #000000; }
.subSubMenu { border:0px solid #FF9933; }

/**/

/* search forms */
.searchButton
{
	font-size:10px;
	background-color:#EFEFEF;
}


/**/



.menuBalk{
	background-color: #FBC78F;
	height: 24px;
	width: 95%;
}
.footer{
	height: 24px;
	background-color: #FBC78F;
	width: 95%;
	text-align: right;
}
.moving1{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.moving2{
	color: #000000;
	font-size: 10px;
	text-align: center;
}

/* Nieuwsbrief */
.submit_NB{
	color: #FFFFFF;
	border: solid 1px #000000;
	background-color: #FF5C00;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
.text_NB{
	border: solid 1px #000000;
	width: 200px;
}

.img{
	border:solid 0px #000000;
}

/*	form	*/
.txtbCallmenow{
	width:150px;
	text-align:center;
	background-color:#F5F5F5;
	border:solid 1px #000000;
}
.button{
	width:150px;
	font-weight:bold;
}
.redButton{
	background-color: #E2363D;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #000000;
	width: 150px;
}