/* Standaard onderdelen */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.website {
	background-image: url('../images/bgBottom.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #505153;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
a:focus {
	outline-style: none;
	outline-width: 0;
}
p {
	padding: 0;
	margin: 0;
}


/* Globale opmaak */
div.top {
	height: 61px;
	width: auto;
	background-image: url('../images/bgTop.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #dc456c;
}
	div.top div.items {
		position: relative;
		width: 713px;
		height: 61px;
		margin-left: auto;
		margin-right: auto;
		background-image: url('../images/imgTop.jpg');
		background-position: left top;
		background-repeat: no-repeat;
	}
		div.top div.items div.logo {
			position: absolute;
			width: 110px;
			height: 109px;
			left: -35px;
			top: 7px;
			background-image: url('../images/logo.png');
			background-repeat: no-repeat;
			background-position: top left;
		}
		div.top div.items div.news {
			position: absolute;
			width: 360px;
			height: 114px;
			left: 385px;
			padding-top: 25px;
			padding-left: 15px;
			background-image: url('../images/bgNews.png');
			background-repeat: no-repeat;
			background-position: top left;
			font-family: Arial;
			font-size: 11px;
			color: #292a2b;
		}
			div.top div.items div.news .moduletable {
				width: 310px;
				height: 44px;
				overflow: hidden;
			}
div.main {
	height: auto;
	padding-bottom: 20px;
	background-image: url('../images/bgMain.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #e9f1ca;
}
	div.main div.content {
		position: relative;
		width: 690px;
		height: auto;
		min-height: 400px;
		top: 75px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 75px;
		font-family: Arial;
		font-size: 11px;
		color: #292a2b;
	}
		div.main div.content a {
			font-weight: bold;
			color: #333;
		}
		div.main .contentpaneopen {
			display: block;
			padding-bottom: 8px;
		}
		div.main .contentpaneopen #itart {
			width: 495px;
			padding-right: 20px;
			background-image: url('../images/borderContent.png');
			background-position: bottom right;
			background-repeat: no-repeat;		
		}
		div.main .componentheading,
		div.main .contentheading {
			display: block;
			width: 500px;
		}
		div.main div.content div.menu {
			position: absolute;
			width: 130px;
			padding-bottom: 8px;
			background-image: url('../images/borderMenu.png');
			background-position: bottom right;
			background-repeat: no-repeat;
		}
			div.main div.content div.menu .separator {
				display: block;
				height: 20px;
			}
			div.main div.content div.menu span.mainlevel {
				display: table-cell;
				padding: 0;
				padding-right: 10px;
				margin: 0;
				width: 130px;
				height: 20px;
				text-align: right;
			}
				div.main div.content div.menu span.mainlevel a {
					width: 120px;
					text-align: right;
				}
		div.main div.content div.component {
			position: relative;
			left: 170px;
			width: 495px;
		}
div.bottom {
	height: 107px;
	width: auto;
	background-image: url('../images/bgBottom.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #505153;
}
	div.bottom div.items {
		position: relative;
		width: 673px;
		max-height: 107px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		background-color: #292a2b;
		font-family: Arial;
		font-size: 11px;
		color: #fff;
	}
		div.bottom div.items a {
			font-family: Arial;
			font-size: 11px;
			color: #fff;		
			text-decoration: none;
		}
		div.bottom div.items td.f1 {
			width: 236px;
		}
		div.bottom div.items td.f2 {
			width: 236px;
		}
		div.bottom div.items td.f3 {
			width: 161px;
		}