/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}

/* End hide from IE-mac */
html,body {
	padding: 0;
	margin: 0;
	height: 100%;
}

.naam_header {
	color: #224971;
	font-size: 27px;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS;
}

.mugshot {
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	height: 105px;
}

.gegevens_tekst {
	font-family: Arial;
	color: #65625b;
	font-size: 13px;
	line-height: 17px;
	display: block;
}

#gegevens_links a:link,#gegevens_links a:active,#gegevens_links a:visited,#gegevens_links a:hover
	{
	font-family: Arial;
	color: #65625b;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	display: block;
}

a:link,a:active,a:visited {
	color: #0c1335;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}

#container {
	float: left;
	min-width: 1200px;
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url('/images/achtergrond.jpg');
}

#top_uitlijner {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#hoofdbalk {
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 130px;
}

#logo {
	float: left;
	width: 460px;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
}

#gegevens {
	float: left;
	width: 540px;
	height: 130px;
}

#gegevens_links {
	float: left;
	width: 300px;
	height: 120px;
	margin-top: 10px;
}

#gegevens_rechts {
	float: left;
	width: 150px;
	height: 120px;
	margin-top: 10px;
}

#menubalk {
	text-align: center;
	float: left;
	width: 100%;
	background-color: #4b4b4b;
	overflow: hidden;
}

#menubalk_schaduw {
	float: left;
	background-color: #ffffff;
	width: 100%;
	height: 9px;
	background-repeat: repeat-x;
	background-image: url('/images/achtergrond_menu.gif');
}

#div_body {
	float: left;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 25px;
}

#box_container {
	float: left;
	width: 100%;
}

.bovenkant_box {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	width: 670px;
	height: 30px;
	background-image: url('/images/box_top.png');
}

.box {
	font-family: Arial;
	color: #65625b;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 0px;
	width: 710px;
	background-image: url('/images/midden_box.png');
}

.onderkant_box {
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	width: 670px;
	height: 55px;
	background-image: url('/images/box_bodem.png');
}

.icoontje {
	float: left;
	width: 211px;
	margin-left: 25px;
	height: 50px;
	padding-top: 10px;
}

#knopjesrij {
	text-align: center;
	width: 687px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#homeheader {
	position: relative;
	left: 586px;
	top: -10px;
	margin-bottom: -5px;
	width: 75px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/home_header.gif');
}
#weblogsheader {
	position: relative;
	left: 540px;
	top: -10px;
	margin-bottom: -5px;
	width: 121px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/weblog_header.gif');
}

#contactheader
{
	position: relative;
	left: 544px;
	top: -10px;
	margin-bottom: -5px;
	width: 117px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/contact_header.gif');
	
	
}

#loginheader{
	position: relative;
	left: 543px;
	top: -10px;
	margin-bottom: -5px;
	width: 128px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/inloggen_header.gif');
}
#registerheader{
	position: relative;
	left: 494px;
	top: -10px;
	margin-bottom: -5px;
	width: 167px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/registreren_header.gif');
}
	
#zoekenheader{
	position: relative;
	left: 561px;
	top: -10px;
	margin-bottom: -5px;
	width: 100px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/zoeken_header.gif');
}

#profielpaginasheader {
	position: relative;
	left: 452px;
	top: -10px;
	margin-bottom: -5px;
	width: 209px;
	height: 20px;
	z-index: 99;
	background-image: url('/images/profiel_header.gif');
}

.footertekst {
	color: #626262;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	line-height: 18px;
}

/*divbuttons*/
a:link.div_button,a:active.div_button,a:visited.div_button,a:hover.div_button,a:link.div_button2,a:active.div_button2,a:visited.div_button2,a:hover.div_button2,a:link.div_button3,a:active.div_button3,a:visited.div_button3,a:hover.div_button3
	{
	float: left;
	display: block;
	width: 209px;
	padding-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	height: 48px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/knopje.png');
}

a:link.div_button2,a:active.div_button2,a:visited.div_button2,a:hover.div_button2
	{
	background-image: url('/images/knopje2.png');
}

a:link.div_button3,a:active.div_button3,a:visited.div_button3,a:hover.div_button3
	{
	background-image: url('/images/knopje3.png');
	color: #494949;
}

#testdiv {
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1200px;
	height: 30px;
	background-color: #4b4b4b;
	padding-left: 35px;
	overflow: hidden;
}

.lavaLampWithImage {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	position: relative;
	height: 30px;
	width: 740px;
	background-color: #4b4b4b;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	margin-right: 40px;
}

.lavaLampWithImage li.back {
	background: url("/images/lava2.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url("/images/lava2.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	color: #d0dbee;
	text-decoration: none;
	font-family: Arial;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lavaLampWithImage li a:hover,.lavaLampWithImage li a:active,.lavaLampWithImage li a:visited
	{
	border: none;
}

table
{
	font-family: Arial;
	color: #65625b;
	font-size: 13px;
	line-height: 17px;
	display: block;
}
th
{
	text-align: left;	
}
.errorList
{
	color: red;
}