html {
	margin: 0;
	padding: 0;
}
body {
background: url(images/wiese.jpg) repeat;
	color: #000000;
	font: 11px verdana, sans-serif;
	margin: 0px;
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 10px;
}
#wrapper {
	width: 900px;
	margin: auto;
}

#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header p.more {
	padding-right: 22px;
}

#header {
  	width: 900px;
	height: 200px;
	background: url(images/header_01.jpg) no-repeat center;
	margin-top: 20px;
}


#header p {
	margin: 0px;
	padding: 0px;
}

#header a {
	color:#FFFFFF;
}

#nav {
	width: 900px;
	height:38px;
	padding: 10px 0px 0px 0px;	
	position: relative;
       text-align: center;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	font-size:17px;
	font-style:italic;
	display:inline;
	float:left;
	
}

#############################

#nav ul
{

	margin: 0em auto;
	margin-left:100px;
	list-style: none;
	padding-left: 2.5em;
}

#nav li
{
	display: inline;
}

#nav li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#nav li a:hover
{
	color: #000000;
}

#nav li.current_page_item
{
	color: #000000;
}

#nav li.current_page_item a
{
	color: #000000;
}



#############################

.lastchild {
	border-right: none 0px !important;
}

#body {
width: 780px;
margin: 0 auto; 
background: url(images/body_bg.gif) repeat-y;
clear: both;
}
#body-top {
width: 780px;
	background: url(images/body_top.gif) no-repeat;
}
#body-bot {
width: 780px;
background: bottom url(images/body_bot.gif) no-repeat;
}

#inhalte {
width: 92%;
padding: 10px 20px 40px 30px;
}

#about-box {

	float: left;
	width: 315px;
}
#about-box ul {
	margin-left: 8px;
}
#express-box {
	float: right;
	width: 327px;
}
#foot {
	width: 900px;	
	background: url(images/foot_bg.gif) repeat-y center;
}
#foot-top {

}
#foot-bot {
	background: bottom url(images/foot_bot.gif) no-repeat;
	padding: 13px 21px 12px 28px;
}
#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#news-box {
	float: right;
	width: 316px;
}
#news-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#footer {
	margin: 14px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;

	color:#862e06;
}
h2 b{
	color:#341c12;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style: none;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 16px;
}
#body p.more {
	padding-top: 6px;
}
#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	clear: both;
}