/* main */
body
{
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	background-color:#fff;
	height:100%;
	 
}

h6
{
	display:inline;
	color:#1c80f0;
	font-size:20px;
}

hr
{
	border:0px;
	border-top:1px solid #1c80f0;	
}

/* login scherm */

#loginvenster
{
	position:absolute;
	
	top:40%;
	left:50%;
	
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	
	margin-top:-87px;
	margin-left:-200px;
	
	height:225px;
	width:350px;
	
	background-color:#EBEBEB;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	
	-webkit-box-shadow:0px 0px 7px 1px #333333;
	-moz-box-shadow:0px 0px 7px 1px #333333;
	-o-box-shadow:0px 0px 7px 1px #333333;
	-ms-box-shadow:0px 0px 7px 1px #333333;
	box-shadow:0px 0px 7px 1px #333333;
	
}

#loginfout
{
	display:none;
	position:absolute;
	
	top:40%;
	left:50%;
	
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	
	margin-top:-125px;
	margin-left:-200px;
	
	height:60px;
	width:350px;
	
	text-align:center;
	color:#414088;
	
	background-color:#EBEBEB;
	
	border-top-left-radius:20px;
	-moz-border-top-left-radius:20px;
	-o-border-top-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	
	border-top-right-radius:20px;
	-moz-border-top-right-radius:20px;
	-o-border-top-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	
	-webkit-box-shadow:0px 0px 7px 1px #333333;
	-moz-box-shadow:0px 0px 7px 1px #333333;
	-o-box-shadow:0px 0px 7px 1px #333333;
	-ms-box-shadow:0px 0px 7px 1px #333333;
	box-shadow:0px 0px 7px 1px #333333;
}

.tekstklein
{
	font-size:12px;	
}

input[type="text"],input[type="password"]
{
	width:350px;
	height:25px;	
}

input[type="submit"]
{
	-webkit-appearance: none;
	background-color:#1c80f0;
	height:25px;
	width:100px;
	border:0px;
	color:#FFF;
	border-radius:5px;
	font-family:Verdana, Geneva, sans-serif;
}

input[type="submit"]:hover
{
	-webkit-appearance: none;
	background-color:#529ee6;
	height:25px;
	width:100px;
	border:0px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}