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


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 
strong{
font-weight:bold;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
color:#b3a593;
background:#000 url(../img/back.jpg) top center repeat-x;
line-height:1.15em; 
text-align:center;
letter-spacing:1px;
overflow:auto;
overflow: -moz-scrollbars-vertical;
}


p{
margin:0.7em 0 0 0;
line-height:1.5em;
}
h1{
font-family:Georgia, "Times New Roman", Times, serif;
background:url(../img/traube-trans.png) no-repeat top left;
padding:5px 0 5px 24px;
margin:0.7em 0 0 0;
line-height:1em;
font-size:1.5em;
font-weight:normal;
}
h2{
color:#332f2a;
background:#998d7e url(../img/h2pfeil-trans.png) no-repeat left;
font-family:Georgia, "Times New Roman", Times, serif;
margin:1.1em 0 0 0;
padding:0.2em 0.3em 0.2em 0.9em;
font-size:1.166em;
font-weight:normal;
display:inline-block;
} 
h3{
font-size:1em;
font-weight:bold;
}

h4, h5, h6{
font-size:1em;
font-weight:normal;
}

strong, b{
font-weight:bold;
}

hr{
border:0 none;
border-bottom:dotted 1px #CCCCCC;
}
/* 93 = 12px / 108%   */


a, a:link{
color:#b3a593;
text-decoration:underline;
}

a strong, a b, a:link strong, a:link b{
text-decoration:underline;
}

a:hover{
color:#f7dcb9;
text-decoration:none;
}

a:hover strong, a:hover b {
text-decoration:none;
}

/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* ****************************************************** SLICE DER SITE *********************************************************** */

#header{
background:url(../img/slice/slice_03.jpg) top center no-repeat;
width:100%;
margin:0 auto;
height:119px;
float:left;
}
#bottom_header{
background:url(../img/slice/slice_07.jpg) top center no-repeat;
width:100%;
margin:0 auto;
height:56px;
float:left;
}
#content{
background:url(../img/slice/slice_11.jpg) top center no-repeat;
width:100%;
margin:0 auto;
height:395px;
float:left;
}


/* ****************************************************** ENDE SLICE DER SITE ****************************************************** */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */



/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* ****************************************************** NAVIGATION *************************************************************** */

#MenuBar1{
width:654px;
text-align:left;
margin-top:1em;
float:left;
}
#MenuBar1 a.sby_actmenuitem, #MenuBar1 a:link.sby_actmenuitem{
background:url(../img/nav_hover.png) repeat;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	position: relative;
	text-align: left;
	cursor: pointer;

	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 13.5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	/*
border: 1px solid #CCC;
*/
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	/*
background-color: #EEE;
*/
	padding: 0.7em 1.2em;
	color:#f7dcb9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-decoration: none;
	font-weight:normal!important;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*
background-color: #33C;
*/
	color: #f7dcb9;
	background:url(../img/nav_hover.png) repeat;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*
background-color: #33C;
*/
	color: #FFF;
	background:url(../img/nav_hover.png) repeat;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*
background-image: url(SpryMenuBarDown.gif);
*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*
background-image: url(SpryMenuBarRight.gif);
*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*
background-image: url(SpryMenuBarDownHover.gif);
*/
	background:url(../img/nav_hover.png) repeat;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*
background-image: url(SpryMenuBarRightHover.gif);
*/
	background:url(../img/nav_hover.png) repeat;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: none;
	}
}

/* ****************************************************** ENDE NAVIGATION ********************************************************** */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */



/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* ****************************************************** SEITE BEFÜLLEN *********************************************************** */
#b_header_content{
margin:0 auto;
width:962px;
}
#bhc_r{
text-align:left;
width:308px;
float:right;
}
#search{

}
#search #mys{
margin:18px 0 0 79px;
width:183px;
border:0 none;
background:none;
font-family:Georgia, "Times New Roman", Times, serif;
color:#e4cbab;
font-size:1em;
padding-left:5px;
float:left;
}
#sbutton{
display:block;
margin:14px 0 0 14px;
width:25px;
height:25px;
background:url(../img/search_button.jpg) no-repeat;
float:left;
text-decoration:none;
}
#cc{
width:962px;
text-align:left;
margin:10px auto 0 auto;
}
#cl{
width:562px;
float:left;
text-align:left;
margin-left:16px;
}
/*#cl h1{
margin-bottom:0;
}
#cl p{
margin-top:0.7em;
}
#cr p{
margin-top:0;
margin-bottom:1em;
}*/

#cr{
width:276px;
float:right;
text-align:left;
margin-right:17px;
}

#cr table{
margin-top:1.1em;
}

#cl table{
margin-top:1.1em;
}

#shophome{
margin-top:0.7em;
}

#sby_shoptree table{
margin:0;
}

#farbe table{
margin:0;
}

#cl_bild img, #cr_bild img{
margin-top:15px;
}

#cl_bild_flash{
	padding-top:15px;
}

#cl_bild img, #cr_bild img{
border:solid 1px #4c3a30;
}

#cr_bild img{
margin-bottom:-10px;
}

#cr_bild_flash{
	padding-top:15px;
}

#cr_newsbox span{
font-family:Georgia, "Times New Roman", Times, serif;
display:block;
margin:0.8em 0 0.333em 0;
}
/*#cr_newsbox h2{
margin-bottom:0.5em;
margin-top:0.333em;
}*/
#eventliste li{
float:left;
margin-right:20px;
}
#events div{
margin:1em 0;
width:562px;
}
#events #evl div#middlebild{
width:145px;
height:100%;
float:left;
position:relative;
margin:0!important;
padding:0!important;
}
#events #evl div#middlebild a img{
width:145px;
margin:0;
}
#events #evl div#middlebild div#zoomer img{
width:64px;
}
#events #evl div img{
width:41px;
}
#events div img.galeriethumb{
width:41px!important;
}
#events div img{
float:left;
display:block;
margin-right:15px;
width:58px;
}
#cr .aktivevent{
text-decoration:none;
font-weight:bold;
}
#events div ul{
float:left;
width:489px;
}
#events div ul li{
margin-bottom:0.5em;
}
#events div ul li span{
font-family:Georgia, "Times New Roman", Times, serif;
}
#events hr{
border:0 none;
border-bottom:dotted 1px #b3a593;
margin:1em 0 1em 0;
width:100%;
height:0px;
display:inline-block;
}
#events a, #events a:link{
display:block;
float:left;
padding:0.2em 0.2em 0.2em 0.1em;
border:1px solid #645c52;
margin:1em 14px 1em 0;
color:#c7c7c7;
text-decoration:none;
}
#events div a, #events div a:link{
border:0 none;
padding:0;
margin:0;
text-decoration:none;
}
#events div ul li a, #events div ul li a:link{
display:inline;
border:0 none;
padding:0;
margin:0;
color:#b3a593;
text-decoration:underline;
}
#events div ul li a:hover{
text-decoration:none;
}
#events div div{
float:left;
width:73px;
height:82px;
margin-top:0;
}
#events #evl{
width:145px;
float:left;
margin-right:15px;

}
#events #evl div#middlebild #zoomer{
position:absolute;
bottom:0!important;
left:81px;
width:64px;
height:22px;
padding:0;
margin:0;
}
#events #evl div#middlebild #zoomer img{
margin:0;
padding:0;
}
#events #evl div#middlebild #zoomer a, #events #evl div#middlebild #zoomer a:link{
cursor:url(../highslide/graphics/zoomin.cur), pointer!important;
margin:0;
padding:0;
}
#events #evl div{
width:145px;
}

#events #evl div img{
float:left;

margin:11px 0 11px 11px;
}
#events #evl div img.noimgmargin{
margin-left:0;
}
#events #evr{
float:left;
width:402px;
}
#events #evr h1{
margin-top:0;
}
#events div#eventtop{
width:562px;
height:23px;
}
#events div#eventtop a, #events div#eventtop a:link{
display:block;
float:left;
padding:0.2em 0.2em 0.2em 0.1em;
border:1px solid #645c52;
margin:0 14px 1em 0;
color:#c7c7c7;
text-decoration:none;
}
#print{
display:none;
}
#sby_newsletterset label, #sby_newsletterset input{
display:block;
margin-bottom:0.9em;
float:left;
}

#sby_newsletterset h2{
margin-bottom:1.1em;
}

.newslh2{
margin-bottom:1.1em;
}


#lbl_newsletteremail{
margin-right:10px;
float:none;
clear:both;
}
#sby_fnewsletteremail{
width:196px;
border:1px solid #645c52;
color:#b3a593;
background:#030100;
}
#sby_fnewslettersubmit{
display:none!important;
}
#sublinknewsletter{
display:block;
border:1px solid #645c52;
color:#b3a593;
background:#030100;
text-decoration:none;
padding:0.2em;
float:left;
}

/*Template ueber_uns.tpl*/
#team div img{
float:left;
margin-right:10px;
}

#team div{
width:276px;
height:89px;
margin-bottom:20px;
}

#team div{
margin-top:1.1em;
}

#menu_weinwissen{
margin-top:1.1em;
}

#menu_weinwissen li{
margin-bottom:0.6em;
}

#menu_weinwissen li a.sby_actmenuitem{
text-decoration:none;
font-weight:bold;
background:#3d3328;
padding:0.333em 0.333em;
display:block;
}

#menu_weinwissen li a, #menu_weinwissen li a:link{
text-decoration:none;
font-weight:bold;
display:block;
background:#231d17;
padding:0.333em 0.333em;
}

#menu_weinwissen li a:hover{
text-decoration:none;
font-weight:bold;
background:#3d3328;
padding:0.333em 0.333em;
display:block;
}

#lokal_bild img{
	margin:0 0 0 20px;
	bottom:0;
	float:right;
}


.copylink{
text-decoration:none!important;
font-size:11px!important;
}


/* ****************************************************** ENDE SEITE BEFÜLLEN ****************************************************** */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */

/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* ****************************************************** START KONTAKT *************************************************************** */


#kontakt{
width:562px;
margin-top:1em;
margin-bottom:50px;
}

#cl #kontakt input{
border:1px solid #645c52;
color:#b3a593;
background:#030100;
padding:2px;
}

#cl #kontakt span{
float:left;
}

#cl #kontakt div{
height:2.5em;
width:100%;
vertical-align:top;
}

#cl #kontakt input{
float:right;
width:400px;
}

#cl #kontakt #fc_anrede input, #cl #kontakt #fc_newsletter input{
width:20px;
margin:0 4px 0 4px;
float:none;
border:0 none;
}

#cl #kontakt #fc_anrede .anr_right{
margin-left:98px;
}
#cl #kontakt #fc_newsletter .newsletter_right{
margin-left:77px;
}

#cl #kontakt textarea.inputtextarea{
width:400px;
border:1px solid #645c52;
color:#b3a593;
background:#030100;
height:75px;

float:right;

padding:2px; 
}
#sublinkkontakt{
display:none!important;
float:left;
text-decoration:none;
padding:0.2em 0.2em 0.2em 0;
border:1px solid #645c52;
color:#b3a593;
background:#030100;
}
#cl #kontakt .inputplz{
width:60px!important;
margin-right:3px;
}
#cl #kontakt .inputort{
width:331px!important;
}

#cl #kontakt #fc_asterix{
margin-top:2em;
}



#cl #kontakt #fc_submit{
margin-top:0.5em;
float:right;
}

#cl #kontakt .inputbuttonneu{
width:115px!important;
border:1px solid #645c52;
color:#b3a593;
background:#030100;
cursor:pointer;

}

#cl #kontakt #fc_error{
z-index:6!important;
padding:0.5em;
width:auto!important;
height:auto!important;
border:1px solid #645c52;
margin-bottom:0.5em;
color:#b3a593;
text-decoration:underline;
}
#cl #kontakt label, #cl #kontakt #fc_anrede input{
cursor:pointer;
}

/* ****************************************************** ENDE KONTAKT ****************************************************** */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */


/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* ****************************************************** START SUCHE *************************************************************** */
#s_ausgabe table{
width:562px;

}
#s_ausgabe table th{
font-weight:bold;
border-bottom:1px solid #645c52;
padding:0.5em 0;
}
#s_ausgabe table th.thseite{
width:200px;
}
#s_ausgabe table th.thinhalt{
width:362px;
}
#s_ausgabe table td{
padding:1em 0;
border-bottom:1px dotted #645c52;
}
#s_ausgabe table td span{
font-weight:bold;
}
.menuheader{
cursor:pointer!important;
}
#exsearch table td{
padding:0.5em 0;
}
#exsearch table a, #exsearch table a:link{
display:block;
float:left;
padding:0.2em 0.2em 0.2em 0.1em;
border:1px solid #645c52;
margin:1em 0;
color:#c7c7c7;
text-decoration:none;
}
#searchhidden{
display:none!important;
}
#exsearch table{
width:276px;
}
#exsearch table td select{
width:150px;
}
/* ****************************************************** ENDE SUCHE ****************************************************** */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */

.printprod{
border:1px solid #645C52!important;
color:#C7C7C7!important;
display:block!important;
font-weight:bold!important;
margin:0!important;
padding:0.2em!important;
text-decoration:none!important;
background:none!important;
width:4.7em!important;
height:auto!important;
}
img.scores{
float:none!important;
margin:0 0.2em!important;
}
.h2gel{
margin:0!important;
}
#benbevor{
list-style-position:outside;
list-style-type:inherit;
margin-left:12px;
}
#benbevor li{
margin:1em 0;
}
#loginuser{
margin:0.5em 0;
}
#loginuser a, #loginuser a:link{
border:1px solid #645C52 !important;
color:#C7C7C7 !important;
display:block !important;
font-weight:bold !important;
height:auto !important;
margin:0.2em 0 !important;
padding:0.2em !important;
text-decoration:none !important;
float:left;
}
span.bronze{
color:#97500F;
display:inline!important;
float: none!important;
}
span.silber{
color:silver;
display:inline!important;
float: none!important;
}
span.gold{
color: #C2C137;
display:inline!important;
float: none!important;
}