/* website */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
 	background-image: url('../img/bg_all.gif');
 	background-repeat: repeat-x;
 	background-color: #fbfbfb;
}

h1
{
	display: none;
}

#content a {
	color: #ad3131;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#website {
 margin-top: 20px;
 width: 810px;
}

#menu {
	position: relative;
	float: left;
	width: 190px;
}

#content_frame {
	position: relative;
	float: left;
	width: 600px;
	min-height: 300px;
	_height: 300px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

#logo {
	position: relative;
	float: right;
	clear: right;
}

#content {
	padding: 20px;
	padding-top: 0px;
	min-height: 200px;
	_height: 200px;
}

#balk_zwart {
	width	: 100%;
	height: 20px;
	background-color: #000000;
}

#balk_rood {
	width: 100%;
	height: 20px;
	background-color: #ad3131;
}

#nav {
	list-style: none;
	margin-top: 50px;
}

#nav ul {
	list-style: none;
	z-index: 99;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav li {
	background-color: #ad3131;
	width: 130px;
	position: relative;
	display: block;
	height: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #000000;
	border-left: solid 8px #000000;
	margin-bottom: 5px;
}

#nav a {
 text-decoration: none;
 color: #ffffff;
}


#nav li:hover {
 cursor: pointer;
 background-color: #832523;
 color: #ffffff;
}

