/* Standard-CSS für www.bauer-wein.com */
/*	siehe auch: Zentrieren von Blockelementen mit CSS
	http://css.fractatulum.net/sample/layout4format.htm

*/

/* Wichtige Farben
grüngold = #9E9E0A
hellgold =   #D6D67C
Gelb =       #FFCC00
Hellchamois =   #FFFFCC
Rot =        #E2001A
*/

/* 
h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p  {margin-top:0px;}
*/


/************************************/
/* Allgemeines                      */
/************************************/

p {
	margin: 0px;
	padding: 0px;
	line-height:140%;
	color:#333333;
}

h1 {
	color:#571D1D;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	padding-top:0;
}

h2 {
	color:#571D1D;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	padding-top:0;
	text-transform:uppercase;
}

h2 span{
	font-size:12px;
	font-weight:normal;
}

/*h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color:#333;
	border-bottom:1px dotted #333;
	width:426px;
	margin-bottom:10px;
}
*/

a {
	color:#9F9E13;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color:#571D1D;
	font-weight:normal;
	text-decoration:none;
}

.partner{
	width:190px;
	padding:8px;
	border:1px dotted grey;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	height:126px;
}

.termin{
	width:445px;
	border-bottom:1px dotted #333;
	padding: 5px;
}

.termin p{
	padding:0 !important;
	}
	
.termin span{
	width: 160px;
	font-weight:bold;
	float:left;
	}	
	
.wein{
	width:445px;
	padding:5px;
	height:145px;
	}
	
.wein img{
	margin-right:10px;
	padding:5px;
	float:left;
	border:1px dotted #333;
	}		

html, body, textarea {
  scrollbar-base-color:#efefef;
  scrollbar-3d-light-color:#ffffcc;
  scrollbar-arrow-color:#E2001A;
  scrollbar-darkshadow-color:#9f9e13;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#9f9e13;
  scrollbar-shadow-color:#ffffcc;
  scrollbar-track-color:#eeeeee;
  scrollbar-vertical: hidden;
  -moz-scrollbar-vertical: hidden;
}
/************************************/
/* Container                        */
/************************************/ 


#parent {
	position: relative;
	margin:0px auto;
	text-align:left;
	width: 900px;
}
#navioben {
	margin:0px;
	width: 755px;
	height: 25px;
	text-align: right;
	font-size: 12px;
	padding: 1px 0px;
	vertical-align: top;
	line-height: 15px;
}
#head {
	margin:0px auto;
	width: 900px;
	background: url(../basics/bg_head.jpg) bottom center no-repeat;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../basics/bg.jpg) top center no-repeat fixed;
	background-color: #FFFAF4;
	margin-top: 5px;
	}
#main {
	margin:0px auto;
	text-align:left;
	width: 860px;
}
#content {
	float:left;
	width: 660px;
	padding: 10px;
	-moz-border-radius:20px;
}
#content_wide {
	float:left;
	width: 660px;
	padding: 10px;
	-moz-border-radius:20px;
	height: 380px;
}
#content_weinblatt {
	float:left;
	width: 660px;
	padding: 10px;
	-moz-border-radius:20px;
	height: 980px;
}

#content_left {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCC00;
	width: 180px;
	position: absolute;
	padding-top: 0px;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}

#content_left img {
	margin-bottom: 5px;
}

#content_right {
	width: 455px;
	left: 225px;
	position: absolute;
}
#content_right p {
	padding: 0 10px 5px 0;
}

#content_right img{
	margin-bottom:14px;
}

#content_right preis-hl {
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 122%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}

.content_right table{
	margin-top:7px
}

.content_right th{
	background-color: #DCDCDC;
	border-bottom:1px solid #B4CACC;
	padding:5px; text-align:center;
	font-weight: normal;
}

.content_right td{
	background-color: #EFEFEF;
	border-bottom:1px solid #B4CACC;
	padding:5px; text-align:center;
}

.content_right hr{
	color:#B4CACC;
	height:1px;
}

#content_right_sub {
	width: 460px;
	height: 400px;
	padding-left: 5px;
	left: 225px;
	overflow: auto; 
    overflow-x: hidden; 
	color: #333333;
	text-align: justify;
	position: absolute;
}
#content_right_sub p {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#content_right_sub h1 {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: left;
	line-height: 122%;
}
#content_right_sub img {
	padding-right: 5px;
	padding-bottom: 12px;
	padding-top: 1px;
}

/* Haupt-Navigation                        */

#navi1 {
	position: relative;
	left: 30px;
	width: 840px;
	font-size: 13px;
	margin-top: 1px;
	padding-bottom: 5px;
}
#navi1 a {
	line-height: 33px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #571D1D;
	border-bottom: 1px dotted #571D1D;
}
.navi1_on {
	font-weight: bold;
	color: #571D1D;
	text-decoration: none;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #571D1D;
	border-bottom: 1px solid #571D1D;
}

#navi1 a:hover {
	font-weight: bold;
}

/* Sub-Navigation                        */

#subnavi {
	position: relative;
	font-size: 13px;
}

#subnavi p {
	padding-bottom: 5px;
	padding-left:6px;
}

#subnavi div {
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
}
#subnavi h1 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#subnavi h3 {
	font-size: 13px;
	color:#571D1D;
	font-weight: bold;
	font-style: italic;
	padding:0 0 0 6px;
	margin:0;
}

.subnavi_on {
	font-weight: normal;
	color: #571D1D;
	text-decoration: none;
}
#subnavi a:link {
	font-weight: normal;
	color: #9E9E0A;
	text-decoration: none;
}

#subnavi a:active {
	font-weight: normal;
	color: #932224;
	text-decoration: none;
}

#subnavi a:hover {
	font-weight: normal;
	color: #571D1D;
	text-decoration: none;
}

/* Navigation links oben                  */

#navi2 {
	position: absolute;
	top: 26px;
	left: 28px;
}
#navi2 a {
	padding-right: 4px;
	padding-leftt: 4px;
}

/* Sprach-Navigation                        */

#navi3 {
	position: absolute;
	top: 69px;
	right: 22px;
	width: 178px;
	color: #333333;
	font-size: 10px;
	text-align: right;
}
#navi3 a {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-right: 4px;
	padding-leftt: 4px;
}
#navi3 a:link {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#navi3 a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#navi3 a:active {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

#navi3 a:hover {
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}	

#logo {
	width: 250px;
	height: 105px;
	margin-left: 2px;
}
#slogan {
	position: absolute;
	left: 215px;
	top: 59px;
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-align: left;
}
#topbanner {
	position: absolute;
	left: 500px;
	top: -7px;
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-align: left;
	height: 78px;
}
#offer {
	float:left;
	width: 170px;
	height: 420px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

#offer img{
	margin-bottom:5px;
}

.banner {
	padding: 7px;
	border:1px dotted #571D1D;
	margin-bottom:5px;
}

/************************************/
/* verschiedene Höhen der Scrollbereiche                        */
/************************************/ 

.scroller200 {
	width: 455px;
	padding-right: 0px;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 5px;
	overflow: auto;
	height: auto;
}
.scroller390 {
	width: 455px;
	padding-right: 0px;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 5px;
	overflow: auto;
	height: auto;
}
#scroller390 h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	color: #336633;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 8px;
	letter-spacing: normal;
}
#scroller390 h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #932224;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 3px;
}
#scroller390 a {
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-decoration: underline;
}
#scroller390 a:link {
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-decoration: underline;
}
#scroller390wide {
	width: 655px;
	padding-right: 0px;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 5px;
	overflow: auto;
	height: 390px;
}
#scroller390wide h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #336633;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 3px;
}
#scroller390wide h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #932224;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 3px;
}
#scroller390wide a {
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-decoration: underline;
}

.bildlinks {
	margin-right: 5px;
}
.bildrechts {
	margin-left: 5px;
}

    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
/*
#banner {
	background-color: #D6D67C;
	border: 1px solid #932224;
	-moz-border-radius: 6px;
	font-size: 12px;
	line-height: 120%;
	color: #932224;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#banner h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 90%;
	color: #932224;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 4px;
}

#banner a {
	font-weight: bold;
	font-size: 12px;
	color: #932224;
	text-decoration: underline;
}
*/
.trennlinie {
	border-top: 1px dashed #932224;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
.clearer {clear: both;  }