/*
  Stylesheet: general.css
  For       : www.clickthis.nl / www.clickthis.eu
  (c) 2008 - Click This! Webdevelopment
*/

* {
  margin: 0px;
  padding: 0px;
}

html,body {
  height: 100%;
}

body {
  font-family: "Trebuchet MS",Verdana, Tahoma, Arial, Sans-serif;
  font-size: 62.5%;  /* 10px */
  text-align: center;
  color: #666666;
  background: #ffffff;
}

a {
  color: #eb2d2e;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  font-size: 110%;
  margin: 0px auto;
  width: 801px;
  min-height:100%;
  text-align: left;
  background: transparent url('/px/document-background.png') repeat-y 0 0;
}

#header {
  position: relative;
  height: 135px;
  background: #ffffff url('/px/head.png') no-repeat 0 100%;
}

#header * {
  display: none;
}

#menu {
  position: absolute;
  top: 155px;
  left: 0;
  width: 201px;
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#menu ul li {
  width: 180px;
  padding-left: 20px;
  font-variant: small-caps;
}

#menu ul li a {
  display: block;
  padding-right: 20px;
  font-size: 120%;
  line-height: 190%;
  font-weight: bold;
  color: #999999;
  background: transparent url('/px/menu.gif') no-repeat 0 100%;
}

#menu ul li a.selected {
  color: #eb2d2e;
  background: transparent url('/px/menu-selected.gif') repeat-x 0 100%;
}

#menu ul li a:hover {
  color: #eb2d2e;
  text-decoration: none;
}

#main {
  position: relative;
  min-height: 450px;
  padding: 0 20px 85px 20px;
  margin: 0 1px 0 200px;
  background: transparent url('/px/main-background.png') no-repeat 100% 0;
}

#main h1 {
  font-size: 120%;
  padding: 20px 0;   
  color: #eb2d2e;
}

#main h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 20px 0;   
}

#main p {
  margin: 0 0 20px 0;
  line-height: 200%;
}

#main ul {
  margin-left: 15px;
  list-style: square;
}

#main label {
  display: block;
  clear: left;
  float: left;
  width: 150px;
  height: 16px;
  line-height: 20px;
}

#main input {
  height: 16px;
  border: 1px solid #999999;
  font-size: 100%;
  color: #666666;
  width: 170px
}

#main textarea {
  border: 1px solid #999999;
  font-size: 100%;
  font-family: "Trebuchet MS",Verdana, Tahoma, Arial, Sans-serif;
  color: #666666;
  width: 300px;
  height: 100px;
}

#main input.submit {
  width: auto;
  padding: 0 15px;
  margin-left: 150px;
}

.red {
  color: #eb2d2e;
}

#main .formindent {
  margin-left: 150px;
}

img#foto {
  position: absolute;
  border: 0;
  left: 1px;
  bottom: 85px;
  width: 199px;
  height: 100px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85px;
  width: 801px;
  overflow: hidden;
  background: #ffffff url('/px/footer-background.png') no-repeat 0 0;
}

#footer #slider {
  position: absolute;
  list-style: none;
  width: 901px;
  height: 38px;
  bottom: 23px;
  left: 0;
  background: transparent url('/sites/empty.png') repeat-x 0 0;
}

#footer #slider li {
  float: left;
  width: 50px;
  height: 38px;
}

#footer #slider li#mailaddress {
  width: 200px;
  background: transparent url('/sites/empty-mail.png') repeat-x 0 0;
  text-align: center;
  line-height: 38px;
  font-size: 120%;
  font-weight: bold;
}

#footer #slider a {
  position: relative;
  display: block;
  width: 50px;
  height: 38px;
}

#footer #slider a img {
  border: 0;
  height: 100%;
  width: 100%;
}

#loading {
  display: none;
  position: relative;
  min-height: 450px;
  padding: 0 20px 85px 20px;
  margin: 0 1px 0 200px;
  background: transparent url('/px/main-background.png') no-repeat 100% 0;
}

.loading {
  padding: 20px 0;
  text-align: center;
} 

#adres {
  display: none;
}
