@charset "UTF-8";
/* CSS Document */
hr {
	border-bottom-color: #FFCF06;
}
.body {
	color: #FFCF06;
}
#nieuws {
	position: absolute;
	top: 320px;
	width: 100%;	
}
#nieuws2 {
	position: absolute;
	top: 0px;
	width: 100%;	
}
#nieuwsFlash {
	position: static;
	height: auto;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 8px;
	padding-bottom: 8px;
}
#pictHome {
	text-align: center;
	position: absolute;
	top: 130px;
	width: 100%;	
}
a:link {
	color: #FFCF06;
	text-decoration: none;
}
a:visited {
	color: #FFCF06;
	text-decoration: none;
}
a:active {
	color: #FFCF06;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCF06;
	line-height: 15px;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 17px;
	background-color: #000;
	border: none;	
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCF06;
	line-height: 15px;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 17px;
	background-color: #000;
	border: thin solid #FFCF06;		
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCF06;
	line-height: 15px;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 17px;
	background-color: #000;
	border: thin solid #FFCF06;		
}


