/* 
/* (CC) SIS Siteseeing Internet Services, 2008 
/* 
/* Feel free to be inspired by this CSS, 
/* see the Creative Commons License (http://creativecommons.org/) 
/* 
/* If you re-use parts or whole of this CSS, 
/* you must include this copyright notice at the start of the file. 
/* 
/* Please contact us for commercial use and to find out 
/* how we can help you with various web-based solutions: 
/* 
/* web:     http://www.sis.nl 
/* e-mail:  info@sis.nl 
/* tel.:    +31-(0)74 255 2140 
/*
/* -------------------------------------------------------- */ 


body {
  padding:0; margin:0;

  font-family:arial, helvetica, sans-serif;
  color:#333;
  font-size:10pt;
  background:#fff;
}

body, #wrapper {
  background:white;
}

#branding h1 {
  font-size:16pt;
}

#branding h1 span {
  clear:both;
  display:block;
  font-size:10pt;
}

h2#sitename {
  margin:-3em 0 0 0;
  float:right;
  font-size:14pt;
  text-align:right;
}

h1,
h2,
h3,
h4,
h5,
.wh-heading1,
.wh-heading2,
.wh-heading3,
.wh-heading4,
p,
a {
  color:#333;
  font-family:arial, helvetica, sans-serif;
  text-decoration:none;
}

#mainnav,
#toolbox,
#homebox,
#subnav,
#subsubnav,
#related,
#crumbtrail,
#page_toolbox,
#localnav,
.nocss,
.pagenav,
#actions,
#simplesearch,
#tabs,
#sectionnavwrapper,
#sectionsubnavwrapper,
#phw,
#photobanner,
#siteseeing,
#location,
#navpanel,
#footer,
.toplink,
#wb-container,
#onthispage {
  display:none;
}

#header {
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  height:5em;
  margin:0 0 1em 0;
  padding:0 0 .5em 0;
}

#contentpanel { clear:both; }

#header h1#sectiontitle2 {
  float:right;
  color:#000;
  font-size:1.5em;
}

#wh-contents {
  float:none !important;
  display:block;
  padding:0; margin:0 5%;
  width:auto;

  border:none;
  color:#000;
  background:transparent;
}

#wrapper {
  padding:0; margin:0;

  text-align:left;
}

a, a:link, a:visited {
  color:#000;
  background:transparent;
  font-weight:bold;
  text-decoration:none;
}

