* {
	margin: 0px; 
	padding: 0px;
}
html {
	/*background: #C9CDA8;*/
	background: url(images/hi.jpg);
	
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #58432C;
	text-align: center;
	padding-top: 10px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#923D04; 
	text-decoration: none;
	
}
a:hover {
	color:#B3754C; 
	text-decoration: underline;
}
/*Contentrahmen-------------------------------------------------------------------*/
#inhalt {
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 0px;	
	width: 860px;
	text-align: left;
	background: url(images/back.gif);
	border: 2px solid #ffffff;
}
/*header-------------------------------------------------------------------------*/
#kopf {
	background: url(images/kopf.jpg);
	height: 122px;
}
#kopf a {
	width: 100%;
	display: block;
	height: 122px;
}

#kopf a:hover{
	text-decoration: none;
}
.bildunterschrift{
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.border{
	border: 1px solid red;
}
.table{
	padding: 20px;
}
/*Liste-Submenue-----------------------------------------------------------------
#liste-untermenue a {
	color: #9D535D; 
}
#liste-untermenue a:hover {
	color: #C38B93; 
}
#liste-untermenue li{
	list-style-type:none;
	background: url(images/pfeil01.jpg) no-repeat 0px 4px;
	padding-left: 15px;
	padding-top: 2px;
	text-decoration: none !important; /* Important nur fr Simulator 6 noetig 

}*/
/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 173px;
	color: #56562B; 
	/*border: 1px solid red;*/

}
/*Navigation Links-----------------------------------------------------------------*/
/*.naviLinksHeader {*/
#links h1{
	font-size: 11px;
	color: #F4E0A3;
	text-indent: 8px;
	background-color: #000000;
	height:13px;
	padding-top:1px;
	padding-bottom:2px;
	width: 172px;
	border-top: 1px solid #907D57;	
	border-bottom: 1px solid #907D57;
	margin-bottom: 3px;
	margin-top: 10px;
}

.naviLinks {
	font-size: 11px;
	/*width: 173px;*/
	list-style-type: none;
	margin-top: 0px;
}
.naviLinks li a {
	color: #F4E0A3; 
	display: block;
	padding: 2px 0px 2px 10px;
	width: 162px;
	background: #6E6043 url(images/naviLink.gif) no-repeat;
	margin-bottom:4px;
	text-decoration: none !important; /* Important nur fr Simulator 6 noetig */
	text-indent: 5px;
	border-top: 1px solid #907D57;	
	border-bottom: 1px solid #907D57;

}
.naviLinks li a:hover, #naviActive {
	background: #907D57 url(images/naviLinkHover.gif) no-repeat;	
	color: #FAECC1!important;	
}
.naviLinks li.naviImgLink a {
	background: none;
	padding: 0px;
}
.naviLinks div li a {
	text-indent: 0px;
}
.active {
	font-weight: bold;	
}
.naviLinks .kochzubehoerNaviActive {
	background: #d2b4be url(images/naviLinkHover.gif) no-repeat;
	font-size: 11px;
	color: #ffffff;
}
/* Mitte-------------------------------------------------------------------------*/
#mitte{
	width: 495px;
	float: left;
	padding: 10px 15px 10px 15px;
}

#mitte h1 {
	/*background: url(images/h1.jpg) no-repeat right;*/
	background-color: #C6B171;
	border-bottom: 1px solid #A86523;
	font-size: 14px;
	margin: 20px 0px 15px 9px;
	color: #ffffff;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	text-indent: 2px;
}

#mitte h2 {
	font-size: 14px;
	border-bottom: 1px dotted #6C6B54;
	color:#4D3014;
	margin: 20px 0px 5px 10px;
	font-weight: bold;
}

#mitte h3 {
	font-size: 13px;
	color:#A86019;
	margin: 20px 0px 5px 10px;
	font-weight: bold;
	/*background: url(images/h3.jpg) no-repeat left;
	padding-left:25px;*/
}

#mitte p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align:justify;
	margin-left:10px;
}

#mitte ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left:25px;
}
#mitte ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left:30px;
}


/* News */
.highlight {
	background: yellow;
}
.border-bottom {
	border-bottom: 1px solid #A86523;
	margin: 20px 0px 0px 10px;
}

/* rechts (Google) */
#rechts {
	width: 158px;
	float: right;
}
/*bild-rechts-------------------------------------------------------------------------*/
.bild-rechts{
	float: right;
	border: 1px solid #A86523;
	padding: 1px;
	margin: 1px 0px 2px 8px;
}
.buch{
	float: left;
	border: 1px solid #9E4E57;
	padding: 1px;
	margin: 0px 10px 0px 10px;
}
.buch-rahmen{
	background: #EBEBEA;
	clear:both;
}

/*
  fussnavigation vor / zurueck
*/
#fussnaviBack {
	margin-left: 15px;
	float:left;
	text-decoration:underline;
}

#fussnaviVor {
	float:right;
	text-decoration:underline;
}


/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 854px;
	text-align: center;
	background-color: #6E6043;
	color: #D1C1A1;
	font-size: 10px;
	border-left: 5px solid #D2BA6F;

}