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

html, body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #50AA36;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

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

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


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

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

h1 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 13px;}
h2 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 12px;}
h3 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 11px;}
h4 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 10px;}
h5 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 9px;}
h6 {color: #3C9030; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 8px;}


/*------------------------------- 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: #34832C;
}
	#top a { color: #34832C; text-decoration: none; }
	#top a:hover { color: #108CBF; text-decoration: none; }


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

#banner {
	height: 277px;
}


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

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

#left {
	float: left;
	width: 230px;
	height: 320px;
	padding-left: 14px;
}

#content {
	float: left;
	width: 612px;
	padding: 25px 30px 30px 15px;
	color: #3C9030;
	font-size: 11px;
}
	#content a {color: #3C9030; text-decoration: none; }
	#content a:hover {color: #71C864; text-decoration: none; }

	#content img { border: 1px solid #3C9030; }


/*------------------------------- 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: #287520;
}


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