/* CSS Document */

body {
	margin-left: 1px;
	margin-top: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* layers */

#top {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100px;
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	}

#vorm {
	position:absolute;
	margin-left: 100px;
	margin-top: 5px;
	width: 60px;
	}	

#logo {
	position:absolute;
	margin-left:230px;
	margin-top:25px;
	width: 527px;
	height: 40px;
	background-image: url(/images/logo_vandongen.gif);
	background-repeat: no-repeat;	
	}

#content {
	position:absolute;
	margin-left:230px;
	margin-top:125px;
	padding-bottom: 100px;
	width:500px;
	}

#navigatie {
	position:absolute;
	left:40px;
	top:100px;
	width: 140px;
	}

#visitekaartje {
	position:absolute;
	left:582px;
	top:110px;
	}
	
#img_rechts {
	float:	right;
	padding:0 15px 0 0;
	}	

.foto {
	float:right;
	padding-left:10px;
	}
	
/* teksten */

h1 {
	font-size:16px;
	font-weight:400;
	color:#006BAD;
	}

h2 {
	font-size:14px;
	font-weight:400;
	color:#006BA5;
	margin: 0px;
	}
	
p {	color:#666666;
	margin: 0px;
	}	
	
.tekst {
	color:#666666;
	margin: 0px;
	}
	
.lijst {
	color:#666666;
	}
	
.footer {
	color: #999999;
	font-size: 10px;
}	

li {
color: #006BA5;
}

/* linken */

a:link {
color: #666666;
text-decoration: underline;
	}

a:active {
color: #666666;
text-decoration: underline;
	}
	
a:visited {
color: #666666;
text-decoration: underline;
	}	
	
a:hover {
color: #006BAD;
text-decoration: underline;
	}
	
/* navigatie */

#navcontainer { width: 140px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: right;
}

#navcontainer a
{
display: block;
padding: 3px;
padding-right: 15px;
width: 122px;
border-bottom: 1px solid #8399CD;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
color: #000000;
border-bottom: 1px solid #FF99CC;
}

a#current {
color: #000000;
border-bottom: 1px solid #FF99CC;
}

/* #current
 {
display: block;
padding: 3px;
padding-right: 15px;
width: 122px;
border-bottom: 1px solid #FF99CC;
 } */
