/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666F60;
	background:#FFFFFF;
}

#flash_content a {
	text-decoration: underline;	
}

a {
	color: #666F60;
	text-decoration: none;
}

a:hover {
	background-color: #C5D643;
}

#container {
	position:absolute;
	margin-left: -485px;
	margin-top: -285px;
	left:50%;
	top:50%;
	width:970px;
	height:570px;
	text-align: center;
	line-height: 18px;
	z-index:1;
}

.inloggen{
	color:#666F60;
	margin-left:20px;
	padding:2px 5px 2px 5px;
	background-color:#C5D643;
}

.inloggen:hover{
	background-color:#666F60;
	color:white;
}
