/********************standaard*****************************/

body {
	background-color: #042900;
	margin: 0px;
	padding: 0px;
	color: #00747F;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	position:absolute;
	align: center;
	margin: -160px 0px 0px -512px;
	text-align: left;
	width: 1024px;
	height: 460px;
	top: 25%;
	left: 50%;

}

#copyright{
	width: 1024px;
	height: 45px;
	font-size: 10px;
	background-color: #ffffff;
	text-align: center;
}

#middle{
	margin-left:300px;
	width:724px;
	height: 460px;
	background-color: #ffffff;
}

/***********************index1.html********************/
#indexachtergrond{
	height:654px;
	width: 1024px;
	background-image:url(images/indexachtergrond.gif);
	background-repeat: no-repeat;
}

#indexlink {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 35px;
	margin 0;
	padding-top: 300px;
	text-align: center;
	border: 0px;
}

#teller {
	padding-top: 120px;
	margin 0;
	text-align: center;	
}

#indexlink a {
	color: #00747F;
}

#indexlink a:hover {
   	color: #D9E9EB;
}
#menubutton a:active {
	color: #00747F;
}

#copyrightindex{
	width: 1024px;
	height: 45px;
	font-size: 10px;
	background-color: #D9E9EB;
	text-align: center;
}

/********************* header ****************************/
#header{
	height:146px;
	width:1024px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
}

/**********************menu*****************************/

#left{
	width:300px;
	height: 460px;
	float:left;
	background-color: #ffffff;	
}

.menucontent{
	width:285px;
	padding-top: 10px;
	font-size: 15px;
	color: #00747F;
	text-align: center;
}

#menubutton a {
   	display: block;
	margin: 0; 
	padding:0;
	width:285px; 
	height: 30px;
	overflow:hidden;
	text-decoration: none;
	background-image:url(images/menubutton.gif);
	background-position:top left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: center;
	color: #00747F;
}

#menubutton a:hover {
   	background-position: -285px 0;
	color: #00747F;
}

#menubutton a:active {
   	background-position: 0px 0;
	color: #00747F;
}

#menubutton span {
	display: block;
	margin:0; padding: 10px 0px 10px 30px;
}

#menubutton ul {
list-style-position: inside;
}


#linkactief{
	display: block;
	margin: 0; 
	padding:0;
	width:285px; 
	height: 30px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	color: #00747F;
}

#linkactief span {
	display: block;
	margin:0; padding: 10px 0px 10px 30px;
	font-weight: bold;
}
		

