@charset "UTF-8";
/* CSS Document */



body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#000000;
	background-image:url(images/bkg_rechts_y.gif);
	background-repeat:no-repeat;
	background-position:1000px top;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}	
	
a:hover {
	font-weight:bold;
	}
	
p {
	font-size:12px;
	padding:0;
	margin:0;
	line-height:150%;
	}

h1{
	font-size:15px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#FFFFFF;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0
	}

h4 {
	font-size: 12px;
	font-style: italic;
	color: #333;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: normal;
}

ul {
	padding: 0;
	margin:0;
}

li {
	list-style-type:none;
	padding:0;
	margin:0;
	} 

#container {
	width:1000px;
	float:left;
	background-color:black;
	
	}

#spalte_mnav {
	width:249px;
	float:left;
	background-color: #f7f7f7;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-bottom: 25px;
	}

#logo {
	width:202px;
	height:170px;
	background-color:#FFFFFF;
	float:left;
	margin:0 0 25px 24px;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

#mainnav {
	width:200px;
	float:left;
	margin:0 0 0 25px;
	background-image:url(images/mainnav_end.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:22px;
	}
	
.mnav {
	width:200px;
	background-color:#D8D7D6;
	float:left;
	background-image:url(images/trennlinie.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 0 5px 0;
	}
	
.leerer_balken {
	height:22px;
	background-color:#D8D7D6;
	width:200px;
	float:left;
	}	
	
#mainnav .mnav span {
	font-size:10px;
	color:#660000;
	display:block;
	margin-left: 25px;
	}

#mainnav h1 {
	text-align:center;
	font-variant:small-caps;
	line-height: 26px;
	text-align: left;
	margin-left: 25px;
	}
	
#mainnav a, #mainnav p{
	font-size:12px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	line-height: 150%;
	}	

#mainnav a, #mainnav .mnav_aktiv p {
	margin-left: 25px;

}
	
#mainnav #news1 .mnav p a, #mainnav #news2 .mnav p a{
	display: inline;
}

.mnavtitel_r {
	width:200px;
	background-image:url(images/mnavtitel.gif);
	height:26px;
	float:left;
	}
	
.mnavtitel {
	width:200px;
	background-image:url(images/mnavtitel_2.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	float:left;
	}
	
.mnav_aktiv {
	width:200px;
	background-color:#000000;
	border-bottom:1px solid #FFFFFF;
	float:left;
	padding:5px 0 5px 0;
	}

.mnav_aktiv p {
	color:#FFFFFF;
	font-weight:bold;
	}

#mainnav .subnav {
	width:200px;
	background-color:#000000;
	float:left;
	}

#mainnav .subnav ul li {
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}

#mainnav .subnav ul {
	margin:0;
	padding:10px 0 10px 0;
}

#mainnav .subnav ul li a:hover, #mainnav .subnav ul li.subnavON {
	color:#E2B604;
	font-weight:normal;
	margin-left: 25px;
}

#mainnav .subnav ul li.subnavON {
	line-height: 150%;
}
	
#mainnav .subnav ul li a {
	padding-top: 0;
	color:white;
	padding-bottom: 0;
	}

#adresse {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	float:left;
	width:200px;
	margin-left:24px;
	background-color:#FFFFFF;
	padding:20px 0 20px 0;
	}
	
#adresse_top {
	width:202px;
	height:15px;
	float:left;
	background-image:url(images/adresskasten_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:25px 0 0 24px;
	}

#adresse_bottom {
	width:202px;
	height:15px;
	float:left;
	margin-left:24px;
	background-image:url(images/adresskasten_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

#adresse p {
	text-align:center;
	font-size:12px;
	}

p.titel {
	font-weight:bold;
	margin:0px 0 5px 0;
	line-height:150%;
	}
	
p.adr {
	color:#999999;
	}
	
#header {
	height:25px;
	width:750px;
	float:left;
	background-color: black;
	background-image:url(images/bkg_header_y.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
#header ul {
	margin-left: 55px;
	font-size:9px;
	padding:0;
	margin-top:8px;
	}	

#header ul li {
	display:inline;
	padding: 0 5px;
	text-transform: uppercase;
	color:white;
	}

#header ul li.langON {
	color:#666;
	}

#header ul li a {
	color:#f7f7f7;
	}

#header ul li a:hover {
	font-weight:normal;
	text-decoration: underline;
}

#content_container {
	width:750px;
	float:left;
	padding-bottom:25px;
	background-color:#000000;
	background-image:url(images/bkg_links_y.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	}

#spruch {
	width:600px;
	height:83px;
	float:left;
	margin:0 0 0 25px;
	z-index:1;
	}
	
#spruch p {
	font-size:12px;
	line-height: 15px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:oblique;
	font-weight:normal;
	color:#E2B604;
	margin:0;
	text-align: right;
	margin-left: 400px;
	margin-right: 25px;
	}	
	
#spruchinhalt {
	margin-top: 23px;
	}
	

#maintitel_linie {

	}

#maintitel {
	width:600px;
	float:left;
	margin-left:25px;
	z-index:1;
	border-bottom: 1px white solid;
	}
	
#maintitel h1 {
	margin-left:30px;
	padding:5px 0 8px 0;
	font-variant: small-caps;
	font-size: 22px;
	}
	
#maintitel h1 a{
	color: #E2B604;
	}	

#maintitel h1 a:hover{
	text-decoration: underline;
	font-weight: normal;
	}


#flex_element {
	width:600px;
	float:left;
	margin-left:25px;
	background-color:#E1E3E3;
	}
	
#schmuckbild {
	margin-top:25px;
	width:600px;
	height:250px;
	background-color:#FFFFFF;
	float:left;
	}

#schmuckbild img{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#blatt {
	margin-top:25px;
	width:50px;
	height:250px;
	float:left;
	} 

#blatt img {
	background-position:center left;
	}

#spalte_left {
	width:320px;
	float:left;
	margin:20px 20px 20px 30px;
	}
	

#spalte_left p {
	color:#333333;
	}

#spalte_right {
	float:left;
	width:210px;
	padding-left:20px;
	margin:20px 0 20px 0;
	background-image:url(images/trennlinie_rot.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}
	
#spalte_right h2 {
	font-size:15px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:normal;
	padding:0;
	line-height: 25px;
	margin:0;
	color:#333333;
	font-variant:small-caps;
	background-image:url(images/linie_titel.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	}
	
#spalte_right h2.transp_titel_plus {
	padding:0 0 0 30px;
	width: 150px;
}
	
ul.weine_plus {
	margin-left:31px;
	}
		
#contentright, #detailnav, .detail, #journey {
	width:180px;
	background-image:url(images/linie_titel.gif);
	background-position:top center;
	background-repeat:repeat-x;
	margin-bottom: 12px;
	}
	
.transp_titel_plus {
	width:180px;
	background-image:url(images/linie_titel.gif);
	background-position:top center;
	background-repeat:repeat-x;
	z-index:1;
	}	
	
#weinflasche, .flasche {
	width:20px;
	height:88px;
	z-index:2;
	float:left;
	}
	
#weinflasche {
	margin-top: -35px;
}
	
.flasche {
	margin-top: -10px;}

#spalte_right ul, #backlink {
	font-size:12px;
	padding:0;
	color:#660000;
	margin-top:10px;
	}
	
#spalte_right ul li {
	padding-bottom:3px;
	list-style: none;
	}
	
#spalte_right a, #backlink a {
	color:#660000;
	}
	
#spalte_left a{
	color:#660000;
}
	
#spalte_right ul li a:hover, #contentright a:hover, #spalte_left a:hover, #journey a:hover {
	font-weight: normal;
	text-decoration: underline;	
}
	
#backlink p {
	display: inline;}

#backlink {
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
 }

.clearer {content:""; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }

#spalte_right p {
	color:#660000;
	font-size:11px;
	line-height:160%;
	margin:10px 0 10px 0;
	}

#footer {
	background-color:#E1E3E3;
	float:left;
	margin-left:25px;
	width:600px;
	background-image:url(images/linie_titel.gif);
	background-position:top;
	background-repeat:repeat-x;
	z-index:1;
	height: 40px;
	
	}
	
#footer_end {

	}	
	
#footer ul {
	float:right;
	font-size:9px;
	margin:15px 25px 0 0;
	}	

#footer ul li {
	display:inline;
	padding:0 5px;
	text-transform: uppercase;
	}
	
#footer ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

#wurm {
	width:42px;
	height:20px;
	float:left;
	background-image:url(images/wurm.gif);
	z-index:2;
	margin-top:10px;
	margin-left:-250px;
	}
	
#gallery {
	width:560px;
	height:94px;
	float:left;
	background-image:url(images/gallery_bgr.jpg);
	background-repeat:repeat-x;
	padding-left:40px;
	}
	
#gall_linietop {
	float:left;
	width:600px;
	height:3px;
	background-image:url(images/linie_titel.gif);
	background-repeat:repeat-x;
	}

.gall_bild {
	width:120px;
	height:90px;
	background-color:#990000;
	float:left;
	margin:1px 10px 0 0;
	border:1px solid #666666;
	}

.gall_bild img {
	height:90px;
	}

#titel_weine {
	float:left;
	width:600px;
	background-image:url(images/linie_titel.gif);
	background-repeat:repeat-x;
	margin-top:25px;
	background-color:#FFFFFF;
	}

#titel_weine h2{
	font-size:18px;
	margin:8px 0 5px 30px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#333333;
	font-weight:normal;
	font-variant:small-caps;
	}
	
#titel_weine_linie {
	float:left;
	width:600px;
	background-image:url(images/linie_titel.gif);
	background-repeat:repeat-x;
	background-color:#339933;
	height:3px;
	}

#weingallery {
	float:left;
	margin:5px 0 13px 50px;
	}

.wein {
	width:40px;
	float:left;
	margin-right:70px;
	}

.wein img {
	width:45px;
	height:auto;
	}

#schmuckbild_2 p {
	margin-top:5px;
	font-size:11px;
	line-height:120%;
	}
	
#weinspalte_left {
	width:145px;
	float:left;
	}
	
#weinspalte_left img {
	width:80px;
	height:auto;
	margin:20px 0 20px 35px;
	}
	
#weinspalte_mitte {
	width:205px;
	float:left;
	margin:20px 20px 0 0;
	}
	
#schmuckbild_2 {
	width:600px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px solid #CCCCCC;
	}
	
#weinspalte_right {	
	width:100px;
	height:50px;
	background-color:#CC6600;
	float:left;
	}

#spalte_right ul.weine_plus li.detailnavON {
	color: #660000;
	font-weight: bold;	
}

#flex_element p {
	margin-bottom: 8px;
}

#flex_element li{
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
	color: black;
	line-height: 150%;
}

#flex_element #spalte_right h3, #flex_element #spalte_right h4, #flex_element #spalte_right li{
	color: #660000;
}

#spalte_left p.red{
	color: #660000;
}

#spalte_left h2 {
	font-size:15px;
	margin:0 0 10px 0;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#660000;
	font-weight:normal;
	font-variant:small-caps;
	line-height: 30px;
	border-top: 1px solid #CCC;
}

#spalte_right .news-list-item{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#spalte_right #journey a{
	display: block;
	font-size: 11px;
	margin:0px 0 8px 0px;
}

.house {
	margin-left: -24px;
	margin-top: -28px;
	width:47px;
	height:40px;
	z-index:2;
	float:left;
}

.book {
	width:47px;
	height:20px;
	z-index:2;
	float:left;
	margin-top:6px;
	margin-left: -23px;
	}

.journey {
	width:47px;
	height:44px;
	z-index:2;
	margin-top: -16px;
	margin-left: -23px;
	float:left;
}


#journey h3 {
	line-height:25px;
	margin:0;
}


/* Video */

#videowrapper {
	padding: 30px 100px;
}

h3.videopadding {
	padding: 10px 0 0 30px;
}

#spalte_right p.videopadding {
	padding: 0 0 0 30px;
	color: #333333;
}

p.small {
	
}