/*
  
    copyright 2007 uwe sell
    uwe sell, berlin, uwe.sell@uwesell.de
    all rights reserved. alle rechte vorbehalten.
    
*/

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  background: #FFFFFF;
  }

p {
  font-size: 12px;
  line-height: 14px;
  }

img {
  border: dotted 1px gray;
  padding: 4px;
  }

.cssClear {
  clear: both;
  }

#pageContainer {
  margin: 0px;
  text-align: left;
  }

#pageHeader {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 300px;
  width: 450px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  }

.pageTitle {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 5px -1px;
  letter-spacing: 1px;
  }

.pageTitle a {
  text-decoration: none;
  color: #666666;
  }

.pageTitle a:hover {
  color: #CBCE8A;
  }

.pageSubtitle {
  font-size: 10px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  }

.pageSubtitle a {
  font-size: 10px;
  font-weight: 600;
  color: #CBCE8A;
  text-transform: uppercase;
  text-decoration: none;
  }

.pageSubtitle a:hover {
  color: #666666;
  }

#pageNavigation {
  position: absolute;
  z-index: 8;
  top: 130px;
  left: 0px;
  width: 240px;
  height: 450px;
  padding: 0px;
  margin: 0px;
  background-color: #CBCE8A;
  text-align: right;
  }

#pageNavigation img {
  border: none;
  padding: 0px;
  }

#pageDivider {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 241px;
  width: 40px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  color: #BBBBBB;
  background-color: #E2E4BE;
  }

#pageContent {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 282px;
  width: 550px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #CBCE8A;
  }

#pageBorder {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 800px;
  width: 200px;
  height: 450px;
  margin: 0px;
  padding: 0px;
  background-color: #CBCE8A;
  }

#pageContent h1 {
  margin: 5px 0 20px 0px;
  font-size: 18px;
  font-weight: 600;
  }

#pageContent h2 {
  margin: 10px 0 10px 0px;
  font-size: 14px;
  font-weight: 600;
  }

#pageContent p {
  width: 500px;
  font-size: 11px;
  font-weight: 300;
  color: #4B534C;
  line-height: 12px;
  margin: 20px 0 0 18px;
  }

#pageContent .title {
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  }

#pageContent a {
  text-decoration: none;
  color: #FFFFFF;
  }

#pageContent a:hover {
  color: #5590F0;
  }

#pageNavigation h2 {
  font-size: 11px;
  color: #999999;
  margin: 20px 12px 5px 0px;
  text-transform: uppercase;
  }

#pageCopyright {
  position: absolute;
  top: 600px;
  left: 282px;
  width: 700px;
  height: 20px;
  margin: 0px;
  color: #AAAAAA;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  }

#pageCopyright a {
  font-size: 10px;
  font-weight: 600;
  color: #CBCE8A;
  text-transform: uppercase;
  text-decoration: none;
  }

#pageCopyright a:hover {
  color: #666666;
  }
                         
