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

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img,iframe { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.jpg) no-repeat top center #3C8734;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

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

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


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

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


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

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


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

#header {
	height: 308px;
	background: url(../images/headerBg.jpg);
}


/*------------------------------- Topnav ---------------------------------*/

#topnav {
	height: 18px;
	text-align: right;
	padding: 8px 21px 0 0;
	font-size: 10px;
	color: #2B6728;
}
	#topnav a { color: #2B6728; text-decoration: none;}
	#topnav a:hover { color: #B6D5B6;}


/*------------------------------- Main ---------------------------------*/

#main {
	width: 901px;
	padding: 0 0 25px 0;
}


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

#left {
	float: left;
	width: 230px;
	margin-left: 14px;
}
	#left a {color: #016B99; text-decoration: none;}
	#left a:hover {color: #349ECC;}


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

#banner {
	width: 230px;
}
#banner .top {
	width: 190px;
	height: 28px;
	padding: 12px 25px 0 15px;
	background: url(../images/bannerTop.png) no-repeat;
}
#banner .content {
	color: #026b99;
	font-size: 11px;
	padding: 10px 25px 0 15px;
	background: url(../images/bannerBg.png) repeat-y;
}	


/*------------------------------- Right ---------------------------------*/

#right {
	float: left;
	width: 607px;
	padding: 10px 35px 30px 15px;
	color: #337B30;
	font-size: 11px;
}
	#right a {color: #6BBD67; text-decoration: none;}
	#right a:hover {color: #337B30;}

#right p {
	padding: 0 0 10px 0;
}
#right #tables table {
	border: 1px solid #337B30;
}

#right img {
	border: 1px solid #337B30;
	margin: 0 0 5px 5px;
}


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

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


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

#footer {
	position: relative;
	margin-top: -25px;
	height: 20px;
	padding-top: 5px;
	clear: both;
	background: url(../images/footerBg.png) repeat-x;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #2B6728;
}


/*------------------------------- 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 */