body {
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #688260;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-bottom:0;
}
#seite {
	width: 729px;
	margin:auto;
}
#header {
	background-image: url(pics/bg_header.png);
	height: 90px;
	width: 729px;
	margin:auto;
}
#topline {
	top: -30px;
	position: relative;
	left: 20px;
	width: 500px;
}
#topline h2 {
	color: #F1E8D9;
	font-size: 14px;
}
#topnavileiste {
	background-image: url(pics/bg_topnavi.png);
	height: 43px;
	width: 729px;
	margin:auto;
}
#topnavileiste ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding-top: 7px;
	padding-left: 0;
}
#topnavileiste li {
	float: left;
	padding-left: 13px;
}
#topnavileiste li a {
	color: #254D1B;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#topnavileiste li a:hover {
	color: #FBF7EF;
}
a.active {
	text-decoration: underline !important;
}
#left {
	float: left;
}
#left ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
}
#left ul a {
	color: #254D1B;
	font-weight: bold;
	text-decoration: none;
}
#left ul a:hover {
	text-decoration: underline;
}
#left ul.subnavi{
	padding-left:20px;
	margin-top:5px;
}
#left h2 {
	margin: 0;
	padding-left: 15px;
	font-size: 14px;
	color: #254D1B;
	text-decoration: underline;
}
#content {
	padding: 20px 40px 50px 180px;
	background-image: url(pics/bg_content.png);
	background-repeat: repeat-y;
}
#content img {
	border: 1px solid #DDDDDD;
	padding:5px;
}
#content img.left {
	margin-right:10px;
	float: left;
}
#content img.right {
	margin-left:10px;
	float:right;
}
#bottom {
	background-image: url(pics/bg_bottom.png);
	height: 29px;
	width: 729px;
	margin:auto;
}
#internetsiegel {
	padding-left:5px;
}
.standardtext h1 {
	font-size: 1.3em;
	color: #9a7b4a;
	margin-top: 0px;
}
.standardtext h2 {
	font-size: 1.1em;
	color: #9a7b4a;
}
.standardtext a {
	color: #9a7b4a;
}
strong {
	color: #9a7b4a;
}
