body
{
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
}

#container
{
	position: relative;
	background-color: #FFF;
	margin: 10px auto 10px auto;
	padding: 0px;
	text-align: left;
	width: 768px;
	border: 1px solid #333;
	min-height:700px;
}


#content
{
	position: relative;
	top:35px;
	left:8px;
	font-size:12px;
	line-height:14px;
	padding-bottom:100px;
}

h1, h2, h3, h4 {
	margin: 0 0 1em 0;
	}

p { margin: 0 0 1em 0; }

h1
{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 0 0 1.5em 0;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#header
{
	padding: 8px;
	height: 70px;
}

ul#nav
{
	height: 20px;
	width: 400px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
}


ul#nav li
{
	float: left;
	list-style-type: none;
	padding:0 10px 0 10px;
	border-right: 1px solid #999;
}

ul#nav li.laatste
{
	border-right: none;
}

ul#nav a:link, ul#nav a:visited{
	
	text-decoration: none;
	color:#999;
	font-weight:normal;
	background-color:transparent;
}

ul#nav a:link, ul#nav a:visited{
	
	text-decoration: none;
	color:#999;
}

ul#nav a:hover{
	
	text-decoration: none;
	color:#666;
}

ul#nav a.hier:link, ul#nav a.hier:visited {
	
	text-decoration: none;
	color:#333;
}

ul#nav a.hier:hover {
	
	text-decoration: none;
	color:#000;
}

.congresblok {

	margin:60px 0 80px 0;

}

.congresblok img {

	display:block;

}

.congresblok a img {

	border:none;

}

.congresblok p {

	font-size:12px;

}

.congresblok a:link, .congresblok a:visited{
	
	color: #951816;
}

.congresblok a:hover{
	
	text-decoration: none;
	color:#FFF;
	background-color: #951816;
}




