@charset "utf-8";
/* CSS Document */

body {
	background-color: #576e89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}

h1 {
	color: #606060;
	font-size: 18px;
	font-weight: bold;
}

#container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#schaduwboven {
	height: 50px;
	width: 1100px;
	background-image: url(images/top_background.jpg);
}

.clear {
	clear: both;
}

#header {
	width: 940px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
	background-image: url(images/bg1.jpg);
}

#content {
	width: 940px;
	padding-left: 80px;
	padding-right: 80px;
	background-image: url(images/bg2.jpg);
}

#logo {
	width: 352px;
	height: 81px;
	float: left;
	background-image:url(images/logo.jpg);
}

#menu {
	width: 585px;
	height: 41px;
	float: right;
	text-align: right;
	padding-top: 33px;

}

#afbeelding {
	width: 940px;
	height: 183px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(images/foto.jpg);
}

.uitspraak {
	width: 220px;
	height: 80px;
	border: #606060 1px solid;
	padding-left: 60px;
	padding-top: 30px;
	padding-right: 20px;
	background-image:url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
}

.streepje {
	float: left;
	background-color: #606060;
	height: 110px;
	width: 1px;
	margin-left: 8px;
	margin-right: 8px;
}

#links {
	width: 623px;
	padding-right: 15px;
	padding-bottom: 25px;
	float: left;
}

#rechts {
	width: 285px;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#schaduwonder {
	background-image: url(images/footer.jpg);
	width: 1100px;
	height: 47px;
}

#menu li {
	float: left;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#menu li a {
	color: #606060;
	text-decoration: none;
}

#menu li a:hover {
	color: #000;
	text-decoration: none;
}


.menu-current {
	color: #FFF;
	background-image: url(images/active.jpg);
	background-position: center;
	height: 35px;
}

#menu .menu-current a{
	color: #FFF;
}

#menu .menu-current a:hover{
	color: #FFF;
}

#copyright {
	color:white;
	text-align: right;
	padding-top: 5px;
	margin-right: 80px;
}

#copyright a {
	color:white;
}


	
	
