

/* --- Load: style.css --- */

* {
	font-family: Tahoma;
	font-size: 10pt;
}
h3 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}
body {
	background-color: #1b2531;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% -150px;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;	
	overflow-y: scroll;
	overflow-x: auto;

}
.main {
	width: 950px;
	height: 800px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.top {
	text-align: center;
}
.head {
	height: 300px;
	vertical-align: bottom;
}
.kop {
	background-color: rgba(0,0,0,.5);
	width: 950px;
	color: #f3f3f3;
	font-size: 27pt;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	background-image: url('noab.png');
	background-repeat: no-repeat;
	background-position: 99% 97%;
	height: 280px;
	padding: 30px;
	padding-bottom: 40px;
	vertical-align: top;
	background-color: #f3f3f3;
}	
.adressen {
	color: #90aad3;
	font-size: 9pt;
}
.adressen td {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.footertable {
	width: 100%;
}
.footertable td {
	vertical-align: top;
}
.footer {
	padding-top: 10px;
	height: 20px;
	text-align: center;
	color: #788fb4;
	font-size: 9pt;
}
.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	text-decoration: none;
	color: #788fb4;
}
.labels {
	padding-right: 15px;
	text-align: right;
	width: 110px;
}
.labels  img{
	border: 0px;
}

.menutable {
	width: 100%;
	height: 100%;
}
.menuleft {
	height: 150px;
	width: 260px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: 30px 15px;
	background-color: #f3f3f3;
    /*-webkit-border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	border-radius: 15px 0px 0px 0px;*/
}
.space {
	background-color: #f3f3f3;
	width: 50px;
}
.menu {
	background-color: #f3f3f3;
	padding-bottom: 35px;
}
.menuright {
	width: 15px;
	background-color: #f3f3f3;
    /*-webkit-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	border-radius: 0px 15px 0px 0px;*/
}
.menuul {
	margin: 0;
	padding: 0;
	z-index: 30;	
	height: 100%;	
}
.menuul li {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	height: 100%;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;	
	list-style: none;
	float: left;
	white-space: nowrap;
	background-color: #e32119;
    /*-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;	*/
	cursor: pointer;
	text-align: center;
}

.contactmain td{
	vertical-align: bottom;
	height: 10px;
	color: #000;
}
.contactmain input {
	width: 200px;
}
.contactmain textarea {
	width: 400px;
	height: 95px;
}
.contact {
	color: #fff;
}


.hometable {
	width: 100%;
}
.inhoud {
	vertical-align: top;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
}
.sep {
	background-image: url("sep.png");
	background-repeat: no-repeat;
	width: 1px;
}

.vinkjes {
    list-style-type: none;
    list-style-image: url("check.png");	
	margin-left: 0;
	padding-left: 0;

}
.vinkjes li {	
	margin-left: 40px;
}

.nieuwstbl {
	width: 100%;
}
.nieuwslist {

}
.nieuwslist li {
	white-space: nowrap;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 3px;
}
.nieuwsbericht {
	padding-left: 30px;
	vertical-align: top;
}
.nieuwsbericht h3 {
	margin: 0px;
	font-size: 11pt;
}
.nieuwsdatum {
	color: #8b8b8b;
	font-size: 8pt;
}

.kader {
	background-color: #e9e9e9;
	background-image: url('knop.png');
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	padding-bottom: 15px;
}
.kader li {
	padding-right: 25px;
}
.kader h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 27px;
	white-space: nowrap;
}

A:active {
	color : #000;	
	outline: none;
	text-decoration: underline;
}
A:link {
	color : #000;
	text-decoration: underline;
}
A:visited {
	color : #000;
	text-decoration: underline;
}
A:hover {
	color : #e32119;
	text-decoration: underline;
}

/* --- Load: flexdropdown.css --- */

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
background: #e32119;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
display: block;
width: 87px; /*width of menu (not including side paddings)*/
color: #fff;
border-bottom: 0px solid black;
text-decoration: none;
padding: 10px 5px 10px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
display: inline-block;
width: 93px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color: #fff;
background-color: #a8aeb0;
}
.flexdropdownmenu li:last-child a:hover{
color: #fff;
background-color: #a8aeb0;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
.flexdropdownmenu li a:link, .flexdropdownmenu li a:hover, .flexdropdownmenu li a:active, .flexdropdownmenu li a:visited {
color: #fff;
text-decoration: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
