@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height:16px;
	background-color: rgb(239, 240, 240);
	border-top:5px solid #cccccc;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	text-align:right;
	padding: 10px 0 10px 0;
	height: 50px;
	border-bottom:1px solid #cccccc;
}
.oneColFixCtrHdr #mainContent {
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #cccccc;
}
.oneColFixCtrHdr #mainContentPF {
	padding-top:5px;
	padding-bottom:10px;
	}
.oneColFixCtrHdr #titel {
	padding-top:25px;
	padding-bottom:5px;
	}
.oneColFixCtrHdr #wrapper {
	
}
.oneColFixCtrHdr #menu {
	float:right;
	padding:10px 0 0 0;
}
.oneColFixCtrHdr #nieuws {
	float:right;
	width:185px;
	height:160px;
	padding:5px 10px 10px 10px;
	border-left:1px solid #cccccc;
	}
.oneColFixCtrHdr #post{
	float:right;
	width:185px;
	height:160px;
	padding:5px 10px 10px 10px;
	border-left:1px solid #cccccc;
	}
.oneColFixCtrHdr #content {
	float:left;
	width:450px;
	padding:5px 0 10px 0;
	}
.oneColFixCtrHdr #contact {
	width:590px;
	height:500px;
	padding:5px 300px 10px 0;
	background-image: url(../afbeeldingen/christian.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
.oneColFixCtrHdr #copyright {
	padding-top:25px;
	padding-bottom:25px;
	}
.oneColFixCtrHdr #footer {
	padding: 0 0;
	border-top:1px solid #cccccc;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img.floatright {
	float:right;
	display:inline;
	}
img.floatleft {
	float:left;
	display:inline;
	}
.clearfloat {
	clear:both;
	}
.style2 {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	color:#333333;
	font-size: 18px;
}
.style3 {
	font-size: 10px;
	font-style: italic;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #3777bc;
}
.color {
	color:#3777bc;
	font-size:10px;
}
a.button:link {
	color: #3777bc;
	text-decoration: none;
	background-color:#EAEAEA;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:right;
}
a.button:visited {
	text-decoration: none;
	color: #3777bc;
}
a.button:hover {
	text-decoration: none;
	color: #3777bc;
	background-color:#cccccc;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:right;
}
a.button:active {
	text-decoration: none;
	color: #3777bc;
	background-color:#cccccc;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
