

* {
	margin: 0;
	padding: 0;
}

*:focus,
*:active {
	outline: none;
}

body {
	background: #000 url(./img/background.png) no-repeat;
}

body #container {
	min-width: 950px;
	padding: 0 15px 0 15px;
}

body #container #top {
	margin-top: 24px;
	height: 60px;
}

body #container #top #logo {
	width: 260px;
	height: 25px;
	float: left;
}

body #container #top #logo h1 a {
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 260px !important;
	background: url(./img/logo.png) center center no-repeat;
}

body #container #top #menu {
	height: 25px;
	width: 690px;
	float: right;
	margin-top: -1px;
}

body #container #top #menu li {
	list-style: none none;
	border-right: 2px solid #FFFDC2;
	display: block;
}

body #container #top #menu li a {
	font: 17px/25px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFDC2;
	display: block;
	float: right;
	padding: 0 10px 0 10px;
}

body #container #top #menu .menu-beeld {
	border-left: 2px solid #FFFDC2;
	border-right: 2px solid #FFFDC2;
}

body #container #top #menu .menu-tekst {
	border-left: 2px solid #FFFDC2;
}


/* FOOTER */

body #container #footer {
	position: relative;
	text-align: center;
	font: 18px/30px Verdana, Arial, sans-serif;
	color: #fff;
}

body #container #footer a {
	color: #fff;
	text-decoration: none;
}

body #container #footer span {
	margin: 0 3px 0 3px;
}


/* TEKST */

body #container #content ul.tekst {
	width: 100%;
	text-align: center;
	padding-top: 45px;
}

body #container #content li.tekstlist {
	font: 26px/90px Verdana, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	list-style: none none;
}
body #container #content li span.t-rood {
	font: 26px/90px Verdana, Arial, sans-serif;
	color: #F1001D;
	font-weight: bold;
	font-style: italic;
	padding-left: 8px;
}


/* BEELD */

body #container #content #beeld-wrapper {
	width: 872px;
	clear: both;
	padding: 40px 0;
	position: relative;
	left: 50%;
	margin-left: -435px;
}

body #container #content #clear {
	clear: both;
}

/* Left */
body #container #content #beeld-wrapper #b-left {
	float: left;
	width: 224px;
	height: 406px;
	padding: 3px;
	text-align: right;
	margin-right: -5px;
}

body #container #content #beeld-wrapper #b-center {
	width: 450px;
	float: left;
	padding: 3px;
	margin: 80px 0;
}

body #container #content #beeld-wrapper #b-right {
	width: 188px;
	float: left;
	padding: 3px;
	margin-left: -5px;
}

body #container #content #beeld-wrapper img {
	margin: 3px;
}

/* INTRO */
#flash-img {
	height: 500px;
	text-align: center;
}

#flash {
	height: 0px;
}

#loader {
	width: 100%;
	height: 450px;
	background: url(./img/laden.png) center center no-repeat;
	text-align: center;
}

/* MISC */
.hidden {
	display: none;
}

