body {
	background-color: #EEEEEE;
}

/* rounded corners*/
.roundexBox {
	 background: White;
    padding: 5px;
    text-align: left;
    border: 1px solid #b1b1b1;
    margin-right: 10px;
    float: left;

}
.roundexBox p {
  padding:0;
  margin:1ex 0;
}

/* blokken */

p.blokHeader {
	margin-top: 10px;
	margin-left: 8px;
	color: #FE7501;
	font-size: 18px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

p.header {
	margin-top: 10px;
	margin-left: 8px;
	color: #FE7501;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

p.blokBold{
	margin-top: 10px;
	margin-left: 8px;
	color: #3B3B3B;
	font-size: 18px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

p.blokTextBold{
	margin-top: 10px;
	margin-left: 8px;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

p.blokText{
	margin-top: 10px;
	margin-left: 8px;
	color: #3B3B3B;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: justify;
}

p.blokTextDetails{
	margin-top: 10px;
	margin-left: 8px;
	color: #3B3B3B;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: justify;
}


div.img {
	padding: 0;
	margin: 0;
}

p.blokTextDetailsSmall{
	color: #3B3B3B;
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: justify;
}

.tableDefault {
	margin-top: 10px;
	margin-left: 8px;
	color: #3B3B3B;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: justify;
}
a.link{
	position: relative;
	color: #FE7501;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
a.meerInfo{
	position: relative;
	color: #FE7501;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-decoration: none;

	
}
a.meerInfo:hover{
	position: relative;
	color: #FE7501;
	font-size: 15px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
a.sitemap{
	color: #3B3B3B;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
a.sitemap:hover{
	color: #FE7501;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
img.right { 
border: 0; 
text-align: right }

.menu {
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style:none;
	line-height: normal;
	border-top: 1px solid #f3f3f3;
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #2c2c2c;
}
.menu li {
	background-color: #f3f3f3;
	border-bottom : 1px solid #f3f3f3;
	padding: 0;
	margin : 0;

}
.menu li a{
	display: block;
	padding: 7px 0px 7px 0px;
	color: #000000;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: none;
	background: White url(../images/menuhoverbg.jpg);
	color: #FE7501;
	font-size: 14px;
	font-weight: bold;
}

.menuFront {
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style:none;
	line-height: normal;
	border-top: 1px solid #f3f3f3;
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #2c2c2c;
}
.menuFront li {
	background-color: #fafafa;
	border-bottom: 1px solid #f3f3f3;
	padding: 0;
	margin: 0;
}
.menuFront li a{
	display: block;
	padding: 7px 0px 7px 0px;
	color: #000000;
	text-decoration: none;
}

.menuFront li a:hover {
	text-decoration: none;
	background: #fafafa url(../images/menuhoverbgFront.jpg);
	color: #FE7501;
	font-size: 14px;
	font-weight: bold;
}
