body {
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	font-family: arial, serif;
	color: #2A3537;
	}

img {
	border-style: none;
}

h1 {
	text-decoration: none;
	text-align: center;
	color: #1E364C;
	letter-spacing: 12px;
	font-weight: lighter;
	font-size: 30px;
	margin-top: 0.1em;
	}
	
h2 {
	letter-spacing: -1px;
	color: #1E364C;
	margin: 1.5em 0em 1.5em 3em;
	font-weight: lighter;
	font-size: 18px;
	}
	
h3 {
	letter-spacing: -1px;
	color: #1E364C;
	margin: 1.5em 0em 1.5em 3em;
	font-weight: lighter;
	font-size: 14px;
	}
	
#container {
	text-align: left;
	margin: auto;
	width: 800px;
	}
	
#header {
	background-image: url('images/header.jpg');
	background-repeat: none;
	height: 64px;
	margin: auto;
	padding: auto;
	}
	
#content {
	margin: 0em 0em 0em 0em;
	padding: 1em 0.5em 1em 0.5em;
	font-size: 12px;
	background-image: url('images/content.jpg');
	background-repeat: repeat-y;
	}
	
#content p  {
	width: 660px;
	margin: 0em 0em 0em 5em;
	}

#bachhuis {
	text-align: center;
	position: relative;
	}

#content hr {
	width: 680px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 2em;
	}

#content a {
	text-decoration: none;
	color: #0C569D;
	}

#content a:hover {
	text-decoration: underline;
	color: #1E364C;
	}
	
#content ul {
	margin: 0.5em 0em 0.5em 8em;
	padding: 0.5em 0em 0.5em 0em;
	}
	
#geert {
	margin: 0em 0em 2em 10.5em;
	width: 522px;
	height: 105px;
	}
	
#bachbloesem {
	margin: 0em 0em 2em 10.5em;
	width: 522px;
	height: 106px;
	}

#bachlogo {
	padding-right: 10em;
	margin-left: 20em;
	}

#komboecha {
	margin: 0em 0em 2em 10.5em;
	width: 522px;
	height: 105px;
	}

#kombmenu {
	font-style: italic;
	}

#footer {
	margin: 0em 0em 2em 0em;
	height: 56px;
	background-image: url('images/footer.jpg');
	background-repeat: none;
	}

#footer ul {
    margin: 0;
	padding: 0;
    padding-top: 17px;
    list-style-type: none;
    }

#footer ul li {
	text-align: center;
    width: 18%;
    float: left;
    }

#footer ul li a {
	color: #2A3537;
	text-align: center;
	font-size: 12px;
    padding: 6px 0px 6px 70px;
    text-decoration: none;
    display: block;
    text-align: center;
	font-weight: bold; 
    }

#footer ul li a:hover {
	color: #4B5F63;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #F8F3ED;
	text-align: center;
	font-size: 9px;
	}

#footer p a {
	text-decoration: none;
	color: #F8F3ED;
	}

#footer p a:visited {
	text-decoration: none;
	color: #F8F3ED;
	}

#footer p a:hover {
	text-decoration: underline;
	color: BFA991;
	}
	
#copyright {
	margin: -2em 0em 1em 0em;
	color: #F8F3ED;
	text-align: center;
	font-size: 10px;
	}

#copyright a {
	color: #F8F3ED;
	text-decoration: none;
	}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


