/* standard elements */

* {
	font-family: "Verdana", sans-serif;
	color: #FFF;
	letter-spacing: 1 px;
	line-height: 18px;
	font-size: 11px;
}
a {
	color: #900000;
	text-decoration: none;
}
a:hover{
	color: #C00000;
	text-decoration: underline;
}

img {
}

input {
}

body {	
 	background: url('img/BG_Center.jpg') #000000 repeat-y top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* structure */
.container {
	width: 760px;
	margin: 0 auto;
}
.content {
	padding-top: 0px;
	width: 490px;
	margin-left:20PX;
}
.divider{
	width: 400px;
	height: 20px;
	border-bottom: 2px;
	border-bottom-color: #D7D1CE;
}

/* header */
.header {
	background: url('img/BG_Header.jpg') repeat-x center top;
	height: 390px;
	width: 100%;
	margin: 0 auto;
}

/* navigation */
.navigation {
	font: "Verdana", sans-serif;
	width: 870px;
	height: 37px;
	margin: 0 auto;
	padding: 0px;
}
.navigation li{
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0px;
}
.navigation li a {
	font-family: "Verdana", sans-serif;
	text-decoration: none;
	font-size: 12px;
	float: left;
	padding: 0 10px;
	line-height: 37px;
	color: #fff;
	background: url('img/hover.gif') top;
}

.navigation li a:hover {
	background-position: bottom;
	text-decoration: none;
	color:#FFFFFF;
}
.navigation img{
	float:right;
	}

/* post */
.post{
	width: 500px;
	margin-left: 0px;
}
.post img{
	padding-left: 5px;
}
.postfooter{
	background: url('img/BG_postfoot.jpg') no-repeat;
	color: #000000;
	width: 400px;
	height: 42px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 110px;
	padding-top: 20px;
}

/* 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: 210px;
	float: right;
	margin-top: 15px;
	}
.sidebar{
	background: url('img/bgSidbar.gif') repeat-y left;
	width: 210px;
	float: right;
	padding-left: 20px;
	}
.sidebar li{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sidetop{
	background: url('img/zoek.gif') no-repeat left;
	height: 40px;
	width: 265px;
	}
.sidebarvoet{
	background: url('img/voetSideBar.gif') no-repeat left;
	width: 230px;
	height: 95px;
	float: right;
	margin-bottom: 200px;
	}

/*footer*/
.footer{
	background: url('img/voeter.jpg') no-repeat center top;
	height: 170px;
	/*position:fixed;*/
	width:100%;
	bottom: 0px;
	margin: 0 auto;
}
.footerContent{
	margin: 0 auto;
	height: 160px;
	width: 760px;
	list-style:none;
}
.footerContent li{
	padding-left:10px;
}
.footerContent a{
	color: #ffffff;
	text-decoration: underline;
	}
.foot1{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.foot2{
	float: left;
	margin-left: 190px;
	margin-top: 15px;
}

/* 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: 500px;
	visibility: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-left: 0px;
	margin-top: 0px;
}
.sIFR-hasFlash h2 a{
	width: 500px;
	visibility: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-left: 0px;
	margin-top: 0px;
}