@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #29003e;
	background-image: url(../img/bg_stripes_purple.jpg);
	overflow-x:hidden;
}

a {
color:#e82742;
}
a {
	color: #e82742;

	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom-color: #000;
}
a img
{ border: none;
}

#headerBG .leftHeader{
	background-image: url(../img/header1_BG.jpg);
}

#headerBG .rightHeader{
	background-image: url(../img/header1_BG-right.jpg);
}

#headerBG .rightHeader, #headerBG .leftHeader{
	float:left;
	height: 100%;
	width:50%;
} 
#holderheader{
	background-image: url(../img/header1.jpg);
	width: 1022px;
	height: 161px;
	margin: auto;
}

.twoColFixLtHdr #container {
	width: 1150px; /* was 780 px, the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 190px;
	min-width:1150px;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin:0px
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 222px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 970px;
	padding: 0px;
	margin: 0px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color:#666;
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 21px;
}
#footer p a {
	color:#7c0f24;
	text-decoration: none;
}
#footer p a:hover {
	color:#000;
	text-decoration: underline;
}

.1kol {
	background-image: url(../img/content_1kol_bg_rep.jpg);
	background-repeat: repeat-y;
	width: 740px;
	background-color: #00FF33;
}
.1kol .kop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color:#fff;
	font-weight: bold;
	height: 27px;
	width: 100%;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../img/content_1kol_bg_top.jpg);
	background-repeat: no-repeat;
}

#sidebar1 #submenuboven {
	min-height: 120px;
	width: 210px;
	background-image: url(../img/submenu_bg_rep.jpg);
	background-repeat: repeat-y;
}
ul.submenu ul { 	
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}
#submenu{
	background-image: url(../img/submenu_bg_top.jpg);
	background-repeat: no-repeat;	
	min-height: 120px;
	width: 210px;
	}
ul.submenu {

	width: 100%;
	padding:15px;
	padding-bottom:0px;
	margin:0px;
	list-style-type: none;	
	list-style: none;
	
}

ul.submenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
ul.submenu ul li {
	font-weight: normal;
	padding-left: 10px;
}
ul.submenu ul ul li {
	font-weight: normal;
	padding-left: 20px;
}
ul.submenu ul ul ul li {
	font-weight: normal;
	padding-left: 30px;
}
ul.submenu a {
	color: #7c0f24;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}
ul.submenu a:hover {
	color: #c60b2e;  
	text-decoration: none;
}
ul.submenu a.select {
	color: #c60b2e;  
}
ul.submenu a.select:hover {
	color: #000;  
}

ul.submenu h1{

	
}

#sidebar1 .Lkol {
	background-image: url(../img/content_Lkol_bg_rep.jpg);
	width:210px;
}
#sidebar1 .Lkol .body, #sidebar1 .Lkol .body p , #sidebar1 .Lkol .body ul , #sidebar1 .Lkol .body ol, #sidebar1 .Lkol .body dl  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
}
#sidebar1 .Lkol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #dc2840;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar1 .Lkol .body
 {	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.Lkol .kop {
	background-image: url(../img/content_Lkol_bg_top.jpg);
	padding-top: 6px;
	background-repeat: no-repeat;
}


h1.kop {
	background-repeat: no-repeat;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
}
.body, .body p, .body ul, .body ol, .body dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #560026;
}


.eenkol {
	display: inline-block;
	width:740px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/content_1kol_bg_rep.jpg);
	background-repeat: repeat-y;}
.eenkol h1.kop {
	background-image: url(../img/content_1kol_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px;	
	padding-right: 20px;
	padding-bottom: 6px;
}
.eenkol .body {
margin-left: 20px;
width:700px;

}
.eenkol .body, .eenkol .body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.tweekol {
	width:740px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-bottom: 15px;
}
.tweekol .tweekol1, .tweekol .tweekol2 {
	width:363px;
}
.tweekol .body {
	padding-left:20px;
	padding-right:20px;
}
.tweekol .tweekol1 {
	background-image: url(../img/content_2kol1_bg_rep.jpg);
	background-repeat: repeat-y;
}
.tweekol .tweekol2 {
	background-image: url(../img/content_2kol2_bg_rep.jpg);
	background-repeat: repeat-y;
}
.tweekol .tweekol2 {
float:right;
}
.tweekol1 h1.kop {
	background-image: url(../img/content_2kol1_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
}
.tweekol2 h1.kop {
	background-image: url(../img/content_2kol2_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
}

.driekol  {
width:740px;
display: inline-block;
}
.driekol .driekol2, .driekol .driekol3 {
float:right;
width:245px;
}
.driekol .driedriekol2, .driekol .driedriekol3 {
float:right;
width:495px;
}
.driekol .driedriekol1 {
float:left;
}
.driekol .driekol1 {
float:left;
}

.driekol .driedriekol1, .driekol .driedriekol2 {
	background-image: url(../img/content_33kol_2_bg_rep.jpg);
	background-repeat: repeat-y;
}
.driekol .driedriekol3 {
	background-image: url(../img/content_33kol_3_bg_rep.jpg);
	background-repeat: repeat-y;
}
.driekol .driedriekol1 h1.kop, .driekol .driedriekol2 h1.kop {
	background-image: url(../img/content_33kol_2_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom: 6px;
}


.driekol .driekol1, .driekol .driekol2 {
	background-image: url(../img/content_3kol1_bg_rep.jpg);
	background-repeat: repeat-y;
}
.driekol .driekol3 {
	background-image: url(../img/content_3kol3_bg_rep.jpg);
	background-repeat: repeat-y;
}

.driekol .driekol1 h1.kop, .driekol .driekol2 h1.kop {
	background-image: url(../img/content_3kol1_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom: 6px;
}
.driekol .driekol3 h1.kop {
	background-image: url(../img/content_3kol3_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
}

.driekol .driedriekol3 h1.kop {
	background-image: url(../img/content_33kol_3_bg_top.jpg);
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
}
.driekol .body {
	padding-left: 20px;
	padding-right: 20px;
}
.driekol .driekol3 .body, .driekol .driekol3 h1.kop {
	padding-left: 23px;
	padding-right: 17px;
}
.driekol p {
width:205px;
}
.driekol .driedriekol2 p, .driekol .driedriekol1 p {
width:450px;
}

.banner {
	border: 0px;
	margin-left:7px;
	margin-top:3px;
	margin-bottom:7px;
	margin-right: 3px;
	display: block;
	float:left;
}
#mainContent div.bannerboard{
display:inline-block;
width: 740px;	
}
#sidebar1 div.bannerboard{
width: 200px;		
}
div.bannerboard a{
	border:0px;
	text-decoration: none;
}
div.leaderboard, div.button2 {
/*height:90px;*/
}
div.fullbanner, div.button2, div.halfbanner {
/*height:60px;*/
}
div.largerectangle {
/*height: 280px;*/
}
.fullbanner .fullbanner {
/*width: 468px;
height:90px;*/
float:right;
}
.fullbanner .button2 {
/*width: 120px;
height:60px;*/
float:left;
margin-right:10px;
}
.button1  .button1  {
/*width: 120px;
height:90px;*/
float:right;
margin-left:32px;
}
.button2  .button2  {
/*width: 120px;
height:60px;*/
float:right;
margin-left:32px;
}
.largerectangle .largerectangle1 {
float:left;
}
.largerectangle .largerectangle2 {
float:right;
}
.halfbanner .halfbanner {
float:right;
margin-left: 13px;
}


.skyscrapervak {
	position:relative;
	height: 0px; 
	width: 0px;
	float:right;
	top: 5px;
	right: 170px;
}
.skyscrapervak .skyscraper  {
	/*position: absolute;
	left: 985px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*height: 600px;
	width: 160px;*/
}

#menuvak{
	position:relative;
	height: 0px;
	width: 0px;
	z-index: 60;
	}
#menu{
	margin: 0px;
	height: 27px;
	width: 970px;
	display: block;
	text-align: right;
	position:absolute;
	top:-27px;
	z-index: 50;
}
#menu ul {
	/*width:970px;*/
	text-align: right;
	}
#menu li {
	width: 112px;
	height:27px;
	display: inline-block;
	float:right;
	text-align: right;
}
#menu a {
	width: 112px;
	height:27px;
	display: block;
	text-align: right;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	padding-top:4px;
	border:none;
}
#menu a:hover {
	color: #000000;
	background-image: url(../img/menu_bg_mo.png);
}
#menu span {
	padding-right: 15px;
}

#menu .ulsub{
	
	display: none;
	}

#header #headerstreep {
	background-image: url(../img/header_stripes_rep.jpg);
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;
	position:relative;
}
#headerstreep {
	top: 0px;
	}
#header #headerbeeld {
	height: 190px;
	width: 100%;	
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	text-align: center;
}
.headerimg {
	width:100%;
	min-width:1150px;
	/*text-align: left;*/
	text-align: center;
}
.headerimg img {
	margin-right:165px; /* compensatie centreren voor extra skyscraper ruimte */
}
#header  #headerBG  {
	height: 161px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: center;
}
#beeld, #headerstreep, #headerBG {
	min-width:1150px;
}

#menuster{
	position:absolute;
	top:161px;
	left:150px;
	width:100%;
	min-width:1150px;
	z-index: 70;
	text-align:center;
}
menuster div {
	width:1150px;
	text-align:center;
	z-index: 75;
}

#headerform{
	position:absolute;
	top:0px;
	left: 0px;
	width:100%;
	min-width:1150px;
	height: 0px;
	z-index: 70;
	text-align: center;
}
#headerform .form {
	position:relative;
	
	top:0px;
	z-index: 70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	margin:25px auto;
	width:1150px;
	min-width:1150px;
	text-align: left;
}
#headerform .form .tekstveld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	height: 10px;
	width: 150px;
	margin-bottom:5px;
}
.submitknop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:14px;
	color: #990033;
	padding:1px;
	}
.submitknop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #990033;
	padding:1px;
}
#headerform .form a {
   color:#FFFFFF;
   text-decoration:none;
}
#headerform .form a:hover {
   color:#000000;
   text-decoration:underline;
}



.body table.simpel {
	background-color: #fff;
	border-top-color: #a40726;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a40726;
	}
.body table.simpel td {
	padding:2px;
	border-bottom-color: #a40726;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a40726;
	color: #a40726;
}
.Lkol table.simpel {
max-width:170px;
border-color:#bdcfcf;
}
.Lkol table.simpel td {
color:000;
border-color:#bdcfcf;
color:#000;
}
.eenkol .body table.simpel {
	max-width:700px;
}
.tweekol .body table.simpel {
	max-width:323px;
}
.driekol .body table.simpel {
	max-width:205px;
}
table.tabelbreed {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Lkol table.tabelbreed {
	margin-bottom: 0px;
}
.eenkol .body table.tabelbreed {
	width:700px;
}
.Lkol .body table.tabelbreed {
	width:170px;
	max-width:170px;
}
.tweekol .body table.tabelbreed {
	width:323px;
	max-width:323px;
}
.driekol .body table.tabelbreed {
	width:205px;
	max-width:205px;
}
.driedriekol2 .body table.simpel,.driedriekol1 .body table.simpel {
	max-width:450px;
}
.driedriekol2 .body table.tabelbreed, .driedriekol1 .body table.tabelbreed {
	width:450px;
	max-width:450px;
}

table.tabelbreed th, table.tabelbreed td {
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #940d49;
}
table.tabelbreed th {
	color: #FFFFFF;
	background-color: #a40726;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a40726;
	border-bottom-color: #a40726;
}
table.tabelbreed th a {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-color: #FFF;
}
table.tabelbreed th a:hover {
	color: #e82742;
	background-color:#FFF;
}
table.tabelbreed td {
	/*color: #666;*/
	border-top: 1px solid #a40726;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a40726;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
td.oneven {
	background-color: #f6e6e9;}
td.even {
	background-color: #f1dadf;
	}
	
h2, h3, h4, h5, h6{
	color: #a40726;
	margin-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2, h3 {
margin-bottom:4px;
}
h2 {
	font-size: 14px;
	line-height: 14px;
}
h3 {
	font-size: 13px;
	line-height: 14px;
}
h4 {
	font-size: 12px;
	line-height: 13px;
	margin-bottom:2px;
}
h5 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	margin-bottom:2px;
}
h6 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}
.body li {
padding-left:auto;
margin-left:auto;
}

table.img {
width:auto;
margin-bottom:5px;
margin-top:5px;
}
table.width700 {
width:700px;
}
table.width323 {
width:323px;
}
table.width205 {
width:205px;
}
table.width170{
background-color: black;
width:170px;
}
table.width170 img{
max-width:170px;
max-height: 200px;
}
table.width120{
background-color: black;
width:120px;
}

table.width120 img{
max-width:120px;
max-height: 200px;
}
table.width85 {
width:85px;
}
table.width85 {
max-width:85px;
max-height: 100px;

}	

.right {
float:right;
margin-left:15px;
}
.left {
float:left;
margin-right:15px;
}
Lkol .left { /* geen zij- margin in linkerkolom, is nooit breedte voor */
margin-right:0px;
}
Lkol .right { /* geen zij- margin in linkerkolom, is nooit breedte voor */
margin-left:0px;
}
td.caption div.caption {
width:100%;
}
td.caption {
	color:#4d102b;
	font-size: 10px;
	line-height: 12px;
	background-color: #f2e2ec;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
table.img td {text-align:center}
table.img td.caption {text-align:left}

.Lkol form .tekstveld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #bdcfcf;
	width:170px;
}
form .knop {
	color: #fff;
	background-color: #dc2840;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6e6e9;
	border-right-color: #a40726;
	border-bottom-color: #a40726;
	border-left-color: #f6e6e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
form .knop:hover {
	color: #dc2840;
	background-color: #fff;
	border: 1px solid #dc2840;
}

/*ul.submenu li.unselected{
	display: none;
	
	}



ul.submenu li.select ul.ulsub li.mainmenusub {
	
	display: list-item;
	
	
	}  */
	
.breadcrumarrow{
	display: none;
	
	}
	
 .body p{
	margin-bottom:5px;
	margin-top: 5px;
	}
	
.eventCalendar tr{
	border-bottom: 1px dashed black;
	}


.cdreviewtable  tr td{
	padding: 5px;
}

.addressBar{
background: #e8e8e8;
padding: 2px;
}
.addressBar div{
float:right;
background: #e8e8e8;
padding: 2px;
margin-top: 5px;
}
.addressBar h2{
float:left;	
}

a.alphabet{
	
}
	
a.alphabet_current{
	color: black;
	font-weight: bold;
}

a.alphabet_current, a.alphabet{
	display:block;
	float:left;
	width: 20px;
	text-decoration: none;
	border:0px;
	
}


input.extrafield{
	display: none;

}

.first_letter{
 background: #dd1544;
 color:white;
 padding: 2px;
 padding-left:5px;
 margin-left: -5px;
 margin-top: 5px;
}
.first_letter a{
	color: white;
}

.linklist{
 line-height: 17px;	
}

.newest_snippet_item{
width: 100%;
float: left;
margin-bottom: 10px;

}


.newslistul { margin-left:0px;padding-left:0px }
.newslistitem {  list-style: none; margin-top:2px; margin-bottom:2px; margin-left:0px; padding:5px;
}
