body {
	background-color: #FFF;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", lucida, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-size: .75em;
	margin: 0;
	padding: 0;
}

/* <links> */
a, a:visited {
	color: #C30;
}

a:hover {
	color: #C30;
	text-decoration: none;
}
/* </links> */


/* verberg header gedeelte voor compatibility */
.verbergen {
	display: none;
}

body {
	background: #FFF url(images/header2.png) repeat-x top left;
	font-size: 1em;
}

/* <header> */
#head {
	background: url(images/header.jpg) no-repeat top left;
	border-bottom: 1px solid #000;
	height: 145px;
	margin: 0;
	padding-bottom: 5px;
}

html>body #head {
	padding-bottom: 5px;
}
/* </head> */

#content img {
	margin: 10px 10px 10px 0;
	border: 1px #000 solid;
}

#content img.links-wrap {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px #000 solid;
}
#content img.rechts-wrap {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px #000 solid;
}
#content li.inline {
	margin-left: 15px;
}


/* <Menu kolom> */
#kol-links {
	margin: 0;
	padding: 0 0 60px;
}

#kol-links ul#menu {
	background-color: #993333;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px;
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
}

#kol-links ul#menu li {
	float: left;
	font-size: 85%;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
}
#kol-links p#subheader {
	background-color: #993333;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1.5em;
	margin: 0;
	padding: 3px 0 0 1px;
	color: #FFF;
	font-variant: small-caps;
}

head:first-child+body #kol-links ul#menu li {
	width: auto;
}

#kol-links p#subheader a {
	background-color: inherit;
	color: #DDD;
	text-decoration: none;
	padding-left: 5px;
}
#kol-links p#subheader a:hover {
	color: #FFA;
}


#kol-links ul#menu li a {
	background-color: inherit;
	color: #DDD;
	display: block;
	padding: .5em 5px;
	margin: 0;
	text-decoration: none;
}

#kol-links ul#menu li a:hover {
	color: #FFA;
}

#kol-links ul#menu li a.now, #kol-links ul#menu li a.now:hover {
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: none;
}
/* </menu kolom> */

/* <rechtse kolom> */
#kol-rechts {
	background-color: #FFF;
	color: #777;
	float: left;
	margin-right: 16px;
	width: 200px;
	text-align: center;
}

/* NSPS logo, klikbaar, maar geen rand. */
#kol-rechts img{
	border: 0px;
}

#kol-rechts .kol-rechts-inhoud {
	float: left;
	text-align: left;
	margin: 0 0 25px 10px;
	padding: 0;
	width: 200px;
	background-color: #FFFFDA;
}

html>body #kol-rechts .kol-rechts-inhoud {
	min-width: 130px;
	width: 100%;
}

#kol-rechts .kol-rechts-inhoud .info {
	border-color: #993333;
	border-style: solid;
	border-width: 1px 1px 10px;
	font-size: .75em;
	line-height: 1.1em;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

html>body #kol-rechts .kol-rechts-inhoud .info {
	font-size: .75em;
}

#kol-rechts .kol-rechts-inhoud h1 {
	background-color: inherit;
	border-bottom: 1px solid #565;
	color: #663333;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	margin: 4px;
	text-align: center;
}

#kol-rechts .kol-rechts-inhoud ul {
	list-style: none;
	margin: 0 4px;
	padding-left: 4px;
}

#kol-rechts .kol-rechts-inhoud ul li {
	margin-bottom: 3px;
}

#kol-rechts .kol-rechts-inhoud ul li a.agendalink {
	color: black;
	display: block;
	text-decoration: none;
}
#kol-rechts .kol-rechts-inhoud ul li.now a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

#kol-rechts .kol-rechts-inhoud ul li.now a:hover {
	background-color: transparent;
}

#kol-rechts .kol-rechts-inhoud ul li a:hover {
	background-color: #EEE;
}
/* </rechtse kolom> */

/* <inhoud> */
#content {
	background-color: #FFFFda;
	border-color: #993333;
	border-style: solid;
	border-width: 1px 1px 10px;
	float: left;
	width: 65%;
	margin-left: 10px;
	margin-bottom: 80px;
}

#kol-rechts, #content {
	margin-top: -40px;
}

#content h3 {
	color: #993333; 
	font-size: .78em;
	font-weight: bold;
	margin-bottom: -10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

#content h2 {
	color: #993333; 
	font-size: .90em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
}
#content h1 {
	color: #993333;
	font-size: 110%;
	font-weight: bold; 
	text-decoration: underline;
	margin: 0 -10px;
}

#content address {
	margin-left: 10px;
	font-size: .78em;
	font-style: normal;
}

#content ul {
	font-size: .78em;
	font-weight: normal;
}

#content ol {
	margin-top: -10px;
	font-size: .78em;
}

#content p {
	font-size: .8em;
	line-height: 1.5em;  
}

/* <inhoudblok> */
#content .inhoudblok {
	padding-top: 20px;
	margin: 0 20px 15px;
}

#content .infoblok {
	margin: 0 10px 5px;
}

#content .infoblok input,
#content .infoblok select{
	width: 12em;
}


#content table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: hide;
}

#content table#lidworden {
	width: 450px;
}

#content table#bestuur {
	width: 450px;
}

#content td {
	font-size: .78em;
	line-height: 1.5em;
	border-bottom: 1px #d0d0d0 solid;
	vertical-align: top;
}
#content td.td-right {
	font-size: .78em;
	line-height: 1.5em;
	border-bottom: 1px #d0d0d0 solid;
	vertical-align: top;
	text-align: right;
}
#content td.nowrap {
	font-size: .78em;
	line-height: 1.5em;
	border-bottom: 1px #d0d0d0 solid;
	vertical-align: top;
	white-space: nowrap;
}

#content th {
	font-size: .85em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px #000 solid;
}

/* </inhoud> */

/* footer */
#footer {
	clear: both;
	font-size: .75em;
	margin: 0 30px;
	padding-bottom: 30px;
	text-align: center;
}


div.nieuwsitem h2 {
        color: #993333;
        font-size: .90em;
        font-weight: bold;
        text-decoration: underline;
        margin-top: 25px;
	margin-bottom: -3px;
}
div.nieuwsitem span.plaatsdatum {
	color: #5F5F5F;
	font-size: .70em;
}

div.nieuwsitem blockquote {
	margin: 0px;
	margin-left: 40px;
	margin-bottom: 30px;
}
div.nieuwsitem p {
	margin: 0px;
	margin-top: 5px;
}
