body {
	margin: 0px;
	padding: 0px;
	background-color: #5a4b3d;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #342a20;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: oblique;
	color: #342a20;
	line-height:28px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: oblique;
	color: #342a20;
	line-height:22px;
}
.h2link {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: oblique;
	color: #342a20;
	line-height:22px;
	text-decoration: none;
}

#menue a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #342a20;
	text-decoration: none;
	}
#menue a:hover {
	color: #634c3b;
	}
#wrapper   {
   position:absolute;
   width:970px;
   left:50%;
   margin:0 0 0 -500px;
   border:0px solid #03C;
   }

#pict  {
   position:relative;
   width:100%;
   height:50px;
   }
   
.logo   {
   position:relative;
   width:412px;
   height:140px;
   float:left;
   }
   
.menueTop   {
	position:relative;
	padding:30px 30px 0 0;
	width:500px;
	height:110px;
	float:right;
	text-align:right;
   }
.BGcontent {
	background-image: url(layout/bg-content.png);
	background-repeat: repeat;
	padding:10px;
}
.trennlinie {
	background-image: url(layout/abtrennung.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sitemap_ebene {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -15px;
	background-image: url(layout/bg-content.png);
}
#sitemap { width: 970px; height:35px; margin-left:auto; margin-right:auto; }
#sitemap_box { width: 970px; color: white;}
.abtrennung {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: #342a20;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	color:#655b53;
	font-weight: bold;
}
.BOXtop {
	background-image: url(layout/BOX-top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.BOXmiddle {
	background-image: url(layout/BOX-middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.BOXbottom {
	background-image: url(layout/BOX-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
