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;
}


#wrap {
  color: #333333;
  background-color: transparent;
  padding: 0em 1.2em 0em 1.2em;
}

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 {

}
/*============================================================================*/
/*  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 04.02.2007                                                      */
/*                                                                            */
/*  Nicht authorisierte Verwendung oder Änderungen sind nicht gestattet und   */
/*  werden straf- und zivilrechtlich verfolgt.                                */
/*                                                                            */
/*  Dieses Dokument ist standardkonform und CSS-verifiziert.                  */
/*============================================================================*/
