/* CSS Document */

/* main classes */
html.sv {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #014C92;
}
body.sv {
	margin:0;
	padding:0;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(/site_images/back.jpg);
	background-position: center top;
	text-align: center; 
}
body {
	font-family: "Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #940031;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}
img {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a, a:visited {
	color: #FF5D2A;
}
a:hover {
	color: #940031;
}
.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}
p {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}	
h1 {
	margin:0 0 15px;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #FF5D2A;
	font-style: italic;
}
h2 {
	margin:0 0 10px;
	font-size: 18px;
	line-height: 18px;
	color: #FF5D2A;
	font-style: italic;
}
h3 {
	margin:0 0 10px;
	line-height:15px;
	font-size: 15px;
	color: #FF5D2A;
	font-style: italic;
	font-weight: normal;
}
h4 {
	margin:0 0 10px;
	line-height:13px;
	font-size: 13px;
	line-height: 18px;
	color: #FF5D2A;
	font-style: italic;
}
ul, ul ul, ul ul ul {
	list-style-type: none;
	margin:15px;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
	}
* html ul, * html ul ul, * html ul ul ul {
	margin-left:20px;
	}
ol, ol ol {
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
	margin:20px;
	list-style-type: decimal;
	}
* html ol, * html ol ol, * html ol ol ol {
	margin-left:30px;
	}
ul li {
	list-style-type: none;
	list-style-image: url(/site_images/bullit.gif);
	margin:0;
	padding:0;
	}

#wrap {
	position: relative;
	margin: auto;
	padding: 0;
	width: 980px;
	background: #fff url(/site_images/white.gif) repeat-y center top;
	text-align: center;
	left: 0px;
	top: 0px;
	min-height: 100%;
	height: 100%;
}
#mainwrap {
	min-height: 100%;
	height: 100%;
	width: 980px;
	padding: 0;
	position: relative;
	text-align: left;
	background: #FFF;
}

#header {
	margin:0;
	padding:0;
	height: 120px;
	width: 980px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(/site_images/head.png);
	background-position: left top;
}
#header a {
	height: 120px;
	width: 100%;
	display: block;
}
#banner {
	margin:0;
	padding:0;
	height:120px;
	position: absolute;
	top:120px;
	left: 0px;
	width:980px;
	overflow: hidden;
}
#banner #images  {
	width: 1500px;
	height:120px;
}
#banner #images img  {
	margin:0;
	padding:0;
	display: inline;
	border:0;
}

/* layout */

#date {
	text-align:right;
	margin:0px;
	padding:0px;
	position: absolute;
	right: 15px;
	font-size: 11px;
	color: #003587;
	top: 15px;
}
#left {
	width:170px;
	text-align:left;
	padding:0;
	position: absolute;
	left: 35px;
	top: 260px;
}

#right {
	text-align:left;
	width: 210px;
	right: 20px;
	top: 260px;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentwrap {
	width: 480px;
	margin: 0;
	text-align:left;
	position: absolute;
	left: 220px;
	top: 260px;
}
#content {
	position: relative;
	margin: 0;
	padding: 0;
}
#content img {
	margin: 0;
	padding: 0;
}
#content a {
	text-decoration: none;
}
#content a.terug {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
}

/* menu */

#mainmenu {
	text-align:left;
	margin-top:0px;
	padding:0px;
}
#mainmenu a, #mainmenu a:visited  {
	margin-top:8px;
	margin-bottom: 3px;
	padding:0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 20px;
	line-height: 20px;
}
#mainmenua:hover {
	color: #940031;
}
#mainmenu a.active {
	color: #940031;
}

/* submenu  */
#mainmenu #submenu {
	margin-left: 15px;
	margin-bottom: 5px;
}
#mainmenu #submenu a, #mainmenu #submenu a:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu #submenu  a:hover, #mainmenu #submenu a.active {
	color: #91294D;
}

/* topmenu  */
#topmenu {
	margin-bottom: 20px;
}
#topmenu  a, #topmenu a:visited {
	display: inline;
	padding: 0px;
	margin-right: 20px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:hover, #topmenu a.active {
	color: #91294D;
}


/* zoek*/
#zoek {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 210px;
	height: 22px;
}
#zoek form {
	margin: 0px;
	padding: 0px;
}
a.zoeklink, a.zoeklink:visited {
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	display: block;
	float: left;
}
a.zoeklink:hover {
	color: #940031;
}
#zoek textarea, #zoek input {
	width: 165px;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	cursor: text;
	margin-right: 10px;
	padding: 2px 0px 2px 2px;
	height: 15px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #C4B0B7;
	float: left;
	color: #940031;
}
*html #zoek textarea, *html #zoek input {
	height: 20px;
}

/* disclaimer */
#disclaimer {
	margin-top: 50px;
}
#disclaimer div {
	display: block;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
#disclaimer div p {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 10px 0px 0px;
}
#disclaimer div a, #disclaimer div a:visited {
	display: block;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
	text-align: left;
	text-decoration: none;
}
#disclaimer div p a, #disclaimer div p a:visited {
	font-size: 11px;
	line-height: 18px;
}
/* berichttypen */
#berichten {
	width: 100%;
	position: relative;
}
#berichten .bericht {
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
}
#berichten .bericht .titel a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}
#berichten .bericht strong {
	font-weight: bold;
}
#berichten .bericht .subinfo {
	margin: 10px 0px 0px;
	font-style: italic;
}
#berichten .bericht .leesmeer a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}


/* programma */

.programma  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4B0B7;
	margin-bottom: 20px;
}


/* nieuws */
#nieuws {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#nieuws .bericht {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4B0B7;
	clear: left;
}
* html #nieuws .bericht {
	margin-bottom: 0px;
}
#nieuws  .bericht .linkimage a img {
	width: 150px;
	float: left;
	margin-bottom: 20px;
}
#nieuws .bericht .content {
	display: block;
	margin-left: 170px;
}
#nieuws .bericht .titel a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-left: 170px;
}
#nieuws .bericht .subtitel a {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-left: 170px;
}
#nieuws .bericht .leesmeer a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	margin-left: 170px;
}

/* verwacht */
#verwacht {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#verwacht .bericht {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	margin-bottom: 0px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4B0B7;
	clear: left;
}
#verwacht  .bericht .linkimage a img {
	width: 150px;
	float: left;
	margin-bottom: 20px;
}
#verwacht .bericht .content {
	display: block;
	margin-left: 0px;
}
#verwacht .bericht .titel a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-left: 0px;
}
#verwacht .bericht .subtitel a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	margin-left: 0px;
}
#verwacht .bericht .leesmeer a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	margin-left: 0px;
}


/* nieuwslijst */

#nieuwslijst {
	width: 100%;
	display: block;
}
#nieuwslijst .bericht .linkimage a img {
	width: 500px;
}
#nieuwslijst .bericht {
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	width: 500px;
}
#nieuwslijst .bericht a:link, #nieuwslijst .bericht a:visited {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#nieuwslijst.bericht strong {
	font-weight: bold;
}
#nieuwslijst .bericht .subinfo {
	margin: 10px 0px 0px;
	font-style: italic;
}
#nieuwslijst .bericht a.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


/* projecten */

#listwrap{
	display: block;
	width: 500px;
	position: absolute;
	margin-top: 20px;
}
.list {
	margin: 0px;
	display: block;
	width: 500px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.list a:link, .list a:visited {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
.list .imagewrap {
	padding: 0px 15px 15px 0px;
	margin: 0px;
	width: 150px;
	float: left;
}
.list img {
	width: 150px;
	padding: 0;
	margin: 0;
}	
.listtekstwrap {
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 310px;
}
.list a.leesmeer {
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}	
#volgende {
	float: right;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige {
	float: left;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige a, #vorige a:visited, #volgende a, #volgende a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#vorige a:hover, #volgende a:hover {
	text-decoration: none;
}

/* forms en buttons */

form {
	padding: 0px;
	margin: 0px;
}
legend {
	margin:0 0 10px;
	line-height:15px;
	font-size: 15px;
	color: #FF5D2A;
	font-style: italic;
	font-weight: bold;
}
.form {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	cursor: text;
	margin: 0;
	padding: 0;
	border: 1px solid #C4B0B7;
}
.formhoog {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	cursor: text;
	margin: 0;
	padding: 0;
	border: 1px solid #C4B0B7;
}
.formulier {
	width: 440px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #C4B0B7;
}
input, select, textarea {
	font-size: 13px;
	line-height: 20px;
	cursor: text;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #940031;
}
.verstuur {
	background-color: #FFF;
	border: 1px solid #C4B0B7;
	cursor: hand;
	font-size: 13px;
	line-height: 20px;
	display:block;
	padding-left: 10px;
	padding-right: 10px;
}
.verstuur:hover {
	color: #FFF;
	background-color: #C4B0B7;
	border: 1px solid #C4B0B7;
	cursor: hand;
}
.radio {
	color: #C4B0B7;
}

/* edit */

.editblock, .editblock div, .wetextinput, .wetextarea {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}
.weEditmodeStyle body {
	margin: 0;
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}
.editblock img {
	margin: 0;
	padding: 0;
}
.edit {
	border: 1px solid #006DB8;
	padding-left: 2px;
	width: 420px;
}
.editcontent {
	border: none;
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}
.weEditmodeStyle input, .weEditmodeStyle select {
	border: 1px solid #006DB8;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}
.weEditmodeStyle table {
	margin-top: 1px;
	font-size: 13px;
	line-height: 20px;
}
.weEditmodeStyle img {
	border: none;
	margin: 0;
	padding: 0;
}

/* Linkimage */

div.linkimage a:link img, div.linkimage a:visited img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
 	opacity:1;
	display: block;
}
div.linkimage a:hover img { 
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 	-moz-opacity: 0.40;
	opacity:0.4;
	display: block;
}

