body, html {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}

#container {
	position: absolute;
	left: 50%;
	top: 261px;
	margin: -30px 0 0 -405px;
	width: 810px;
}

#menu {
	width: 134px;
	height: 266px;
	float: left;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 60px 10px 0 0;
	padding-top: 10px;
}

#content {
	width: 600px;
	margin: 50px 20px 0 20px;
	float: left;
}

#right_div {
	left: 800px;
	float: left;
	margin: 60px 0 0 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #D6027F;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F19F1E;
	font-weight: normal;
	margin-bottom: 3px;
}
p {
	
}

a:link {
	color: #D6027F;
	text-decoration: none;
}
a:visited {
	color: #D6027F;
	text-decoration: none;
}
a:active {
	color: #D6027F;
	text-decoration: none;
}
a:hover {
	color: #D6027F;
	text-decoration: underline;
}

.nieuws {
	background-image: url(images/stroke.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

