/* CSS Document */
*{
	border:0px;
}
body{
	background:#000;
	color:#fff;
	background:url('../img/background.jpg');
	margin:0px;
}
#content{
	position:absolute;
	left:100px;
	top:250px;
}
#logo{
	position:relative;
	left:225px;
	top:111px;
	width:320px;
}
#tekening{
	position:absolute;
	left:659px;
	top:136px;
}
#nieuwsbrief{
	position:absolute;
	left:590px;
	top:510px;
}
#nav{
	position:absolute;
	left:65px;
	top:183px;
}
/* ------ */
/* GENERAL */
/* ------ */
a{color:#fff;}
a:hover{color:#000;}
ul, li{
	padding:0px;
	margin:0px;
	font-size:12px;
	list-style-type:none;
}
input.textfield{
	border:1px solid #ccc;
	padding:2px;
	font-size:12px;
	margin-right:3px;
	background:#fff;
}
input.button{
	border:1px solid #fff;
	font-size:12px;
	background:#ccc;
	color:#000;
	background:#ccc;
}
