body {
margin: 0 auto;
padding: 0;
font: 73% verdana, "Trebuchet MS", arial, sans-serif;
text-align: center;
line-height: 1.7em;
color: #fff;
background: #0B3147; 
}
			/* WRAP */
#container {
width:1000px;
margin: 0 auto;
padding: 0;
text-align: left;
color: #fff;
background: #0B3147; 
}

* html #container 
{
    height: 99.9%; /* fix IE6 positioning bug */
}
			/* HEADER */
#header {
position: relative;
margin: 0 auto;/*margin: 0 0 30px 0; */
padding: 0;
height: 100px;
background: #0B3147; /*#0B3343; /*#000* url(images/banner.jpg) no-repeat;*/
color: #fff;
}
#header h1 {	
margin: 0;
padding: 70px 100px 0 0;
height: 50px;
font: 140% "Trebuchet MS", verdana, arial, sans-serif;
text-align: right;
letter-spacing: 3px;
color:  #fff;
background: #0B3147; /*inherit; */
}
			/* SIDE CONTENT */
#side {
float: left;
width: 150px;
margin: 0; /* auto; */
padding: 0 20px;
background: #0B3147; /*inherit;*/
color: #999;
overflow: hidden;
}

#side p { 
margin: 1em 0 1em 0; 
}
			/* SIDE NAV */		
#side ul {
list-style : none;
margin : 20px 0;
padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
color : #708491;
background : inherit;
text-decoration : none;
margin : 0;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#side ul li a:hover {
text-decoration : none;
background : #fff;
color : #000;
} 

	/* MAIN CONTENT */

#content
{
    margin-left: 200px;
    border-left: 1 px solid gray;
    padding: 1em;
    max-width: 90em;
    color: #FFF;
    background: #0B3147 url(images/mainbg_groep.jpg) 10px 10px no-repeat;
}


#navend 
{
    clear:both;
}
				/* FOOTER */
#footer {	
clear: both;
margin-top: 2px;
text-align: center;
padding: .5em;
font-size: 11px;
color: #fff;
background: #0B3147;
border-top: 1px solid #aaa;
}
				/* LINKS*/
a {
color: #fff;
text-decoration: none;
}
a:hover {
background: #eee;
color:  #708491;
text-decoration: none;
}
a img {
border: 0;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #FFF;
color : #000;
}
				/* TYPOGRAPHY */
h2 {
margin: 0;
font: normal 150% verdana, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
color: #FFF;
}
h3 {
margin: 0;
font: normal 120% verdana, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
color: #FFF;
background: #0B3343; /*inherit; */
}
blockquote {
margin: 1px;
font-weight : bold;
font-style : italic; 
color : #aaa;
}
				/* CLASSES*/
.imgright {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
.big {
margin : 5px;
font: 200% "Trebuchet MS", verdana, arial, sans-serif;
font-size:200%;
line-height: 2em;
text-transform : uppercase;
background: #fff;
color: #2e2e2e;
}
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #6B78A9;
	}
	
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#6B78A9;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#6B78A9;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
	
	/* ==================== | NAVIGATION | ==================== */

#navigation {
	border-top:1px solid #AAA; /*#797BB2; */
	border-bottom:1px solid #AAA; /*#797BB2;*/
	color : #fff;
	background:#0B3147 /*;#FAECAA url(/images/menu/main_menu_bg.gif) repeat-x; */
}
#Menu1 {
	float:none !important;
}
	/* ==================== | MISC | ==================== */

.hide {
	position:absolute;
	top:-9999px;
	left:-800px;
}
.nodisplay {
	display:none;
}

/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */
