	@CHARSET "UTF-8";

html{
	height:100%;
}

body{
	margin:0;
	font-size:62.5%;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/start/achtergrond.gif);
	margin:0 0 0 0; 
	height:100%;
}

#imageLinks{
	position:absolute;
	left:0;
	right:0;
	width:600px;
	height:699px;
	background-image:url(../images/start/imageLinks.gif);
}

#imageRechts{
	position:absolute;
	right:0;
	right:0;
	width:464px;
	height:670px;
	background-image:url(../images/start/imageRechts.gif);
}

#container{
	width:600px;
	position:absolute;
	left:50%; 
	margin-left:-300px;
}
	
#video{
	width:600px;
	height:363px;	
}

#dialog-register dt{
	float:left;
	width:100px;
	clear:left; 
	margin-top:5px;
}

#dialog-register dt#captcha-label{
	width:250px;
	clear:both;
	margin-top:5px;
}

#dialog-register dt#captcha-element{ margin-left:0px; }
#dialog-register .required{ color:#2783ca; }
#dialog-register .optional{ color:#7a90a7; }
#dialog-register input{border:1px #2783ca solid; }
#dialog-register #telefoon{ border:1px #7a90a7 solid; }
	
#dialog-register dd{
	float:left;
	margin-left:5px;
}

#dialog-register #validateTips{ list-style-type:none; padding:0; margin:0;}
#dialog-register #validateTips{ color:#2783ca; font-weight:bold; width:100%; text-align:center; }
