﻿/******************
HTML Tags
******************/

body {
	margin: 0px;
	height: 100%;
	background-color: #fff;
}

img {
	border: 0px;
}

/******************
Layout Divs
******************/

#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(images/schaduw.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 9px;
}

#mainnav-container {
	background-color: #0063be;
	height: 50px;
	min-height: 50px;
}

#mainnav {
	float:left;
	width:60%;
	margin-left: 12px;
	margin-top: 7px;
}

#mainnav-side {
	float:right;
	width: 160px;
	margin-right: 12px;
}

#header, .header {
	height: 240px;
	min-height: 240px;
	position: relative;
	background-repeat: repeat;
	background-position: center center;	
}

#logo, .logo {
	height: 36px;
	min-height: 36px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;	
	background-image: url(images/bar.jpg);
}
	
#navbarcontainer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px; 
	height: 34px;
}

#navbarleft {
	float:left;
	padding:0 10px;
	color: #fff;
}

#navbarright {
	float:right;
	padding: 0px 10px 0px 0px;
}

#navbarright .rtsTxt{
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}

#content-container {
	padding:0px;
	margin:0px;
	/*position: relative;  */
	z-index: -1;		
}

.left {
	width: 240px;
	background-color: #0063be;
}

td.left {
	vertical-align: top;
}

.right {
	width:240px;
	/*background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

td.right {
	vertical-align: top;
	text-align: right;
	padding-bottom: 64px;
	padding-right: 32px;

}

td.right img {
	margin-top: 20px;
}

.content {
	padding-left: 12px;
	padding-bottom: 24px;
}

td.content {
	vertical-align: top;
}

#footer {
	clear:both;
	background-image: url(images/footer-blauw.jpg);
	background-repeat: repeat-y;
	height: 48px;	
}

#innerfooter {
	width: 90%;
	margin: 0px auto; 
	text-align: left; 
}

/******************
CLASSES
******************/

.none {
	display:none;
}

.clear {
	clear:both;
}