/* CSS document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #494949 url(../images/filler.gif) top repeat-x ;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #474747;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

p {
	padding-bottom: 12px;
}

img {
	border: 0;
}

h1 {
	color: #f8b600;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	margin: 0;
}

h2 {
	color: #f8b600;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	margin: 0;
}

h3 {
	color: #f8b600;
	font-size: 12px;
	fontweight: bold;
	padding: 0px;
	margin: 0;
}

.bold{
	font-weight: bold;
}

.line {
	text-decoration: underline;
}

.itline {
	text-decoration: underline;
	font-style: italic;
}

.img-right {
	float: right;
	margin: 40px 15px 15px 15px;
}
/**************************************/


/* Algemeen lay-out */
#container {
	width: 980px;
	height: 560px;
	margin: 0 auto;
}
#topbalk
{
	height: 10px;
	width: 980px;
	background-image: url(../images/topbalk.jpg);

}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 199px;
	height: 146px;
	float: left;
}

#header {
	background: url(../images/img1.jpg) no-repeat;
	width: 781px;
	height: 146px;
	margin-top: 0px;
	float: left;
	position: relative;
}
#bannerlogo
{
	position: absolute;
	width: 162px;
	height: 44px;
	background-image: url(../images/logos-in-banner.png);
	left: 590px;
	top: 90px;
}

.spacer {
	background: url(../images/spacer.png) no-repeat;
	width: 980px;
	height: 11px;
	clear: both;
	margin: 0;
	padding: 0;
}

#content {
	width: 770px;
	height: 380px;
	float: left;
	overflow: auto;
}

#contenttop {
	background: url(../images/contenttop.png) bottom left no-repeat;
	width: 750px;
	height: 11px;	
}

#contentbtm {
	background: url(../images/contentbtm.png) top left no-repeat;
	width: 750px;
	height: 8px;
}

#contenttext {
	background: url(../images/contentbg.png) left repeat-y;
	width: 720px; /* 770px */
	min-height: 360px;
	padding: 0 15px;
}
/**************************************/


/* Main menu */
#menuwrapper {
	width: 166px;
	/*height: 100%; ??*/
	margin: 0 24px 0 13px;
	float: left;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a
{
	display: block;
	height: 42px;
	overflow: hidden;
}
#menubg
{
	height: 5px;
	width: 166px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	margin-top: -2px;
}

#iframep
{
	border: 0px;
	position: absolute;
	margin-left: -14px;
	margin-top: -10px;
}

/* OUD */

.menu {
	background: url(../images/menubg.png) left repeat-y;
	width: 166px;
	min-height: 370px;
}

.menu ul, .menu li {
	list-style: none;
	list-style-type: none;
}

.menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	display: block;
	width: 140px; /* 166px */
	height: 25px; /* 35px */
	padding: 16px 0 0 26px;
	text-decoration: none;
}

.menu li a:hover, .menu li a.active {
	background: url(../images/menuline.png) bottom left no-repeat;
	color: #777777;
}

.menubtm {
	background: url(../images/menubtm.png) top no-repeat;
	width: 166px;
	height: 10px;
}
/**************************************/



