/* CSS Document */

/* BODY */
* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	background:url(../images/bg.jpg) repeat-x top #EAECF1;
}

#container {
	width: 315px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:300px;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background:url(../images/wit_transparantie.png);
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 65px;
}

.copy {
	font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#5F6A69; 
	font-size:11px; 
	font-style:normal;
}

.copy a {
	font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#5F6A69; 
	font-size:11px; 
	font-style:normal;
	text-decoration:none;
}

.copy a:hover {
	font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:11px; 
	font-style:normal;
	text-decoration:none;
}

.css_submitnl {
	display:block;
	width:256px;
	height:30px;
	background:url(../images/bt_nl_splash.png) no-repeat;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:0px;
	color:#57585A;
}

.css_submitnl:hover {
	background:url(../images/bt_nl_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.css_submitnl:active {
	background:url(../images/bt_nl_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.css_submitfr {
	display:block;
	width:256px;
	height:30px;
	background:url(../images/bt_fr_splash.png) no-repeat;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:0px;
}

.css_submitfr:hover {
	background:url(../images/bt_fr_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.css_submitfr:active {
	background:url(../images/bt_fr_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.css_submiten {
	display:block;
	width:256px;
	height:30px;
	background:url(../images/bt_en_splash.png) no-repeat;
	outline:none;
	border:none;
	cursor:pointer;
	font-size:0px;
	color:#57585A;
}

.css_submiten:hover {
	background:url(../images/bt_en_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.css_submiten:active {
	background:url(../images/bt_en_splash_a.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}