/* commented backslash hack \*/
html, body
{
    height:100%;
}
/* end hack */
html, body
{
    margin:0;
    padding:0;
}
#alles
{
    min-height:100%;
    margin-bottom:-26px;
    height:auto;
	background-image: url(../bilder/bg.gif);
	background-repeat:repeat-y;
}
* html #alles
{
    height:100%;
}
#fusszeile
{
    width:100%;
    clear:both;
    height:25px;
	font-size: 0.9em;
	text-align: center;
	background-color: #a7d4be;
    border-top: 1px solid #666;

}
#clearfooter
{
    clear:both;
    height:26px;
}
div>p
{
    margin:0;
	margin-top: 0.5em;
}
html>body #minHeight
{
    float:left;
    width:0px;
    height:100%;
    margin-bottom:-28px;
}
/*safari wrapper */

body
{
	color: #666;
	font-family: Verdana, Helvetica, Sans Serif;
}

p
{
	text-indent: 1.5em;
	margin-top: 0.5em;
}

blockquote
{
	padding: 10px;
	font-size: smaller;
	font-weight: bold;
	background-color: #f2fef8;
	border: thin solid #a7d4be;
	text-align: justify;
}

a:link
{
	color: #647f71;
	text-decoration: none;
	border-width:1px;
	border-color:#647f71;
	border-bottom-style:dotted;
}

a:visited, a:hover
{
	color: #42544b;
	text-decoration: none;
	border-width:1px;
	border-color:#647f71;
	border-bottom-style:dotted;
}

table, tr, td
{
	vertical-align: top;
}

img
{
	border: none;
}

#kopfzeile
{
	font-size: 1.5em;
	color: #444;
	margin: 0 0 0.7em; padding: 1em;
	text-align: center;
	background-color: #a7d4be;
	border-bottom: 1px solid #666;
}

#navi
{
	width: 200px;
	float: left;
	margin: 0em 5px 0;
}

#navi ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navi a
{
	display: block;
	padding: 0.5em 0 0.5em 5px;
	width: 190px;
	background-color: #666;
	border-bottom: 1px solid #eee;
}

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

#navi a:hover
{
	background-color: #a7d4be;
	color: #000;
}

#navi ul li a#current
{
	color: #a7d4be;
}

#navi ul li a:hover#current
{
	background-color: #a7d4be;
	color: #000;
}

#navi ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 160px;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

#navi ul ul a:hover
{
	color: #000;
	background-color: #a7d4be;
	text-decoration: none;
}

#navi ul ul li a#current
{
	color: #a7d4be;
}


#inhalt
{
	margin-left: 220px;
	margin-right: 10px;
	min-width: 16em;
}

#logo
{
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.mitte
{
	text-align: center;
	margin: 1em auto 1em auto;
	border: none;
}

.left
{
	float: left;
	margin: 0 1em 1em 0;
}

.right
{
	float: right;
	margin: 0 0 1em 1em;
}

.noindent
{
	text-indent: 0;

}

.small
{
	font-size: smaller;
}

.big
{
	font-size: larger;
}
.cite
{
	font-weight: normal;
	text-indent: 0;
}