img {
	border: 0px;	
}

html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	overflow-y: scroll;
}

body {
	margin: auto;
	width: 791px;
	font-family: Arial;
}

.logo {
	margin-top: 25px;
	float: left;
	width: 791px;
	height: 96px;
}

.slogan {
	float: left;
	width: 791px;
	text-align: right;
	font-size: 13px;
	color: #FFCC00;
	font-weight: bold;
	margin-bottom: 10px;
}

.menu {
	float: left;
	width: 200px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu li {
	list-style-type: none;
	margin-bottom: 4px;
	float: left;
}

.menu li a {
	width: 175px;
	height: 34px;
	float: left;
	background-image: url(../images/menu_item.jpg);	
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 25px;
	line-height: 32px;
}

.menu li a:hover, .active a {
	background-image: url(../images/menu_item_hover.jpg) !important;		
}

.picture {
	float: right;
	width: 572px;
	height: 185px;
}

.paars {
	width: 552px;
	height: 68px;
	float: left;
	margin-top: 78px;
	line-height: 68px;
	padding-left: 20px;
	background-color: #6E126D;
	filter: alpha(opacity=70); 
	-moz-opacity: .70; 
	opacity: .70;
	z-index: 0;
	position: absolute;
}

.paars_tekst {
	z-index: 1;
	position: absolute;
	float: left;
	width: 100px;
	height: 100px;
	font-size: 27px;
	font-weight: bold;
	color: white;
	padding-top: 98px;
	padding-left: 20px;
}

.meer {
	z-index: 1;
	position: absolute;
	float: right;
	width: 300px;
	height: 100px;
	padding-top: 120px;
	padding-left: 430px;
}

.meer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.main {
	margin-top: 18px;
	float: left;
	width: 741px;
	background-color: white;
	padding: 25px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.main h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #6F126F;
}

.footer {
	width: 741px;
	float: left;
	color: #333333;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.footer a {
	text-decoration: none;
	color: #FF6600;
}	