body {
	color: #006400;
	background-color: #DCDCBA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*line-height: 1;*/
	font-size: 1em;
	/*background-image: url(/fileadmin/elemente/bg1.gif);*/
}

a {
	color: Green;
	text-decoration: none;
}
a.aktiv {
	color: #7FFFD4;
}
a:hover {
	color: #800040;
	text-decoration: underline overline;
}

h1{
	font-size: 130%;
	font-weight: bold;
	color: #006400;
}
h2{
	font-size: 130%;
	font-weight: bold;
	color: #B8860B;
}
h3{
	font-size: 115%;
	font-weight: bold;
	color: #006400;
}
h4{
	font-size: 115%;
	font-weight: bold;
	color: #B8860B;
}
h5{
	font-size: 100%;
	font-weight: bold;
	color: #006400;
}
h6{
	font-size: 100%;
	font-weight: bold;
	color: #B8860B;
}
#header{
	background-color: #F0E68C;
	color: #DB7093;
	background-image: url(/fileadmin/elemente/bg.gif);
	height: 70px;
}

#navigation{
	background-color: #8FBC8F;
	color: Yellow;
	position: absolute;
	clear: both;
	float: left;
	width: 20%;
}
#navigation table{
	font-size: 90%; padding-left: 15px;
}
#navigation ul{
	list-style-type: circle;
	font-size: 75%;
	font-weight: bold;
}
#content{
	float: right;
	width: 78%;
}

#footer{
	border-top-style: solid;
	border-top-color: Green;
	border-top-width: 1px;
	font-size: 7pt;
}

.pfad{
	font-size: 9pt;
}

.subnavi{
	
}

.stitel{
	font-size: 145%;
	font-weight: bold;
	color: #B8860B;
}