/* (g) standaard styles vs 1259843966 */
body{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: white;
}

iframe{
  width: 100%;
  height: 600px;
}

form{
  display: inline;
  margin: 0px 0px 0px 0px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
}

/* evt niet nodig: word geerfd van form#search_and_book of body */
input,select,option,textarea,label {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
}

img{
  border: 0px;
}

h1{
  color: #ff7129;
  font-size: 22px;
  font-weight: bolder;
  margin: 4px 0px 10px 0px;
  background-color : transparent;
}

h2{
  color: #ff7129;
  font-size: 18px;
  font-weight: bolder;
  margin: 0px 0px 0px 0px;
}

a{
  text-decoration: none;
  color: black;
}

.a_default {
  color:#0000ff;
}
.a_default:hover {
  cursor:pointer;
  text-decoration:underline;
}

div.menu{
  text-align: right;
  padding: 10px 8px 0px 0px;
}


div.menu a.filter_option{
  display: block;
  font-weight: bold;
  padding: 2px 6px 2px 6px;

  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #FF0000;
  border: 1px solid silver;
}

div.menu a.link{
  display: block;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

div#container_main{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

div#header{
  height: 95px;
  background-image: url(/images/styles/header.gif);
  text-align: right;
  color: #002a7d;
  padding: 45px 10px 0px 0px;
}


div#season_container div#header{
  background-image: url(/images/styles/header.gif);
  height: 95px;
  text-align: right;
  color: #002a7d;
  padding: 45px 10px 0px 0px;
}

div#header form input{
  background-color: #d2f0d8;
  border: 1px solid #002a7d;
  margin: 1px 0px 1px 4px;
}
  
div#season_container{
  background-image: url(/images/styles/container_season.gif);
  height: 160px;
}

div#menu_main{
  width: 152px;
  float: left;
  padding-right: 25px;
  font-weight: bold;
  line-height: 26px;
}

div#menu_main a{
  color: #002d7e;
  display: block;
}

div#menu_main a:HOVER{
  color: white;
}

div#season{
  float: left;
  height: 100%;
  width: 803px;
  padding: 0px;
}

div#container_contents{
  background-image: url(/images/styles/container_contents.gif);
  height: 100%;
}

div#menu_context{
  width: 152px;
  float: left;
}

div#menu_context a{
  color: white;
  display: block;
}

div#menu_context a.menu_item{
  line-height: 26px;
  font-weight: bold;
}

div#menu_context a.sub_menu_item{
  color: #002a7d;
  padding: 0px 0px 0px 0px;
  line-height: 14px;
  font-weight: bold;
}

div#contents{
  float: left;
  padding: 10px 10px 0px 20px; 
  width: 790px;
  color: #002a7d;
}

div#footer{
  background-image: url(/images/styles/footer.gif);
  height: 70px;
  width: 100%;
  clear: both;
}

