/**************************************** EXPORT CSS STYLES ***************************************/
@import url("site.css");
/* Header styles */
#logo {
	float: left;
	position: relative;
	top: 0px;
	height: 80px;
	margin-left: 10px;	
}

#reeks {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 110px;
	float: left;	
	overflow: visible;
	background-image: url('../images/reeks.jpg');
	background-repeat: repeat-x;		
}

#app {
	position: relative;
	width: 100%;
	height: 100%;	
}


#header {
	clear:both;
	float:left;
	width:100%;
	height:195px;	
}
#header {
	/*border-bottom:1px solid #000;*/
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#EEEEEE;
	/*border-top:4px solid #000;*/
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	border-right: 1px #004685 dotted;	
}
/* 2 column left menu settings */
.leftmenu {
	background:#EEEEEE;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-left: 1px #004685 dotted;
	border-right: 1px #004685 dotted;	
	margin-left: 10px;			
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:245px;
	background:#fff;	
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:245px;
	padding-bottom:1em;
	height:100%;		
}
.leftmenu .col1 {
	margin:0 10px 0 250px;
	position:relative;
	right:100%;
	overflow:hidden;
	height:100%;	
}
.leftmenu .col2 {
	float:left;
	width:235px;
	position:relative;
	right:235px;
	border-right: 1px #004685 dotted;		
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

