html {
	background-color: #C0DEED;
	background-image: url('/quel-search-engine/themes/atlantis/images/branding/background.png');
	background-repeat: repeat-x;
}

html, input, button {
	font-family: verdana, sans-serif;
	color: #555;
}

body {
	margin: 0 auto 20px;
	width: 828px;
	font-size: 11pt;
	clear: both;
}

a {
	color: #fe6600;
}

a:hover {
	color: #00a4e2;
}

div#left {
	float: left;
	width: 450px;
}

div#left img {
	margin: 0px 20px;
}

div#right {
	float: right;
	width: 150px;
	text-align: center;
}

div#right img {
	margin: 20px 0 10px;
}

h1 {
	font-size: 18pt;
	color: white;
	font-style: italic;
	line-height: 70px;
	margin: 0;
	background-image: url('/quel-search-engine/themes/atlantis/images/branding/logo.png');
	background-repeat: no-repeat;
	background-position: 23px center;
	text-indent: 177px;
}


h2 {
	font-size: 18pt;
	margin: 15px 0;
	color: #1F4B75;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	margin: 40px 0px 10px;
	font-weight: normal;
	color: #1F4B75;
}

h4 {
	font-size: 11pt;
	margin: 5px 0px;
	color: #555;
	font-weight: normal;
	font-style: italic;
}

div#ondertitel {
	font-size: 9pt;
	color: #333;
	font-style: italic;	
	margin: 0px 20px;
}

#registration-form div#header {
	float: left;
	clear: both;
	line-height: normal;
	margin: 0 0 25px 0;
}

div#header .reader {
	float: right;
}

div#header .logo {
	float: left;
	margin-top: 10px;
}

#registration-form {
	background-color: white;
	width: 690px;
	padding: 30px 69px;
	clear: both;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
