body {
	background-color: #FFFCD6;
	background-image: url(images/bg_image.gif);
	background-repeat:repeat-y; 
	background-position: right;
	color: #835C26;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size:medium;
}


.header {
	position: absolute;
	left: 0px;
	right: 300px;
	margin: 5px;
	border-bottom: 1px solid #835C26;
}

.header .right {
	float:right;
	text-align:right;
	width:150px;
}

.header .opening {
	clear:both;
	text-align:center;
}

.footer{
	border-top: 1px solid #835C26;
	text-align:center;
	font-size:11px;
	margin:10px;
	bottom:0px;
	left: 0px;
	right: 300px;
	position: absolute;
}
.footer a{
	color: #835C26;
}

.menu {
	
}
/*h3 {
	color: #49883A;
	font-size:xx-large;
}*/

.termine {
	background-color: #FFFCD6;
	position:absolute;
	width:200px;
	right:0px;
	top:115px;
	bottom:30px;
	border: 1px solid #835C26;
	margin: 5px;
	padding: 3px;
}

.termine h2 {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.termine h3 {
	font-weight: bold;
}

/* für Popup */
.address_popup {
	background-color: #FFFCD6;
	border: 2px solid #835C26;
	position:absolute;
	top: 200px;
	left: 200px;
	width: 300px;
	height: 150px;
	text-align:center;
	z-index:5;
	font-size:17px;
	font-weight:bold;
	padding: 5px;
}

.address {
	background-color: #FFFCD6;
	position:absolute;
	right: 5px;
	top: 5px;
	z-index:5;
	font-size:12px;
}

.image_show {
	top: 180px;
	left:0px;
	right: 300px;
	bottom:35px;
	margin:10px;
	position: absolute;
	overflow: scroll;
	/*border:1px dotted red;*/
	vertical-align: middle;
}

.intro_tab {
	text-align:center;
	height:100%;
}
.intro_pics {
	vertical-align: middle;
	width:330px;
	height:330px;
	overflow: hidden;
}
.intro_text {
	/*border:1px dotted red;*/
	vertical-align: middle;
	text-align: center;
	height:320px;
	padding:20px;
	font-weight: bold;
	color: black;
}
.tasting {
	border: 1px solid #835C26;
	background-color: #FFFCD6;
	position:absolute;
	top: 100px;
	bottom:100px;
	right: 100px;
	left: 100px;
	z-index:6;
	padding: 10px;
	overflow: scroll;
	visibility: hidden;
}
.close {
	text-align: right;
	font-size:12px;
}

a{
	text-decoration:underline;
}
a:link { 
	color: #835C26;
}
a:hover { 
	color: #0000AA;
}

