/*  mastergeo.de
       stodeweg Media 2009
       Timo Nooitrust
       
MasterGeo
Schrift: NewTown
rot: #cc6666
blau: #0099cc
hellblau: #99CCCC

* { border : 1px solid red; }
*/


/* -------------------------  HEADER START ------------------------- */

body {
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

html, body {
  height: 100%;
  margin: 0;
}

#header {
  height: 110px;
  padding: 10px 10px 3px;
  text-align: left;
  background-color: #EDEEEE;
  overflow: hidden;
}


/* -------------------------  HEADER END ------------------------- */

/* -------------------------  CONTENT START ------------------------- */

#wrapper1 {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
  width: 800px;
  border : 1px #DDDDDD;
  border-style : none solid;
  
}

#wrapper2 {
  margin: 0;
}

#wrapper3 {
  margin-right: 180px;
}

#content {
  width: 420px;
  float:left;
  margin-left: 0;
  padding:5px 10px;
  text-align: left;
}

#content h1 {
  color : #0099cc;
}

#content h2,
#content h3, 
#content h4,
#content h5, 
#content h6 {
  color : #cc6666;
  /*color : #555555;*/
}

#sidebar {
  float: left;
  width: 160px;
  padding: 15px 10px 5px 10px;
  text-align: left;
}

#extrabar {
  float: right;
  width: 160px;
  padding:5px 10px;
  text-align: left;
}

#push {
  height: 40px;
  clear:both;
}

#sidebar ul {
  list-style-type: none;
  padding:0;
}

a{
/*  color : #555555;*/ 
  color : #0099cc;
  text-decoration : underline; 
}

a:hover{
  text-decoration : none; 
}

.align-justify { text-align:justify; }
.align-left { text-align:center; }
.align-right { text-align:right; }
.align-center { text-align:center; }
#content .csc-frame-frame2 { border: 1px solid #252525; 
  background-color: #f5ffaa; padding: 7px; }
#content .csc-frame-frame1 { border: 1px solid #252525; 
  background-color: #edebf1; padding: 7px; }
.detail { color: #186900; }
.name-of-person { color: #10007B; }
.important { color: #8A0020; }

#lefttbanner {
  margin: -115px 415px 0 0;
  padding: 0;
  position: fixed;
  right: 50%;
  height:600px;
  width:160px;
}

#rightbanner, 
#c157 {
  float:left;
  left:50%;
  top:15px;
  margin-left:415px;
  position:fixed;
  height:600px;
  width:160px;
}

/* -------------------------  CONTENT END ------------------------- */

/* -------------------------  MENU START ------------------------- */

ul.menu a  {
  display : block;
  width : 145px;
  padding: 0 5px;
  color : #0099cc;   
  text-decoration : none;
}

ul.menu a:hover,
ul.menu a:active {
  text-decoration : underline; 
}

ul.menu {
  margin : 0;
  padding-left : 3px;
}

ul.menu li {
  list-style-image : none;
  list-style-position : outside;
  list-style-type : none;
}

ul.menu li ul {
  padding-left : 0;
  margin-left : 0;
}

ul.menu li ul a {
  color : #0099cc; 
  padding-left : 10px;
  width : 130px
}

ul.menu li ul ul a {
  padding-left : 20px;
  width : 120px
}

ul.menu li ul ul ul a {
  padding-left : 30px;
  width : 110px
}

ul.menu li ul ul ul ul a {
  padding-left : 40px;
  width : 100px
}

/* -------------------------  MENU END ------------------------- */


/* -------------------------  FOOTER START ------------------------- */

#footer {
  width:780px;
  height: 30px;
  padding:5px 10px;
  margin: 0 auto;
  background-color: #EFEFF4;
  color : #555555;
}

#footer h6 {
  margin:15px 5px 0px 0px;
}

#img-footer {
  float:right;
  margin-top:-330px;
}

#page-footer {
  display:inline;  
}

#print-footer {
  display:none;
}

#footer a{
  color : #555555;
  text-decoration : none; 
}

#footer a:hover{
  text-decoration : underline; 
}

/* -------------------------  FOOTER END ------------------------- */


/* -------------------------  PRINTLAYOUT START ------------------------- */

@media print {

  #sidebar, 
  #extrabar,
  #page-footer {
    display:none;
  }

  #print-footer {
    display:inline;
  }
  
  #content,
  #header,
  #footer {
    width: 15cm;
  }
  
  #header,
  #footer {
    background-color:#ffffff;
    margin: 0;
  }
  
  #wrapper1,
  #push {
    min-height: 0;
    height: 0;
    margin: 0;
    border : 0;
  }
}
/* -------------------------  PRINTLAYOUT END ------------------------- */
