/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Verdana;
	font-size: 14px;
	color: #996633;
}
body {
	margin:0;
	background-color:#FFFFFF;
	}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

.header {
	font-size: 36px;
	margin-bottom:5px;
}

#inhoud {
	line-height:150%;
	width:800px;
	text-align:left;	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;

	}
.chromestyle{
width: 550px;
	margin-left:auto;
	margin-right:auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
font-size:14px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
  padding: 4px 15px 4px 15px;
   color:#996633;
   text-decoration:none;
}
.chromestyle ul li a:visited {
  padding: 4px 15px 4px 15px;
   color:#996633;
   text-decoration:none;
}

.chromestyle ul li a:hover{
   padding: 4px 15px 4px 15px;
   color:#ffffff;
}
.chromestyle ul li a:active{
  padding: 4px 15px 4px 15px;
   color:#996633;
   text-decoration:none;
}

*/.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:20px;
z-index:100;
background-color:#cc9966;
width: 150px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a:link{
width: 100%;
display: block;
border: 1px solid #996633; /*THEME CHANGE HERE*/
padding: 4px 15px;
text-decoration: none;
color: #996633;
background-color:#cc9966;
text-decoration:none;
}
.dropmenudiv a:visited {
width: 100%;
display: block;
border: 1px solid #996633; /*THEME CHANGE HERE*/
padding: 4px 15px;
text-decoration: none;
color: #996633;
background-color:#cc9966;
text-decoration:none;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#ffffff;
color:#996633;
text-decoration:none;

}
.dropmenudiv a:active{
width: 100%;
display: block;
border: 1px solid #996633; /*THEME CHANGE HERE*/
padding: 4px 15px;
text-decoration: none;
color: #996633;
background-color:#cc9966;
text-decoration:none;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7 {
color:#ffffff;
}

a:link {
	text-decoration: underline;
	color: #996633;
}
a:visited {
	text-decoration: underline;
	color: #996633;
}
a:hover {
	text-decoration:none;
	color: #996633;
}
a:active {
	text-decoration: underline;
	color: #996633;
}
.px12 {
	font-size:12px;
	}
