* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000033;
}

body{
  margin: 0px;
  background-color: #FFFFFF;
}

div#divPage {
  margin: 0px;;
  text-align: left;
  width: auto;
  height: auto;

}
div.divHeader {
  float: left;
  text-align:right;
  margin: 0px;
  margin-top: 30px;
  margin-right: 30px;
  width:1000px;
 
}
div.divLogo {
  clear: both;
  margin: 0px;
  margin-left: 145px;
  margin-top: 2px;
}

div.divBar {
  margin: 0px;
  clear: both;
}
div.divBarRight {
  width:226px;
  float:left;
	background-image: url(/images/Portaalschema_met_slices_11.gif);  
  height:151px;
}
div.divBarMiddle {
  float:left;
  width:630px;
	background-image: url(/images/Portaalschema_met_slices_12.gif);    
  height:151px;  
}
div.divBarLeft {
  width:90px;
  float:left;
 	background-image: url(/images/Portaalschema_met_slices_13.gif);    
  height:151px;  
	background-repeat: repeat;  
}
div.divBarSpacer {
  width:145px;
  float:left;
 	background-image: url(/images/Portaalschema_met_slices_13.gif);    
  height:151px;  
  background-repeat: repeat;
}

div.divBarContent {
  margin: 0px;
  clear: both;
}

div.dropdown {
	width: 190px;
	height: 16px;
  cursor: pointer;
	color: #904A40;
	border: 1px solid #5A3D1B;
	background-image: url(/images/123dropdown.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
  margin-left: 175px;
  margin-top: 7px;
  float:left;
}

#dropdownMenu {
  margin-left:175px;
  margin-top:25px;
	color: #946B48;
	font-size: 10px;
	display: none; 
	position: absolute;
	overflow-y: scroll;
	overflow-x: none;
	height:200px;
	width:190px;
	background-color:white;	
	border-left: 1px solid #052942;
	border-right: 1px solid #052942;
	border-bottom: 1px solid #052942;
	scrollbar-3dlight-color: #70390B;
	scrollbar-face-color:  #70390B;
	scrollbar-base-color: #70390B;
	scrollbar-darkshadow-color: #70390B;
	scrollbar-arrow-color: #FFFFFF;
}

div.content{
 width:500px;
 margin: 0px;
 float:left;
 margin-top: 0px;
 margin-left: 10px;
}

div.menu {
  clear:both;
  width: 150px;
  height: 150px;
  float:left;
  margin-left: 215px;
  margin-top: 9px;
  text-align: right;
}

div.menu a {
  line-height: 15px;
  text-decoration: none;

}

h1{
  font-size: 14px;
}

span.cat{
  font-size: 14px;
  font-weight: bold;
  margin-right: 40px;
  cursor: pointer;
}

div.cats a {
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}


table.topcontent {
	font-size: 12px;
	color : #FFFFFF;
}

table.topcontent td {
	font-size: 12px;
	color : #FFFFFF;
}

table.topcontent ul {
  margin-left: 1em;
  padding-left: 0;
	color : #FFFFFF;
}

table.topcontent li {
	list-style: none;
	list-style-image: url(/public/templates/gfx/vink.gif);
	color : #FFFFFF;  
}

