/*
   reikido.nl
   (c) 2008 Click This! webdevelopment
*/

* {
  margin: 0px;
  padding: 0px;
}

/* commented backslash mac IE hack \*/
html,body {
  height: 100%;
}
/* end hack */

body {
  background: #ffffff;
  font-family: Trebuchet,"Trebuchet MS",Arial, Tahoma, Verdana, Sans-serif;
  font-size:62.5%; 
  color: #58595b;
}

a {
  text-decoration: none;
}

#head {
  position: absolute;
  top: 160px;
  left: 15px;
  width: 155px;
  height: 60px;
  background: transparent url('/px/logo.png') no-repeat 0 0;
}

#head * {
  display:none;
}

#alignment {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  min-width: 975px;
  text-align: center;
}

#container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 600px;
  width: 975px;
  margin: 0px auto;
  margin-left: -488px;
  margin-top: -300px;
}

ul#menu {
  position: absolute;
  font-size: 120%;
  line-height: 120%;
  margin: 0;
  padding: 0;
  top: 270px;
  left: 30px;
  color: #ffffff;
  list-style: none;
  height: 300px;
  width: 150px;
  overflow-y: auto;
  text-align: left;
}

ul#menu li {
  margin-bottom: 15px;
}

ul#menu a {
  color: #ffffff;
}

ul#menu a:hover {
  font-weight: bold;
}

#wijsheid {
  position: absolute;
  font-size: 160%;
  text-align: right;
  right: 45px;
  font-style: italic;
  font-weight: bold;
  top: 60px;
  width: 485px;
  height: 60px;
}

#wijsheid h1 {
  display: none;
}

#preload { display:none; }

#over {
  position: absolute;
  right: 45px;
  top: 60px;
  width: 485px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: -445px -60px;
  opacity: 0;
  MozOpacity: 0;
  KhtmlOpacity: 0;
  filter:alpha(opacity=0);
}

#main {
  position: absolute;
  top: 263px;
  left: 210px;
  width: 700px;
  height: 264px;
  text-align: left;
  font-size: 120%;
  line-height: 155%;
  overflow: auto;
}

#main p {
  margin-bottom: 4px;
}

#main p.spreuk {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 325px;
  font-size: 90%;
  line-height: 140%;
  font-style: italic;
  text-align: right;
}

#main h1 {
  font-size: 160%;
  margin-bottom: 8px;
}

#main h2 {
  font-size: 100%;
  font-weight: bold;
}

#main div#firstcol {
  position: relative;
  padding-right: 5px;
  float: left;
  width: 340px;
  height: 237px;
}

#main div#secondcol {
  position: relative;
  width: 320px;
  float: left;
}

#credits {
  position: absolute;
  bottom: 35px;
  right: 90px;
  width: 300px;
  height: 20px;
  color: #ffffff;
  font-size: 90%;
  text-align: right;
}

#credits a {
  color: #ffffff;
}
#credits a:hover {
  text-decoration: underline;
}

.small {
  font-size: 80%;
}

.error {
  font-size: 80%;
  color: #ff0000;
}

label {
  display: block;
  float: left;
  clear: right;
  width: 70px;
}

textarea {
  margin-bottom: 5px;
}

#pages {
  position: absolute;
  right: 60px;
  bottom: 350px;
}
