/* CSS Document */

/* globals */

html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/background.jpg);
	background-position: center top;
	color: #3E3F36;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
}

H1 {
	font-size: 24px;
	padding-bottom: 8px;
	background-image: url(img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
}

P {
	margin-top: 10px;
}

.clearBoth {
	clear: both;
	height: 30px;
}
/* lay out */
#main {
	margin: 0px auto;
	width: 770px;
	min-height: 100%;
	background-image: url(img/background_border.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-right: 2px;

}

#header {
	background-image: url(img/header.jpg);
	width: 766px;
	height: 191px;
}

#nav {
	margin-top: 1px;
	width: 766px;
	background-color: #8E6969;
	height: 48px;
	text-align: center;
}

#content {
	padding-top: 10px;
	width: 760px;
	margin: 3px;
}

#contentLeft {
	width: 378px;
	margin-right: 2px;
	float: left;
}

#contentRight {
	width: 378px;
	margin-left: 2px;
	float: left;
}
/* NAVIGATIE */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	font-size: 16px;
	display: inline;
	color: #FEFDED;
	letter-spacing: 1px;
}

#nav ul li a {
	color: #FEFDED;
	text-decoration: none;

}

#nav ul li a:hover {
	text-decoration: underline;
} 

/* styles */

.foto {
	margin-top: 2px;
	width: 189px;
	float: left;
}

.agendaTitel {
	width: 90px;
	font-weight: bold;
	float: left;
}

.agendaMeer {
	width: 100%;
	text-align: right;
	font-style: italic;
	padding-bottom: 2px;
	background-image: url(img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.agendaMeer A {
		color: #696A5B;
		text-decoration: none;
}

.agendaMeer A:hover {
		color: #696A5B;
		text-decoration: underline;
}

#footerContainer {
	margin: 0px auto;
	width: 770px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: -25px;
}

#footer {
	text-align: left;
	width: 762px;
	background-color: #8E6969;
	height: 24px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
}

#footer a {
	color: #FFFFFF;
}
