@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat top center #007BB0;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {color: #026B99; font-size: 15px;}
h2 {color: #026B99; font-size: 14px;}
h3 {color: #026B99; font-size: 13px;}
h4 {color: #026B99; font-size: 12px;}
h5 {color: #026B99; font-size: 11px;}
h6 {color: #026B99; font-size: 10px;}


/*------------------------------- Opmaak ---------------------------------*/

#container {
	margin: 0 auto;
	width: 901px;
	background: url(../images/content_bg.png) repeat-y;
}


/*------------------------------- Header ---------------------------------*/

#header {
	height: 303px;
	background: url(../images/banner_bg.jpg) top no-repeat;
}


/*------------------------------- Top ---------------------------------*/

#top {
	height: 18px;
	text-align: right;
	padding: 8px 21px 0 0;
	font-size: 10px;
	color: #016A98;
}
	#top a { color: #016A98; text-decoration: none; }
	#top a:hover { color: #016A98; text-decoration: underline; }


/*------------------------------- Banner ---------------------------------*/

#banner {
	height: 277px;
}
	

/*------------------------------- Content ---------------------------------*/

#main {
	width: 901px;
	padding-bottom: 25px;
}

#content {
	float: left;
	width: 607px;
	padding: 10px 35px 30px 15px;
	color: #016B99;
	font-size: 11px;
}
	#content a {color: #016B99; text-decoration: none;}
	#content a:hover {color: #349ECC; text-decoration: underline;}

#content img {
	border: 1px solid #066C96;
	margin: 5px;
}

/*------------------------------- Left ---------------------------------*/

#left {
	float: left;
	width: 230px;
	height: 100%;
	margin-left: 14px;
}
#left_banner_top {
	padding: 12px 25px 0 15px;
	background: url(../images/left_banner_top.png) no-repeat;
	height: 28px;
}
#left_banner_bg {
	color: #026b99;
	font-size: 11px;
	padding: 10px 25px 0 15px;
	background: url(../images/left_banner_bg.png) repeat-y;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 20px;
	padding-top: 5px;
	clear: both;
	
	background: url(../images/footer_bg.png) repeat-x;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #016A98;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
