body{
	margin: 0;
	padding: 0;
	background-color: #363523;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #000;
}
a:hover{
	color: #666;
}
.hide {
	display: none;
}
#container{
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
#header{
	height: 80px;
	background-color: #000;
	background-image: url(../images/kop_900.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
#header h1, #header h2{
	display: none;
}
#media{

}
#menu{
	background-image: url(../images/bg_menu.jpg);
	background-position: center;
	height: 30px;
}
#menu ul, #menu li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#menu a{
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 5px 20px 5px 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu .active a{
	color: #bed73d;
	text-decoration: underline;	
}
#breadcrumbs{
	margin: 20px 20px 0px 20px;
	padding: 0;
	font-size: 10px; 
	color: #666;
}
#content{
	width: 635px;
	float: left;
	padding: 20px;
	line-height: 150%;
}
#content .attention{
	border: 1px solid #FF0000;
	padding: 10px;
}
#content .item{
}
#content a{
	color: #000;
}
#content a:hover{
	color: #666;
}
#content .item h2{
	background-image: url(../images/bg_titel.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin: 0px 0px 10px 0;
}
#content .item .inleiding{
	font-weight: bold;
}
#content .item .subTitle{
	font-size: 10px;
	color: #666;
	padding: 0;
	margin: 0;
}
#content .item .text h2{
	border: 0;
	fonr-size: 18px;
	font-weight: bold;
	background: none;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
}
#content .item .options{
	clear: both;
	margin: 10px 0 30px 0;
}
#content .item #reageren label, #content .item #reageren input, #content .item #reageren textarea{
	display: block;
	float: left;
	margin-bottom: 10px;
}

#content .item #reageren label {
	text-align: left;
	width: 70px;
	padding-right: 20px;
}

#content .item #reageren br {
	clear: left;
}
#home{
	padding: 20px;
	line-height: 150%;
}
#home h2{
	font-size: 18px; 
	margin: 0 0 10px 0; 
	padding:0;
}
#home .profiel{
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	float: left;
	width: 400px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 10px;
	height: 220px;
}
#home .portfolio{
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	width: 185px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 10px;
	height: 220px;
}
#home .weblog{
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	width: 185px;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0;
	height: 220px;
}
#home .weblog p{
	margin: 0;
	padding: 0;
}
#rightNav{
	float: right;
	width: 200px;
	padding: 20px 20px 20px 0;
	line-height: 150%;
}
#rightNav .item{
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 10px;
}
#rightNav .item h2{
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 10px 0;
}
#rightNav .item ul, #rightNav .item li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer{
	clear: both;
}
#footer .copyrights{
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
}
#footer .copyrights h2{
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}
#tags{
	text-align: justify;
	line-height: 150%;
	font-size: 12px;
	font-family: verdana, arial;
}
#tags span{
	padding: 2px;
	line-height: 150%;
}
