/* CSS Document */
BODY {
	margin: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}
a {
	text-decoration: underline;
	color: #fff;
	
}
a:hover, a:active {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}
#top {
	width: 945px;
	background-image: url(/images/structure/top.jpg);
	background-repeat:no-repeat;
	height: 189px;
}
.logo {
	position: absolute;
	top: 72px;
	left:133px;
}
#left {
	position: absolute;
	top: 189px;
	left: 0;
	width: 159px;
	background-image: url(/images/structure/left.jpg);
	background-repeat:no-repeat;
}
.adres {
	color: #fff;
	text-align: right;
	padding-right: 10px;
	padding-top: 280px;
}
#logotjes {
	position: absolute;
	top: 350px;
	left: 60px;
	z-index: 2;
}
#menu {
	position: absolute;
	top: 189px;
	left: 159px;
	width: 800px;
}
#content {
	position:absolute;
	left: 159px;
	top: 306px;
	background-image: url(/images/structure/bg_mid.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	width: 786px;

}
#main {
	min-height: 278px;
	width: 786px;
	padding: 10px 20px 50px 30px;
}
#bottom {
	height: 74px;
	width: 786px;
}
#wrapper {
	width: 855px;
}
#marquee {
	position: absolute;	
	left: 240px;
	top: 170px;
	width: 700px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
