*{
	padding:0;
	margin:0;
}
p { /*om ervoor te zorgen dat de content niet onder de footer valt */
	padding-top: 1em 0;
	line-height: 1.5em;
}
html, body {
	height: 100%; /* heel belangrijk */
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg);
	font-size: 12px;
}
#container {
	width: 788px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: url(../images/bg2.jpg) repeat-y;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	left: 0;
	width: 768px;
	height: 49px; /*29 bruine balk, 20 leeg*/
	padding-top:20px;
	background: url(../images/bg3.jpg) repeat-y;
}
.menuoption {
	height: 20px;
}
a.menu_passive {
	text-decoration: none;
	font-weight: bold;
	color: #503c30;
	padding-left: 10px;
}
a.menu_passive:hover, a.menu_active {
	text-decoration: underline;
	font-weight: bold;
	color: #455249;
	padding-left: 10px;
}
a.menu_active {
	text-decoration: none;
	font-weight: bold;
	color: #455249;
	padding-left: 10px;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.green {
	color: #455249;
	text-decoration: none;
	font-weight: bold;
}
a.green:hover {
	color: #455249;
	text-decoration: underline;
	font-weight: bold;
}
a.link {
	text-decoration: none;
	font-weight: bold;
	color: #503c30;
}
a.link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #503c30;
}
.pic {
	border: 1px solid #455249;
}
.google {
	font-size:10px;
	color: #455249;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: inside;
}
li {
	padding-top: 5px;
}

