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


body {
	font-family:tahoma;
font-size:12px;
color:#252525;
letter-spacing:1px;
line-height:18px;
text-align:justify;}


a {
color:#2D1116;
text-decoration:underline;
font-weight:bold;
font-variant:small-caps;
}

#menu a:visited {
	text-decoration:none}

a:hover {
color:#484848;
}

img {border:0px}

#container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	height:1732px;
	width:1000px;
	background-image:url(../images/background.png)}
	
#menu {
	position:relative;
	float:left;
	margin-top:3px;
	margin-left:100px;
	height:26px;
	width:800px}

#menu a:link {
	display:block;
	text-decoration:none}
	
#nieuws {
	position:relative;
	float:left;
	height:inherit;
	width:101px;
	background-image:url(../images/hovernieuws.png);
	background-repeat:no-repeat}

#media {
	position:relative;
	float:left;
	margin-left:45px;
	height:inherit;
	width:93px;
	background-image:url(../images/media.png);
	background-repeat:no-repeat}

#media:hover {
	background-image:url(../images/hovermedia.png);
	background-repeat:no-repeat}
	
#info {
	position:relative;
	display:block;
	float:left;
	margin-left:45px;
	height:43px;
	width:64px;
	background-image:url(../images/info.png);
	background-repeat:no-repeat}


#info:hover {
	background-image:url(../images/hoverinfo.png);
	background-repeat:no-repeat}

#merch {
	position:relative;
	display:block;
	float:left;
	margin-left:45px;
	height:inherit;
	width:93px;
	background-image:url(../images/merch.png);
	background-repeat:no-repeat}

#merch:hover {
	background-image:url(../images/hovermerch.png);
	background-repeat:no-repeat}

#agenda {
	position:relative;
	display:block;
	float:left;
	margin-left:45px;
	height:inherit;
	width:96px;
	background-image:url(../images/agenda.png);
	background-repeat:no-repeat}

#agenda:hover {
	background-image:url(../images/hoveragenda.png);
	background-repeat:no-repeat}

#contact {
	position:relative;
	float:left;
	margin-left:45px;
	height:inherit;
	width:105px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat}

#contact:hover {
	background-image:url(../images/hovercontact.png);
	background-repeat:no-repeat}

#content {
	position: relative;
	margin-top:10px;
	float:left;
	margin-left:100px;
	height: 1000px;
	width: 780px;
}

h1 {
font-size: 16px;
font-variant:small-caps;
color:#383838;
letter-spacing:3px;
}

h2 {
font-size: 14px;
font-variant:small-caps;
color:#484848;
}

tr.tblbold {
	font-weight:bold}

/* CSS Document */