html {
	background: #f0f0f0;
	overflow-y: scroll; /* altijd scrollbar in beeld */
}

body {
	margin: 0px;
	padding: 0px;
	color: #252525;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #f0f0f0;
	background-image: url(/img/swerts_body.png);
	background-repeat: repeat-x;
	background-position: top
}

body.default {
	background-image: url(/img/swerts_body_default.png);
	background-repeat: repeat-x;
	background-position: top
}

a, a:link, a:visited { color: #996600; font-weight: 400; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 0px 0px 10px 0px; padding: 0; }
img { border: none; }
/*em { color: #000; font-weight: bold; font-style: normal }*/

h1, h2, h3, h4, h5, h6 { color: #89a313; font-weight: normal; }
h1 { font-size: 28px; margin: 0px 0px 20px 0px; padding: 5px 0px 0px 0px; }
h2 { font-size: 25px; margin: 0px 0px 15px 0px; padding: 5px 0px 0px 0px; }
h2 span { color: #89a313 }
h3 { font-size: 22px; margin: 0px 0px 15px 0px; padding: 10px 0px 0px 0px; }
h4 { font-size: 18px; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; }
h5 { font-size: 16px; margin: 0px 0px 10px; padding: 0px 0px 0px 0px;  }
h6 { font-size: 14px; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { clear: both; display: block; width: 130px; height: 44px; line-height: 44px; font-size: 18px; text-align: center; color: #6f6f6f; font-weight: 400; background: url(/img/swerts_more.png) no-repeat }
a.more:hover { text-decoration: none; color: #000; }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { display: inline-block; border: 5px solid #fff; background: none; margin-bottom: 5px }
.image_fl { float: left; margin: 3px 15px 0 0 }
.image_fr { float: right; margin: 3px 0 0 15px }

.subtitel { font-size: 18px; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; color: #404040; font-style: italic; }

/* ------------------ */

#swerts_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto
}

#swerts_header {
	width: 960px;
	height: 85px;
	padding: 0;
}

#site_title { float: left; color: #fff; font-size: 24px; padding: 0 25px 0 0; width: /*935px*/415px; text-align: right; }

/* menu */
#swerts_menu {
	float: left;
	margin-top: 20px;
	width: 960px;
}

#swerts_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#swerts_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#swerts_menu ul li a {
	float: left;
	display: block;
	padding: 0 10px 0px 10px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #b2db11;	
	font-weight: 400;
	outline: none;
	border-right: 1px solid #b2db11;
}

#swerts_menu ul li a:hover, #swerts_menu ul li .current { color: #fff }
#swerts_menu ul li .last { border: none; padding-right: 0 }


/* end of menu */


#swerts_middle {
	clear: both;
	width: 960px;
	height: 200px; /*325px*/
	padding: 15px 0 0;
}

#mid_img_wrap {
	float: left;
	position: relative;
	width: 351px;
	height: 180px;
	padding: 15px 30px;
}

#mid_img_wrap span {
	position: absolute;
	width: 361px;
	height: 180px;
	top: 0;
	left: 0;
	z-index: 10000;
	background: url(/img/swerts_slider_frame.png) no-repeat;
}

#mid_right {
	float: right;
	margin-top: 10px;
	width: 470px;
	color: #fff;
}

#mid_right a {
	color: #FFFF00;
}
#mid_right p { margin-bottom: 20px; font-size: 12px; line-height: 17px;}

#mid_title { 
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px
}

#mid_right { display: block; float: right; width: 470px; height: 39px; }

#swerts_main {
	width: 640px;
	min-height: 496px;
	padding: 15px 0px 0px 0px;
	float: left;
}

#swerts_main_default {
	min-height: 260px;
	width: 960px;
	padding: 0;
}

#swerts_main_rechts {
	width: 300px;
	min-height: 496px;
	padding: 15px 0px 0px 0px;
	float: right;
}

.content_box {
	margin-bottom: 10px
}

.col_3 {
	float: left;
	width: 260px;
	padding: 5px 20px 5px 20px;
	margin-right: 30px;
	background: url(/img/swerts_box_wit.png) no-repeat top center
}

.col_3 h3 {
	font-size: 14px;
	font-weight: bold;
}
.col_3 h3 span { display: block; color: #89a313; font-size: 13px; font-weight: normal; }
.col_3 p { margin-bottom: 0px }
.col_3 a.more { margin: 0 auto }

.col_last { margin: 0 }



#swerts_footer_wrapper {
	clear: both;
	width: 100%;
	background: url(/img/swerts_footer.png) repeat-x
}

#swerts_footer {
	width: 960px;
	height: 240px;
	padding: 40px 0 0;
	margin: 0 auto;
	color: #fff;
}

.footer_box {
	float: left;
	width: 210px;
	margin-right: 30px;
}

.footer_box h4 {
	color: #b2db50;
	font-size: 24px;
	margin-bottom: 20px
}

.footer_list { margin: 0; padding: 0; list-style: none }
.footer_list li { margin: 0 0 5px; padding: 0 0 5px; border-bottom: 1px solid #a998d9; color: #fff }
.footer_list li a { color: #fff }

#footer_menu_box { clear: both; width: 960px; height: 37px; margin: 0 auto; text-align: center; padding: 10px 0; }
.footer_menu { margin: 0; padding: 10px 0; list-style: none }
.footer_menu li { margin: 0 30px; padding: 0; display: inline }
.footer_menu li a { color: #fff }
.footer_menu li a:hover { color: #000; text-decoration: none; }

#copyright {
	clear: both;
	width: 960px;
	height: 35px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#copyright a { color: #fff }
