/* standard elements */

* {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	letter-spacing: 1 px;
	line-height: 16px;
	font-size: 11px;
}
a {
	color: #ff7800;
	text-decoration: none;
}
a:hover{
	color: #ff7800;
	text-decoration: underline;
}

img {
}

input {
}

body {	
 	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#search{
	padding:0px;
	float:left;
	}

/* structure */
.container {
	width: 950px;
	margin: 0 auto;
}
.content {
	padding-top: 0px;
	width: 475px;
	margin-left:285px;
}
.divider{
	width: 400px;
	height: 20px;
	border-bottom: 2px;
	border-bottom-color: #D7D1CE;
}

/* header */
.header {
	height: 300px;
	width: 950px;
	margin: 0 auto;
}

/* navigation */
.navigation {
	background: url('img/BgNav.gif') repeat-x center top;
	font: "Verdana", sans-serif;
	width: 942px;
	height: 70px;
	margin: 0 auto;
	padding-top:10px;
	padding-left:8px;
}
.navigation li{
	list-style-type: none;
	float: left;
	padding-left:0px;
	margin: 0;
}
.navigation li a {
	font-weight:bold;
	text-decoration: none;
	font-size: 16px;
	float: left;
	padding: 0 20px;
	line-height: 40px;
	color: #ff6600;
	background-image: url('img/navEnd.gif');
	background: url('img/hover.gif') left top;

}


.navigation li a:hover {
	background-position: bottom left;
	text-decoration: none;
}
.navigation img{
	}
/* Linker info */
.linkerInfo{
	width: 245px;
	padding-left: 10px;
	float:left;
	}
.linkerInfo li{
	padding: 0px;
	list-style-type: none;
	float:left;
	width: 235px;
	height: 18px;
	border-bottom: solid 1px #A5A5A5;

}
.categories{
	padding: 0px;;
	}


/* post */
.post{
	margin-left:10px;
	margin-right: 10px;
}
.post img{
	padding-left: 5px;
}
.postfooter{
	padding: 10px 10px 10px 10px;
	width:455px;
	border-bottom: solid 1px #ff8111;
	color: #5c5c5c;
}


/* comments*/
.comments{
	width: 500px;
	margin-left: 55px;
}
.comments input {
	border: 1px solid #000;
	font-size: 12px;
	color: #333333;
	height: 18px;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.commentmetadata{
	color:#666666;
}



/* sidebar */
.sidebarcontainer{
	width: 175px;
	float: right;
	margin-top: 0px;
	}
.sidebar{
	float: right;
	padding-right: 10px;
	width: 165px;
	}
.sidebar li{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sidetop{
	background: url('img/zoek.gif') no-repeat left;
	height: 40px;
	width: 170px;
	}
.sidebarvoet{
	background: url('img/voetSideBar.gif') no-repeat left;
	width: 170px;
	height: 95px;
	float: right;
	}

/*footer*/
.footer{
	width:100%;
	bottom: 0px; 
}
.footerContent{
	margin: 0 auto;
	height: 160px;
	width: 950px;
}
.spacer{
	height:20px;
	width: 300px;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h2 {
	width: 455px;
	visibility: hidden;
	font-size: 20px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 0px;
}
.sIFR-hasFlash h2 a{
	width: 455px;
	visibility: hidden;
	font-size: 22px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 0px;
}
