/*** ALGEMEEN ***/

html {
	overflow-y: scroll !important;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #d9d9d9;
}
td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
     outline: none;
}
img {  
	border-style: none;
}



/*** STANDAARD LINKS ***/

a:link {
	color: #8f8e85;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #8f8e85;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8f8e85;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #8f8e85;
	font-weight: bold;
	text-decoration: underline;
}



/*** DIVERSEN ***/
h1 {
	font-size: 18px;
	color: #144577;
}
.menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 28px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 185px;
	font-weight: bold;
}
.gradient {
	background-color: #a6a8aa;
	background-image: url(../images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1px;
}
.blokjes {
	background-image: url(../images/blokjes.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
	height: 217px;
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-left: 20px;
}
.bg_wit {
	background-color: #FFF;
}

.content {
	background-color: #FFF;
	background-image: url(../images/puzzle2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f8e85;
	line-height: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

/* links footer */

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;

}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;

}



/* links menu */

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.menu a:active {
	color: #FFFFFF;
	text-decoration: underline;

}
.subtitel {
	font-weight: bold;
	color: #000;
}
.bottom {
	vertical-align: bottom;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 13px;
	font-weight: bold;
	vertical-align: bottom;
}
.leftbox {
	float: left;
	margin: 3px 6px 6px 0px;
	padding: 3px 6px 6px 0px;
}
.rightbox {
	float: right;
	margin: 3px 0px 6px 6px;
	padding: 3px 0px 6px 6px;
}
