@charset "utf-8";
body {
	background-image: url(../Webart/Website/Website_Background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#Site_Wrapper {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#Header {
	Height: 255px;
	width: 900px;
	background-color: #a43c3c;
}
#Logo {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#Header_Content {
	height: 60px;
	width: 250px;
	margin-right: 5px;
	color: #FFF;
	float: right;
	text-align: right;
	font-size: 12px;
}
#Header_Content p {
	margin-top: 5px;
}
#Header_Slide {
	height: 195px;
	clear: right;
}
#Content_Wrapper {
	background-color: #FFF;
	width: 900px;
	margin-top: 0px;
}
#Content_Box {
	width: 450px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../Webart/Website/Content_Background_Center.png);
	background-repeat: repeat-y;
}
#Content_Box p {
	margin-top: 0px;
}
#Content_Box a {
	color: #802f2f;
	text-decoration:underline;
}
#Content_Box a:hover {
	color: #666;
	text-decoration: none;
}
#Scope_Box {
	width: 400px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../Webart/Website/Scope_Background_Center.png);
	background-repeat: repeat-y;
}
#Scope_Box p {
	margin-top: 0px;
}
#Scope_Box a {
	color: #802f2f;
	text-decoration:underline;
}
#Scope_Box a:hover {
	color: #666;
	text-decoration: none;
}
#Contact_Button {
	display: block;
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url(../Webart/Website/Contact_button.png);
	text-indent: -9999px;
}
#Contact_Button:hover {
	display: block;
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url(../Webart/Website/Contact_button_down.png);
	text-indent: -9999px;
}
#Content {
	width: 440px;
	margin-right: 5px;
}
#Footer {
	clear: both;
	height: 15px;
	background-color: #a43c3c;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
h1 {
	color: #a43c3c;
	margin-top: 0px;
	font-size: 20px;
}
h2 {
	color: #802f2f;
	margin-bottom: 0px;
	font-size: 18px;
}
h3 {
	margin-bottom: 0px;
}
.Onderschrift {
	font-size: 12px;
	color: #333;
}

