/* body & container */
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #919191;
	background-repeat: repeat;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	height: 580px;
	margin-left: auto;
	width: 925px;
	position: relative;
	background-color: #ffffff;
	}
#devider {
	width: 25px;
	height: 570px;
	float:left;
	margin-right: 0px;
	position: relative;
	padding-top: 0px;
	}
#extkop {
	height: 68px;
	width: 25px;
	color: #999999;
	background-color: #CCCCCC;
}

/* header */

#header	{
	float: left;
	height: 78px;
	position: relative;
	padding-left: 0px;
	width: 800px;
	}
#kop {
	width: 250px;
	height: 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #999999;
	background-color: #CCCCCC;
	text-align: right;
	margin-bottom: -10px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	}
#koptekst {
	float: right;
	height: 58px;
	}

/* menu */

#nav-menu   ul {
	list-style: none;
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#nav-menu li {
	float: left;
	margin: 0 3.4em;
	}
#menu {
	float: left;
	position: relative;
	width: 900px;
	height: 21px;
	background-color: #666666;
	margin-left: 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	top: 0px;
}

/* content */

#contentwrapper {
	position: relative;
	float: left;
	width: 900px;
	margin-top: 25px;
	}
#content{
	font-size: 16px;
}
/* menulinks */

a:link {
	color : white;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #2984ca;
	}
	
a:active {
	text-decoration: none;
}

/* contentlinks */

a.content:link {
	color : #2984ca;
	text-decoration: none;
}
a.content:visited {
	text-decoration: none;
	color: #2984ca;
	background-color: transparent;
}
a.content:hover {
	text-decoration: none;
	color: #666;
	}
a.content:active {
	text-decoration: none;
	background-color: #2984ca;
	color: #ffffff;
}

/* Koptext link */

a.kop:link {
	color : #999999;
	text-decoration: none;
}
a.kop:visited {
	text-decoration: none;
	color: #999999;
}
a.kop:hover {
	text-decoration: none;
	color: #999999;	
	}
a.kop:active {
	text-decoration: none;
	color: #999999;
}


