/* CSS Document */

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #333333;
	}

a:hover, a:active{
	color: #FF0000;
} 

ul{
	list-style: none;
}

li{
	display: inline;
}

li a{
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}

li a:link, a:visited{
	color: #333333;
}

li a:hover, a:active{
	color: #FF0000;
} 



ul.top {
	list-style: none;
}

ul.top li{
display: inline;
}

ul.top a {
	font-size: 12px;
	font-weight: normal;
}

ul.index a {
text-decoration: none;
}


ul.logo {
}

ul.logo li{
}

ul.logo a{
float: left;
width: 250px;
height: 100px;
} 


span{
display: none;
}

.nolink{
	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
}

a.index{
}

a.index:hover, a.index:active{
	color: #FF0000;
} 

a.nieuws:link, a.nieuws:visited{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.nieuws:hover, a.nieuws:active{
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;	
}