/*
 * Reset
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

blockquote:before,
blockquote:after,
q:before, q:after 		{ content: ""; }
blockquote, q 			{ quotes: "" ""; }
a img					{ border: none; }

/*
 * Basic
 */
body				{ background-color: #EDEAE1; color: #625e51; cursor:default; line-height: 1.5; }

h1,h2,h3,h4,h5,h6	{ font-weight: bold; color: #006B54; font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1 					{ font-size: 1.6em; line-height: 1; margin-bottom: 0.5em; }
h2 					{ font-size: 1.4em; margin-bottom: 0.5em; }
h3 					{ font-size: 1.2em; line-height: 1; margin-bottom: 0.5em; }
h4 					{ font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 					{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 					{ font-size: 1em; font-weight: bold; }
h1 img, h2 img,
h3 img,  h4 img,
h5 img, h6 img 		{ margin: 0; }
p           		{ margin: 0 0 1.5em; }
p img       		{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right 		{ float: right; margin: 1.5em 0 1.5em 1.5em; }
br, .clear			{ clear: both; }
a:focus, 
a:hover     		{ color: #625e51; }
a           		{ color: #006B54; text-decoration: underline; }
blockquote  		{ margin: 1.5em; color: #666; font-style: italic; }
strong      		{ font-weight: bold; }
em,dfn      		{ font-style: italic; }
dfn         		{ font-weight: bold; }
sup, sub    		{ line-height: 0; }
abbr, 
acronym     		{ border-bottom: 1px dotted #666; }
address     		{ margin: 0 0 1.5em; font-style: italic; }
del         		{ color:#666; }
pre,code    		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt 		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
strike, del 		{ color:#aaa; }
li ul, 
li ol       		{ margin:0 1.5em; }
ul, ol      		{ margin: 0 1.5em 1.5em 1.5em; }
ul          		{ list-style-type: disc; }
ol          		{ list-style-type: decimal; }
dl          		{ margin: 0 0 1.5em 0; }
dl dt       		{ font-weight: bold; }
dd          		{ margin-left: 1.5em;}

/*
 * Tables
 */
table.fullLined,
table.horizontalLined,
table.verticalLined			{ clear:both;border-collapse:collapse; width:100%; }
table.fullLined th,
table.horizontalLined th,
table.verticalLined th		{ font:bold 11px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:2px;padding:3px;text-align:left;background:#000 url(../system/img/th.php?start=EDEAE1&end=CDCAC1) repeat-x;white-space:nowrap}
table.fullLined tr td,
table.horizontalLined tr td,
table.verticalLined tr td	{ padding:3px;background:#ffffff;vertical-align:top }
table tr.alt td				{ background:#F9F9F9 }
table td.alignLeft			{ text-align:left }
table td.alignCenter		{ text-align:center }
table td.alignRight			{ text-align:right }
table td.valignTop			{ vertical-align:top }
table td.valignMiddle		{ vertical-align:middle }
table td.valignBottom		{ vertical-align:bottom }
table td.nowrap				{ white-space:nowrap }
table.fullLined				{ border-top:1px solid#333;border-left:1px solid#333 }
table.fullLined td,
table.fullLined th			{ border-right:1px solid#333;border-bottom:1px solid#333}
table.horizontalLined		{ border-top:1px solid#333;border-right:1px solid#333;border-left:1px solid#333}
table.horizontalLined td,
table.horizontalLined th	{ border-bottom:1px solid#333}
table.verticalLined			{ border-top:1px solid#333;border-bottom:1px solid#333;border-left:1px solid#333}
table.verticalLined td,
table.verticalLined th		{ border-right:1px solid#333}

/*
 * Layout
 */
body {
	background-image: url('../scom/img/body_back.gif');
	background-position: center;
	background-repeat: repeat-y;
	font-size:75%;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#container {
	margin: 0 auto;
	width: 960px;
}
	div#head {
		background: #fff;
		border-bottom: 4px solid #006B54;
		height: 120px;
	}
		img#logo {
			margin: 25px 15px;
			position: absolute;
		}
		div#toolbar {
			float: right;
		}
			div#toolbar img {
				padding: 2px 3px;
			}
		div#dropDownMenu {
			position: relative;
		}
	div#content {
		float: left;
		padding: 15px;
		width: 930px;
	}
		div.mededeling {
			border-bottom: 4px solid #ddd;
			padding-bottom: 5px;
			margin-bottom: 20px;
		}
			div.mededeling div.tekst {
				float: left;
				width: 730px;
			}
			div.mededeling div.foto {
				float: left;
				padding: 2.1em 0 0 15px;
				width: 185px;
			}

		div.categorie {
			border-bottom: 1px solid #ddd;
			height: 90px;
			margin-bottom: 10px;
		}
			div.cat_icon {
				float: left;
				width: 150px;
			}
			div.cat_bericht {
				float: left;
				margin: 0 5px;
				width: 570px;
			}
				div.cat_bericht h3 {
					font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
					font-size: 1em;
					line-height: 1;
					margin: 0 0 5px 0;
				}
					div.cat_bericht h3 a {
						text-decoration: none;
					}
					div.cat_bericht h3 span a {
						color: #999;
						letter-spacing: -1px;
						font-weight: normal;
					}
				div.cat_bericht p {
					font-size: 0.95em;
					margin: 0;
				}
			div.cat_agenda {
				float: left;
				height: 90px;
				overflow: hidden;
				padding-left: 15px;
				width: 185px;
			}
				div.cat_agenda h3 {
					font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
					font-size: 1em;
					margin: 0 0 5px 0;
				}
					div.cat_agenda h3 a {
						text-decoration: none;
					}
				div.cat_agenda ul {
					font-size: 0.9em;
					list-style: none;
					margin: 0;
				}
					div.cat_agenda ul li {
						color: #979282;
						margin-left: 30px;
					}
						div.cat_agenda ul li span.nieuwsDatum {
							color:#aeab9e;
							margin-left:-30px;
						}
						div.cat_agenda ul li a {
							color: #979282;
							overflow: hidden;
							padding: 0 0 0 3px;
							position: absolute;
							white-space: nowrap;
							width: 150px;
							z-index: 1;
						}
						div.cat_agenda ul li a:hover {
							background: #fff;
							color: #625e51;
							margin: -2px 0 0 0;
							overflow: visible;
							padding: 2px 3px 2px 3px;
							width: auto;
							z-index: 2;
						}
		div#content div.banner {
			display: block;
			float: left;
			margin-top: 15px;
			text-align: center;
			width: 25%;
		}
	div#foot {
		clear: both;
		width: 960px;
	}
		div#foot p {
			color: #979282;
			font-size: 0.85em;
			padding: 0 15px;
			text-align: center;
		}
			div#foot p a {
				color: #979282;
				text-decoration: none;
			}
			div#foot p a:hover {
				text-decoration: underline;
			}
			div#foot p a#redfrog {
				color: #C5C3BA;
				margin-top: 5px;
			}
			div#foot p a#redfrog:hover {
				color: #AEAB9E;
			}
/*
 * Menu
 */
ul#nav , ul#nav  ul {
	font-size: 95%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav {
	border-left: 1px solid #006B54;
	right: 10px;
	position: absolute;
	top: 71px;
	z-index: 100;
}
ul#nav  li { 
	float: left;
	line-height : 1.35em;
	position: relative;
	z-index: 101;
}
ul#nav >li li {
	float: none;
}
ul#nav a {
	background-color: #fff;
	border-right: 1px solid #006B54;
	color: #625e51;
	display: block;
	line-height: 24px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: lowercase;
}
ul#nav a:hover {
	color: #006B54;
}

ul#nav li ul {
	background-color: #fff;
	border: 1px solid #006B54;
	border-top: none;
	position : absolute;
	left: -999em;
	width: 120px;
	z-index: 102;
}
ul#nav li:hover ul ul, ul#nav li.sfhover ul ul {
	display: none;
	left: -999em;
}
ul#nav li ul li a {
	background-color: #fff;
	border: none;
	line-height: 24px;
	text-transform: none;
}
* html ul#nav li ul li a { /* IE 6 */
	width: 120px;
}
ul#nav li ul li a:hover {
	background: #f0f0f0;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;
}
ul#nav li:active ul, ul#nav li:hover ul, ul#nav li.sfhover ul {
	top: 100%;
	margin-left: 0;
	z-index: 102;
}


/*
 * CMS
 */
img 		{ behavior: url('/styles/system/js/pngbehavior.htc'); }
.left 		{ float:left; }
.right 		{ float:right; }
h5#editText {
	font-size: 17px;
	font-weight: normal;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
#editImg {
	float: right;
	margin: 5px;
}
div#pluginMenu {
	height:21px;
	background:#F0F0EE;
	border:1px solid #ccc;
	font: 11px 'Arial Unicode MS Regular', Arial, Tahoma, sans-serif;
	margin: 10px 0;
}
div#pluginMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#pluginMenu ul li {
	float:left;
}
div#pluginMenu ul li a {
	display:block;
	padding:2px 6px 3px 6px;
	border:1px solid #F0F0EE;
	color:#3c3c3c;
}
div#pluginMenu ul li.active a {
	border:1px solid #CE1126;
}
div#pluginMenu ul li a:hover {
	text-decoration:none;
	background:#F3BCBE;
	border:1px solid #CE1126;
}

