* { margin: 0; }

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433314;
	background: url(../img/body_bg.jpg) top no-repeat #020202;
	line-height: 24px;
}

a { text-decoration: none; color: #a99d87; }
a:hover { color: #433314; }
input { border: 1px solid #a99d87; background: #f6f5f0; padding: 0 2px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width: 156px; }
input:focus { border: 1px solid #433314; }

#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 260px;
}

#inloggen {
	float: left;
	width: 290px;
	padding-left: 90px;
}

#registreren {
	float: left;
	width: 340px;
	padding-left: 40px;
}

#footer {
	clear: both;
	width: 760px;
	color: #c1baad;
	text-align: center;
	padding: 50px 0 20px 0;
}

#footer a { color: #fff; }
#footer a:hover { color: #d00000; }

.login { border: 0; background: url(../img/login.gif); padding: 0; width: 64px; height: 24px; float: right; cursor: pointer; margin-right: 35px; }
.login:focus { border: 0; }
.registreer { border: 0; background: url(../img/registreer.gif); padding: 0; width: 108px; height: 24px; float: right; cursor: pointer; margin-right: 85px; }
.registreer:focus { border: 0; }
.radio { float: left; padding: 0; width: auto; border: 0; background: none; margin-right: 5px; }
.radio:focus { border: 0; }

.smalltekst { font-size: 10px; }
.light { color: #a99d87; }
.rood { color: #d00000; }
.floatleft { float: left; line-height: normal; margin-right: 20px; }

