@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #000001;
	background: url(../images/background_bt.png) repeat-x #000000;
}
#error-aanmelden{
	background: #FFE6E6;
	border:1px solid #f00;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}
h1 {
	color: #90117d;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
h2 {
    font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;font-size: 24px;


}
h3 {
	color: #90117d;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight: bold;
}

h3 .nopad {
	margin: 0;
	padding: 0;
}

.binatext {
	font-family:Georgia, serif;
	font-size: 11px;
	color: #BF0000;
	font-weight: bold;
}
.datumnieuws {
	padding: 0;
	margin: 0;
	color: #666;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
	overflow: hidden;
}
#header-container {
	height: 295px;
	background-color: #fff;
	padding: 0 10px 0 10px;
	overflow: hidden;
	background: url(../images/bgheader.png) top left no-repeat;
}
div#logoheader a, div#logoheader a:visited, div#logoheader a:hover {
	display: block;
	text-decoration: none;
	z-index:10;
	position: absolute;
	top: 0px;
	left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(../images/logo4.png);
	background-repeat: no-repeat;
}
div#greenkey a, div#greenkey a:visited, div#greenkey a:hover {
	display: block;
	text-decoration: none;
	z-index:1000;
	position: absolute;
	top: 120px;
	left: 0px;
	height: 150px;
	width: 250px;
	background-image: url(../images/silverkey.png);
	
	background-repeat: no-repeat;
}
div#search-container {
	z-index:10;
	position: absolute;
	top: 10px;
	right: 21px;
	height: 30px;
	width: 500px;
	font-size: 14px;
}
div#search-container a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

div#menu-container {
	width: 970px;
	height: 18px;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	background: url(../images/bgmenu.png) top left no-repeat;
	color: #FFF;
}

div#menu-container ul {
	margin: 0px;
	padding: 0 20px 0 20px;
}

div#menu-container ul  li{
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
	list-style-type: none;
}

#menu-container ul  li a:hover, 
#menu-container ul  li a.current {
	color: #90117d;
}

#menu-container ul  li a {
	text-decoration: none;
	color: #FFF;
}



div#content-container {
	width: 970px;
	overflow: hidden;
	padding: 0 10px 20px 10px;
	background-color: #FFF;
	background: url(../images/bgcontent.png) top right repeat-y;
}
div#content-container a, div#content-container a:visited {
	color: #ee0007;
	text-decoration: none;
}
div#content-container a:hover {
	color:#ee0007;
	text-decoration: underline;
}

div#footer-container {
	width: 970px;
	overflow: hidden;
	overflow: hidden;
	padding: 7px 10px;
	height: 59px;
	background: url(../images/bgfooter.png) top right no-repeat;
	color: #FFF;
}


div#footer-container-text {
	float: left; 
	width: 800px;
	padding: 11px 20px;
	color: #FFF;
}

div#footer-container-image {
	float: right;
	padding-top: 2px;
	width: 60px;
}

div#footer-container-image a img  {
	border: none;
}



div#tagcloud {
	color: #666;
	width: 100%;
	text-align: center;
	line-height: 20px;
	padding: 10px 0 10px 0;
}

div#container-left {
	float: left;
	width: 213px;
	padding: 40px 15px 0 15px;
}

div#container-right {
	float: left;
	width: 213px;
	padding: 20px 15px 0 15px;
	background-color: #FFF;
	text-align:justify;
}
div#homecontent {
	float: left;
	width: 437px;
	padding: 20px 20px 0 20px;
	background-color: #FFF;
}
div#homecontent ul {
	padding: 0 0 0 15px;
	margin: 0;
}

div#homecontent li {
	list-style-image: url(../images/list-item.png);
}

div#homecontent table {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BF0000;
	border-right-color: #BF0000;
	border-bottom-color: #BF0000;
	border-left-color: #BF0000;
}

div#homecontent td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}

div#homecontent td.dotted {
	vertical-align: top;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BF0000;
}

div#hometext {
	line-height: 20px;
	background-color: #FFF;
	text-align:justify;
}
div.block-borbot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
div#content-container #kruimel a, div#content-container #kruimel a:visited {
	text-decoration: none;
	color: #666;
}
div#content-container #kruimel a:hover {
	text-decoration: underline;
	color: #666;
}
.nieuws-foto {
	float: left;
	width: 240px;
}
.nieuws-tekst {
	float: left;
	width: 175px;
}
#navigatie-container {
	width: 100%;
	padding: 3px 0 0 0;
	text-align: center;
	color: #666;
}
#zoeken-container {
	float: left;
	width: 500px;
	padding-left: 70px;
}
.navnummer {
	padding: 0 4px 0 4px;
}
.navnav {
	padding: 0 10px 0 10px;
}
#inschrijven {
	width: 100%;
	overflow: hidden;
}
#inschrijven dl {
	width: 100%;
}
#inschrijven dl dt {
	float: left;
	padding: 0;
	text-align: left;
	width: 50px;
}
#inschrijven dl dt label {
	display: block;
}
#inschrijven dl dd {
	float: left;
	margin: 0 0 1em;
	width: 165px;
}


/* form */

#nieuwsbrief form {
	margin: 0;
	padding: 0;
}

#nieuwsbrief input.fldText {
	border: 1px solid #960d81;
	padding: 3px;
	width: 170px;
	* width: 150px;
	background: url(../images/fieldbg.gif) left top no-repeat;
}

#nieuwsbrief input.fldButton {
	border: 1px solid #960d81;
	background: url(../images/buttonbg.gif) left top repeat-x;
	font-weight: bold;
	color: #5D6E86;
	padding: 2px;
	/* knoppen in IE en NS gelijk uiterlijk */
	* padding: 0 5px;
	* width: 90px;
}

.nieuwsbrief form {
	margin: 0;
	padding: 0;
}
.nieuwsbrief fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.nieuwsbrief legend {
	display: none;
}
.nieuwsbrief {
	padding: 0 0 0 20px;
}


div.zoeken {
	width: 250px;
	height: 23px;
	float: right;
}


form.zoekform {
	padding: 0;
	margin: 0;
}
#searchbox {
	background-color: #fff;
	border: 1px solid #717171;
	width: 115px;
	height: 15px;
	margin: 0 5px 0 0;
	font-size: 10px;
	color: #000;
	padding: 0 0 0 10px;
	float: left;
}
.send-btn {
	width: 20px;
	height: 17px;
	margin: 0;
	border: 0;
	background: url(../images/bgzoek.png) top left no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	outline: none;
	overflow: hidden;
	float: left;
}
.textfield {
	width: 160px;
	border: 0;
	background: #e9e9e9;
	height: 16px;
	padding-top: 3px;
	font-size: 10px;
	padding-left: 5px;
}
.textfield-offerte {
	width: 160px;
	border: 0;
	background: #fff;
	height: 16px;
	padding-top: 3px;
	font-size: 10px;
	padding-left: 5px;
}
.textareafield {
	width: 260px;
	border: 0;
	background: #e9e9e9;
	height: 80px;
	padding-top: 3px;
	font-size: 10px;
	padding-left: 5px;
}
.textareafield-offerte {
	width: 260px;
	border: 0;
	background: #fff;
	height: 80px;
	padding-top: 3px;
	font-size: 10px;
	padding-left: 5px;
}
#submitverstuur {
	width: 80px;
	margin-left: 85px;
	padding: 3px 0 3px 0;
	border: 0;
	background-color: #666;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}

/* Menu DEFINED TILL the 4th level */

#menu-left ul  {
	padding: 0px;
	margin: 0px;
}

#menu-left li {
	list-style-type: none;
	font-size: 12px;
	width: 213px;
}

#menu-left li a:link,
 #menu-left li a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom:  1px solid #d8d8d8;
	padding: 2px 20px 1px 10px;
	color: #000;
	display: block;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
}

#menu-left li a:hover,
 #container #content-container #container-left #menu-left li a.current {
 	text-decoration: none; 
	color: #90117d;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
}
/* subMenu */
#menu-left  li li a:link,
 #menu-left li li a:visited {
	display: block;	
	font-weight: normal;
	margin-left: 20px;
	border-bottom:  1px solid #f1f1f1;
}
#menu-left  li li a:hover,
 #container #content-container #container-left #menu-left li li a.current {
	color: #90117d;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
}
/* subSubMenu */
#menu-left  li li li a:link,
 #menu-left li li li a:visited {
	font-weight: normal;
	margin-left: 30px;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
}
#menu-left  li li li a:hover,
  #container #content-container #container-left #menu-left li li li a.current {
	color: #90117d;
	font-weight: normal;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
}



/*  NEWS ITEMS */
.newsItemHeader {
	padding-bottom: 5px;
}

.displayNewsItem {
	float: left;
	padding-bottom: 5px; 
	border-bottom: 1px solid #d8d8d8;
}

.displayNewsItem  img {
	float: left; 
	margin: 0px 5px 5px 0px;
}

#container-right ul{
	margin: 0px;
	padding: 0px 10px;;
}

#container-right ul.relatedPages li {
	list-style-type: none;
	background: url('../images/bg-submenuitem.png') top left no-repeat;
	padding: 2px 0px 1px 10px;
}

#container-right ul.relatedPages li a {
	font-size: 12px;
}

/* /////////////// PROGRAMMERING CSS //////////////////// */

.programImageWrapper {
	float: left;
	width: 78px;
	height: 78px;
	margin: 10px 0px 0px 10px;
	display: inline;
	border: 1px solid #333;
	background-color: #FFF;
}

.programPlaceHolder {
	float: left;
	width: 78px;
	height: 78px;
	border: 1px solid #AAA;
	margin: 10px 0px 0px 10px;
	display: inline;
	background-color: #fff;
}

.programEven {
	float: left;
	width: 437px;	
	border-bottom: 1px solid #d8d8d8;
	padding: 0px 0px 10px 0px;
	background-color: #EFEFEF;
}

.programOdd {
	float: left;
	width: 437px;	
	border-bottom: 1px solid #d8d8d8;
	padding: 0px 0px 10px 0px;
	background-color: #FFF;
}

.itemContent {
	float: left;
	width: 337px;
	margin: 10px 0px 0px 5px;
	display: inline;
	line-height:15px;
}

.programContent h3 {
	width: 250px;
	margin: 0px 0px 5px 0px;
	display: inline;
}

.itemContent  a  h3{
	text-decoration: none;
} 

.itemContent a:hover  h3{
	text-decoration: underline;
} 

.itemContent .programReadMore a {
	margin-right: 10px;
	display: inline;
}

.programReadMore {	
	position:relative;
	bottom:22px;
	left:370px;
	height:22px;
	width:100px;

}

.tagcloud { text-align: center; }

/*  TAG CLOUD COLOURS */
div#container div#content-container div#homecontent .tagcloud .smallest a, 
div#container div#content-container div#homecontent .tagcloud .smallest a:visited, 
div#container div#content-container div#homecontent .tagcloud .small a, 
div#container div#content-container div#homecontent .tagcloud .small a:visited, 
div#container div#content-container div#homecontent .tagcloud .medium a, 
div#container div#content-container div#homecontent .tagcloud .medium a:visited, 
div#container div#content-container div#homecontent .tagcloud .large a, 
div#container div#content-container div#homecontent .tagcloud .large a:visited, 
div#container div#content-container div#homecontent .tagcloud .largest a, 
div#container div#content-container div#homecontent .tagcloud .largest a:visited  {
	color: #9c9c9c;
}
#footer-container-text {
	color: #FFFFFF;
}
#footer-container-text a{
	text-decoration: none;
	color: #FFFFFF;
}

#fade {
	cursor: pointer; /* hand-shaped cursor */
}

/*
	Forms
*/
input, select, textarea {
background-color : #FFFFFF;
color : #000000;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border: 1px solid #FEC977;

} 


.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF0000;
	background-color: #F5F5F5;
}

table.form tr.form01 { background-color:white; }
table.form tr.form02 { background-color:#D75B5B; }
table.form td { padding: 4px 1em 4px 4px; vertical-align:top; }
table.form td.label {
	width:200px;
	color: #961522;
	vertical-align:middle;
	font-weight: bold;
	background-color: #FEC977;
}
table.form td.label1 {
	width:200px;
	background-color: #FEC977;
	color: #961522;
	vertical-align:top;
	font-weight: bold;
} 
table.form td.field {; font-size:100%; 
					  color: #ffffff;}

