﻿@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0;
}

body{
	background-color: #8bba6a;
	font-family: "Arial";
	font-size: 14px;
	color: #666666;
}

h2 {
	color: #b74f8f;
}

a:link, a:visited {
	color: #666666
}

#text ul {
	list-style-type: disc;
	margin-left: 20px;
}

#text ul li{
	margin-bottom: 5px;
}

#center {
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	width: 804px;
	height: 600px;
	margin: 0 auto;
}

#top {
	height: 30px;
}

#bottom {
	position: relative;
	background-color: #8bba6a;
	background-image: url(fuss.jpg);
	width: 193px;
	height: 50px;
	top: 370px;
	left: 515px;
}

#logo {
	width: 738px;
	height: 168px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	position: relative;
	background-image: url(text.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 400px;
	top: -30px;
	left: 20px;
	float: left;
}

#text {
	width: 460px;
	height: 360px;
	margin-left: 70px;
	margin-top: 20px;
	overflow: auto;
}

#right {
	margin-top: 20px;
	float: right;
	width: 220px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	margin-bottom: 5px;
}


#menu a {
	text-decoration: none;
}

.menu_current a {
	color: #b74f8f;
}

#menu ul li ul {
	margin-left: 15px;
	margin-top: 5px;
	list-style-image: url(strich.gif);
}

#menu ul li ul li a{
	color: #e77817;
	font-size: 11px;
}

#menu ul li ul li a.menu_current {
	color: #b74f8f;
}


#horizont {
	background-color: #8bba6a;
	height: 100px;
	border-top: solid 1px #b8db7c;
	text-align: center;
	font-size: 12px;
	color: white;
}

#horizont a:link, #horizont a:visited {
	color: white;
}
