/* ------------------------------------------------------------------------------------------------------------- */
/* -- BASISELEMENTEN ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

body.mceContentBody {
	margin:0px 141px 0px 0px; /*Width tinyvlak=680px */
	padding:9px 0px 9px 0px;
	height:auto;
	background:#FFFFFF;
	border-right:solid 1px #bfbfbf;
}

html, body {
	background:#F0F0F0 url(../images/body_bg.gif) repeat-x top left;
	margin:0 auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	line-height:18px;
	text-align:left;
	height:100%;
}
	
	#container {
		width:805px;
		height:100%;
		position:absolute;
		background:url(../images/container_bg.gif) repeat-y top right;
	}

	#cont2 {
		width:805px;
		height:auto;
		display:table;
		background:url(../images/container_bg.gif) repeat-y top right;
		padding-bottom:25px;
	}
	
		#header {
			width:805px;
			height:200px;
			padding:0px;
			margin:10px 0px 0px 0px;
			display:table;
			background:url(../images/header.gif) no-repeat top left;
		}

		#cont_menu {
			width:200px;
			height:auto;
			padding:0px;
			margin:0px;
			position:relative;
			top:0px;
			left:20px;
			float:left;
		}

			#menu {
				width:200px;
				height:auto;
				margin:0 auto;
				padding:0px;
			}
			
				#menu h5 {
					width:200px;
					height:40px;
					margin:5px 0px 0px 0px;
					padding:0px;
					color:#535353;
					font-size:12px;
					line-height:40px;
					font-weight:bold;
					text-indent:20px;
				}
				
				#menu ul {
					list-style-type: none;
					margin: 0;
					padding: 0;
				}
				
				#menu li {
					margin:0px;
				}
				
				/* Level 1 */
				#menu li a:link, #menu li a:visited {
					width:200px;
					height:32px;
					list-style-type: none;
					margin: 0px;
					padding:0px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight:normal;
					text-decoration: none;
					text-align:left;
					text-indent:20px;
					color:#444444;
					display:block;
					line-height:32px;
					border-bottom:1px solid #d9d9d9;
					border-top:1px solid #d9d9d9;
					background:#d9d9d9;
				}
				
				#menu li a:hover {
					background:#E4E4E4;
					border-bottom:1px solid #FFFFFF;
					border-top:1px solid #FFFFFF;
				}
				
				#menu li a#active0:link, #menu li a#active0:visited, #menu li a#active0:hover {
					background:#FFFFFF;
					font-weight:bold;
					border-bottom:1px solid #999999;
					border-top:1px solid #999999;
				}
				
		#cont_right {
			width:539px;
			height:auto;
			display:table;
			margin:0px;
			padding:9px 0px 9px 0px;
			border-left:20px solid #FFFFFF;
			border-right:20px solid #FFFFFF;
			float:left;
			position:relative;
			top:0px;
			left:21px;
		}
		
			#cont_right h1 {
				width:auto;
				height:32px;
				margin:0px;
				padding:0px;
				color:#00adef;
				font-size:12px;
				line-height:32px;
				font-weight:bold;
			}

	
		#footer {
			width:800px;
			height:25px;
			margin:0px;
			padding:0px;
			border-top:1px solid #FFFFFF;
			display:table;
			line-height:25px;
			background:#6B6B6B url(../images/footer.gif) no-repeat 19px 0px;
			text-indent:230px;
			text-align:right;
			color:#FFFFFF;
			font-weight:bold;
			float:left;
			position:fixed;
			bottom:0px;
			left:0px;
		}


/* ------------------------------------------------------------------------------------------------------------- */
/* -- EXTRA ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

i, em { color:#00adef; border:0px; font-style:normal; }

a:link, a:visited {
	color:#00adef;
	text-decoration:underline;
}
	
a:hover {
	color:#00adef;
	text-decoration:none;
}

a.white:link, a.white:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
	
a.white:hover {
	color:#FFFFFF;
	text-decoration:none;
}
