*{
	margin: 0;
	padding: 0;
}

body{
	background: #e0b7ff url(../images/bg.png) repeat-x;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #d21070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: auto;
	width: 816px;
}

#header{
	background-image: url(../images/header.png);
	width: 816px;
	height: 96px;
}

#header .login{
	padding: 20px 0 0 40px;
	color: #fff;
	float: left;
}


#header .login a{
	color: #e0b7ff;
	text-decoration: none;
}

#header .login a:hover{
	text-decoration: underline;
}

#header .login input{
	color: #d21070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content{
	background: url(../images/content_bg.png) repeat-y;
	width: 816px;
}

#content .tekst{
	margin: 0 15px 0 15px;
}

#links h1{
	font-size: 17px;
}

#links input,select, textarea{
	margin-left:13px;
	color: #d21070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer{
	background-image: url(../images/footer.png);
	width: 816px;
	height: 24px;
}

#links{
	width: 570px;
	margin-right: 16px;
	float: left;
}

#links .oops{
	font-size: 25px;
}

#rechts{
	width: 200px;
	float: left;
}

.error {
	color:red;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}