

/*#######################################
 				Allgemein
#######################################*/

/*body {
	behavior:url("/admin/lib/contrib/csshover.htc"); 
}*/

/* Schriftart und größe in #main */
body, html {
	padding:0;
	margin:0;
	
	width:100%;
	height:100%;
	
	font-family:Georgia, Serif;
	font-size:12px;
	line-height:18px;
	
	background-color:#4D3C3C;
	background-image:url(/images/bg_shadow.gif);
	background-repeat:no-repeat;
	/*background-position:center 20px;*/
	background-position:center center;
}

.clear {
	margin:0;
	padding:0;
	clear:both;
}

table,
table tr, 
table tr td {
	border-collapse:collapse;
}

a {
	text-decoration:none;
}
a img {
	border:0;
}
a:focus { 
	outline:none;
}

.none {
	display:none;
}

/*#######################################
 				Layout
#######################################*/

.wrapper  {
	padding-top:28px;
}
.main_div {
	background-color:#000000;
	width:1007px;
	height:758px;
	margin:auto;
	position:absolute; 
	left:50%; 
	top:50%; 
	
	margin-left:-503px; 
	margin-top:-379px; 
}
.main_div_background_image {
	background-image:url(/images/seiten/home/bg1.jpg);
	background-repeat:no-repeat;
}


#inline_wrapper {
	position:absolute;
}

.aushaenger {
	background-color:#732819;
	width:145px;
	height:161px;
	padding-top:17px;
	border-right:1px solid #C1422F;
	border-bottom:1px solid #C1422F;
	z-index:100;
}
.aushaenger a {
	color:#D5AE97;
	display:block;
	line-height:14px;
	padding:7px 0px 7px 24px;
	background-image:url(/images/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:11px 13px;
	text-decoration:underline;
}
.aushaenger a:hover {
	color:#B88672;
}

.yellow {
	color:#D5AE97;
}

.info_menu {
	display:block;
	width:145px;
	height:46px;
	z-index:100;
	position:absolute;
	top:209px;
	left:504px;
}
.info_menu_hover {
	/*
	background-image:url(/images/wissen_info.jpg);
	background-repeat:no-repeat;
	background-position:13px 14px;
	*/
}

.info_menu img {
	display:block;
	width:145px;
	height:46px;
}

.impressum {
	position:absolute;
	z-index:100;
	top:721px;
	left:918px;
	color:#000000;
	font-style:normal;
	font-size:11px;
	font-family:verdana;
}
.impressum_aktiv {
	color:#000;
}
.impressum_box {
	position:absolute;
	top:448px;
	left:667px;
	z-index:100;
	background-color:#000;
	width:300px;
	height:270px;
	display:none;
	border-top:1px solid #B53C2A;
	border-left:1px solid #B53C2A;
	color:#FFFFFF;
	padding:20px;
}
.impressum_box a {
	color:#FF6D02;
}

.logo_home {
	z-index:100;
	display:block;
	position:absolute;
	top:30px;
	left:132px;
	width:240px;
	height:120px;
}
.logo_home img {
	display:block;
	width:240px;
	height:120px;
}




/*#######################################
 				Accordion 2
#######################################*/

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#wizard {
	width: 320px;
	color:#FFFFFF;
}

#wizard .title {
	cursor:pointer;
	display:block;
	margin:0;
	padding:5px 0px;
	background-image: url("/images/accordion/inactive.gif");
	background-repeat:no-repeat;
}
#wizard .title:hover {
}
#wizard .selected {
	background-image: url("/images/accordion/active.gif");
	background-repeat:no-repeat;
}

#wizard .hotel {
	background-position:97px 21px;
}
#wizard .weinstube {
	background-position:190px 23px;
}
#wizard .weinanbau {
	background-position:203px 74px;
}
#wizard .kontakt {
	background-position:133px 23px;
}

#wizard div a {
	color:#FF6D02;
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

/*
.title img {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}
*/

.title:hover img {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}
/*
.title:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1.0;
}
*/

/*#######################################
 			Bugfix für Hover
#######################################*/

.bg_img_hotel {
	background-image:url(/images/seiten/hotel/bg1.jpg);
	background-repeat:no-repeat;
}
.bg_img_weinstube {
	background-image:url(/images/seiten/weinstube/bg1.jpg);
	background-repeat:no-repeat;
}
.bg_img_oekoanbau {
	background-image:url(/images/seiten/oekoanbau/bg1.jpg);
	background-repeat:no-repeat;
}
.bg_img_kontakt {
	background-image:url(/images/seiten/kontakt/bg1.jpg);
	background-repeat:no-repeat;
}
