@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;} 

body {
	background-color: #66cccc;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #210a36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/img/bodybg.gif);
	background-repeat:repeat;
}
.container {
	margin: 0 auto;
	width: 775px;
	background-color: #fff;
	background:url(/images/bg.gif);
}
.header {
	float:left;
	width: 775px;
	margin-bottom: 0px;
}
.toolbar {
	float:left;
	width: 770px;
	padding-left: 5px;
}
.toolbar a {
	float: left;
	width: 135px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-right: solid 1px #CCCCCC;
	display: block;
}
.toolbar a:hover {
	background-color: #EEEEEE;
}
.seperator {
	float:left;
	width: 775px;
	height: 17px;
	background:url(/images/middle.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.kolom1 {
	float:left;
	width: 135px;
	background-color: #ccffff;
	border: 1px solid #6ab4df;
	margin-left: 10px;
}
.kolom1 a{
	display: block;
	color: #000000;
	padding: 3px;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.kolom2 {
	float:left;
	width: 605px;
	border: 1px solid #6ab4df;
	margin-left: 5px;
	padding-left: 5px;
}
.footer {
	float:left;
	width: 775px;
}

.profiel
{
	float: left;
	width: 580px;
	border: 1px solid #6ab4df;
	margin-bottom: 10px;
	text-align: left;
	background-color: #E8E8E8;
}
.profiel_titel {
	float: left;
	width: 574px;
	font-size: 12px;
	padding: 3px;
	background-color: #ccffff;
}
.profiel_titel a{
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}
.profiel_foto {
	float:left;
	width: 175px;
}
.profiel_foto img{
	border: 1px solid #000000;
}
.profiel_omschrijving {
	float:left;
	width: 400px;
}

.profiel_meerlink {
	font-size: 12px;
	float: left;
	width: 574px;
	padding: 3px;
}
.profiel_meerlink a{
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}

.navigatie {
	font-family: Arial, Helvetica, sans-serif;
	width: 580px;
	text-align: left;
	font-size: 12px;
	color: #6ab4df;
	margin: 5px;
}
.navigatie a:link, .navigatie a:active, .navigatie a:visited{
	color: #6ab4df;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.navigatie a:hover{
	color: #6ab4df;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

