/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding: 10px 0;
    background: #60522f;
    text-align: center;
    color: #766454;
    font: normal 15px Times New Roman, Times, Georgia, serif;
  }
  #container{
    margin: 0 auto;
    width: 700px;
    text-align: left;
  }
  h1, h2, h3{
    font-weight: normal;
  }
  A:link { color:#660000}
  A:visited {color:#663300}
  A:hover {text-decoration: underline; color: red;}
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding: 0 90px;
    height: 255px;
    background: transparent url(../images/header_bg_new.jpg) no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top:  145px;
	padding-bottom: 40px;
	color:#000000;
	font-size:36px;
  }
  h1#logo a{
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 55px;
    background: transparent url(../images/template_logo.gif) no-repeat;
	font-size:36px;
  }
  h1#logo a:hover{}
  #header h2{
    position: relative;
    top: -165px;
    border-bottom: 1px solid #cbb99d;
    font-size: 30px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding: 20px 90px 30px 92px;
    background: transparent url(../images/content_bg.jpg) repeat-y;
    line-height: 18px;
  }

  table{
    width: 510px;
    align: center;
  }

  td{
    font-size: 14px;
    text-align: left;
  }
  ul#mainNav{
    font-size: 14px;
    list-style: none;
    text-align: center;
  }
  ul#mainNav li{
    float: left;
    border-top: 1px solid #cbb99d;
    border-bottom: 1px solid #cbb99d;
	height:50px;
	width:172px;
  }
  ul#mainNav a{
    display: block;
    padding: 7px 0;
    width: 172px;
    color: #52443c;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #e3e7af;
    color: #9e8b74;
  }
  h3{
    float: left;
    margin-top: 12px;
	margin-bottom: 12px;
    padding-right: 4px;
    font-size: 18px;
	text-align:center;
	width:510px;
  }
  p{
    margin-top: 10px;
	margin-bottom: 10px;
	width:inherit;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    padding: 0 90px;
    height: 223px;
    background: transparent url(../images/footer_bg2.jpg) no-repeat;
    font-size: 12px;
  }
  ul#metaLink{
    border-top: 1px solid #cbb99d;
    padding-top: 15px;
    list-style: none;
  }
  ul#metaLink li{
    float: center;
	margin-top: 8px;
	text-align:center;
  }
  ul#metaLink a{
    color: #766454;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  td.kaltop{
  background-color: BurlyWood;
  font-size:medium;
  color: Brown;
  text-align: center;
  }
  td.kaltop2{
  background-color: Peru;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size:medium;
  }  
  th{
  background-color: AntiqueWhite;
  text-align: center;
  font-size: small;
  padding: 5px;
  color: #333333;
  }
  td.default{
  text-align: center;
  font-size: x-small;
  padding: 5px;
  color: #333333;
  }
  td.aanvraag{
  background-color: DarkSeaGreen;
  filter:alpha(opacity=70);   /* Internet Explorer       */
  -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
  opacity: 0.7;               /* newer Mozilla and CSS-3 */
  text-align: center;
  font-size: x-small;
  padding: 5px;
  color: #333333;
  }
  td.boeking{
  background-color: lightblue;
  filter:alpha(opacity=80);   /* Internet Explorer       */
  -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
  opacity: 0.8;               /* newer Mozilla and CSS-3 */
  text-align: center;
  font-size: x-small;
  padding: 5px;
  color: #333333;
  }
