/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 9px;
	font: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #29476D;
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: scroll;
}
body,td,th {
	color: #666666;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #2b5caf;
}
a:visited {
	text-decoration: none;
	color: #2b5caf;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #2b5caf;
}
#menu {
	background:url(images/menu.gif);
	width:92px;
	height:24px;
	vertical-align: middle;
	padding-top: 2px;
	cursor: pointer;
	background-color: #292929;
	}
	
#menu a{
	color: #FFFFFF;
	}
#menulink a{
	display:block;

}


div.lmenu-loweroppacity{
	opacity:0.7;
	filter:alpha(opacity=70,style=0);
	-moz-opacity:0.7;
	width:100%;
	height: 19px;
	vertical-align: text-top;
	}
/*
li {
	list-style-position: outside;
	list-style-image: url(images/list.gif);
}
*/

ul {
  list-style-type: disc;
  list-style-position:inside;
} 
	
* {padding:0; margin:0; font-family:"Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;}
.dropdown {display:block; position:relative; color:#FFFFFF;	font-size: 11px;}
.dropdown dt {width:195px; border:0px solid #9ac1c9; padding-left:0px;  cursor:pointer;}
.dropdown .upperdd {border-bottom:none}
.dropdown dd {position:absolute; top:0px; margin-left:2px; overflow:hidden; width:200px; display:none; background:#000; opacity:0}
.dropdown ul {width:200px; border:0px solid #9ac1c9; list-style:none}
.dropdown li {display:inline; }
.dropdown a, .dropdown a:active, .dropdown a:visited {height:20px; display:block; padding:0px; color:#FFF; text-decoration:none; background:#346fa1; width:200px}
.dropdown a:hover {background:#d7d106; color:#000}
.dropdown .underline {border-bottom:1px solid #000}

.content {
	vertical-align: top;
	padding: 200px;
	color:#000000;
}

a.content:link { color: #2b5caf; }
a.content:visited { color: #2b5caf; }
a.content:active { color: #2b5caf; }	
a.content:hover {
	color: #2b5caf;
	text-decoration: underline;
}

p { line-height:14px;
	margin-bottom:1.5em;
	

}

.titel {
	color: #2b5caf;
	font-size:15px;
	vertical-align: text-top;
	cursor: default;
	margin-bottom: 18pt;
	font-weight: bold;
}

.subtitel {
	color: #2b5caf;
	font-size:11px;
	vertical-align: text-top;
	cursor: default;
	margin-bottom: 8pt;
	font-weight: bold;	
}
.menulettertype {
	color: #FFFFFF;
	font-size:10px;
	vertical-align: text-top;
}
.menulettertype a{
	color:#FFFFFF;
}
.small {
	vertical-align: text-top;
	color: #999999;
	font-size: 11px;
}
a.small:link { color: #999999; }
a.small:visited { color: #999999; }
a.small:active { color: #999999; }	
a.small:hover {
	color: #666666;
	text-decoration: underline;
}


.big {
	vertical-align: text-top;
	font-size: 16px;
	color: #333333;
}
#zoeken {
	font-size: 10px;
	color: #999999;
	border-bottom-width: 1px;
	padding-left: 18px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	vertical-align:middle;
}

h2 {
  margin-bottom: 5pt;
}
