body
{
	background-color:#000000;
	padding:0px;
	margin:0px;
}
#container 
{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	width:830px;
	min-height:700px;
	left:50%;
	margin-left:-415px;
	top:35px;
	z-index:1;
}
#header 
{
	position: absolute;
	background-image:url(../images/bannerWebsite.png);
	width:798px;
	height:100px;
	left:16px;
	top:15px;
	z-index:2;
}
#content 
{
	position: absolute;
	background-color:#FFFFFF;
	width:798px;
	min-height:520px;
	left:16px;
	top:125px;
	z-index:2;
}
#footer 
{
	position: absolute;
	width:798px;
	height:20px;
	left:16px;
	bottom:15px;
	z-index:2;
	text-align:center;
	font-size:12px;
	color:#CCCCCC;
	border-top:dotted #CCCCCC;
	padding-top:8px;
}

#tekst
{
	position:absolute;
	width:770px;
	height:480px;
	z-index:3;
	top:35px;
	left:0px;
	overflow:auto;
	font-family: Book Antiqua, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:650;
	padding-left:15px;
	padding-right:10px;
}

#home
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/hompageAchtergrond.png);
}

#producties
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/productiesAchtergrond.png);
}

#nieuws 
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/newsAchtergrond.png);
}

#media
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/mediaAchtergrond.png);
}

#info 
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/info.png);
}

#contact 
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/contactAchtergrond.png);
}

#links
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url(../images/linksAchtergrond.png);
}

#menu 
{
	height: 30px;
	width: 798px;
	position: absolute;
	z-index:2;
	left:0px;
	top:0px;
}

#submenu
{
	position:absolute;
	text-align:center;
	width:400px;
	left:50%;
	margin-left:-200px;
	height:20px;
	font-family: Book Antiqua, Verdana, Arial, Helvetica, sans-serif;
	top:40px;
	z-index:4;
	color:#333333;
	font-size:16px;
}

.onderlijn
{
	text-decoration:underline;
}

.rood
{
	color:#CC0000;
	text-decoration:none;
}

.grijs
{
	color:#333333;
	text-decoration:none;
}

ol 
{
	padding: 0px;
	margin: 0px; 
	list-style-type: none;
	background: url(../images/menubalk.png) no-repeat left top;
	width: 798px;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	text-align: center;
}

li.navigatie
{
	padding: 0px;
	margin: 0px; 
	float: left;
}

li.navigatie a 
{
	display: block;  
	width: 114px; 
	height: 30px;  
	text-decoration: none;
}

li.navigatie a:hover 
{
	background: url(../images/menubalk.png) no-repeat left top;
}

a#menu1:hover 
{
	background-position: -800px 0px;
}

a#menu2:hover 
{
	background-position: -914px 0px;
}

a#menu3:hover 
{
	background-position: -1028px 0px;
}

a#menu4:hover 
{
	background-position: -1142px 0px;
}

a#menu5:hover 
{
	background-position: -1256px 0px;
}

a#menu6:hover 
{
	background-position: -1370px 0px;
}

a#menu7:hover 
{
	background-position: -1484px 0px;
}

a 
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.linksTekst 
{
	color:#000000;
	font-style:italic;
}

