@charset "UTF-8";
/* CSS Document */

html {
	scrollbar-base-color: #F7F7F7;
	scrollbar-arrow-color: #F0B4EB;
	scrollbar-track-color: #EFEFEF;
	
	scrollbar-shadow-color: #F0B4EB;
	scrollbar-lightshadow-color: #F7F7F7;
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-highlight-color: #F0B4EB;
	scrollbar-3dlight-color: #F7F7F7;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f2;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/background.jpg);
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B45D9A;
	margin-top: 16px;
	margin-bottom: 12px;
}
a.foot:link,a.foot:visited,a.foot:active,a.foot:hover   {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link,a:visited,a:active   {
	color: #A8418A;
	text-decoration: none;
	font-weight: bolder;
}
a:hover   { 
	color: #FF3EC4;
	font-weight: bolder;
	text-decoration: none;
}
.inputs {
	border: 1px solid #E3B0E3;
	font-size: 11px;
}
#header_anim {
	margin-top: 72px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 280px;
	width: 800px;
	background-color: #000000;
	color: #999999;
}
#content_frame {
	height: 407px;
	width: 510px;
	background-image: url(../img/frame.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	z-index: 99;
	vertical-align: middle;
	text-align: center;
}
#nav {
	float: right;
	width: 294px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#container {
	width: 822px;
	height:auto !important; /* voor moderne browsers */
	height:100%;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	color: #CCCCCC;
	font-size: 10px;
	height: 25px;
	width: 492px;
	margin-left: 15px;
}

