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

/*------------------------------- CSS Reset ---------------------------------*/

body,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol {
	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;
}
iframe {
	border: 1px solid #054A25;
}


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

body {
	background: url(../images/bg.jpg) #FEFEF5 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}


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

h1 {color: #005228; font-size: 13px;}
h2 {color: #005228; font-size: 12px;}
h3 {color: #005228; font-size: 11px;}
h4 {color: #005228; font-size: 10px;}
h5 {color: #005228; font-size: 10px;}
h6 {color: #005228; font-size: 9px;}


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

#artwork {
	background: url(../images/artwork.png) no-repeat center top;
}

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

#wrapper {
	margin: 0 auto;
	width: 970px;
}


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

#header {
	margin: 0 auto;
	width: 970px;
	height: 173px;
}


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

#main {
	padding-bottom: 22px;
}


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

#left {
	float: left;
	width: 189px;
	min-height: 596px;
	background: url(../images/left_bg.jpg) no-repeat top;
	color: #005228;
}
	#left a {color: #000; text-decoration: none;}
	#left a:hover {color: #000; text-decoration: none;}
	

/*------------------------------- Menu ---------------------------------*/

#menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 7px 0 0 15px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #005228;
}
	#menu li a { color: #005228; text-decoration: none;}
	#menu li a:hover { color: #2AA968; text-decoration: none;}

#menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li li {
	font-weight: normal;
}


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

#content {
	float: left;
	width: 597px;
	min-height: 596px;
	background: url(../images/content_bg.jpg) no-repeat top;
	color: #005228;
	font-size: 11px;
	line-height: 18px;
}
	#content a {color: #005228; text-decoration: underline;}
	#content a:hover {color: #2AA968;}
	
#content_inside {
	padding: 30px;
}

#content img {
	border: 1px solid #054A25;
}
	

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

#right {
	float: left;
	width: 184px;
	min-height: 596px;
	background: url(../images/right_bg.jpg) repeat-x top;
	color: #005228;
	padding-top: 11px;
}
	#right a {color: #000; text-decoration: none;}
	#right a:hover {color: #2AA968; text-decoration: none;}

#right .banners {
	width: 193px;
	height: 177px;
	margin-bottom: 5px;
}


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

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


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

#footer {
	margin: 0 auto;
	position: relative;
	margin-top: -22px;
	width: 970px;
	height: 17px;
	padding-top: 5px;
	clear: both;
	
	background: #ACCB33;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
	#footer a {color: #FFFFFF; text-decoration: none;}
	#footer a:hover {color: #054A25; text-decoration: none;}
	

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