html {
	min-height: 100%;
	height: auto;
}
body {
	background-image:url(../../images/structure/bck.gif); 
	background-repeat:repeat-y;
	background-position:center;
	background-color:#a9a9a9;
	padding:0px;
	margin:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:18px;
}

/* opzet */
#top {
	width:960px;
}
#logotjes {
	position: absolute;
	top: 0px;
	right: 280px;
}
#topmenu {
	position: absolute;
	top: 25px;
	right: 15px;
}
#topmenu a{
	text-decoration: none;
	text-align: right;
	font-weight:bold;
	color:#4c4b4b;
}
#menu {
	width:960px;
	height:69px;
	background-image:url(../../images/structure/bck_menu.gif); 
	background-repeat:repeat-x;
	color:#3d3d3d;
}
#submenu {
	margin:6px;
	font-weight:bold;
	color:#4c4b4b;
}
#submenu a {
	margin:10px;
	font-weight:bold;
	text-decoration:none;
	color:#4c4b4b;
}
#submenu a:hover {
	margin:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#3d3d3d;
}
#content {
	padding:14px;
	width:650px;
	min-height:400px;
	height:inherit;
}
#rechterzijde {
	width:275;
	position:absolute;
	z-index:12;
	left:675px;
	top:66px;
	}
.adres {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	color:#011565;
}
/* algemene spullen */
a {
	text-decoration: none;
	color: #ac183b;
}
a:hover {
	text-decoration: underline;
	color: #c9244e;
}
h1 { 
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	color: #3d3d3d;
}
h2 { 
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	color: #ac183b;
}
h3 { 
	font-family: verdana;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #220c63;
}
.marquee {
	font-family: verdana;
	font-size: 14px;
	color: #c61d42;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 100%;
}

#banner {
	text-align: center;
	width: 280px;
	padding-top: 10px;
}
