/* CSS Document */
.teltnietmee {
	font-size: 12px;
	font-weight: bold;
	color: #01528F;
}
.textstyle0{
  font-family:CenturyGothic;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:normal;color:#917986;
}
.textstyle1{
  font-family:CenturyGothic;font-weight:normal;font-style:normal;font-size:14pt;text-decoration:normal;color:#917986;
}
body {
	/*margin-left: 0;*/
	/*margin-right: 0;*/
	/*margin-top: 0;*/
	/*margin-width: 0;*/
	/*margin-height: 0;*/
	font-family: "Century Gothic";
	font-size: 12pt;
	color: #917986;
	background-color: #FFFFDD;
	scrollbar-arrow-color: #B0497A;
	scrollbar-face-color: #917886;
	/*scrollbar-track-color: #ffffdd;*/
	background-image:url(achtergrond.gif);
	/* Defines the location of the background image (relative or absolute location) */
	background-attachment:fixed;
	/* Sets the image to be fixed in place and will not scroll with page content*/
	background-repeat:no-repeat;
	/* The background image is to display one time only */
	background-position:Center Center; 
	/* The background image will always be in the Center Center of the browser*/
}

a:link {color: #917980}     /* unvisited link */
a:visited {color:#917980}  /* visited link */
a:hover {color: #B0497A}   /* mouse over link */


 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #917980;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #B0497A;
padding-bottom: 2px;
background: transparent;
color: #917980;
}

#navlist a:hover { color: #B0497A; }

