body
{
	background-image: url('background.jpg');
	font-family: tahoma;
	font-size: 14px;
}

#container-large
{
	background-image: url('container-large.png');
	width: 1100px;
	height: 2200px;
	left: -50px;
	display: block;
	position: relative;
	margin: 20px auto;
	background-repeat: no-repeat;
}

#container
{
	background-image: url('container.png');
	width: 1100px;
	height: 1500px;

	display: block;
	position: relative;
	left: -50px;
	margin: 20px auto;
	background-repeat: no-repeat;
}

#header
{
	background-image: url('header.png');
	width: 907px;
	height: 424px;
	display: block;
	
	position: relative;
	top: 60px;
	left: 145px;
}

#menu
{
	margin-left: 225px;
	padding-top: 60px;
	text-align: right;
	font-size: 26px;
	width: 200px;
	color: white;
	font-family: impact;
}

#copyright{
	position: absolute;
	bottom: 35px;
	right: 70px;
	color: white;
	font-size: 10px;
}

#content
{
	width: 907px;

	color: white;
	position: absolute;
	left: 145px;
	top: 484px;
}

#content_nieuws
{
	width: 907px;
	height: 920px;
	overflow: auto;
	color: white;
	position: absolute;
	left: 145px;
	top: 484px;
}

a:link, a:visited
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: red;
}

#text
{
	margin: 35px 35px;
	float: right;
	max-width: 400px;
}

h1
{
	color:red;
	font-family: impact;
	font-size: 35px;
	font-weight: normal;
}

tr
{
	height: 36px;
	
}

.normal
{
	border-bottom: 1px solid #555555;
}

#left
{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 400px;
}

#right
{
	float: right;
	margin-top: 20px;
	margin-right:20px;
	width: 400px;
}	

#headerimg
{
	float: right;
	width: 427px;
	height: 424px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.linktext
{
	cursor: pointer;
}

