/* Algemeen */
body, html {
	height: 100%;
	margin: 0;
	background-color: #000; 
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body {
	font: 11px/20px Arial, sans-serif;
	color: #333;
}
body.editor {
	background: none;
	background-color: #fff;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 580px;
	min-height: 100%;
	background: #fff;
	padding: 0 20px;
}
div#header {
	height: 374px;
	margin: 0 auto;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
div#body div#left, div#body div#right {
	float: left;
	margin: 0 0 20px 0;
}
div#body div#left {
	width: 360px;
	padding-right: 20px;
}
div#body div#right {
	width: 200px;
}
div#body div#right h2 {
	color: #cc3300;
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 620px;
	height: 40px;
	background: #000;
	color: #383838;
}
div.clear_float {
	clear: both;
}
input, textarea {
	font: 11px Arial, sans-serif;
	color: #333;
}
form {
	margin: 0;
}
img {
	border: none;
}
ol {
	margin: 0 0 20px 0;
	padding: 0 30px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
ul li {
	background: 1px 9px url(images/list_square.gif) no-repeat;
	padding-left: 10px;
}
p, h1, h2, h3  {
	margin: 0;
}
p {
	margin: 0;
}
div#body p {
	margin: 0 0 20px 0;
}
h1 {
	height: 20px;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	background: #000 url(images/background_heading1.gif) no-repeat;
	color: #fff;
	font: bold 17px Arial, sans-serif;
}
h2 {
	font: bold 11px Arial, sans-serif;
	margin: 20px 0 0 0;
}
h3 {
	font-size: 11px;
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: none;
	color: #cc3300;
}
a:hover {
	color: #333;
}
h2 a:hover {
	color: #fff;
	background: #cc3300;
}

/* Logo  */
div#header div#logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

/* Shortcuts */
div#header div#shortcuts {
	position: absolute;
	top: 70px;
	right: 20px;
}
div#header div#shortcuts p {
	margin: 0;
}
div#header div#shortcuts a:link, div#header div#shortcuts a:visited {
	color: #333;
	margin-left: 10px;
}
div#header div#shortcuts a:hover {
	color: #cc3300;
}

/* Banner */
div#banner {
	position: absolute;
	top: 96px;
	left: 20px;
	width: 578px;
	height: 170px;
	border: 1px solid #333;
	z-index: 1;
}
div#bannerContainer {
	width: 574px;
	height: 166px;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
	overflow: hidden;
}


/* Navigation */
div#header div#navigation_background {
	position: absolute;
	top: 235px;
	left: 23px;
	width: 574px;
	height: 30px;
	background: #000;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	z-index: 2;
}
div#header div#navigation {
	position: absolute;
	top: 235px;
	left: 28px;
	width: 566px;
	height: 32px;
	z-index: 3;
}
div#header div#navigation a:link, div#header div#navigation a:visited {
	padding: 5px;
	display: block;
	float: left;
	color: #fff;
	font-family: Verdana, sans-serif;
}
div#header div#navigation a:hover {
	padding: 5px;
	display: block;
	float: left;
	color: #fff;
	font-family: Verdana, sans-serif;
	border-bottom: 2px solid #cc3300;
}

/* Quote/Slogan */
div#header div#quote_wrapper {
	position: absolute;
	top: 270px;
	left: 20px;
	width: 580px;
	height: 105px;
	background: #f2f2f2 bottom left url(images/background_quote.gif) repeat-x;
}
div#header div#quote_wrapper div#quote {
	float: left;
	width: 350px;
	height: 75px;
	margin: 17px 0 0 10px;
	overflow: hidden;
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div#header div#quote_wrapper div#quote_from {
	float: right;
	width: 200px;
	height: 105px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: left url(images/background_quote_from.gif) no-repeat;
}
div#header div#quote_wrapper div#quote_from p {
	margin: 45px 10px 35px 45px;
}

/* Latest news */
div#right div#news_view {
	margin-top: 20px;
}
div#right div#news_view h2 {
	margin: 0;
	height: 14px;
	overflow: hidden;
}
div#right div#news_view p {
	margin: 0;
	height: 57px;
	overflow: hidden;
}
div#right div#news_view div.news_article {
	background: bottom url(images/background_quote.gif) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* Latest releases */
ul#latest_releases {
	list-style-type: none;
	background: bottom url(images/background_quote.gif) repeat-x;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
ul#latest_releases a:link, ul#latest_releases a:visited {
	color: #333;
}
ul#latest_releases a:hover {
	color: #cc3300;
}
ul#latest_releases li {
	background: 1px 9px url(images/list_square.gif) no-repeat;
	padding-left: 10px;
}

/* Latest pictures */
div#latest_pictures {
	
}
div#latest_pictures  h2 {
	margin-bottom: 4px;
}
div#latest_pictures div.picture, div#latest_pictures div.third_picture {
	float: left;
	border: 1px solid #666;
	margin: 0 2px 2px 0;
	cursor: pointer;
}
div#latest_pictures div.picture img, div#latest_pictures div.third_picture img {
	border: 2px solid #fff;
	width: 58px;
	height: 58px;
}
 div#latest_pictures div.third_picture {
	margin: 0 0 2px 0;
 }

/* Footer */
div#footer p {
	margin: 10px 0;
}
div#footer a:link, div#footer a:visited {
	color: #383838;
}
div#footer a:hover {
	color: #fff;
}

/* Nieuwspagina */
div#body div#left div.article {
	background: top url(images/background_quote.gif) repeat-x;
	padding-top: 20px;
	margin-top: 20px;
}
div#body div#left div.article p, div#body div#left div.article h2 {
	margin: 0;
}

/* Tracklist */
ol#tracklist {
	margin: 0 0 22px 0;
	padding: 0 30px;
}
ol.tracklist {
	margin: 0 0 22px 0;
	padding: 0 30px;
}

/* Updates, dit wordt verwijderd nadat de site coding compleet en af is */
div#header div#shortcuts a.updates:link, div#header div#shortcuts a.updates:visited {
	color: #ccc;
	margin-left: 10px;
}
div#header div#shortcuts a.updates:hover {
	color: #cc3300;
}
div#body div#left div.update {
	background: bottom url(images/background_quote.gif) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div#body div#left div.update p {
	margin: 0;
}
div#body div#left div.update p.datum {
	color: #999;
	margin-bottom: 8px;
}

/* Agenda */
div#body div#left div.event {
	padding-top: 20px;
	margin: 20px 0 0 0;
	background: top url(images/background_quote.gif) repeat-x;
}
div#body div#left div.event p, div#body div#left div.event h2 {
	margin: 0;
}

/* Pictures */
div#body div#left div.thumbs {
	margin: 0 0 20px 0;
}
div#body div#left div.thumbs h2 {
	margin: 0 0 4px 0;
}
div#body div#left div.thumbs  div.picture {
	float: left;
	border: 1px solid #666;
	margin: 0 2px 2px 0;
	cursor: pointer;
}
div#body div#left div.thumbs div.picture img {
	border: 2px solid #fff;
	width: 58px;
	height: 58px;
}

/* Charts */
div#previous_charts ul {
	margin-top: 0;
}
div#previous_charts ul li a.active:link, div#previous_charts ul li a.active:visited {
	color: #333;
}
div#previous_charts ul li a.active:hover {
	color: #333;
}

/* Links */
ul.links {
	margin: 0 0 20px 0;
}
div#links_left, div#links_right {
	float: left;
	width: 180px;
}

/* Promo */
div.promo {
	background: bottom url(images/background_quote.gif) repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.promo div.promo_img {
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
	background: #fff;
}
div.promo2 div.promo_img {
	float: left;
	margin: 5px 10px 0 0;
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
	background: #fff;
}

/* Contactformulier */
div.mailer_ext {
	background: top url(images/background_quote.gif) repeat-x;
	padding-top: 20px;
	margin-top: 20px;
	position: relative;
}
div.mailer_ext div.message {
	display: block;
	border: 1px solid #666;
	cursor: pointer;
	padding: 10px;
	position: absolute;
	top: 20px;
	left: 380px;
	width: 178px;
	background: #fff;
	font: 11px/20px Arial, sans-serif;
	color: #333;
}
div.mailer_ext div.message h2 {
	margin: 0;
}
div.mailer_ext div.message span.red {
	color: #cc3300;
	margin-top: 5px;
}
div.mailer_ext div.message p {
	margin: 20px 0 0 0;
}
div.mailer_ext div.message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.mailer_ext div.message br {
	display: none;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 1px solid #666;
	padding: 5px;
	width: 200px;
	height: 15px;
}
div.mailer_ext textarea {
	width: 200px;
	border: 1px solid #666;
	padding: 5px;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 1px solid #cc3300;
}
div.mailer_ext input.versturen {
	height: 30px;
	width: auto;
	border: 1px solid #cc3300;
	background: #cc3300;
	padding: 5px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
}
div.mailer_ext input#controle {
	margin-left: 110px;
}
div.mailer_ext img#coms_captcha_image {
	border: 1px solid #666;
	width: 210px;
	margin-bottom: 3px;
	height: 80px;
}
div.uitleg {
	margin-left: 110px;
	margin-top: -5px;
	color: #666;
	margin-bottom: 5px;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	padding: 25px;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 15px 30px 15px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #cc3300;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	color: #fff;
	white-space: nowrap;
	background: #cc3300;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records th, table#mailer_ext_page table#records td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 15px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Gastenboek */
div#comments {}
div#comments form#comments_form {
	background: bottom url(images/background_quote.gif) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div#comments input {
	margin-bottom: 3px;
	border: 1px solid #666;
	padding: 5px;
	width: 200px;
	height: 15px;
}
div#comments input#controle {
	margin-left: 110px;
}
div#comments img#coms_captcha_image {
	border: 1px solid #666;
	width: 210px;
	margin-bottom: 3px;
	height: 80px;
}
div#comments label {
	display: block;
	float: left;
	width: 110px;
}
div#comments textarea {
	width: 200px;
	border: 1px solid #666;
	padding: 5px;
}
div#comments input.error, div#comments textarea.error {
	border: 1px solid #cc3300;
}
div#comments input.versturen {
	height: 30px;
	width: auto;
	border: 1px solid #cc3300;
	background: #cc3300;
	padding: 5px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
}
div#comments div.bericht {
	background: bottom url(images/background_quote.gif) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div#comments div.bericht p {
	margin: 0;
}
div#comments div.bericht p span.timestamp, div#comments div.bericht p span.user {
	text-transform: capitalize;
}
div.hidden {
	display: none;
}