@charset "utf-8";
/* CSS Document written by protolan.be */
/*        ALL RIGHTS RESERVED          */
/*      NO MODIFICATION ALLOWED        */

/*-- HTML ELEMENTS --*/
body{
	margin: 0px;
	font-family: 'Abel', sans-serif;
	background:#000000 url(../htmimg/home-background.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
	float: left;
}

h1{
	font-size: 46px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #292929;
}

p{
	margin: 0px;
	padding: 0px;
}

/*-- GENERAL --*/
#container{
	width: 670px;
	margin: 0 auto;
	margin-top: 200px;
}

#logo{
	width: 330px;
	height: 350px;
	float: left;
	background:#D7D8DA;
}

#login{
	width: 230px;
	padding: 50px;
	height: 250px;
	float: left;
	background:#F7941E url(../htmimg/login-shadow.png) bottom left no-repeat;	
}

#logo-mooof{
	width: 226px;
	height: 77px;
	float: left;
	margin-top: 130px;
	margin-left: 55px;
}

a:link, a:visited{color:#292929; text-decoration: underline;}
a:hover, a:active{color:#292929; text-decoration: none;}

.ww-vergeten{
	width: 230px;
	float: left;
	margin-top: 10px;
}

/*-- FORM ELEMENTS --*/
.labels{
	float: left;
	width: 220px;
	background:#FFC47E;
	padding: 5px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #9A5B11;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.buttons{
	float: left;
	padding: 10px;
	padding-right: 40px;
	border: 0px;
	background:#292929 url(../htmimg/button-pijltje.png) top right no-repeat;
	color:#F7941E;
	cursor:pointer;
}