
html
{
  width: 100%;
  height: 100%;
}

body
{
  font-family: arial, helvetica, verdana;
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
  width: 100%;
  height: 100%;
  background-color: #008714;
  text-align: center;
}

#nav
{
  position: relative;
  z-index: 100;
  padding-left: 8px;
}

#nav2
{
  position: relative;
  z-index: 200000000;
}

#navHome
{
  position: absolute;
  left: 8px;
  top: 90px;
  width: 50px;
}

#navNieuwsbrief
{
  position: absolute;
  left: 515px;
  top: 90px;
  width: 285px;
  z-index: 200;
}

#navHome img, #navNieuwsbrief img
{
  border: 0px;
}


#wrapper
{
  margin: 0px auto;
  background: #FFFFCB;
  width: 800px;
  text-align: left;
  position: relative;
}

#lngSwitch
{
  position: absolute;
  left: 4px;
  top: 25px;
  width: 57px;
}

#lngSwitch a
{
  display: block;
  padding-left: 24px;
  background: url(../img/lngButtons.jpg) no-repeat left center;
  margin-bottom: 4px;
}

#lngSwitch a:hover, .lngActive
{
  background: url(../img/lngButtons.jpg) no-repeat -101px center ! important;
}

#lngSwitch a img
{
  border: 0px;
}

#menuHeader
{
  background-color: #FEE100;
  height: 133px;
  position: relative;
  z-index: 100;
}

#duinrellLogo
{
  position: absolute;
  right: 10px;
  top: 8px;
}

#photoBanner
{
  position: absolute;
  left: 60px;
  top: 0px;
}



#dhtmlHeader
{
  position: absolute;
  top: 114px;
  _top: 113px;  
  left: 0px;
  z-index: 10000;
}

#menuWrapper
{
  position: relative;
}



/*searchbox*/

#searchBox
{
  background-color: #ff0000;
  border: 1px solid #000;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  padding: 2px;
  padding-right: 9px;
  position: relative;
  width: 786px;
}

#searchBox table
{
  margin-right: 12px;
}

form
{
  margin: 0px;
}

#searchBox form
{
  margin: 0px;
}

#searchBox a
{
  color: #fff;
}

.submitButton
{
}


#searchBox .searchInput
{
  background: #FFFFFF;
  border: 0px;
  padding: 2px;
  font-size: 9px;
  height: 11px;
  margin: 0px;
  margin-left: 12px;
}


#contentBox
{
  background: #FDE956 url(../img/contentBGTile.jpg) repeat-y left top;
  min-height: 400px;
}

#contentBoxHome
{
  padding: 10px;
  background: #FDE956 url(../img/contentHomeBg.jpg) repeat-y left top;
  min-height: 400px;
}

#contentBoxVervolg 
{
  background: #FDE956 url(../img/contentBgTile.jpg) repeat-y left top;
  min-height: 400px;
  padding: 10px;
  padding-left: 180px;
  padding-right: 30px; 
  min-height: 400px;
}

#contentBoxVervolgFrames
{
  background: #FDE956 url(../img/contentBgTile.jpg) repeat-y left top;
  min-height: 400px;
  padding: 10px;
  padding-left: 180px;
  padding-right: 0px; 
  min-height: 400px;
}

#contentBoxVervolg, #contentBoxVervolgFrames
{
  min-height:500px;
  height:auto !important;
  height:500px;
}

#contentBoxVervolgFrames
{
  padding-left: 165px;
}

#titleBar
{
  height: 42px;
  position: relative;
  background: url(../img/titleBar.jpg) no-repeat left top;
}

#titleBar h1
{
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 0px 0px 12px;
  margin: 0px;
}
#titleBar strong
{
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
  padding: 4px 0px 0px 12px;
  margin: 0px;
}

#subMenu
{
  position: absolute;
  width: 147px;
  left: 5px;
  top: 36px;
  background: url(../img/subMenuBg.jpg) repeat-y left top;
}

#subMenu a
{
  display: block;
  color: #1C4811;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 11px;
}

#breadcrumb {
  position: absolute;
  top: 25px;
  left: 260px;
/*
  margin-left: 260px;
  margin-top: 5px;
*/
}

#breadcrumb A {
  text-decoration: underline;
}

#breadcrumb UL {
  margin: 0px;
  padding: 0px;
}

#breadcrumb LI {
  display: inline;
  padding: 0px;
}


.L1
{
  border-bottom: 1px solid #FDE956;
  padding: 1px 0px 1px 14px;
  background: #FFF39D url(../img/subMenuArrowL1.jpg) no-repeat 6px center;
}

.L2
{
  padding: 1px 0px 1px 18px;
  background: #FFF39D url(../img/subMenuBulletL2.jpg) no-repeat 12px center;
}

.L1:hover, .L1active
{
  background: #309B29 url(../img/subMenuArrowL1hover.jpg) no-repeat 6px center;
  color: #fff ! important;
  border-bottom: 1px solid #FDE956;
  padding: 1px 0px 1px 14px;
}

.L2:hover, .L2active
{
  background: #309B29 url(../img/subMenuBulletL2hover.jpg) no-repeat 6px center;
  color: #fff ! important;
  padding: 1px 0px 1px 14px;
}

h1
{
  color: #FF0000;
  font-size: 17px;
}

h2, h3
{
  color: #008714;
  font-size: 15px;
  margin-bottom: 10px;
}

h4
{
  color: #000;
  font-size: 12px;
}

p
{
  margin: 0px;
}

#contentBoxRight
{
}  

#contentBoxLeft
{
  padding-right: 24px;
}

#actiePanel
{
  background: url(../img/actiePanelHomePage.jpg) no-repeat left top;
  height: 120px;
  position: relative;
  padding: 8px;
  color: #ffffff;
  padding-left: 30px;
  width: 380px;
}

#actieKikker
{
  position: absolute;
  left: -50px;
  top: -24px;
}

#actiePanel h2
{
  margin: 0px;
  color: red;
  font-size: 16px;
  background: #fef399;
  margin-right: 12px;
  padding: 3px 3px 0px 3px
}

#actiePanel p
{
  background: #fef399;
  margin-right: 12px;
  color: #000;
  padding: 0px 3px 3px 3px;
}

#actiePanel img
{
  border-right: 12px solid red ! important;
}

.actieLink
{
  background: url(../img/buttonGreenOnYellow.jpg) no-repeat left top;
  color: red ! important;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 2px 8px 16px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 12px;
}

.imageLeft
{
  float: left;
  margin-right: 16px;
}

.imageRight
{
  float: right;
  margin-left: 16px;
}


#footer
{
  background: #ff0000;
  border: 1px solid #000;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  font-size: 1.4em;
  width: 100%;
  
}

#footer2
{
  background: #FDE956 url(../img/footerBg.jpg) no-repeat left top;
  height: 31px;
  position: relative;
}

.imgfooter
{
  font-size: 0.2em;
  font-style: italic;
  clear: both;
}

a:link
{
  color: #FF0000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
  color: #ff0000;
  text-decoration: none;
}

/* panels */


.clearBoth
{
}

.homeParagraph
{
  
}

.panel
{
  border: 1px solid #FDE102;
  background: #FEF399;
  padding: 6px;
  width: 140px;
  margin-top: 24px;

}

.panel a
{
  color: #000;
}

.panel h3
{
  color: #ff0000;
  font-size: 13px;
  margin: 0px;
  margin-bottom: 6px;
}

.panel .moreButtonBlue
{
  background: url(../img/moreButtonBlue.jpg) no-repeat left;
  padding-left: 18px;
  color: #ff0000;
  text-decoration: none;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
}

A:visited.moreButtonBlue  {
  text-decoration: none;
}

A:hover.moreButtonBlue  {
  text-decoration: underline;
}

.panel .question
{
  font-weight: normal;
  display: block;
}

.leftPanel
{
}

.rightPanel
{
  float: right;
  margin-left: 5px;
}

#outbreak
{
  position: absolute;
  left: 20px;
  top: -100px;
  background: url(../img/kikkerbreektuit.jpg) no-repeat left top;
  width: 140px;
  height: 100px;
}




/* image border styles */


.yellowBorder, .yellowBorderBottom, .yellowBorderRight
{
  line-height: 0px;
  padding: 0px;
  /* height: 1%;
  width: 1%; */
}

.yellowBorder
{
  background: url(../img/yellowBorder.jpg) no-repeat right bottom;
  display: table;
  position: relative;
}

.yellowBorderBottom
{
  background: url(../img/yellowBorderBottom.jpg) no-repeat left bottom;
  display: table;
}

.yellowBorderRight
{
  background: url(../img/yellowBorderRight.jpg) no-repeat right top;
  padding: 4px 9px 9px 4px;
  display: table;
}



/* table styles */

.duinrelltable
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CC0000;
  background-color: #FAD401;
  padding: 1px;
}

.zebra1 
{
  border: 1px solid #FAD401;
  font-size: 12px;
  margin-bottom: 12px;
}

.zebra1 tbody tr td {
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 8pt;
  padding: 4px;
  border-left: 1px solid #FAD401;
}

.zebra1 tbody tr.selected td 
{
  background-color: #ffffaa;
  border-left: 1px solid #FAD401;
}

.zebra2 
{
  border-top: 1px solid #FAD401;
  border-right: 1px solid #FAD401;
  border-left: 1px solid #FAD401;
  font-size: 12px;
}

.zebra2 tbody tr td {
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 8pt;
  padding: 0px;
  border-bottom: 1px solid #FAD401;
  padding: 1px;
}


/* Ticket pagina styles */


#contentBoxTickets
{
  padding: 10px 35px 0px 32px;
  background: #fff397 url(../img/contentticketsbg.jpg) no-repeat left top;
  min-height: 343px;
  _height: 343px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  color: #000000;
}

#ticketTitle
{
  position: relative;
  margin: 15px 0px 10px 0px;
  padding: 0px;
  width: 300px;
  height: 20px;
  background: url(../img/duinrell_tickets_titel.gif) no-repeat left top;
}

#ticketInleiding
{
  position: relative;
  width: 425px;
  font-size: 11px;
  margin: 0px 0px 15px 0px;
}

#ticketBox1
{
  position: relative;
  float: left;
  margin: 0px 15px 15px 0px;
  padding: 0px;
  width: 200px;
  height: 119px;
  background: url(../img/duinrell_tickets_1.gif) no-repeat left top;
}

#ticketBox2
{
  position: relative;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  width: 200px;
  height: 119px;
  background: url(../img/duinrell_tickets_2.gif) no-repeat left top;
}

.ticketBoxText
{
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 10px;
  width: 180px;
  height: 60px;
  font-size: 10px;
  line-height: 120%;
}

.ticketBoxLink
{
  display: block;
  position: absolute;
  top: 89px;
  left: 117px;
  width: 73px;
  height: 30px; 
  z-index: 10;
}

#ticketVervolgtext
{
  position: relative;
  width: 415px;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
}


/* styles overgenomen uit oude site. */


.pageheaders 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}

.submitknop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FAD401;
	padding: 1px;
	cursor: pointer;
}

.tabelkader 
{
	background-color: #FFFFB9;
	border: 1px solid #FAD401;
}

.megagroot 
{

	font-size: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #006600;

}

.BoldRed {

	font-weight: bold;

	color: #CC0000;

	font-size: 12px;

}

.BoldGreen {

	font-weight: bold;

	color: #009900;

	font-size: 12px;

}

.Bold {

	font-weight: bold;

}

.fineprint {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: italic;

}

.images_r {

	margin-bottom: 5px;

	margin-left: 10px;

}

.checkboxStyle	{

	border: 0px  ;

	background-color: #FFFFA6;

	padding: 0px;

	margin: 0px;

}

.radioboxStyle	{

	border: 0px  ;

	background-color: #FFFFA6;

	padding: 0px;

	margin: 0px;

}


.paginatext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 16px;

	color: #000000;

	font-weight: normal;

}


.smallButton
{
  background: url(../img/subBtBg.jpg) no-repeat left top;
  display: block;

}

.smallButton span
{
  display: block;
  background: url(../img/subBtBgEnd.jpg) no-repeat right top;
  padding: 2px 2px 2px 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
}

.imagenote
{
  padding-top: 10px;
  padding-bottom: 10px;
}

.aanbiedingkader
{
  background-color: #FFFFCB;
  color: #000;
}
