/* Opmaak achtergrond */

.div_main_background {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.td_clouds_background {
	background-image: url(../images/backgrounds/clouds_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 240px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.td_main_background {
	background-color: #6B779C;
}

.div_content_placer {
	position: absolute;
	background-color: transparent;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

.table_content_placer {
	width: 100%;
	height: 100%;
}

.td_content_transparent {
	background-color: transparent;
	width: auto;
	height: 100%;
}

.td_content_placer {
	background-color: #FFF7E2;
	width: 750px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.td_menu_bottomslice {
	background-image: url(../images/navigation/bottom_menu.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 167px;
	height: auto;
}

.td_content_iframe {
	height: auto;
	width: 579px;
}

.td_rightside_edge {
	background-image: url(../images/backgrounds/rightside.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 4px;
	height: auto;
}

.td_content_logo {
	background-image: url(../images/backgrounds/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	text-align: left;	
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 10px;
}

/* Standaard opmaak */

body, td {
	font: normal normal normal 12px/20px "trebuchet ms";
	letter-spacing: 0px;
	color: black;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color : #FFF7E2;
	scrollbar-arrow-color : #0D277D;
	scrollbar-base-color : #FFF0C8;
	scrollbar-darkshadow-color : #FFF7E2;
	scrollbar-face-color : #FFE8AA;
	scrollbar-highlight-color : #FFF7E2;
	scrollbar-shadow-color : #FFF7E2;
	scrollbar-track-color : #FFF7E2;	
}

body {
	background-color: #FFF7E2;
	}

strong {
	color: #081951;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0D277D;
}

a:hover {
	text-decoration: none;
	color: #1133A4;
}

hr{
	height: 1px;
	color: #0D277D;
}

H3 {
	font: normal normal bolder 16px "trebuchet ms";
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	color: #425EB4;
}

p {
	margin-bottom: 13px;
/*	margin-top: 13px; */
}

ul {
	
	list-style-image: url("../images/misc/bullet.gif");
}

li {
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	color: #1133A4;
}

.img_border {
	border: 1px solid #0D277D;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 13px;
	margin-right: 13px;
}

.td_tablecellblue {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #EAEEFF;
	border-bottom: 1px solid #717A9F;
}

.td_videocontent {
	border: 1px solid #E6DBBF;
}

.td_videoheader {
	font: normal normal bolder 16px "trebuchet ms";
	color: #425EB4;
	height: 20px;
	width: 100%;
	padding: 10px;
}

.table_videocontent {
	border: 1px solid #DACDAE;
}

input, textarea {
	border: 1px solid #DACDAE;
}

.input-button {
	background-color: #EAEEFF;
}
