
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
    background: #6B121F;
  }

body
  {
    position: relative;
    height: 100%;
    font: 80%/1.4 Arial, Helvetica, sans-serif;
    color: #000000;
  }

* html body
  {
    text-align: center;
  }

#wrap1
  {
    min-height: 100%;
    width: 880px;
    margin: 0 auto;
    background: url(g/wrapback.gif) top left repeat-y;
  }

* html #wrap1
  {
    height: 100%;
    text-align: left;
  }

hr.foot
  {
    visibility: hidden;
    clear: both;
  }

#header
  {
    position: relative;
    height: 100px;
    background: url(g/headback.gif) left bottom no-repeat #6B121F;
  }

#header h1,
#header h2
  {
    text-indent: -99999px;
  }

#skiplink a
  {
    position: absolute;
    left: -1000px;
  }

#skiplink a:focus,
#skiplink a:active
  {
    height: auto;
    left: 180px;
    top: .5em;
    background: #E1C29C;
    color: black;
    border: 1px solid #E1C29C;
    padding: 3px;
    line-height: 1em;
  }

#meta
  {
    position: absolute;
    right: 60px;
    bottom: 0;
  }

#meta li
  {
    display: inline;
    float: right;
    margin: 0.5em 0 0.5em 2em;
  }

#meta li a
  {
    background: url(g/arrow.gif) left center no-repeat;
    padding-left: 16px;
    font-weight: bold;
    color: #D3B8BC;
  }

#meta li strong a
  {
    background-image: url(g/arrowx.gif);
    color: #FFFFFF;
  }

#main
  {
    position: relative;
    background: url(g/mainback.gif) left top no-repeat;
    padding: 20px 60px 20px 180px;
  }

#jump
  {
    display: none;
  }

#nav
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 195px;
  }

* html #nav
  {
    left: -180px;
  }

#nav ul
  {
    margin-top: 2em;
  }

#nav li
  {
    height: 10em;
  }

#nav li span
  {
    display: block;
    width: 180px;
    background: url(g/goldline.gif) left bottom no-repeat;
    padding-bottom: 8px;
  }

#nav li strong span
  {
    width: 195px;
  }

#nav li a
  {
    font-size: 1.2em;
    font-weight: bold;
    color: #D3B8BC;
  }

#nav li strong a
  {
    color: #FFFFFF;
  }

#nav ul ul
  {
    margin-top: 0;
  }

#nav li li
  {
    height: auto;
    padding-left: 20px;
  }

#nav li li a
  {
    font-size: 1em;
  }

#banner
  {
    height: 180px;
  }

#cont
  {
    margin: 20px;
  }

#cont.side
  {
    margin-right: 200px;
  }

#sidebar
  {
    display: inline;
    float: right;
    width: 160px;
    margin: 20px;
    font-size: 0.9em;
  }

#sidebar div
  {
    margin-bottom: 1.2em;
  }

#sidebar div.img img
  {
    display: block;
    border: 2px solid #D6AE7E;
  }

#sidebar div.img p
  {
    background: #D6AE7E;
  }

#sidebar div.box
  {
    padding: 10px;
    background: #D6AE7E;
  }

#sidebar div.box h2
  {
    margin: -10px; /* neutralisiert .box-Padding */
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #6B121F;
    line-height: 1em;
    color: #E1C29C;
  }

#cont h3,
#cont h4,
#cont p,
#cont ul,
#cont ol,
#cont form,
#cont table
  {
    margin-bottom: 1em;
  }

#cont h3
  {
    font-size: 1.6em;
    font-weight: bold;
    color: #7A1F2D;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
  }

#cont h4
  {
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.3em;
  }

#cont h5
  {
    font-weight: bold;
    color: #7A1F2D;
    margin-bottom: 0.1em;
  }

#cont ul
  {
    list-style-type: square;
  }

#cont ol
  {
    list-style-type: decimal;
  }

#cont li
  {
    display: list-item;
    margin-left: 1.5em;
    margin-top: 0.4em;
  }

#cont ul.pos li
  {
    margin-top: 0.1em;
  }

#cont li:first-child
  {
    margin-top: 0;
  }

#cont a,
#sidebar a
  {
    font-weight: bold;
    color: #CC223B;
  }

#cont td
  {
    padding: 1em 0 0 2em;
    vertical-align: top;
  }

#cont td p
  {
    margin: 0;
  }

#cont tr:first-child td
  {
    padding-top: 0;
  }

#cont td:first-child
  {
    padding-left: 0;
  }

#cont td.ra
  {
    text-align: right;
  }

#cont tr.error td.label
  {
    font-weight: bold;
    color: #CC0000;
  }

#cont input,
#cont select,
#cont textarea
  {
    border: solid #C28C4A;
    border-width: 0 0 1px 1px;
    background-color: #F0E0CC;
    padding: 0.2em 0.4em;
  }

#cont form.contact input,
#cont form.contact textarea
  {
    width: 320px;
  }

#cont input:focus,
#cont select:focus,
#cont textarea:focus
  {
    border-color: #7A1F2D;
    background-color: #F5EADD;
  }

#cont input.button
  {
    width: auto;
    border: 0;
    margin-right: 1em;
    background-color: #6B121F;
    color: #FFFFFF;
    cursor: pointer;
  }

#cont .route
  {
    font-size: 90%;
  }

#cont .route td
  {
    padding: 0.4em 0 0 1em;
  }

#cont .route td.labelcell
  {
    padding-left: 0;
  }

#cont .route input,
#cont .route select
  {
    font-size: 90%;
    width: 160px;
    padding: 0.2em 0;
  }

#cont .route input#fromplz
  {
    width: 50px;
  }

#cont .weinliste
  {
    width: 100%;
  }

#cont .weinliste td
  {
    width: 1%;
  }

#cont .weinliste .text
  {
    width: auto;
    padding-left: 1em;
  }

#cont .weinliste .text p
  {
    margin-bottom: 0.2em;
    font-size: 0.9em;
  }

#cont .weinliste .text span
  {
    color: #995400;
  }

#cont .weinliste .preis
  {
    font-weight: bold;
  }

#cont .weinliste .preis p
  {
    margin-bottom: 0.2em;
  }

#cont .weinliste .preis .grund
  {
    font-size: 0.9em;
    font-weight: normal;
    color: #995400;
  }

#cont .weinliste .jahrgang,
#cont .weinliste .inhalt,
#cont .weinliste .preis,
#cont .weinliste .cart
  {
    text-align: right;
    white-space: nowrap;
  }

#cont .weinliste .cart a
  {
    display: block;
    margin: 0.2em 0 0;
    padding: 0.2em 0.4em;
    background: #6B121F;
    color: #FFF3CC;
    font-size: 0.8em;
    font-weight: normal;
  }

#cont .weinliste .cart a:hover
  {
    text-decoration: none;
  }

#cont .weindaten
  {
    border-top: 1px solid #C28C4A;
  }

#cont .weindaten td
  {
    font-size: 0.9em;
    border-bottom: 1px solid #C28C4A;
    padding: 0.3em 1.5em 0.3em 0.3em;
  }

#cont .weindaten tr:first-child td
  {
    padding-top: 0.3em;
  }

#cont .weindaten td.value
  {
    padding-right: 0.3em;
  }

#cont #preis span
  {
    color: #995400;
  }

#cont #add2cart input.text
  {
    width: 4em;
    text-align: right;
  }

#cont .cart td,
#cont .cart th
  {
    font-size: 0.9em;
    font-weight: normal;
    border-bottom: 1px solid #C28C4A;
    padding: 0.3em 1.5em 0.3em 0.3em;
  }

#cont .cart th
  {
    font-weight: bold;
    text-align: left;
    color: #C28C4A;
  }

#cont .cart input.text
  {
    width: 2em;
    border: 0;
    text-align: right;
  }

#cont .cart .ra
  {
    white-space: nowrap;
  }

#cont #gmapLarge
  {
    width: 440px;
    height: 580px;
    border: 2px solid #D6AE7E;
  }

#cont #gmapSide
  {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }

#cont #gmapSmall
  {
    width: 320px;
    height: 320px;
    border: 2px solid #D6AE7E;
  }

#cont #gmapReset
  {
    width: 320px;
    text-align: right;
  }

#cont .posinfo
  {
    clear: both;
  }

#cont .textimage-right
  {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }

#cont .gallery p.thumb
  {
    margin: 0 8px 8px 0;
    border: 1px solid #C28C4A;
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
  }

#cont .gallery p.thumb img
  {
    margin: 9px;
  }

#cont .gallery p.zoom,
#cont .gallery p.desc
  {
    margin: 10px 0;
  }

#cont .gallery p.zoom img
  {
    margin: 0;
  }

#cont .gallery hr
  {
    clear: left;
    display: none;
  }

.rte-align-left {
	float: left;
	margin: 0 1em 0.5em 0;
}

.rte-align-right {
	float: right;
	margin: 0 0 0.5em 1em;
}

.ht-zoom {
    cursor: pointer;
}

#lbCloseLink {
    width: 20px;
    overflow: hidden;
    background-position: right center;
}

#lbOverlay,
#lbCenter,
#lbBottomContainer {
    z-index: 99;
}

