@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image:url(../../images/bg3.jpg);
}
.wrapper {
	width: 850px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -425px;
}

#right_block {
	width: 250px;
	height: 275px;
	position: absolute;
	z-index: 6;
	left: 737px;
	top: 426px;
}
#left_block {
	width: 250px;
	height: 275px;
	position: absolute;
	z-index: 6;
	left: -178px;
	top: 426px;
}
.content {
	width: 850px;
	background-image:url(../../images/bg_content.png);
	background-repeat:repeat-y;
	height: 730px;
	padding-left: 100px;
	padding-bottom: -20px;
	padding-top: 65px;
	position: relative;
	top: -130px;
}
a {
	font-weight: bold;
	color: #E31A22;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
	width: 850px;
	height: 530px;
	position:relative;
	z-index: 3;
}
#inhoud {
	width: 600px;
	height: 600px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#404040;
	z-index: 2;
}

#inhoud .intro {
	font-style:italic;
	font-size:14px;
	color: #404040;
}
#inhoud h3 {
	color: #E31A22;
	font-size:18px;
	font-weight:normal;
}

.contentTextHeader {
	width: 600px;
	float: left;
}
.contentText {
	width: 350px;
	float: left;
}
.rightColumn {
	width: 230px;
	float: left;
	padding-left: 20px;

}
.rightColumn img {
	margin-left: 20px;
}
ul#noListType {
	list-style-type:none;
}
#sitecontent {
	width: 630px;
	height: 700px;
}
