/* CSS Document */
* {	
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body{
background-image:url(../assets/bg.gif);
background-position:0px 95px;
background-repeat:repeat-x;
}
/************ LOGO ****************/
#header{
width:780px;
height:120px;
margin-left:auto;
margin-right:auto;
background-image:url(../assets/banner_test.gif);
background-position:bottom;
background-repeat:no-repeat;
padding:5px 0px 0px 0px}
/************ MENU TOP ************/
#menu{
border-bottom:1px solid #777;
border-left:1px solid #777;
width:780px;
margin-left:auto;
margin-right:auto;
margin-bottom:18px;
margin-top:-30px;
display:block;
height:29px;
}
#nav, #nav ul {
float: right;
width: 100%;
list-style: none;
line-height: 1.0;
font-weight: normal;
padding-top: 1px;
background:transparent;
border: solid #777;
border-width: 0 0;
margin: 0px;
}

#nav a {
display: block;
width: 10em;
color:#444;
background-color:#eee;
text-decoration: none;
padding: 7px;
border-top:1px solid #bbb;
border-bottom:1px solid #fff;
font-size:13px;
}

#nav a:hover{
background-color:#999;
background-image:url(../assets/menubg_hover_sub.gif);
color:#130e53;}

#nav a.daddy {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
height:19px;
text-align:center;
display:block;
padding:7px 11px 2px 10px;
width:70px;
text-decoration:none;
color:#444;
background:#eeeeee url(../assets/menubg.gif) bottom;
border-left:1px solid #fff;
border-right:1px solid #777;
border-bottom:0px;
border-top:0px;
}
#nav a:hover.daddy , #nav a.current{
background-color:#eee;
background-image:url(../assets/menubg_hover.gif);
color:#130e53;
}
#nav li {
	float:right;
	padding:0px;
	width:93px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	font-weight: normal;
	color:#444;
	background-color:#eee;
	border-width: 1px;
	margin: 0;
}

#nav li li {
float:left;
	padding-right: 0em;
	width: 160px;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -1.75em 0 0 124px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover{
	color:#003366;
}
/********* CONTAINER *************/
#container{
font-size:76%;
line-height:19px;
color:#444;
margin:0 auto;
width:781px;
background:#ffffff url(../assets/dotted.gif) left top repeat-y;
}
#container p{
margin:12px 0px 12px 0px;
}
#top{
height:200px;
padding:0px 0px 12px 12px;
background:url(../assets/animation_header.gif) top no-repeat;
}
#container h2{
background:#fff url(../assets/div.gif) left bottom no-repeat;
font-size:15px;
font-weight:bold;
color:#130e53;
margin:0px -10px -10px 0px;
padding:2px 0px 8px 0px;
}
.img{
display:block;
padding:3px;
border:1px solid #bbb;
margin-bottom:2px;}
/*************** INHOUD *************/
#image{
text-align:right;
padding:2px 0px;
margin-bottom:12px;
}
#content{
width:769px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 10px;
}
/*********** LIST ***********/
#content ul{
list-style: none;
padding-top:12px;
}
#content li{
font-size: 12px;
line-height: 14px;
text-decoration:none;
margin:3px 0px 2px 0px;
padding:0px 0px 2px 18px;
background:transparent url(../assets/list.gif) no-repeat 0px 0px;
}
/*********** FOOTER *********/
#footer{
color:#666666;
font-size:12px;
text-align:right;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 0px;
margin-top:15px;
width:100%;
height:18px;
background-color:#EEEEEE;
background-image:url(../assets/bg_footer.gif);
}
.clear{
clear:both;
}
/************** REGULAR LINKS ****************/
a:link, a:visited{
color:#449cb7;
background-color:#fff;
}
a:hover, a:active{
color:#000;
background-color:#fff;
}
/************** FORM ***************/
.theform{
margin-top:10px;
padding-bottom:8px;}
label {
  display: block;
  width: 92px;
  padding:1px 0px 1px 0px;
}
input {
border:1px solid #666;
font-size:12px;
width:180px;
}
textarea{
border:1px solid #666;
font-size:12px;
width:400px;
height:76px;
}
.button{
margin-top:6px;
border:1px solid #666;
height:20px;
line-height:20px;
padding:0px;
width:80px;
background-image:url(../assets/menubg.gif);
cursor:pointer;
}
.readmore a:link, .readmore a:visited{
background: url(../assets/readmore.gif) no-repeat center right;
color: #449cb7;
background-color: #fff;
padding-right : 10px; 
}
.readmore a:hover, .readmore a:active{
background: url(../assets/readmore_hover.gif) no-repeat center right; 
color: #000;
background-color: #fff;
padding-right : 10px; 
}