html {
  padding: 0;
}

body {
  background-color: white;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0 0 11px 0;
  padding: 0;
  font-size: 23px;
  line-height: 31px;
  font-weight: 400;
}

h4 {
  margin: 0 0 11px 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

select, option, input {
  font-family: Verdana,sans-serif;
  font-size: 11px;
}

form {
  margin: 0;
  padding: 0;
}

#navcol {
  position: absolute;
  top: 0; 
  left: 0;
  padding: 0;
  width: 188px;
  height: 100%;
}

html>body #navcol {  /* nur fuer moderne Browser! */
  position: fixed;
}

#content {
  margin-left: 188px;
  margin-top: 75px;
  width: 474px;
}



#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

#navigation {
  position: absolute;
  top: 75px;
  left: 20px;
  width: 130px;
}

#footer {
  position: absolute;
  bottom: 0px;
  padding: 0 0 10px 20px;
}



a:link { color:#999999; text-decoration:none; }
a:visited { color:#999999; text-decoration:none; }
a:active { color:#999999; text-decoration:none; } 
a:hover { color:#999999; text-decoration:underline; } 

a.navlink:link { color:#999999; text-decoration:none; }
a.navlink:visited { color:#999999; text-decoration:none; }
a.navlink:active { color:#999999; text-decoration:none; } 
a.navlink:hover { color:#000000; text-decoration:none; } 

a.navlink_on:link { color:#000000; text-decoration:none; }
a.navlink_on:visited { color:#000000; text-decoration:none; }
a.navlink_on:active { color:#000000; text-decoration:none; } 
a.navlink_on:hover { color:#000000; text-decoration:none; } 


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/


.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 23px;
  line-height: 1em;
  font-weight: 400;
}

