body {
	margin: 0px;
	background-image: url(../images/kopfzeile_hg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #271B05;
	font-size: 14px;
	color: #54330b;
}
h1, h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: normal;
	font-variant: small-caps;
	color: #54330b;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
#wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
}
#logo a {
	height: 70px;
	width: 220px;
	display: block;
	margin-top: 10px;
}

#mininav {
	font-size: 12px;
	margin-top: 25px;
}

#navigation {
	float: right;
	width: 700px;
	text-align: right;
	color: #c2a27c;
}
#navigation a {
	color: #eed4b4;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a:hover {
	color: #f8b16a;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li {
	float: right;
	padding-left: 15px;
}
#sliderwrap {
	clear: both;
	height: 640px;
	padding-top: 1px;
}

#inhalt {
	background-image: url(../images/inhalt_hg.png);
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 21px;
}
#fusszeile {
	height: 70px;
	background-image: url(../images/fusszeile_hg.png);
	background-repeat: repeat-x;
	clear: both;
}
#fusszeile_rahmen {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.button_weingut {
	display: block;
	width: 33%;
	height: 60px;
	float: left;
	background-image: url(../images/fusszeile_trennlinie.png);
	background-repeat: repeat-y;
	text-align: center;
	color: #54330b;
	text-decoration: none;
	font-size: 36px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5c57b;
	font-variant: small-caps;
}
.button_landhotel {
	display: block;
	width: 33%;
	height: 60px;
	float: left;
	background-image: url(../images/fusszeile_trennlinie.png);
	background-repeat: repeat-y;
	text-align: center;
	color: #54330b;
	text-decoration: none;
	font-size: 36px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bb8540;
	background-position: 467px;
	font-variant: small-caps;
}
.button_weingut:hover , .button_landhotel:hover{
	background-color: #e79d50;
}
/*
	Page style
*/

#container {
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#example {
	width:940px;
	height:500px;
	position:relative;
}
#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}
#frame {
	position:absolute;
	z-index:0;
	width:940px;
	height:500px;
	top:-3px;
	left:-80px;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
	padding-left: 0px;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:940px;
	height:500px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:219px;
	left:-15px;
	width:27px;
	height:46px;
	display:block;
	z-index:101;
}
#slides .next {
	left:253px;
}
/*
	Pagination
*/

.pagination {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 70px;
	background-color: #000;
	padding-right: 20px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	text-align: center;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-align: center;
}
.pagination li.current a {
	background-position:0 -12px;
}
#copyright {
	color: #54330B;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #DE8F41;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B56D17;
}
a {
	color: #cf8c3d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
