/*
 *  Seewinkelhof Salzl Cascaded Style Sheet
 *
 *  Copyright (C) 2006 Herbert Nachtnebel for Salzl OEG
 */
@media screen, projection
{
  html, body
  {
    font-size: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body
  {
    font-size: 85%;
    color: #BBB;
    background-color: black;
  }

  img
  {
    border: none;
    margin: 0;
    padding: 0;
  }

  table
  {
    font-size: 100%;
    padding-bottom: 0.5em;
  }
  
  table caption
  {
    padding-top: 0.5em;
/*  font-family: georgia, times new roman, times, serif;  */
    font-size: 125%;
    color: white;
    border-bottom: 1px solid #444;
  }
  
  table th
  {
    vertical-align: bottom;
    padding: 0.75em;
    text-align: center;
  }
  
  table td
  {
    text-align: center;
  }
  
  table.price th
  {
    text-align: left;
    padding-left: 0;
    border-bottom: 1px solid #444
  }
  
  table.wine td,
  table.price td
  {
    text-align: left;
    vertical-align: top; 
    padding-right: 1em;
  }
  
  table.impressum td
  {
    text-align: justify;
    vertical-align: top; 
    padding-right: 1em;
    background-color: #080808;
  }
  
  table.addr td
  {
    width: 40%;
    text-align: left;
    vertical-align: top; 
    padding-right: 1em;
    padding-bottom: 1em;
  }

  body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
  {
    font-family: verdana, arial, geneva, swiss, helvetica, sans-serif;
  }

  body a:link
  {
    color: #BBB;
    text-decoration: none;
  }

  body a:visited
  {
    color: #BBB;
    text-decoration: none;
  }

  body a:hover
  {
    color: white;
    text-decoration: none;
  }
  
  .red
  {
    color: #B00;
  }

  div#content
  {
    width: 780px;
    min-height: 500px;
    height: auto !important;
    height: 500px;

    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -390px;
  }

  div#content-centered
  {
    width: 780px;
    min-height: 500px;
    height: auto !important;
    height: 500px;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:  -250px;
    margin-left: -390px;
  }

  div#banner
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 55px;
    height: 70px;
  }

  div#banner dl
  {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    margin: 25px 0px;
  }

  div#banner dt
  {
    float: left;
    display: inline;
  }

  div#banner dd
  {
    float: right;
    display: inline;
    margin: 7px 5px;
  }


  .banner-1stcol,
  .banner-2ndcol
  {
    margin-top: 100px;
    padding-top: 10px;
    width: 49.9%;
    float: left;
  }

  .banner-1stcol
  {
    border-right: 1px solid #BBB;
  }

  .banner-text,
  .banner-1stcol,
  .banner-2ndcol
  {
    text-align: center;
    font-size: 1.4em;
  }

  .center
  {
    margin: auto;
    text-align: center;
  }

  div#text
  {
    border: 1px solid #444;
    clear: both;
    padding: 3em;
    margin-bottom: 20px;
    padding-bottom: 0;
    z-index: 20;
  }

  div#text p
  {
    text-align: justify;
    margin: 0;
    padding: 0;
    clear: left;

    line-height: 1.5em;
    padding-bottom: 0.5em;
  }

  div#text h1
  {
/*  font-family: georgia, times new roman, times, serif;  */
    font-size: 125%;
    color: white;
    clear: left;
    margin-bottom: 1em;
  }

  div#text h2
  {
/*  font-family: georgia, times new roman, times, serif;  */
    font-size: 110%;
    color: white;
    clear: left;
    margin-bottom: 1em;
  }

  div#text h3
  {
/*  font-family: georgia, times new roman, times, serif;  */
    font-size: 110%;
    font-style: italic;
    color: white;
    clear: left;
    margin-bottom: 1em;
  }

  div#text div#LE
  {
    float: left;
    clear: left;
    margin: 0;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.6em;
  }

  div#text div#RI
  {
    float: right;
    clear: right;
    padding: 0;
    margin: 0;
    margin-left: 4em;
    margin-bottom: 20px;
  }

  div#text div#align
  {
    clear: both;
    padding: 0;
    margin: 0;
  }
  
  div#text table
  {
    clear: left;
  }

  div#ie-warning
  {
    color: red;
    margin: 20px;
    text-align: center;
    background: white;
    z-index: 1000;
  }

  div#ie-warning p
  {
    margin: 0;
    padding: 5px;
  }


  #menu
  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 50px;
  }
  
  #menu ul
  {
    padding: 0;
    margin: 0;
    display: inline;
  }

  #menu li
  {
    float: left;
    display: block;
    position: relative;
    padding: 2px 4px;
    margin-right: 2px;
    z-index: 100;
    background: #111;
  }
  
  #menu li.right,
  #menu li.rightover
  {
    float: right;
  }

  #menu li a,
  #menu li a:visited
  {
    display: block;
  }

  #menu dl
  {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }

  #menu dt
  {
    float:left;
    margin: 0;
    padding: 2px 4px;
    border-right:  1px solid black;
    border-bottom: 2px solid black;
  }

  #menu dd
  {
    display: none;
    clear: left;
    margin: 0;
    padding: 2px 4px;
    text-align: left;
    background: #111;
  }

  #menu dt a,
  #menu dd a,
  #menu dt a:visited,
  #menu dd a:visited
  {
    display: block;
    text-decoration: none;
    color: #BBB;
  }

  #menu li a:hover
  {
    border: 0;
  }

  #menu li:hover dl,
  #menu li a:hover dl
  {
    border-bottom: 4px solid #111;
  }

  #menu li.over dd,
  #menu li.rightover dd,
  #menu li.over a:hover dd,
  #menu li.rightover a:hover dd,
  #menu li:hover dd,
  #menu li a:hover dd
  {
    display: block;
  }

  #menu li.over,
  #menu li.rightover,
  #menu li:hover,
  #menu li:hover dt,
  #menu li a:hover dt
  {
    background: #222;
  }

  #menu dt a:hover,
  #menu dd a:hover
  {
    color: white;
    background: #222;
  }


  #navigation
  {
    padding: 0;
    margin-top: 0.75em;
    float: right;
    font-size: 75%;
    text-align: center;
  }

  #navigation ul
  {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
  }

  #navigation li
  {
    float: left;
    padding: 2px 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #111;
  }
  
  #navigation li.over,
  #navigation li.rightover,
  #navigation li:hover
  {
    background: #222;
  }

  #navigation li span
  {
    color: #F00;
  }

}
