* {
	padding: 0;
	margin: 0;
}

body {
	
	overflow: hidden;
}

.background-image {
	height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-image: url(pics/zenbackground.jpg);
    top: 0;
    background-size: cover;
}



#maintext {
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    width: 39em;	
	font-size: 15px;
}

h1 {
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size: 42px;
	font-weight:bold;
	color: #7AB900;
	padding-top: 12px;
	padding-bottom: 3px;
}

h2 {
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size: 62px;
	font-weight:bold;
	color: #333;
	padding-bottom: 3px;
}

p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #333;
}

#maintext a:hover {
	color: #009BAB;
	}

.citaat {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333;
	position:absolute;
	text-align:center;
	margin-left: 45px;
	bottom:40px;
	width: 310px;
}

.menu {
	margin: 5px;
	padding: 15px 5px 0 5px;
	text-align: center;
	font-family: Helvetica,Arial,sans-serif;
}

.menu ul {
	border-bottom: 1px solid #333;
}

.menu ul li {
	display: inline;
	margin: 0 2px; 
	padding: 0 5px;
}

.menu ul li a:hover{
	border-bottom: 2px solid #009BAB;
	background-color: transparent;
	color: #7AB900;
}

.menu ul li a, a:link, a:visited, a:active{
	color: #333;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	padding: 0 40px;
}

.menu ul li a#current {
	border-bottom: 2px solid #7AB900;
	background-color: transparent;
	color: #009BAB;
}

