@charset "UTF-8"; /* charset festlegen */
 

body {
font: normal 62.5% Meta,sans-serif;
color: #000000;
background: #fff;
}

#wrapper {
position: relative;
margin: 0 auto;
width: 983px;
}

#imagewrapper {
	/* gibt der Seite den weissen Hintergrund oberhalb des Footers */
	background: transparent;
	position: relative;
	padding: 90px 0 0 0;
	z-index:1;
	
	/* padding-top muss genau so hoch sein wie #header */
}

#wrapper { /* umfasst alles */
	position: relative;
	width: 100%;
}

#website {
	/* umschliesst den mittleren Teil der Website, definiert die Breite und zentriert ihn in der Mitte des Browsers */
	position: relative;
	margin: 0 auto;
	width: 983px;
	text-align: left;
	padding: 0 0 20px 0;
	z-index:1;
}

#inhalt {
	width: 983px;
	margin: 0;
	background:#fff;
	position: relative;
	top:0;
	z-index:1;
	float: left;
}

/* Startseiten Elemente */

#startseite {
	width: 983px;
	float: left;
}

#startseite #startseiten-header {
	position: relative;
	top: 0px;
	left: 0;
	width: 983px;
	height: 656px;
	background:url(../images/bg_startseitenbild_01.jpg) top left no-repeat;
	float: left;
	margin: 0 0 50px 0;
}

#startseite #startseiten-header div  {
	position: absolute;
	top: 0;
	left: 575px;
	width: 370px;
	border-top: 3px solid #b51621;
	padding: 20px 30px 0 0;
}

#startseite #startseiten-header div div  {
position: relative;
top: 0;
left: 0;
border:none;
}

/* dreier teaser reihe */
#startseite #startseiten-header .dreier-teaser {
	position: absolute;
	top: 465px;
	left: 10px;
	width: 973px;
	height: 170px;
	padding: 0;
	border: none;
	float: left;
}

#startseite #startseiten-header .dreier-teaser div {
	position: relative;
	top: 0;
	left: 0;
	border: none;
	height: 168px;
	margin: 0 10px;
	padding: 0 5px 0 0;
	width: 295px;
	float: left;
	background:url(../images/bg_dreier-teaser.jpg) center right no-repeat;
	border: 1px solid #fff;
}

#startseite #startseiten-header .dreier-teaser div img {
	float: left;
	margin: 0 5px 0 0;
}

#startseite #startseiten-header .dreier-teaser div h3 {
	margin: 10px 0 5px 0;
}

#startseite #startseiten-header .dreier-teaser div p a {
	text-decoration: underline;
	background:url(../images/pfeil-rot.gif) center left no-repeat;
	padding: 0 0 0 10px;
}


/* vierer teaser reihe */
#startseite .vierer-teaser {
	width: 973px;
	height: 131px;
	padding: 0;
	border: none;
	position: relative;
	top:0;
	left: 10px;
}

#startseite .vierer-teaser div {
	position: relative;
	top: 0;
	left: 0;
	border: none;
	height: 131px;
	margin: 0 5px;
	padding: 0 5px 0 0;
	width: 222px;
	float: left;
	background: #fff;
}
#startseite .vierer-teaser div img {
	float: left;
	margin: 0 5px 0 0;
}

#startseite .vierer-teaser div h3 {
	margin: 10px 0 5px 0;
}


* + html #startseite .vierer-teaser p  {
	font-size: 1.2em !important;
	line-height: 1.2em !important;
}

#startseite .vierer-teaser div p a {
	text-decoration: underline;
	background:url(../images/pfeil-rot.gif) center left no-repeat;
	padding: 0 0 0 10px;
}

/* Detailseiten Elemente */

#detailseite {
	position: relative;
	top: 10px;
	left: 0px;
	float: right;
	width: 733px;
}

#detailseite #artikelfoto {
	margin: 0 15px 15px 0;
	width: 250px;
	height: 450px;
}

#wein-details {
	width: 460px;
	min-height: 450px;
	float: left;
}

#wein-details h1 {
	text-transform:none;
}

.weindaten {
	float: left;
	width: 460px;
	margin: 20px 0;
}

.weindaten dl {
	margin: 0;
	width: 100%;
}

.weindaten dl dt,
.weindaten dl dd {
	display: block;
	float: left;
	font-size: 1.3em;
	margin: 5px 0;
	height: 1em;
}

.weindaten dl dt {
	width: 110px;
}

.weindaten dl dd {
	width: 350px;
}

.kontakt-btn {
	display: inline;
	float: left;
}

.kontakt-btn p span{
	display: inline;
	float: left;
	background: #b51621;
	padding: 5px 20px;
}

.kontakt-btn p span a {
	color: #fff;
	text-transform: uppercase;
	background: url(../images/pfeil-weiss.gif) center right no-repeat;
	text-decoration: none !important;
	padding: 0 12px 0 0;
}



/* Contentseite */
#contentseite {
	position: relative;
	top: 10px;
	left: 0px;
	float: right;
	width: 733px;
}

#content-headergrafik img {
	margin: 0 0 20px 0;
}

#contentseite p img {
	float: left;
	margin: 0px 10px 10px 0;
}

/* Produktuebersicht */
.produkt-uebersicht {
	
}

.produkt-uebersicht .einzel-produkt {
	width: 160px;
	float: left;
	margin: 20px 20px 0 0;
	border: 1px solid #e5e5e5;
}

.produkt-uebersicht .einzel-produkt a img {
	display: block;
	width: 160px;
	height: 288px;
}

.produkt-uebersicht .einzel-produkt p {
	background: #e5e5e5;
	padding: 5px 5px 10px 10px;
	height: 40px;
	margin: 0;
	line-height: 1.3em;
}

.produkt-uebersicht .einzel-produkt p a {
	text-decoration: none !important;
	background:url(../images/pfeil-rot.gif) 0 3px no-repeat;

}

/* Pressemeldung */
.pressemeldung {
	float: left;
	background: url(../images/kante.jpg) left bottom no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 500px;
}

.pressemeldung img.pressebild {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #dddddd;
}


.pressemeldung .auszeichnung {
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
}

.pressemeldung .auszeichnung img {
	width: auto;
	height: auto;
}


.pressemeldung .auszeichnung p {
	float: left;
}


/* Seitennavigation */

#navheight_horiz_vert {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	padding: 0;
	width: 212px;	
}

/* erste ebene */
#navheight_horiz_vert ul {
	margin: 0;
	padding: 0;
}

#navheight_horiz_vert ul.rex-navi1  {
}

ul.navigation li.sonderseiten,
ul.navigation li.kontakt  {
display: none !important;
}

#navheight_horiz_vert ul.rex-navi1  li  {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	list-style-type: none;
	color: #b8b8b8;
	display: block;
}

#navheight_horiz_vert ul.rex-navi1 li a {
	border-bottom: 1px solid #b8b8b8;
	margin: 15px 0;
	padding: 0 10px;
	display: block;
	color: #333;
}

#navheight_horiz_vert ul.rex-navi1 li a:hover {
	color: #b51621;
}

#navheight_horiz_vert ul.rex-navi1  li a.rex-current,
#navheight_horiz_vert ul.rex-navi1  li a.rex-active {
	color: #b51621;
	margin: 15px 0;
}

#navheight_horiz_vert ul.rex-navi1 li a.current:hover {
	color: #000;
}

/* zweite ebene */
#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2  li {
	margin: 10px 0;
	display: block;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2  li.rex-current,
#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2  li.rex-active {
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 li a {
	color: #666;
	font-size: 0.578em;
	border: none;
	margin: 10px 10px;
	border: none;
	background:url(../images/pfeil-grau.gif) 0 3px no-repeat;
	padding: 0 0 0 13px;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 a:hover {
	color: #b51621;
	background:url(../images/pfeil-rot.gif) 0 3px no-repeat;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 li a.rex-current,
#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 li a.rex-active {
	color: #b51621;
	background:url(../images/pfeil-rot-aktiv.gif) 0 3px no-repeat;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 li a.rex-current:hover {
	color: #000;
}

/* dritte ebene */
#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 ul.rex-navi3  {
	margin: 5px 0 10px 15px;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 ul.rex-navi3 li {
	font-size: 1em;
	display: block;
	margin: 5px 0;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 ul.rex-navi3 li a {
	background: none;
	padding: 0;
	color: #000;
}

#navheight_horiz_vert ul.rex-navi1 ul.rex-navi2 ul.rex-navi3 li a.rex-current {
	color: #b51621;
	font-weight: normal;
	border: none;
}

/* +++++++++ */

#header { /* Kopf der Seite */
	position: absolute;
	top: -90px; 
	left: 0; 
	width: 983px;
	height: 90px !important;
	background:transparent url(../images/bg_header.jpg) top left no-repeat;
	float: left;
}

#artikelfoto {
	position: relative;
	z-index:1;
	float: left;
	
}

#logo { /* klickbares Logo im Header */
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 240px;
}

#navigation { /* Hauptnavigation im Header */
	position: absolute;
	top: 27px;
	left: 240px;
	z-index: 600;
}


#navigation ul li {
	display: inline;
	float: left;
	position: relative;
	line-height: 1;
	color: #000;
	margin: 0 0 0 -1px;
	padding: 0 3px;
	font-size: 1.7em;
	list-style-type: none;
}

#navigation ul li a {
	color: #000;;
	display: block;
	padding: 0px 10px 7px 5px;
	/*border-right: 1px solid #000;*/
	background:url(../images/strich-navi.gif) top right no-repeat;
	margin: 0 ;
}

* + html #navigation ul li a {
	padding: 0px 8px 7px 5px;
}

#navigation ul li.aktuelles a {
	background: none;
}

#navigation ul li a:hover {
	color: #b41621;
}

#navigation ul li a.last {
	background: none;
}

#navigation ul li a.current {
	border-bottom: 3px solid #b51621;
}

/* aufgeklappte subnavi hauptnavigation*/
#navigation ul li ul {
	position: absolute;
	left: 0 !important;
	width: 150px;
	display: none;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 3px solid #b41621;
}

#navigation ul li.weingut ul {
	position: absolute;
	left: -4px !important;
	background: #d9d9db url(../images/navi_bg_weingut.jpg) top left no-repeat;
}

#navigation ul li.weine ul {
	background: #d9d9db url(../images/navi_bg_weine.jpg) top left no-repeat;
}

#navigation ul li.weinwissen ul {
	background: #d9d9db url(../images/navi_bg_weinwissen.jpg) top left no-repeat;
}

#navigation ul li.referenzen ul {
	background: #d9d9db url(../images/navi_bg_referenzen.jpg) top left no-repeat;
}

#navigation ul li.lage ul {
	background: #d9d9db url(../images/navi_bg_referenzen.jpg) top left no-repeat;
}

#navigation ul li.aktuelles ul {
	position: absolute;
	left: -30px !important;
	background: #d9d9db url(../images/navi_bg_aktuelles.jpg) top right no-repeat;
}

* + html #navigation ul ul {
	left: 0px !important;
}

#navigation ul li.nav-weingut ul {
	position: absolute;
	left: -5px;
}
 
#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#navigation ul ul li a {
	font-size: 0.475em;
	color: #000;
	height: 1%; /* hasLayout fuer IE */
	padding: 0;
	margin: 10px 20px 10px 9px;
	border: none;
	background: none;
}

/* Metanavigation */

#meta-navigation {
	position: absolute;
	top: 28px;
	right: -10px;
}

#meta-navigation ul li {
	font-size: 1.4em;
	display: block;
	float: left;
	color: #4d4d4d;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #a4a4a6;
}

#meta-navigation ul li.last {
border: none;
}

#meta-navigation ul li a {
	color: #4d4d4d;
}

#meta-navigation ul li a:hover {
	color: #000;
}

/* Inhalte im Abbinder */
#footer {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	text-align: left;
	margin: 0px 0 30px 0;
	clear: both;
	float: left;
}

#footer-top {
	position: relative;
	width: 983px;
	margin: 0 auto;
	height: 30px;
	padding: 0;clear: both;
	
}

#footer-inhalt {
	width: 983px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#footer-listen {
	background:transparent url(../images/bg_footer.jpg) top left repeat-x;
	float:left;
	width: 100%;
	border-top: 3px solid #b51621;
	padding: 10px 0;
	margin:0 0 30px 0;
}


#footer-listen ul.sonderseiten,
#footer-listen ul.referenzen,
#footer-listen ul.kontakt,
#footer-listen ul.aktuelles {
	display: none !important;
}
}

#footer-listen ul {
	float: left;
	margin: 0 0 0 10px !important;
}

#footer-listen ul.service {
	width: 140px;
	float: left;
	margin: 0 0 0 10px;
}


#footer-listen ul ul {
	margin: 0 20px;
	float: left;
	width: 140px !important;
}

#footer-listen ul ul ul {
	margin: 0 !important;
}

#footer-listen ul.service li ul {
	width: 135px !important;
	float: left;
	margin: 0;
}

#footer-inhalt ul li h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #b8b8b8;
	padding: 15px 0 0px 0;
	margin: 0 0 8px 0;
}

#footer-inhalt ul ul li {
	font-size: 1em;
	margin: 6px 0;
	list-style-type: none;
}

#footer-inhalt ul ul li a {
	color: #717171;
	font-size: 1.3em;
	display: block;
	margin: 4px 0;
	padding: 0 0 0 8px;
	font-weight: normal;
	background:url(../images/pfeil-grau.gif) 0 3px no-repeat;
}

#footer-inhalt ul li a:hover {
	color: #000;
}


#footer-inhalt ul li {
	font-size: 1em;
	margin: 6px 0;
	list-style-type: none;
}

#footer-inhalt ul li a {
	color: #717171;
	font-size: 1.3em;
	display: block;
	margin: 4px 0;
	padding: 0 0 0 8px;
	font-weight: normal;
	background:url(../images/pfeil-grau.gif) center left no-repeat;
}

/* */
.bildlinkstextrechts {
	margin: 0 0 10px 0;
}

/* Kontaktformular */

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #fff;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
}

.formgen input {
	margin: 10px 0;
	background: #fff;
}


/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: #000;
	font-size: 1.3em;
	margin: 10px 0;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	height: 40px;
	text-align: center;
	background-color: #006699;
	border: 1px solid #000;
	float: left;
	color: #FFFFFF;
	margin: 0 0 0 120px;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


/* Ende Kontaktformular */

/* Newsletter Anmeldung */

#newsletter form {
	margin: 10px 0;
}

#newsletter form span {
display: block;
float: left;
margin:0 10px;
font-size: 1.3em;

}

#newsletter form label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px 15px 0;
	font-size: 1.3em;
}

#newsletter form input {
	float: left;
	margin: 0 0 15px 10px;
	width: 200px;
	font-size: 1.2em;
	
}

#newsletter form input.radio {
	float: left;
	width: 12px;
}

#newsletter form input.cr_number {
	width: 40px;
}


/*Typo*/
h1 {
	font-size: 1.8em;
	color: #b51621;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	color: #b51621;
	font-weight: normal;
	margin: 0 0 3px 0;
}

h3 {
	font-size: 1.3em;
	color: #b51621;
	font-weight: normal;
	margin: 0 0 5px 0;
}

p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
	margin: 0 0 5px 0;
}

p a {
	font-size: 1em;
	color: #000;
	text-decoration: underline !important;
	background:url(../images/pfeil-rot.gif) center left no-repeat;
	padding: 0 0 0 8px;
}

p a:hover {
	color: #b51621;
	background:url(../images/pfeil-schwarz.gif) center left no-repeat;
	
}

ul,ol {
	margin: 10px 0 10px 12px;
	padding: 0;
	font-size: 1em;
}

* + html ul {
	margin: 10px 0 10px 17px;
}

* + html ol {
	margin: 10px 0 10px 17px;
}

ol li,
ul li {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
	list-style-type: circle;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
}

ol ul li {
	font-size: 1em;
}

/* Helferlein */
span.unterschrift {
	display: block;
	width: 128px;
	height: 58px;
	float:left;
	background:url(../images/unterschrift_stodden.gif) center left no-repeat;
}

span.unterschrift span {
	display: none;
}

.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

.last {
margin: 0;
border: none;
}
