/* 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;
}
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;
	background-image: url(../basics/headerwelle.jpg);
	background-repeat: no-repeat;
}
#navioben {
	margin:0px;
	width: 755px;
	background-color: #FFFFFF;
	height: 25px;
	text-align: right;
	font-size: 12px;
	padding: 1px 0px;
	vertical-align: top;
	line-height: 15px;
}
#head {
	margin:0px auto;
	width: 900px;
	/*background-image: url(../basics/header.jpg);*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 5px;
	}
#main {
	margin:0px auto;
	text-align:left;
	width: 860px;
}
#content {
	float:left;
	width: 660px;
	/*height: 400px;*/
	padding: 10px;
}
#content_left {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCC00;
	width: 180px;
	/*height: 400px;*/
	position: absolute;
	padding-top: 0px;
	padding-right: 5px;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}
#content_left img {
	margin-bottom: 5px;
}
#content_right {
	width: 460px;
	/*max-height: 400px;*/
	padding-left: 5px;
	left: 220px;
	/*overflow: auto; 
    overflow-x: hidden; */
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	position: absolute;
}
#content_right p {
	padding-right: 10px;
	padding-bottom: 5px;
}
#content_right h1 {
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}
#content_right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
}
#content_right h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0;
}
#content_right h6 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	margin: 1px 0px 6px;
}

#content_right a:link {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}
#content_right a:visited {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}
#content_right a:active {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}

#content_right a:hover {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
#content_right_sub {
	width: 460px;
	height: 400px;
	padding-left: 5px;
	left: 225px;
	overflow: auto; 
    overflow-x: hidden; 
	font: 12px/15px Arial, Helvetica, sans-serif;
	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;
}
/*
#content_right .scroll {
	width: 455px;
	padding-right: 0px;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 5px;
	text-align: justify;
}
*/
#footer {
	float:left;
	margin:0px;
	width: 680px;
	font-weight: bold;
	font-size: 12px;
	color: #990033;
	text-align: center;
	margin-top: 5px;
}
#footer_right {
	float:left;
	margin:5px;
	width: 160px;
	font-weight: normal;
	font-size: 11px;
	color: #990033;
	text-align: left;
	padding-left: 10px;
}
#footer_right a {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	padding-right: 4px;
	padding-leftt: 4px;
}
#footer_right a:link {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#footer_right a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#footer_right a:active {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

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

/* Haupt-Navigation                        */

#navi1 {
	position: relative;
	left: 25px;
	width: 840px;
	font-size: 13px;
	margin-top: 1px;
	padding-bottom: 5px;
}
#navi1 a {
	line-height: 33px;
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #993333;
	border-bottom: 1px dotted #993333;
}
.navi1_on {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
	margin-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #993333;
	border-bottom: 1px solid #993333;
}
#navi1 a:link {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}
#navi1 a:visited {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}
#navi1 a:active {
	font-weight: bold;
	color: #9F9E13;
	text-decoration: none;
}

#navi1 a:hover {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}

/* Sub-Navigation                        */

#subnavi {
	position: relative;
	left: 5px;
	width: 170px;
	font-size: 13px;
	padding-bottom: 10px;
}
#subnavi a {
	color: #9F9E13;
	text-decoration: none;
	padding-bottom: 13px;
}
#subnavi p {
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left:6px;
}
#subnavi h1 {
	font-size: 15px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.subnavi_on {
	color: #990033;
	text-decoration: none;
}
#subnavi a:link {
	color: #9F9E13;
	text-decoration: none;
}
#subnavi a:visited {
	color: #9F9E13;
	text-decoration: none;
}
#subnavi a:active {
	color: #9F9E13;
	text-decoration: none;
}

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

/* Navigation rechts oben                  */

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

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

/* 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: 100px;
	margin-left: 2px;
}
#slogan {
	position: absolute;
	left: 215px;
	top: 59px;
	font-weight: bold;
	font-size: 12px;
	color: #990033;
	text-align: left;
}
#topbanner {
	position: absolute;
	left: 500px;
	top: -7px;
	font-weight: bold;
	font-size: 12px;
	color: #990033;
	text-align: left;
	height: 78px;
}
#offer {
	float:left;
	/*margin:0px auto;*/
	width: 170px;
	height: 420px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	background-image: url(../basics/offer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#banner {
	background-color: #D6D67C;
	border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
	-moz-border-radius: 6px;
	font-size: 12px;
	line-height: 120%;
	color: #990033;
	padding: 5px;
	margin-top: 8px;
	margin-right: 5px;
	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: #990033;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 4px;
}

#banner a {
	font-weight: bold;
	font-size: 12px;
	color: #990033;
	text-decoration: underline;
}

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

.scroller200 {
	width: 455px;
	padding-right: 0px;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 5px;
	overflow: auto;
	/*height: 200px;*/
}
.scroller390 {
	width: 455px;
	padding-right: 0px;

	/*height: 390px;*/
}

.bildlinks {
	margin-right: 5px;
}
.bildrechts {
	margin-left: 5px;
}
/*
#banner {
	background-color: #D6D67C;
	border: 1px solid #990033;
	-moz-border-radius: 6px;
	font-size: 12px;
	line-height: 120%;
	color: #990033;
	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: #990033;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 4px;
}

#banner a {
	font-weight: bold;
	font-size: 12px;
	color: #990033;
	text-decoration: underline;
}
*/
