  body {
    color: #545454; background-color: #9FA294;
    font-size: 100.01%;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  div#rahmen {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 710px;
    padding: 0;
	background-color: #F4F6F2;
  }
  div#kopf {
	margin: 0; padding: 0;
	}
  h1 {
    font-size: 2.15em;
    margin: 0 15px 5px 0; padding: 0;
	color: #A16366;
	font-family: Times,serif;
	text-align: right;
  }
  a:link { color: #6C97B9; }
  a:visited { color: #6C97B9; }
  a:focus { color: #6C97B9; }
  a:hover { color: #6C97B9; }
  a:active { color: #6C97B9; }
  ul#navigation {
    font-size: 0.85em;
	font-family: Times,serif;
	font-weight: bold;
    float: left; width: 100px;
    margin: 35px 0 0 0; padding: 0;
	border-right-style: dotted;
	border-right-color: #6D9D2D;
	border-right-width: 2px;
	min-height: 280px;
	height: 280px;
  }
  ul#navigation li {
    list-style: none;
    margin: 0; padding: 0.2em 0.5em 0.2em 0;
	text-align: right;
  }
  ul#navigation a {
    display: block;
    padding: 0.2em;
	text-decoration: none;
	letter-spacing: 0.05em;
  }
  ul#navigation #aktiv {
    color: #8EB354;
	background-color: #EAEEE6;
  }
  ul#navigation a:link {
    color: #949494;
  }
  ul#navigation a:visited {
    color: #949494;
  }
  ul#navigation a:hover {
    color: #8E5662; background-color: #EAEEE6;
  }
  ul#navigation a:active {
    color: white; background-color: #EAEEE6;
  }
  div#inhalt {
    font-size: 0.9em;
	margin: 0 0 1em 160px;
    padding: 35px 0 20px 0;
  }
  * html div#inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#inhalt h2 {
    font-size: 1.7em;
    margin: 0;
    color: #6C97B9;
  }
  div#inhalt h3 {
    font-size: 1.0em;
    margin: 1em 0 0 0;
    color: #6C97B9;
  }
  div#inhalt p {
    font-size: 1em;
	line-height:1.28em;
    margin: 1em 0;
	padding: 0 25px 0 0;
  }
  div#fusszeile {
    clear: both;
    font-size: 0.95em;
	font-weight: bold;
	font-family: Times,serif;
	color: #A16366;
	height: 20px;
    margin: 0; padding: 0;
    text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #A16366;
	border-bottom-width: 6px;
 	}
  div#fusszeile p {
  	margin: 0; padding: 0 15px 2px 0;
  	}
  #gruen {
	color: #8EB354;
	}
  #aktuell {
  	float: right;
	background-color: #EAEEE6;
	width: 135px;
	padding: 3px 3px 5px 3px;
	margin: 20px 15px 0 10px;
	border-bottom: 2px solid #DDE3D7;
	border-left: 2px solid #DDE3D7;
	text-align: right;
	}
  #aktuell h1 {
  	font-size: 2.1em;
	line-height: 80%;
	margin-bottom: 30px;
	margin-right: 0;
	color: #8EB354;
  	}
  div#inhalt p.datum {
  	background-color: #EAEEE6;
	color: #8EB354;
	font-weight: bold;
	padding: 0 0 0 4px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-right: 15px;
	}
  table.referenz {
  	margin-top: 15px;
	margin-right: 15px;
    }
  table.referenz td {
  	vertical-align: top;
  	padding: 15px;
	background-color: #EAEEE6;
    }
  
  .box .top, .box .bottom { display:block; background: #9FA294;}
  .box .top b, .box .bottom b {
    display:block;
	height: 1px;
	overflow: hidden;
	background: #F4F6F2;
  }
  .box .bottom b { background: #A16366; }
  
  .box .r1 {margin: 0 5px;}
  .box .r2 {margin: 0 3px;}
  .box .r3 {margin: 0 2px;}
  .box .top .r4, .box .bottom .r4 { margin: 0 1px; height: 2px;}
  