body{
    margin: 0;
    padding: 0;
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
#global{
	width: 792px;
	margin: 0 auto;
	position: relative;
}
#global_content{
	background-image: url(../images/inhoud_back.gif);
	background-repeat: repeat-y;
	width: 780px;
	padding: 6px;
	padding-bottom: 0px;
	padding-top: 35px;
	float: left;
}

#top{
	width: 745px;
	height: 106px;
	margin: 0 auto;
}
#top #logo{
	margin-top: 39px;
	width: 200px;
	float: left;
}
#top_image{
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	width :780px;
	height: 219px;
	}
#top_image h2{
	color: white;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 22px;
	display: block;
	width :400px;
	margin: 0;
	padding:0 10px 0 0;
	float: right;
}
#global_content_wrapper{
	background-image: url(../images/right_back.gif);
	background-repeat: repeat-y;
	width: 780px;
	float: left;
}

#inhoud{
	width: 440px;
	margin-left: 300px;
	padding-top: 40px;
}
.tbl_sites img{
	border: 1px solid silver;
	
}

h1, h2, h3, h4, h5, h6{
		color: #75003a;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 24px;
}
h1{
	font-size: 24px;
	color: #dcc700;
}
h2{
	font-size: 21px;
	color: #81003b;
	letter-spacing :1px;
}
h3{
	font-size: 12px;
}
h4{
	font-size: 11px;
}
h5{
	font-size: 10px;
}
#footer{
	background-image: url(../images/footer.gif);
	height: 26px;	
	clear: both;
}

#footer_text{
	text-align: right;
}
#inhoud a:link, #inhoud a:active, #inhoud a:visited{
	font-style: italic;
	color: black;

}
#inhoud a:hover{
	color: #75003a;
	text-decoration:none;
}
.left{
	float: left;
	color: #81003b;
	font-size :11px;
	font-family: "Trebuchet MS", arial;
}
.left a:link, .left a:active, .left a:visited{
		color: #81003b;
}
.left a:hover{
	text-decoration: none;
	color: black;
}

