@charset "utf-8";
/* CSS Document */
<!--
body {
	color: #033a57;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
}
td, input, textarea {
	font-family: "Trebuchet MS";
	color: #033a57;	
	font-size: 12px;
}
#ReclameScherms {
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px; 
    margin-left: -400px; 
	display: block;
	z-index: 1000;
}
.TextField {
	background-color:#04679a;
	border: 1px solid #FFF;
	font-family: "Trebuchet MS";
	color: #ffffff;
	height: 14px;
	font-size: 11px;
}
a:link {
	font-family: "Trebuchet MS";
	color: #033a57;	
	font-size: 12px;
}
a:hover{
	font-family: "Trebuchet MS";
	color: #033a57;	
	font-size: 12px;
}
a:active {
	font-family: "Trebuchet MS";
	color: #033a57;	
	font-size: 12px;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #033a57;	
	font-size: 12px;
}

.Title, .Title a:link ,.Title a:hover ,.Title a:visited ,.Title a:active {
	font-weight: bold;
	color: #033a57;
	font-size: 13px;
}
.Normaal, .Normaal a:link ,.Normaal a:hover ,.Normaal a:visited ,.Normaal a:active {
	color: #033a57;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

-->
#nav, #nav ul {
padding: 0px;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 130px;
}

#nav ul {
position: absolute;
width: 130px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 0px; /*2px 5px 3px 5px;*/
text-decoration: none;
font-family:  "Trebuchet MS";
font-size: 1em;
}

ul a{
font-weight: bold;
color: #FFF;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #FFF;
border-left: 1px solid #FFF;
}

ul ul li{
background-color: #04679a;
height: 16px;
vertical-align: middle;
color:#FFF;
border-top: 1px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 1px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
