/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html, body {
	background-color: #FFFFCC;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
}

h1, h2, h3, p, ul, li { /* alle Raender auf Null setzen */
	margin: 0;
	padding: 0;
}

* html body {
	font-size: x-small; /* fuer IE5/Win */
   f\ont-size: small; /* fuer andere IE-Versionen */
   }

a img {
    border: 0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #660000;
}

p {
    color: #000000;
    font-size: 100%;
    line-height: 150%;
}

#whiteframe { /* weisser rahmen mit fester hoehe */
    min-height:100%;
	 height:auto;
    width: 760px;
    margin: 10px auto 15px auto; 
    padding: 0;
    text-align: left;
    border: 1px solid #660000;
	 position: relative;
}

* html #whiteframe{
	height:100%;
	width:762px;/* box model hack for ie5.+*/
	w\idth:760px}

#navicolumn { 
	float: left;
	width: 220px;
}

#lang { /*enthaelt die Sprachauswahl*/
   background-color: #660000;
	color: #FFC;
   width: 90px;
   height: 160px;
}

#lang ul {
	margin: 55px 0 0 13px;
}

#lang li {
   list-style: none;
	color: #FFC;
   font-size: 100%;
	margin: 0 0 5px 0;
	line-height: 150%;
}

/* Linkverhalten innerhalb der roten Box: */
#lang a:link, #lang a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}

#lang a:hover, #lang a:active {
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}

#navi {
	line-height: 100%;
	margin: 30px 0 0 10px;
}

#navi li {
   list-style: none;
   font-size: 100%;
}

.ebene1 {
	line-height: 100%;
	margin: 0 0 25px 0px;
}

ul.ebene2 {
	line-height: 100%;
	margin: 8px 0 25px 0px;
}

li.ebene2 {
	margin: 0 0 8px 20px;
}

#navi a:link, #navi a:visited {
   color: black;
   text-decoration: none;
}

#navi a:hover, #navi a:active {
   color: black;
   text-decoration: underline;
}

#contentcolumn {
	float: right;
	  width: 500px;
	margin: 50px 20px 0 0px;
	display: inline; /* double-border-bug fixen */
}

#contentcolumn p, #contentcolumn h2, #contentcolumn h3 {
		font-size: 100%;
		font-weight: normal;
		line-height: 150%;
		margin: 0 0 5px 0;
}

#contentcolumn p {
	margin: 0 0 15px 0;
}

#contentcolumn p.einzelzeile {
	margin: 0 0 5px 0;
}

#contentcolumn p.zusatz {
	font-size: 80%;
	line-height: 170%;
	margin: 10px 0 10px 0;
}

#contentcolumn h2 {
	font-weight: bold;
}

#contentcolumn img {
	margin: 10px 0 20px 0;
}

#header {
    color: #000000;
    font-size: 130%;
	overflow: visible;
	margin: 0;
	position: relative;
	left: -130px;
	top: -30px;
}

#weiter {
	text-align: right;
	color: #660000; 
	position: relative;
	right: 100px;
	bottom: 10px;
}

#weiter a {
	text-decoration: none;
	font-weight: bold;
}

#pfeil {
	position: relative;
	top: 26px;
	left: 8px;
}

#footerbox {
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	font-size: 70%;
	text-align: center;
}

#clearfooter{clear:both;height:20px;width:100%}
div>p {margin:0}