html {
		height: 100%;
		overflow: auto;
	}
	

body {
	margin: 0px;
	padding:0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1,8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: #FFF;
}

ul, ol {
}


a {
	text-decoration: none;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
}

a:hover {
	background: none;
}

#wrapper {  
	width: 800px;
	margin: 0;
	padding: 0 px;
	background-color: #000;
}

/* Header */

#header {
	width: 800px;
	height: 125px;
	margin: 0;
	margin-left: 30px;
	background: url(img/header.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	height: 125px;
	margin: 0 auto;
	margin-left: 20px;
	background: url(img/logo.gif) no-repeat left top;
	}


#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.0em;
}

#logo p {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font: bold 14px Times, serif;	
} 

#logo a {
	float: left;
	width: 640px;
	height: 150px;
	margin: 0;
	margin-left: 10px;
	border: none;
	}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	background-color: #ED1A22;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	font-family: Arial Black, Gadget, sans-serif;
}

#menu a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Pagina */

#page {
	width: 800px;
	margin: 0px;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#page_press {
	width: 800px;
	margin: 0px;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding-bottom: 0;
}

.flashpag_content {
	padding: 40px 0 0 20px;
}


.title {
	background: none;
	color: #FF0012;
	border: none;
	font-family: Arial Black, Gadget, sans-serif;
	}

.title a:hover {
	text-decoration: underline;
}

.meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#entry {
	text-align: justify;
	display: block;
	color: #F00;
	background-color: #000;
}

#entry_vervolg #entry_vervolg2 #entry_vervolg3 {
	text-align: justify;
	display: none;
	}

.tekstrechts {
	padding-left: 550px;
	text-align:right;
	text-decoration: underline;
	}

a.tekstrechts {
	border-bottom: 1px dotted #999999;
	color: #ff3366;
	text-decoration: underline;
	}

/* plaatje in tekst*/
#imagerechts {
	float:right;
	top: 0px;
	padding-left: 20px;
}
#imagelinks {
	float: left;
	top: 0px;
	padding-right: 20px;
}
/* formulier */
#form {
	width: 400px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
	border: none;
	color: #000000;
	}
	
input {
	position: absolute;
	left: 350px;
	width:auto;
}

#submit {
	position: absolute;
	left: 470px;;
}

#reset { 
	position: absolute;
	left: 380px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 130px;
	color: #787878;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	color: #FFF;
}

#sidebar li {
	margin: 0px;
	padding: 0px;S
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
	text-align: right;
	color: #FF0012;
}

#sidebar h2 {
	padding-bottom: 5px;
	letter-spacing: -.5px;
	color: #FF0012;
	font-family: Arial Black, Gadget, sans-serif;
}

#sidebar p {
	padding-bottom: 15px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

a.content {
	color: #ff3366;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFF;
	font-family: Arial Black, Gadget, sans-serif;
}

/* Footer */

#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

