@charset "utf-8";
* {
	outline: none;
	padding: 0px;
	margin: 0px;
}
a {
	color: #D11935;
	text-decoration: none;
}

html, body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fafcfd;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -192px; /* half of container's height */
	float: left;
}
#container {
	clear:left;
	width: 555px;
	height: 384px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}#container .header {
	position: relative;
	height: 145px;
	background-image: url(../images/login.jpg);
	width: 410px;
}
#container .streep {
	background-color: #d11935;
	height: 43px;
	background-image: url(../images/bloem_rood.jpg);
	background-repeat: no-repeat;
	background-position: right -17px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 17px;
	padding-left: 20px;
	width: 390px;
}
#container .box {
	position: relative;
	padding-left: 40px;
	width: 350px;
	height: 156px;
	background-image: url(../images/stripes.jpg);
	background-repeat: no-repeat;
	background-position: 20px 22px;
	padding-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 20px;
	overflow: hidden;
}
#container .box p {
	padding-top: 10px;
	position: relative;
	left: -20px;
	width: 370px;
	line-height: 16px;
	padding-bottom: 10px;
}
#container .box .item {
	position: relative;
	left: -20px;
	height: 25px;
	width: 370px;
	padding-top: 3px;
}
#container .box .item input {
	position: absolute;
	left: 100px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 157px;
	padding-left: 3px;
	padding-top: 2px;
	height: 17px;
}
#container .box .item .submit {
	width: 70px;
	position: absolute;
	left: 195px;
	height: 23px;
}


#container .right {
	float: right;
	width: 141px;
	background-image: url(../images/logo_topright.jpg);
	height: 380px;
	position: absolute;
	background-position: -4px 0px;
	top: 0px;
	left: 410px;
	background-color: #E9F0F6;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
#container .right .register {
	position: relative;
	margin-top: 227px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}

