@charset "UTF-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
/*	position: relative;*/
}

h1 {
	font-size: 22px;
	margin: 0 0 15px;
	padding: 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 15px;
	padding: 0;
}

h3 {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}

/********* HEADER ***********/
#header {
	width: 980px;
	height: 98px;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

/************* MENU / NAVIGATION  ****************/
#menu-wrapper {
	width: 980px;
	height: 48px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image: url('../img/menu-background.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#menu {
	width: 980px;
	height: 38px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	text-align: center;
	padding-top: 8px;
}
#navigation {
	width: 892px;
	height: 32px;
	margin: 0;
}
#navigation li {
	float: left;
	list-style: none;
	width: 178px;
	height: 32px;
}
#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #bfbfbf;
}
#navigation li.firstitem a {
	border-left: none;
}
#navigation li.lastitem a {
	border-right: none;
}

#navigation li.menu1 a:hover, #navigation li.menu1.active a {
	color: #EB1D23;
}
#navigation li.menu2 a:hover, #navigation li.menu2.active a {
	color: #000000;
}

/************** CONTENT BODY ********************/
#content-body {
	width: 980px;
	border-bottom: 1px solid #bfbfbf;
	background-image: url('../img/content-body-background.gif');
	height: 741px;
	padding: 40px 0 20px;
	position: relative;
}

/**************** CONTENT ELEMENTS ********************/
/******************* SIDEBAR **********************/
#sidebar-left {
	clear: left;
	width: 243px;
	height: 741px;
	float: left;
	position: relative;
}

#logo-amr {
	width: 194px;
	height: 116px;
	position: absolute;
	right: 0;
}

#blokjes {
	width: 186px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/******************** CONTENT ***********************/
#content {
	width: 677px;
	float: right;
	padding: 0 50px 20px 10px;
	font-size: 16px;
	position: relative;
	height: 721px;
}
#content p {
	margin: 0 0 20px;
	position: relative;
	z-index: 10;
}
#content a {
	color: #FFFFFF;
}
#content a:hover {
	color: #CCCCCC;
}

.content-plaatje {
	position: absolute;
	bottom: 0;
	border: 1px solid #FFFFFF;
}
#studio-bus {
	width: 437px;
	height: 242px;
	display: block;
	background: url('../img/studio-bus.gif') no-repeat;
	position: absolute;
	top: 160px;
	left: -200px;
	z-index: 0;
}
.content-plaatje-rechts {
	position: absolute;
	bottom: 0;
	right: 40px;
	border: 1px solid #FFFFFF;
}
.content-plaatje-3 {
	position: absolute;
	top: 300px;
	left: 0;
	border: 1px solid #FFFFFF;
}

/**************** FOOTER **************************/
#footer {
	border-top: 1px solid #FFFFFF;
	height: 49px;
	background-image: url('../img/menu-background.gif');
	background-position: top left;
	background-repeat: no-repeat;
}