html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font: 9px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
	width: 1001px;
	text-align: center;
	background: #f7f9c8 ;
	min-height: 100%;
	display: block;
} 

img { -ms-interpolation-mode: bicubic; } 

a {
	color: #d12c1b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #036;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	display: block;
	background: url(/assets/bg-content.png) repeat-y center top;
	border-right: 1px dotted #000;
	border-left: 1px dotted #000;
	padding: 0 0 10px;
	border-bottom: 10px solid #f60;
}

/* @group columns */

#alpha {
	width: 165px;
	padding: 0;
	float: left;
	margin: 20px 0 0;
}

#beta {
	width: 645px;
	margin: 30px 0 0;
	padding: 0 0 20px;
	float: left;
}

#gamma {
	width: 190px;
	min-height: 620px;
	float: left;
	overflow: hidden;
}

/* @end */

/* @group sections */ 

#options {
	height: 15px;
	width: 980px;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
} 

#banner {
	height: 150px;
	width: 1000px;
}

#menu {
	background-color: #f60;
	width: 960px;
	padding: 10px 20px 5px;
	height: 15px;
}

#submenu {
	min-height: 400px;
	background-color: #036;
	padding: 0;
	overflow: hidden;
	width: 165px;
	margin: 0;
}

#submenustart {
	background: transparent url(/assets/menutop.gif) no-repeat right top;
	width: 165px;
	height: 7px;
	padding: 0;
}

#submenuend {
	background: url(/assets/menubottom.gif) no-repeat right bottom;
	width: 165px;
	height: 7px;
}

#section {
	background-color: #036;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 15px;
	text-transform: lowercase;
} 

#fotoos {
	clear: both;
	margin-top: 10px;
} 

#sticky {
	padding: 10px;
	background-color: #eafea8;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* @end */

/* @group menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	margin-right: 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fd6500;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li a {
	font: small-caps bold 11px Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 11px 8px;
}

#nav li a:hover {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	background-color: #fc0;
} 

#nav li.links a:hover, #nav li.fotos a:hover {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, "Trebuchet MS", sans-serif;
	background-color: #c02a19;
}

/* @end */

/* @group subnav (vertical) */

#subnav, #subnav ul { /* all lists */
		padding: 0 10px;
		margin: 0 0 90px;
		list-style: none;
		float : left;
		width : 145px;
	clear: both;
	min-height: 200px;
}

#subnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 145px;
		border-bottom: 1px dotted #fff;
}
	
	#subnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#subnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#subnav li a {
		w\idth : 150px;
		display : block;
		color : #fc0;
		text-decoration : none;
		padding : 0;
	font: 12px/1.6 Arial;
	text-transform: lowercase;
}
	
	#subnav li a:hover {
	color: #fff;
	background: url(/assets/arrow.gif) no-repeat 136px center;
}
	
	#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* @end */

/* @group active */

#home ul#nav li.de-swoaistee a,
#de-swoaistee ul#nav li.de-swoaistee a,
#journaal ul#nav li.journaal a,
#informatie ul#nav li.informatie a,
#contact ul#nav li.contact a,
#activiteiten ul#nav li.activiteiten a,
#inspraak ul#nav li.inspraak a,
#samenwerking ul#nav li.samenwerking a,
#uitgaven ul#nav li.uitgaven a {
	color: #000;
		background-color: #fc0;
		padding: 10px 11px 8px;
} 

#links ul#nav li.links a, #fotos ul#nav li.fotos a {
	color: #fff;
	background-color: #c02a19;
	padding: 10px 11px 8px;	
} 

#alg-activiteiten ul#nav li.fotos a, 
#bb-kameleon ul#nav li.fotos a, #bb-klipper ul#nav li.fotos a,
#bb-kotter ul#nav li.fotos a, #bb-optimist ul#nav li.fotos a, 
#bb-schoener ul#nav li.fotos a, #bb-schutsje ul#nav li.fotos a, 
#bb-tjalk ul#nav li.fotos a, #bb-tjotter ul#nav li.fotos a, 
#mb-dolfijnen ul#nav li.fotos a, #mb-jutters ul#nav li.fotos a, 
#mb-matrozen ul#nav li.fotos a, #mb-otters ul#nav li.fotos a, 
#mb-robbenplaat ul#nav li.fotos a, #mb-walvisbaai ul#nav li.fotos a, 
#ob-beverhol ul#nav li.fotos a, #ob-ketelbinkie ul#nav li.fotos a, 
#ob-pinguinrots ul#nav li.fotos a, #ob-piratennest ul#nav li.fotos a, 
#ob-vlot ul#nav li.fotos a, #ob-zeesterren ul#nav li.fotos a,
#vb-eendenvijver ul#nav li.fotos a, #vb-kikkersloot ul#nav li.fotos a, 
#vb-krokodillenplas ul#nav li.fotos a, #vb-schateilland ul#nav li.fotos a {
	color: #fff;
	background-color: #c02a19;
	padding: 10px 11px 8px;	
} 

#fotos ul#subnav li a:visited {
	color: #fff;
	background: url(/assets/arrow.gif) no-repeat 136px center;	
} 

#team a.login, #team-op a.login, #team-oop a.login, #team-mt a.login {
	color: #036;
}

ul#subnav li.active a {
	color: #fff;
	background: url(/assets/arrow.gif) no-repeat 136px center;	
} 

#section a {
	color: #fff;
} 

#section a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group info */

#alpha #info {
	font: bold 12px/14px "Trebuchet MS";
	color: #036;
	background: url(/assets/info.png) no-repeat;
	width: 168px;
	height: 143px;
	padding: 10px 5px 5px 20px;
	clear: both;
	position: relative;
	bottom: -12px;
	margin-bottom: 0;
} 

#alpha #info strong, #alpha #info b {
	color: #d12c1b;
	font-weight: bold;
	margin-left: -10px;
}

#info a {
	font: bold 12px "Trebuchet MS";
	color: #000;
	text-decoration: none;
} 

#info a:hover {
	font: bold 12px "Trebuchet MS";
	text-decoration: none;
	color: #036;
}

/* @end */

/* @group content */ 

#beta .blogbody {
	font: 12px/1.5 Arial, Helvetica, Geneva, sans-serif;
} 

#betacontent {
	padding-right: 50px;
	padding-left: 50px;
}

#betacontent.two .entry-header {
	padding-top: 0;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #d70004;
	display: block;
} 

#betacontent.two #sticky .date {
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	padding-top: 0.1em;
	display: none;
} 

#betacontent.two .date {
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	padding-top: 0.1em;
}



#betacontent .extended {
	margin-top: 5px;
	clear: both;
	display: block;
}


.entry {
	margin-bottom: 20px;
} 

#news {
	margin: 0;
	padding: 0;
}

.back {
	padding-bottom: 7px;
	padding-top: 7px;
}

#beta.two .text br br {
	padding-top: 4px;
	padding-bottom: 4px;
}

#beta.two .text .entry-copy ul {
	margin: 0;
}

#beta.two .text .entry-copy ul li {
	width: 330px;
	list-style-image: url(http://10.0.0.195/movabletype/blogs/requisitoir/assets/bullet.png);
	padding-left: 10px;
}

/* @end */

/* @group nodisplay */

#breadcrumb {
	display: none;
} 

#zoek {
	display: none;
}



/* @end */

/* @group functions */

#zoek {
	background: url(/assets/search.png) no-repeat;
	width: 123px;
	height: 43px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-left: 38px;
}


/* @end */

/* @group images */ 

#banner .bannerimage {
	height: 150px;
	width: 1000px;
	overflow: hidden;
}

#fotoos .image {
	height: 145px;
	width: 190px;
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #c02a19;
}

#fotoos .image img {
	height: 143px;
	width: auto;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left-style: none;
	border-right-style: none;
}

#fotoos .image a {
	cursor: crosshair;
} 

.entry img.mt-image-none {
	max-width: 320px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #000;
	padding: 0;
	*width: 320px;
} 

.enrty img.mt-image-left {
	width: auto;
	height: auto;
} 

#home .entry img {
	width: 320px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
	clear: both;
	padding: 0;
	margin-top: 5px;
} 

.entry sub {
	clear: both;
	display: block;
	width: 320px;
	color: #036;
}

/* @end */ 

/* @group contact */

#contactform {
	background-color: #ffde5a;
	width: 390px;
	padding: 10px;
	border: 1px dotted #000;
} 

#ziekmeldingform {
	background-color: #e7b170;
	width: 380px;
	padding: 10px;
	border: 1px dotted #000;
}

td {
	height: 25px;
	margin: 0;
	padding: 0 5px;
	white-space: nowrap;
}

.labelcell {
	height: 24px;
	width: 140px;
}

.buttoncell {
	height: 24px;
	width: 160px;
}

.textereacell {
	width: 180px;
}

.fieldcell input { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.fieldcell textarea { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px;
	height: 100px;
}

.fieldcell .radio { 
 width: 10px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #102132;
 *border-style: none;
  *background-color: #F2F7FB; 
}

.smallfieldcell input { 
 width: 96px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #102132; 
 border: 1px solid #284279; 
}

.srbutton { 
 background-color: #e8dccd; 
 	font-size: 10px;
	font-weight: bold;
	border: 1px dotted #32002a;
	padding-right: 2px;
	padding-left: 2px;
	color: #c02a19;
}

.space {
	width: 20px;
}

/* @end */ 

/* @group gallery */ 

#gallery {
	width: 480px;
	float: left;
	padding-left: 37px;
	padding-right: 37px;
} 

#gallery img {
	height: 100px;
	float: left;
	margin-right: 5px;
	width: auto;
	margin-bottom: 5px;
	border: 1px solid #000;
}

#gallery .entry-header {
	display: block;
	clear: both;
} 

.gallery-header {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #685300;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 6px 6px 6px 0;
	margin-top: 0;
	clear: both;
	width: auto;
	height: auto;
} 

 

/* @end */ 

#end, .end {
	clear: both;
} 

.archivelist {
	background: url(/assets/item.png) no-repeat left center;
	padding-left: 18px;
	text-transform: capitalize;
}

.archivelist .entrydate {
	font-size: 10px;
	color: #036;
	padding-right: 5px;
} 

/* @group sitemap */ 

#regulars .map li {
	list-style-type: none;
	padding-left: 0;
} 

#regulars .map ul {
	margin-top: -3px;
} 

#regulars .map ul li {
	list-style-type: square;
} 

 

/* @end */ 

#signin-content {
	color: #fff;
	float: left;
	display: none;
} 

#signin-content a {
	color: #fff;
}

#idx-nieuws {
	display: none;
}

.entry img.mt-image-none   { 
	
}

img p::first-line {
	clear: both;
}
