html,
body {
margin:0;
padding:0;
height:100%;
}



a:hover {
	color: #FF0000;
}
.shoptable {
	background-image: url(../pics_weingut/artikel_bg.png);
	background-repeat: no-repeat;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: scroll;
}	




ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}

.AccordionPanelContent a:link {
	color: #BDCF86;
	text-decoration: none;
}


.AccordionPanelContent a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF6C3A;
}


.container {
	width: 100%;
	height: 100%;
}

.header {
	background-repeat: no-repeat;
	height: 194px;
	background-image: url(../pics_weingut/header_bg_tile.png);
}
.table_sidebar {
	background-image: url(../pics_weingut/warenborb_bg.png);
	width: 195px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
}

.header_middle {
	background-repeat: no-repeat;
	height: 194px;
	background-image: url(../pics_weingut/header_middle.png);
	width: 865px;
}



.sidebar1 {
	float: left;
	width: 180px;
	height: 200px;
}
.anfrage {
	float: left;
	width: 220px;
	height: 100px !important;
	height: 100%;
	position: absolute;
	padding-left: 0px;
	left: 0px;
	top: 300px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
}


.content {
	background-image: url(../pics_site/content_bg_top_mitte.png);
	background-repeat: repeat-x;
	height: 100%;
	background-color: #FFF;

}

.contentarea{
	position: relative;
	width: 690px;
	height: auto !important;
	height: 100%;
	padding-left: 30px;
}

.contentarea p {
	/* [disabled]position:relative; */
	margin-top:-1px;
	
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	bottom: 0px;
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../pics_weingut/header_bg_tile.png);
}


.footercontent {
	float: left;
	left: 287px;
	width: 600px;
	position: absolute;
	height: 40px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	}



/* -------------------------------------------------------------------FONTS for IE */

@font-face {
  font-family: "myHelveticaLight";
  src: url(../fonts/123.eot);
}

/* -------------------------------------------------------------------FONTS for OTHER */

@font-face {
    font-family: myHelveticaLight;
    font-weight: normal;
    src: url(../fonts/123.ttf) format('truetype');
	}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fonts/PT-Sans-fontfacekit/PTN57F-webfont.eot');
    src: url('../fonts/PT-Sans-fontfacekit/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PT-Sans-fontfacekit/PTN57F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fonts/PT-Sans-fontfacekit/PTN77F-webfont.eot');
    src: url('../fonts/PT-Sans-fontfacekit/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PT-Sans-fontfacekit/PTN77F-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* -------------------------------------------------------------------END */

.ptsansnarrowboldheader {
	font: 20px/27px 'PTSansNarrowBold', Arial, sans-serif;
	color: #6A0000;
}

.ptsansnarrowboldheader a:hover {
	color: #FF0000;
}



.ptsansnarrow {font: 16px/22px 'PTSansNarrowRegular', Arial, sans-serif;}

.ptsansnarrow a:link {
	font-family: PTSansNarrowRegular, Arial, sans-serif;
	color: #000000;
	font: 16px/22px 
	text-decoration: none;
	text-transform: none;
}
.ptsansnarrow a:hover {
	color: #FF0000;
}


.ptsansnarrow_error {
	font-family: PTSansNarrowRegular, Arial, sans-serif;
	color: #FF0000;
	font-size: 16px;
	text-decoration: none;
	text-transform: none;
	line-height: 18px;
}


.ptsansnarrowbold {font: 18px/27px 'PTSansNarrowBold', Arial, sans-serif;}



.ptsansfooter {
	font-family: PTSansNarrowRegular, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	line-height: 12px;
}
.ptsansfooter a:hover a:link {
	color: #FF0000;
	}
	
.ptsansfooterblack {
	font-family: PTSansNarrowRegular, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	line-height: 12px;
}

.helveticaheader {
	font-family: myHelveticaLight, Arial, sans-serif;
	color:#ff6c00;
	font-size:24px;
	letter-spacing:-0.025em;
	text-decoration:none;
	text-transform: none;
	line-height: 23px;
	font-style: normal;
	font-weight: normal;
}

.helveticaheadernav {
	font-family: myHelveticaLight, Arial, sans-serif;
	color: #98bd01;
	font-size: 24px;
	letter-spacing: -0.025em;
	text-decoration: none;
	text-transform: none;
	line-height: 23px;
	}
	
.helveticaheadernav a:hover {
	color: #FF6C3A;;
	}
	
.helveticaheadernavsmall {
	font-family: myHelveticaLight, Arial, sans-serif;
	color: #98bd01;
	font-size: 14px;
	letter-spacing: -0.025em;
	text-decoration: none;
	text-transform: none;
	line-height: 16px;
}
.helveticaheadernavsmall a:hover {
	color: #FF6C3A;
	}
.container_top {

}
.container_down {

}

.container_left {

}
.container_line {
	background-image: url(../pics_site/content_bg_mitte.png);
	background-repeat: repeat-y;
}

.container_right {

}
.container_table {
	width: 957px;
	/* [disabled]background-image: url(../pics_weingut/watermark.png); */
	background-repeat: repeat;

}
.footer_table {
	height: 60px;
	width: 959px;
	background-repeat: repeat-x;
	background-image: url(../pics_weingut/header_bg_tile.png);
}
 
 {
	height: 27px;
	width: 100%;
	background-repeat: repeat;
	background-image: url(../pics_weingut/header_bg_tile.png);
}

#container {
	min-height: 100%;
	position: relative;
	background-color: fffac5;
}
#header {
	background-image: url(../pics_weingut/header_bg_tile.png);

}
#body {
	padding-bottom: 60px;   /* Height of the footer */
	background-image: url(../pics_weingut/watermark.png);
	/* [disabled]background-repeat: repeat-x; */
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;   /* Height of the footer */
	background-image: url(../pics_weingut/footer_bg_tile.png);
}
.zumkorb_table {
	background-image: url(../pics_weingut/line.png);
	background-repeat: repeat-x;
	font: 16px/22px 'PTSansNarrowRegular', Arial, sans-serif;
}
