@charset "iso-8859-1";
/*©2009 midhold*/

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body {
	color: #000000; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	background: #ededed url(../img/page-bg.gif) repeat-x top; 
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#wrapper{
	width: 960px;
	margin: 3px auto 0;
}

#header{
	width: 929px;
	height: 109px;
	margin: 0 auto 8px;
	background: url(../img/header_bg.jpg) no-repeat;
}

.footer{
	margin: 10px 0;
	text-align: center;
	font-size: 10px;
}

.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

/*CSS voor Loggin*/

.middle .iframe{
	width:960px;
	height:550px;
	background: #fff;
}

.profielheader{
	color: #f82d03;
	font-size: 20px;
	margin: 10px auto;
	text-align: center;
}
