BODY {
	color: #33cc33;
	padding: 0;
	margin: 0;
	background-color: #000000; 
}

BODY, TD, DIV, P  {
	font-family: verdana, arial, sans-serif;
	line-height: 18px;
	font-size: 11px;
}

DIV#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width:950px;
}

DIV#fotobalk1 {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 100px;
	height: 1000px;
	background-image: url(fotobalk1.jpg);
	background-repeat: no-repeat;
}

DIV#fotobalk2 {
	position: absolute;
	top: 245px;
	left: 850px;
	width: 100px;
	height: 1000px;
	background-image: url(fotobalk2.jpg);
	background-repeat: no-repeat;
}


DIV#logo {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 750px;
	height: 200px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

DIV#menu {
	position: absolute;
	top: 210px;
	left: 160px;
	width: 630px;
	font-size: 12px;
}

DIV#menu a {
	color: #33cc33;
	text-decoration: none;
	font-size: 12px;
}

DIV#menu a:hover {
	color: #ff6633;
	text-decoration: none
}

DIV#menu a.active {
	color: #ff6633;
	text-decoration: none
}

DIV#menu a.active:hover {
	color: #ff6633;
	text-decoration: none
}


DIV#lijn {
	position: absolute;
	top: 245px;
	left: 160px;
	width: 630px;
	border-top: solid 2px #666666;
}

DIV#tekst {
	position: absolute;
	top: 270px;
	left: 160px;
	width: 630px;
}

DIV#tekst h1{
	font-size: 13px;
	font-weight: bold;	
}

DIV#tekst a {
	color: #33cc33;
	text-decoration: underline;
}

DIV#tekst a:hover {
	color: #ff6633;
	text-decoration: underline;
}


