
/* Core styles */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 62.5%/1.6em Verdana, sans-serif;
	background: #A8D6F9 url(../images/backgrounds/bg-body2.gif) repeat-x left top;
	height: auto !important;
	margin: 10px 0 0;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.5em;
	padding: .2em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img {
	border: 0;
}

a,
a:visited {
	color: #329EF1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/** Structure **/
#layout_container {
	position: relative;
	width: 98.2em;
	margin: 0 auto;
	height: auto;
}

.layout_body {
	padding: 0 0 2em;
	width: auto;
	height: auto;
}


/* Leftcontainer */
#layout_left {
	float:left;
	position: relative;
	width: 23em;
	height: auto;
	padding: 0 0 2em;
}

#logo {
	padding-top: 2em;
}



/* Menu */
#leftmenu {
	margin: 0 -1px 0 0;
	text-align: right;
	padding: 0 0 0 41px;
}


#sbn_menu,#sbn_menu ul {
	list-style: none;
}

#sbn_menu {
	width: 190px;
}


#sbn_menu li {
	padding: .5em 1.5em .5em 1em;
}

#sbn_menu li ul {
	display: none;
}

#sbn_menu li a {
	font-size: 1.3em;
/* hack by bobby change to color #43AB32 */
/* hacked back by Remco to color #000*/
	color: #000;
	text-decoration: none;
	
}
#sbn_menu li a:hover {
	text-decoration: underline;
}

#sbn_menu .current,
#sbn_menu .currentparent {
	padding: .5em 1.5em .5em 1em;
	background: #FFF;
	border: 1px solid #43AB32;
	border-right: 0;
}

#sbn_menu .currentparent a {
/* hack by bobby change to color #43AB32 */
	color: #43AB32;
	font-weight: bold;
	text-decoration: none;
}

#sbn_menu .current ul a,
#sbn_menu .currentparent ul a {
/* hack by bobby change to color #43AB32 */
	color: #43AB32;
	font-weight: normal;
	font-size: 1em;
}


#sbn_menu .current a,
#sbn_menu .currentparent .current a {
	color: #EE7212;
	font-weight: bold;
	text-decoration: none;
}

#sbn_menu .current ul .current,
#sbn_menu .currentparent ul .current {
	background: url(../images/icons/nav-icon.gif) no-repeat right center;
}

#sbn_menu .current ul .current a,
#sbn_menu .currentparent ul .current a {
	font-weight: normal;
}


#sbn_menu .currentparent .current {
	border: 0;
}

#sbn_menu .current ul,
#sbn_menu .currentparent ul {
	display: block;
}



/* Nieuws */
.news_item {
	text-align: left;
}

.news_item li {
	padding: 1em 0;
	border-bottom: 1px solid #D9D9D9;
}


/** Components **/ 
/* Content */
#layout_main {
	float: right;
	clear: right;
	margin-left: -23em;
	width: 100%;
	background: #ccc;
	padding: 0 0 7.7em;
	background: url(../images/backgrounds/content-bot.png) no-repeat 23em bottom;
}

#layout_main .content_wrapper {
	float: none;
	width: auto;
	position: static;
	margin-left: 23em;
}

#layout_main .inner_wrapper {
	width: 100%;
	float: left;
	background: url(../images/backgrounds/content-mid.png) repeat-y left top;
}


.layout_content {
	margin: 0 3em 2em 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #43AB32;
	width: auto;
}

.content_header {
	clear: both;
	width: auto;
	height: 180px;
	background: url(../images/backgrounds/content-top.png) no-repeat left top;
}


/* Breadcrumb */
.breadcrumb {
	width: auto;
	padding: 1em 0 0 3em;
	height: 3em;
	overflow: hidden;
}

.breadcrumb ul {
	list-style: none;
}

.breadcrumb ul li {
	display: inline;
	float: left;
}


/* header */
.header_img {
	width: auto;
	margin: 0 0 0 20px;
	height: 85px;
}


/* Flashcontainer */
#flashcontainer {
	padding: 2em 0;
	text-align: center;
	background: #F7F7F7;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 0 2em;
}

/* layout header */
.layout_header {
	height: 10em;
	width: auto;
	margin: 0 0 5.2em;
	padding: 2.5em 0 0;
	text-align: center;
}
.sbn_article {
	float: left;
	width: 485px;
	padding-bottom: 2em;
}


/* panels */
.layout_right {
	float: right;
	width: 20em;
	margin-top: 3em;
}

.panel {
	width: auto;
	padding: .7em;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	background: url(../images/backgrounds/bg-panel.png) repeat-x center bottom;
}


/* */

.rss {
	margin-bottom: 20px;
	display: none;
}

.lid {
	background: none;
	border: 0;
}

.lid img {
	background: #FFF;
	padding: 1px;
	border: 1px solid #C5C5C5;
}

.lid img:hover {
	border: 1px solid #43AB32;
}



/* Footer */
.layout_footer {
	clear: both;
	width: auto;
	height: 60px;
	padding: 4em 0 2em;
	background: url(../images/backgrounds/bg-footer.png) no-repeat center 2em;
	text-align: center;
}





/** Type **/
/* Leftmenu */
.leftmenu a {
	font-weight: normal;
	font-size: 1.1em;
}

/* content */


.news_item h2 {
	font-size: 1.6em;
	padding: 0 0 .5em 1em;
}


.layout_footer a {
	font-size: 1em;
	color: #575757;
	text-decoration: none;
}

.breadcrumb h2 {
	color: #329EF1;
}

.icon_rss {
	color:#575757;
	text-decoration: none;
	display:block;
	padding: 3px 3px 3px 20px;
	background: url(../images/icons/rss-icon.png) no-repeat left 3px;
}



/* Main content */
.sbn_article h1 {
	color: #EE7212;
	font: bold 2.4em "Trebuchet MS", serif;
	padding: 0 0 2px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #44AB33;
}


.sbn_article p {
	padding: 0 0 10px 10px;
	font-size: 1.1em;
}

.sbn_article ul,
.sbn_article ol {
	list-style-position: inline;
}


#sbn_news {
	padding: 2em 0 0;
}

#sbn_news ul,
#sbn_news li {
	list-style: none;
}

#sbn_news li {
	padding: 1em;
	border-bottom: 1px solid #D9D9D9;
}

#sbn_news p.datum {
	font-weight: bold;
	display: block;
}

#sbn_news a.leesmeer {
	text-decoration: underline;
	color: #EE7212;
}

#sbn_news h2 {
	color: #EE7212;
	font: bold 2.4em "Trebuchet MS", serif;
	padding: 0 0 2px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #44AB33;
}

#sbn_news h4 {
	color: #43AB32; 
}

#sbn_news p {
	font-size:1.1em;
	padding:0 0 10px;
}





/* */
.clear:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}






