/* Abstand für alle Elemente auf 0 setzen*/
*{
	padding: 0;
	margin: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	text-decoration: none;
	outline: none;
	color: #770A31;
}

a:hover {
	text-decoration: underline;
}
body {
	background-color: #EBDFB1;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #606233;
}
#wrap {
	background-attachment: scroll;
	background-image: url(../img/bg-wrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 906px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	width: 906px;
}
#header p {
	text-align: right;
	color: #F3EFD6;
	font-weight: normal;
	position: static;
	padding-top: 195px;
	padding-right: 20px;
}
#header a {
	color: #F3EFD6;
	text-decoration: underline;
}


#main {
	background-image: url(../img/bg-inhalt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 906px;
}
#left {
	float: left;
	width: 147px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 11px;
	display: inline;
	text-align: center;
}
#wrap #main #left img {
	padding-bottom: 3px;
}


#navi {
	width: 700px;
	margin-left: 184px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#navi ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #770A31;
	font-size: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #902A35;
	border-left-color: #902A35;
}
.left {
	float: left;
}

#breadcrumb {
	margin-left: 184px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C8C6A;
	border-bottom-color: #8C8C6A;
	margin-right: 40px;
	width: 610px;
}
.rahmtabelle {
	padding: 5px;
	border: 1px solid #6F7046;
	background-color: #FAF9EF;
}


#inhalt {
	margin-left: 184px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 650px;
}
#inhalt h1 {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #606233;
}
#inhalt p {
	padding-bottom: 10px;
}

.img-rechts {
	float: right;
	padding-left: 20px;
}
#footer {
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 906px;
	clear: both;
}
#footer h2 {
	line-height: 40px;
	color: #5F5D36;
	text-align: right;
	vertical-align: middle;
	font-size: 24px;
	font-weight: normal;
	padding-right: 30px;
	font-style: italic;
}

#footer-out {
	text-align: center;
	width: 906px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer-out a {
	color: #606233;
	text-decoration: none;
}
#inhalt h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.hinweis {
	color: #900;
}
.input_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606233;
	font-size: 12px;
	padding: 2px;
}
.prod-img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.img-rahm {
	margin: 5px;
	border: 1px solid #606233;
}

#wrap #main #inhalt ul li {
	margin-left: 30px;
	padding-bottom: 5px;
}
