html, body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EA651F;
	background-image: url(../pics/bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

h1	{
	font-size: x-large;
	color: #FFEC98;
}

h2	{
	font-size: large;
	color: #FDF8C0;
}

h3	{
	font-size: medium;
	color: #FDF8C0;
}

.mitte	{
	text-align: center;
}

.fett	{
	font-weight: bold;
}

.abstand-oben	{
	padding-top: 3em;
	text-align: center;
}

.abstand-unten	{
	padding-bottom: 3em;
	text-align: center;
}

#top	{
	position: absolute;
	width: 390px;
	top: 10px;
	left: 340px;
	height: 115px;
}

#logo	{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 125px;
}

#navi	{
	position: absolute;
	width: 219px;
	left: 100px;
	top: 190px;
	text-align: right;
}

#navi ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li	{
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#navi a	{
	font-size: 0.85em;
	color: #EA651F;
	font-weight: bold;
	text-decoration: none;
	padding-right: 49px;
	background-image: url(../pics/normal.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 170px;
}

#navi a:hover	{
	font-size: 0.85em;
	color: #EA651F;
	font-weight: bold;
	text-decoration: none;
	padding-right: 49px;
	background-image: url(../pics/hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navi li#active a {
   background-image: url(../pics/hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navi li#active a:hover {
   background-image: url(../pics/hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#wrapper	{
	position: absolute;
	width: 461px;
	background-image: url(../pics/bg-inhalt.jpg);
	background-repeat: repeat-y;
	top: 149px;
	left: 319px;
}

#inhalt	{
	width: 390px;
	margin-left: 20px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.4em;
	color: #FDF8C0;
}

#inhalt li	{
	padding-top: 0.5em;
}

#inhalt a	{
	color: #FFEC98;
	font-weight: bold;
	text-decoration: underline;
}

#inhalt a:hover	{
	text-decoration: none;
}