body {
	background-color: black;
}
#main {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 25px;
	left: 50%;
	margin-left: -400px;
	background-image: url('http://www.orangesnow.nl/img/bg.jpg');
	background-repeat: no-repeat
	}
	
#logo {
	position: absolute;;
	top: 90px;
    left: 110px;
}

#menu {
	position: absolute;
	width: 110px;
	top: 180px;
	left: 40px;
	font-family: Courier;
	font-size: 12px
}
#scrollArea {
	position	: absolute;
	left		: 550px;
	top			: 250px;
	height		: 200px;
	width		: 5px;
	border		: 1px solid #666;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 5px;
	background	: #000;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}
#container {
	position	: absolute;
	width		: 350px;
	height		: 270px;
	top			: 175px;
	left		: 180px;
	font-family	: Courier;
	font-size	: 11px;
	line-height	: 12px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 350px;
	left		: 0px;
}

a.menu:link {
	color: black;
	text-decoration:none;
}
a.menu:visited {
	color: black; 
	text-decoration:none;
}
a.menu:hover {
	color: white; 
	text-decoration:none;
}
a.menu:active {
	color: black; 
	text-decoration:none;
}

a.taal:link {
	color: black; 
	font-size: 11px;
	text-decoration:underline;
}
a.taal:visited {
	color: black;  
	font-size: 11px;
	text-decoration:underline;
}
a.taal:hover {
	color: white; 
	font-size: 11px; 
	text-decoration:underline;
}
a.taal:active {
	color: black; 
	font-size: 11px;
	text-decoration:underline;
}

a:link {
	color: black;
	text-decoration:underline;
}
a:visited {
	color: black; 
	text-decoration:underline;
}
a:hover {
	color: white; 
	text-decoration:underline;
}
a:active {
	color: black; 
	text-decoration:underline;
}

form {
	margin: 0px;
}
img {
	border: 0px;
}
textarea {
	font-family: Courier;
	font-size: 12px
}
input {
	font-family: Courier;
	font-size: 12px
	background-image: url('http://www.orangesnow.nl/orangesnow/img/area_bg.jpg');
	border: solid 1px #666;
}
.verplicht {
	font-size: 10px;
	color: red;
	
}
.formulier {
	font-family: Courier;
	color: black;
	font-size: 12px;
	line-height: 17px;
}
.tekstveld {
	width:250px;
	background-image: url('http://www.orangesnow.nl/orangesnow/img/area_bg.jpg');
	border: solid 1px #666;
}
.tekstarea {
	width:250px;
	height: 100px;
	background-image: url('http://www.orangesnow.nl/orangesnow/img/area_bg.jpg');
	border: solid 1px #666;
}