* {
	margin: 0px; 
	padding: 0px;
}
html {
	background: #C9CDA8;
}
body { 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #445063;
	text-align: center;
	padding-top: 10px;
}
a img {
	border: none;
}
/*normale links-------------------------------------------------------------------------*/
a {
	color:#9D535D; 
}
a:hover {
	color:#A15D66; 
	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: 105px;
}
#kopf a {
	position: absolute;
	top: 43px;
	left: 120px;
	width: 700px;
	display: block;
	text-decoration: none;
	font: 19px bold arial, sans-serif;
	color: #ffffff;
}
/*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 für Simulator 6 noetig */

}
/*Links-----------------------------------------------------------------*/
#links {
	float: left;
	width: 156px;
	color: #56562B; 

}
/*Navigation Links-----------------------------------------------------------------*/
.naviLinksHeader {
	font-size: 12px;
	color: #FDFBF9;
	text-indent: 3px;
	background: #9F5971 url(images/navi-header.jpg) no-repeat;
	height:13px;
	padding-top:2px;
	padding-bottom:2px;
	width: 156px;
	border-top: 1px solid #CE8DA1;	
	border-bottom: 1px solid #CE8DA1;
}
.naviLinks {
	font-size: 11px;
	width: 156px;
	list-style-type: none;
	margin-top: 0px;
}
.naviLinks li a {
	color: #76795C; 
	display: block;
	padding: 2px 0px 2px 10px;
	width: 146px;
	background: #ffffff url(images/naviLink.gif) no-repeat;
	margin-bottom: 1px;
	text-decoration: none !important; /* Important nur für Simulator 6 noetig */
	text-indent: 3px;

}
.naviLinks li a:hover, #naviActive {
	background: #ffffff url(images/naviLinkHover.gif) no-repeat;
	color: #76795C!important;
}
.naviLinks li.naviImgLink a {
	background: none;
	padding: 0px;
}
.naviLinks div li a {
	text-indent: 8px;
}
.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;
	border-bottom: 1px solid #883843;
	font-size: 15px;
	margin: 10px 0px 15px 9px;
	color: #883843;
	padding: 9px 0px 1px 0px;
	font-weight: bold;
}

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

}
#mitte h3 {
	font-size: 13px;
	color:#445063;
	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;
}
.bild_rechts {
	float: right;	
	margin: 0px 0px 10px 10px;
}


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

/* rechts (Google) */
#rechts {
	width: 160px;
	float: right;
}
/*bild-rechts-------------------------------------------------------------------------*/
.bild-rechts{
	float: right;
	border: 1px solid #9E4E57;
	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;
}

/*fuss-------------------------------------------------------------------------*/
#footText{
	margin-left:auto; 
	margin-right:auto;
	width: 860px;
	text-align: center;
	background-color: #E9EDCB;
	color: #AEB28E;
	font-size: 10px;

}