html {
  height: 100%;
  width: 100%;
	
  /*background-color: #d1d4c5;*/
  background-color: #edf0df;
  color: #333333;
  
  /*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*/

  padding: 3em 0em 0em 0em;	
}

.clr {
  clear: both;
}

#wrapouter {
  text-align: left;
  /*width: 80%;*/ /*center hack*/
  margin: 0 auto; /*center hack*/
  width: 49em; /*(=784px)*/
  
  background-color: #ffffff;
  color: #333333;
  
  /*background-color: #ffffff*/
  /*border: 2px solid #333333;*/

  background-image: url("../images/rand_l.png");
  background-repeat: repeat-y;
  background-position: left top;
  padding: 0;
}

#wrap {
  color: #333333;
  background-color: transparent;
  background-image: url("../images/rand_r.png");
  background-repeat: repeat-y;
  background-position: right top;
  padding: 0em 1.2em 0em 1.2em;
}

#randoben {
  height: 16px;
  width: 100%;
  background-image: url("../images/rand_o.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#randunten {
  height: 16px;
  width: 100%;
  background-image: url("../images/rand_u.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#eckeol {
  height: 16px;
  width: 16px;
  float: left;
  background-image: url("../images/ecke_ol.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#eckeor {
  height: 16px;
  width: 16px;
  float: right;
  background-image: url("../images/ecke_or.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#eckeul {
  height: 16px;
  width: 32px;
  float: left;
  background-image: url("../images/ecke_ul.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#eckeur {
  height: 16px;
  width: 32px;
  float: right;
  background-image: url("../images/ecke_ur.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#head {
  width: 100%;
  /*6em = paddings + logohöhe*/
  height: 4em;
  padding: 1.5em 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: 9em;
  height: 3em;
}*/

#hilfsnavi {
  float: right;
  height: 3em;
  width: 6em;
  padding: 1em 1em 0em 0em;
}

#hilfsnavi a {
  height: 1.2em;
  line-height: 1.2em;
  width: 7em;
  text-align: right;
  float: right;
  text-decoration: none;
  font-size: 0.625em;
  display:block;
  color: #91340b;
  background-color: transparent;
}

#hilfsnavi a:link {
  color: #91340b;
  background-color: transparent;
}
#hilfsnavi a:visited {
  color: #91340b;
  background-color: transparent;
}
#hilfsnavi a:focus {

}
#hilfsnavi a:hover {
  text-decoration: underline;
}
#hilfsnavi a:active {
  
}

#mainnavi {
  width: 100%;
  height: 2em;
  margin-bottom: 3em;
  background-color: #d1d4c5;
  color: #333333;
  border-top: 1px solid #91340b;
  border-bottom: 1px solid #91340b;
}

#mainnavi a {
/*Absolute Höhe = 0.875em * (1.2 + 0.6 + 0.5) = 2.0125em*/
  height: 1.2em;
  line-height: 1.2em;
  padding: 0.6em 2em 0.5em 2em;
  float: left;
  text-decoration: none;
  font-size: 0.875em; /*14px*/
  font-weight: bold;
  color: #333333;
  background-color: transparent;
}

#mainnavi a:link {
  color: #333333;
  background-color: transparent;
}
#mainnavi a:visited {
  color: #333333;
  background-color: transparent;
}
#mainnavi a:hover {
  background-color: #333333;
  color: #ffffff;
}
#mainnavi a:active {
  background-color: #333333;
  color: #ffffff;
}
#mainnavi .aktiv {
  color: #ffffff !important;
  background-color: #333333 !important;
}

#subnavi {
  clear: both;
  float: left;
  width: 10.5em;
  overflow: hidden;
  padding: 0em 0em 2em 0em;
  margin-left: 1.5em;
  background-color: #d1d4c5;
  color: #333333;
}
* 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;
  background-color: transparent;
  color: #333333;
}
* html #subnavi_empty {
  /*IE fix*/
  margin-left: 0.8em;
}

#subnavi a {
  /*height: 1.2em;*/
  line-height: 1.2em;
  /*width: 100%;*/
  width: 12em;
  padding: 0em 1em 0em 1em;
  margin-bottom: 2px;
  text-decoration: none;
  /*text-indent: 1em;*/
  font-size: 0.75em;
  font-weight: bold;
  display: block;
}
* html #subnavi a {
  /*IE fix*/
  width: 100%;
}

#subnavi a:link {
  color: #333333;
  background-color: transparent;
}
#subnavi a:visited {
  color: #333333;
  background-color: transparent;
}
#subnavi a:hover {
  background-color: #333333;
  color: #ffffff;
}
#subnavi a:active {
  
}

#subnavi .menuaktiv {
/*aktuelle Kategorie im Submenü*/
  height: 1.5em;
  line-height: 1.5em;
  width: 100%;
  padding: 0em 1em 0em 1em;
  text-decoration: none; 
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background-color: #333333;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1em;
}

#minheight {
  height: 30em;
  width: 1em;
  float: left;
  background-color: #ffffff;
  color: #333333;
}

#content {
  float: left;
  width: 28em;
  padding: 2em 0.875em 2em 1em;
  background-color: #ffffff;
  color: #333333;
}

#printbutton {
  float: right;
  height: 2em;
  text-align: left;
}

#printbutton a {
  color: #91340b;
  background-color: #ffffff;
  font-size: 0.6em;
}

#printbutton a:link {
  color: #91340b;
  background-color: transparent;
}
#printbutton a:visited {
  color: #91340b;
  background-color: transparent;
}
#printbutton a:focus {

}
#printbutton a:hover {
  text-decoration: underline;
}
#printbutton a:active {
  
}

#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;
}

a:link {

}

a:visited {

}

a:hover {
  text-decoration: underline;
}

a:active {

}

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 {
  height: 1px;
  border: none;
  /*border-top: 1px solid #edf0df;*/
  border-top: 1px solid #dee1d1;
}

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.                  */
/*============================================================================*/
