BODY { font-family: Arial, Helvetica, sans-serif; color: #000000; background-color: #FFFFFF; }
P, TD, TH, DIV { font-family: Arial, Helvetica, sans-serif; }
CODE, TT, PRE { font-family: "Courier New", Courier, monospace; }

BODY, P, TD, TH, DIV { font-size: 13px; }
CODE, TT, PRE { font-size: 13px; }

H1 { font-size: 16px; color: #4D1979; }

A:link { font-weight: normal; color: #008B98; text-decoration: none;}
A:visited { font-weight: normal; color: #4D1979; text-decoration: none;}
A:hover { font-weight: normal; color: #4D1979; text-decoration: underline;}
A:active { font-weight: normal; color: #4D1979; text-decoration: none;}

A.extern:link { font-weight: normal; color: #000000; }
A.extern:visited { font-weight: normal; color: #000000; }
A.extern:hover { font-weight: normal; color: #000000; }
A.extern:active { font-weight: normal; color: #000000; }

body {
	background-color: #FFFFFF;
	background-image: url("balk.gif");
	background-repeat: repeat-x;
	background-position: 100% 0px;
	margin: 0px;
}
	
.navigatieboven {
	background-image: url("clive.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	margin-top: 0px;
	}
	
.menu {
	position: relative;
	padding-right: 19px;
	background-image: url("streepje.png");
	background-repeat: no-repeat;
	background-position: 90% 0%;
	top: -4px;
	}
	
.menu a, .menu a:visited {
		display: block;
		text-decoration: none;
		color: black;
		padding: 4px;
		padding-left: 20px;
	}

.menu a:hover {
		color: gray;
		background-image: url("go.png");
		background-repeat: no-repeat;
		background-position: center left;
	}
