html, body {
	height:100%;
}

body {
	font-family: sans-serif;
	background-color: white;
	width: 980px;
	margin:0px auto;
	background-image:url('/images/icon_mosquito.gif');
	background-repeat:repeat;
}

.spacer {
clear: both; 
}

.header {
	height: 136px;
	text-align: center;
	padding-top: 5px;
}

.menu {
	padding: 5px;
	margin-left: 1px;
	width: 966px;
	height: 30px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: white;
}

.button
{
	float: left;
	border-style: none;
}

.button a:link, a:visited, a:active, img
{
	text-decoration: none;
	border-style: none;
}

.button a:hover
{
    
}


.bread {
	margin-top: 10px;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	font-size: 12px;
	color: black;
}

.bread a:link, a:visited, a:active{
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.bread a:hover{
	text-decoration: underline;
}

.content {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: white;
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin-top: 0px;
	margin-left: 1px;
	width: 966px;
}

.main {
	width: 720px;
	float: left;
	background-color: lightgray;
	min-height: 700px;
	border: solid 1px black;
	
}

.main a:link, a:visited, a:active{
	color: #8a1d1d;
	text-decoration: none;
}

.main a:hover{
	color: #146fa4;
}

.submenu {
	margin: 5px;
	padding: 5px;
	border: dashed 1px black;
	
}

.submenu a:link, a:visited, a:active{
	color: #8a1d1d;
	text-decoration: none;
}

.submenu a:hover{
	color: #146fa4;
}

.main2 {
	padding: 10px;
	
}

.main h1 {
	margin: 0px;
	font-size: 22px;
	background-color: #146fa4;
	padding-left: 10px;
	border: solid 1px black;
	border-bottom: solid 2px black;
}

.profielen{
	width: 220px;
	float: right;
	
}

.profiel{
	background-color: lightgray;
	border: solid 1px black;

}

.profiel img{
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px black;

}

.profieltext{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	text-align: center;

}

.profiel h1{
	text-align: center;
	margin-top: 0px;
	font-size: 22px;
	background-color: #146fa4;
	border: solid 1px black;
	border-bottom: solid 2px black;
}

.footer{
	background-color: #8a1d1d;
	color: white;
	text-align: center;
	font-size: 12px;
	border: solid 1px black;
	width: 976px;
	margin-left: 1px;
}

