HTML {
	padding-right : 0;
	padding-left : 0;
	padding-bottom : 0;
	margin : 0;
	padding-top : 0;
	height : 100%;
	background-color : #bbbbbb;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
BODY {
	padding-right : 0;
	padding-left : 0;
	padding-bottom : 0;
	margin : 0;
	padding-top : 0;
	height : 100%;
	background-position : left top;
	background-image : url(../images/background_grijswit.gif);
	background-repeat : repeat-x;
	background-color : #bbbbbb;
	border: thick none #333;
} 
/* POSITTIE */
#master {
	width : 900px;
	background-color : #000;
	height : auto;
	border : 1px solid #999999;
	padding : 0;
	position : absolute;
	top : 10px;
	left : 50%;
	margin-left : -450px;
} 
#head { 
width : 900px; 
height : 225px; 
padding : 0; 
} 
#menulinks {
	vertical-align : top;
	width : 755px;
	background-color : #9AADB4;
	height : 22px;
	float : left;
} 
#menulinkslinks {
	vertical-align : top;
	width : 45px;
	background-color : #9AADB4;
	height : 22px;
	float : left;
} 
#menurechts {
	width : 100px;
	background-color : #9AADB4;
	height : 22px;
	float : right;
} 
#menuholder {
	width: 900px;
	background-color : #9AADB4;
}
#links { 
width : 250px; 
float : left; 
height : auto !important ; 
height : 300px; 
vertical-align : top; 
} 
#rechts { 
width : 650px; 
float : right; 
height : auto !important ; 
height : 300px; 
vertical-align : top; 
} 
#bottom {
	background-color : #000;
	background-position : 0% 100%;
	background-repeat : no-repeat;
	width : 900px;
	vertical-align : top;
} 
#footerbox { 
font-size : 10px; 
color : #ffcccc; 
font-family : Arial; 
padding : 0; 
text-align : right; 
height : 40px; 
width : 900px; 
clear : both; 
} 

/* MENU */
.navcontainer { 
padding-right : 0; 
font-weight : bold; 
padding-left : 0; 
font-size : 12px; 
z-index : 1000; 
padding-bottom : 0; 
margin : 0; 
color : #999999; 
padding-top : 0; 
font-family : Arial; 
list-style-type : none; 
text-decoration : none; 
} 
.navcontainer LI { 
padding-right : 0; 
padding-left : 0; 
float : left; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
position : relative; 
} 
.navcontainer LI UL { 
padding-right : 0; 
display : none; 
padding-left : 0; 
z-index : 1000; 
left : 0; 
padding-bottom : 0; 
margin : 0; 
width : 140px; 
color : #000000; 
padding-top : 0; 
white-space : normal; 
list-style-type : none; 
position : absolute; 
} 
.navcontainer LI.over UL LI {
	border-right : 0;
	padding-right : 0;
	padding-left : 0;
	z-index : 1000;
	padding-bottom : 0;
	margin : 0;
	color : #006;
	padding-top : 0;
} 
.navcontainer LI.over UL { 
padding-right : 0; 
display : block; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
color : #000000; 
padding-top : 0; 
background-color : transparent; 
} 
.navcontainer A { 
padding-right : 4px; 
display : block; 
padding-left : 2px; 
padding-bottom : 2px; 
color : #000000; 
padding-top : 2px; 
text-decoration : none; 
} 
.navsub A { 
padding-right : 3px; 
display : block; 
padding-left : 5px; 
padding-bottom : 4px; 
margin : 0; 
color : #000000; 
padding-top : 4px; 
text-decoration : none; 
} 
.navsub A:hover {
	color : #009;
} 
.submenu A { 
font-weight : normal; 
padding-left : 10px; 
font-size : 12px; 
z-index : 1000; 
text-transform : none; 
width : 120px; 
color : #000000; 
font-family : Arial; 
background-color : #e2e2e2; 
text-align : left; 
border-bottom : 1px solid #e2e2e2; 
border-top : 1px solid #e2e2e2; 
} 
li.submenu {
border-top: none;
}
ul.submenu {
padding-top: 0px
}
.submenu A:hover {
	font-size : 12px;
	z-index : 1000;
	color : #006;
	font-family : Arial;
	border-bottom : 1px solid #cccccc;
	border-top : 1px solid #cccccc;
	background-color : #FFF;
	font-weight : normal;
} 
.navstreep { 
padding-right : 5px; 
display : block; 
padding-left : 20px; 
padding-bottom : 4px; 
margin : 0; 
color : #000000; 
padding-top : 4px; 
text-decoration : none; 
} 
.navstreeptaal { 
padding-right : 5px; 
display : block; 
padding-left : 5px; 
padding-bottom : 4px; 
margin : 0; 
color : #000000; 
padding-top : 4px; 
text-decoration : none; 
} 

/* OPMAAK */
.ref a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration:none;
}

.ref a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration:none;
}
.ref a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
		text-decoration:underline;

}
.ref a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration:none;
}
.content_rechts {
	padding-left : 40px;
	padding-right : 40px;
	font-size : 12px;
	color : #D6D6D6;
	font-family : Arial;
	line-height : 17px;
	text-align : left;
	font-weight: bold;
	font-style: normal;
} 
.content_rechts_kop {
	font-size : 16px;
	color : #FFF;
	font-family : Arial;
	line-height : 20px;
	text-align : left;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
} 
.content_links {
	font-size : 11px;
	color : #FFF;
	font-family : Arial;
	padding-top : 55px;
} 
.content_links img { 
border : 1px solid #ffffff; 
padding : 0; 
float : right; 
} 
.kop_rechtsboven {
	font-weight : bold;
	font-size : 24px;
	color : #5fba43;
	font-family : Verdana, Geneva, sans-serif;
	padding-right : 35px;
	text-align : center;
	font-style : italic;
	padding-top : 5px;
} 
#footer {
	font-size : 10px;
	color : #ffffff;
	font-family : Arial;
	background-color : #999999;
	text-align : center;
	height : 20px;
	padding-top : 4px;
	width : 900px;
} 

/* FORM */
 
#input { 
font-size : 12px; 
color : #666666; 
font-family : Arial; 
line-height : 22px; 
} 
.inputtext { 
font-size : 12px; 
color : #666666; 
font-family : Arial; 
} 
.button { 
border-right : 1px solid #bbbbbb; 
border-top : 1px solid #bbbbbb; 
font-weight : bold; 
font-size : 8pt; 
padding-bottom : 1px; 
vertical-align : bottom; 
border-left : 1px solid #bbbbbb; 
cursor : pointer; 
color : #fff; 
border-bottom : 1px solid #bbbbbb; 
font-family : arial, helvetica, sans-serif; 
background-color : #bbbbbb; 
width : 90px; 
} 

