body {
	background-color: rgb(220,220,220);
	margin:0;
	padding:0;
}
a {
	color:#D72922;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1.section {
	color:rgb(150,150,150);
}
h1.fpheader {
	margin-bottom:5px;
}

h2 {
	color:rgb(70,70,70);
	margin: 5px 0;
}
h3 {
	color:rgb(70,70,70);
	margin:3px 0;
}
.hideAtFirst {
	display:none;
	background-color:rgb(150,150,150);
	padding: 5px;
}
.showHide {
	display:block;
}
p.credit {
	color:rgb(150,150,150);
	text-align:right;
	margin-bottom: 3px;
	font-size:11px;
}
.floatleft {
	margin: 0 5px 5px 0;
}
.floatright {
	margin: 0 0 5px 5px;
}
#content {
    width:960px;
    margin:0 auto;
    border-top: 1px solid rgb(250,250,250);
    padding: 0 .5em 0 .5em;
    background-color:rgb(250,250,250);
}
#header {
	background-color:rgb(220,220,220);
	width: 960px;
	margin: 0 auto;
	padding-top:10px;
	height:117px;
	overflow:hidden;
}
#motto {
	font-size:24PX;
	font-weight:bold;
	color:#D72229;
	float:left;
}
#navigatie {
	text-align:right;
	margin-top:-25px;
}
#navigatie ul {
	margin:0;
	list-style-type:none;
}
#navigatie ul li {
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
	display:inline;
	width: 300px;
	margin: -5px !important;
}
#navigatie ul li a {
	text-decoration:none;
	padding:5px 15px;
	background-color:#D72229;
	color: #FFFFFF;
}

#navigatie ul li a:hover {
	color:#D72229;
	background-color:rgb(250,250,250);
}
#navigatie li.active a {	
	color:#D72229 !important;
	margin: 0 5px;
	border-top:3px solid #D72922;
	background-color:rgb(250,250,250) !important;
}
#middle {
	float:left;
	width:600px;
	border-right: .2em solid #D72229;
	padding-right: 1em;
}
#logo {
	float:left;
}


#rightside {
	float:right;
	width:336px;
}
.widget {
	border-bottom: 1px solid #D72922;
	padding-bottom:0;
	margin-bottom:1em;
}
.widget h2 {
	background-color:#D72922;
	color: rgb(250,250,250);
	padding:3px;
	margin-bottom:3px;
}
.clear {
	clear:both;
}
#footer {
	text-align:center;
	color:rgb(150,150,150);
	font-size:11px;
	margin: 20px 0;
}
#footer a {
	color:rgb(150,150,150);
	font-weight:normal;
}
.userlargeinput {
    width:500px;
    height:20px;
    padding-top:3px;
    padding-left:3px;
    font-size:14px;
}
textarea.userlargeinput {
    height:60px;
}
#commentform {
    background-color:#CCC;
    padding: 10px 0 10px 5px;
    margin: 10px 0;
}
.comment {
	border: 1px solid #D72229;
	padding: 5px;
	margin: 0 0 2px;
}

.comment .credit {
	text-align:left;
	color:rgb(70,70,70);
	font-size:14px;
	margin-bottom:15px;
}
