/* CSS Document */

html, body {
	background-color:#000000;
	margin: 0px;	
	height: 100%;
	background-image: url(images/bgpattern.jpg);
	background-repeat: repeat-x;
}

.newsitem {
	color: #990000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
a {
	color:#990000;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}

#container {
	position: relative;
	min-height: 100%;
	height:auto !important; 
	height:100%; 
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 514px;
	height: 304px;
	margin-left: 299px;

}

#logo {
	position: absolute;
	left: 224px;
	top: 21px;
	width: 164px;
	height: 172px;
}

#imgtop {
	
	width: 410px;
	height: 135px;
	background-repeat: no-repeat;
	position: absolute;
	top: 24px;
	left: 394px;
}

#swirls {
	background-image: url(images/swirls.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 304px;
	position: absolute;
	top: 0px;
	left: 174px;
}

#body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	width: 507px;
	height: 600px;
	position: absolute;
	left: 306px;
	top: 304px;
}

#nav {
	position: absolute;
	left: 389px;
	top: 179px;	
}

#marker {
	background-image: url(images/marker.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 194px;
	left: 682px;
	width: 71px;
	height: 500px;
}
	

a { border: 0px; text-decoration: none; }
img { border: 0px; }

#footer {
	background-image: url(images/footers.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 507px;
	height: 151px;
	left: 306px;
	top: 753px;
}

#inhoud {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	width: 400px;
	height: 260px;
	position: absolute;
	top: 70px;
	left: -36px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	padding-left: 19px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
}



#l {
	background-image: url(images/L.gif);
	position: absolute;
	top: 72px;
	left: -44px;
	width: 28px;
	height: 37px;
}

#news {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	width: 190px;
	height: 260px;
	position: absolute;
	top: 247px;
	left: 580px;
}