html {
  height: 100%;
  width: 100%;
  
  /*Schriftart*/
  font-family: Arial, sans-serif;
  text-decoration: none; /*entfernt Linie bei Links*/
  font-size: 100.1%;
  line-height: 1em;
}

body {
  height: 100%;
  /*margin-bottom: 1px;*/
  text-align: center; /*center hack*/
}

.clr {
  clear: both;
}

#wrapouter {
  text-align: left;
  /*width: 80%;*/ /*center hack*/
  margin: 0 auto; /*center hack*/
  width: 49em; /*(=784px)*/
  
  background-color: #ffffff;
  color: #333333;

  padding: 0;
}

#wrap {
  color: #333333;
  background-color: transparent;
  padding: 0em 1.2em 0em 1.2em;
}

#randoben {
  height: 16px;
  width: 100%;
  display: none;
}

#randunten {
  height: 16px;
  width: 100%;
  display: none;
}

#head {
  width: 100%;
  /*6em = paddings + logohöhe*/
  height: 4em;
  /*padding: 1.5em 0em 0.5em 0em;*/
  padding: 0em 0em 0.5em 0em;
}

#logo {
  float: left;
  /*Höhe = Padding + Height*/
  padding: 0em 0em 0em 1.5em;
  width: 13em;
  height: 2.5em;
}

#logo img {
  width: 13em;
  height: 4em;
}

#hilfsnavi {
  float: right;
  height: 2.5em;
  width: 6em;
  padding: 1.5em 1em 0em 0em;
  display: none;
}

#mainnavi {
  width: 100%;
  height: 2em;
  margin-bottom: 3em;
  display: none;
}

#subnavi {
  clear: both;
  float: left;
  width: 10.5em;
  overflow: hidden;
  padding: 0em 0em 2em 0em;
  margin-left: 1.5em;
  display: none;
}
* html #subnavi {
  /*IE fix*/
  margin-left: 0.8em;
}

#subnavi_empty {
  clear: both;
  float: left;
  width: 10.5em;
  overflow: hidden;
  padding: 0em 0em 2em 0em;
  margin-left: 1.5em;
  display: none;
}
* html #subnavi_empty {
  /*IE fix*/
  margin-left: 0.8em;
}


#minheight {
  height: 30em;
  width: 1em;
  float: left;
}

#content {
  float: left;
  width: 28em;
  padding: 2em 0.875em 2em 1em;
  background-color: #ffffff;
  color: #333333;
}

#printbutton {
  display: none;
}

#footer {
  clear: both;
  border-top: 1px solid #91340b;
  padding: 0.2em 0em 0.2em 0em;
  width: 100%;
  height: 1.6em;
  background-color: transparent;
  color: #aaaf9a;
  font-style: italic;
  font-size: 0.8em;
}

h1 {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  background-color: transparent;
  color: #333333;
  margin-bottom: 1em;
}

p {
  font-size: 0.8em;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
  margin: 0;
  padding: 0;
}

a {
  color: #818279;
  font-size: 0.9em;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0em 0em 0em 1.2em;
}

li {
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  color: #333333;
  background-color: transparent;
  margin: 0em 0em 0.2em 0em;
  list-style-type: square;
}

hr {
  border: none;
  border-top: 1px solid #edf0df;
  height: 1px;
}

img {
  color: #818279;
  background-color: transparent;
  font-size: 0.8em;
}

img.portrait {
  border: 1px solid #333333;
  float: right;
  margin: 0em 0em 1em 2em;
}

strong {

}

em {
  color: #818279;
  background-color: transparent;
}

/*============================================================================*/
/*  Lizenzbestimmungen                                                        */
/*  ==================                                                        */
/*                                                                            */
/*  Dieses Dokument ist Eigentum von:                                         */
/*                                                                            */
/*  Network Economy GmbH                                                      */
/*                                                                            */
/*  Westhafen Pier, Rotfeder Ring 11                                          */
/*  60329 Frankfurt/Main                                                      */
/*                                                                            */
/*  http://www.network-economy.com                                            */
/*                                                                            */
/*  Code-Autor: Christoph Manschitz | http://www.manschitz.com                */
/*                                                                            */
/*  Copyright 02.02.2007                                                      */
/*                                                                            */
/*  Nicht authorisierte Verwendung oder Änderungen sind nicht gestattet und   */
/*  werden straf- und zivilrechtlich verfolgt.                                */
/*                                                                            */
/*  Dieses Dokument ist standardkonform und CSS-verifiziert.                  */
/*============================================================================*/

