/* -- CSS-Vorlage weinhaus-lichtenberg.de by BMuench -- */

html {
  height: 100%;
  background: url(../images/background3.jpg) repeat;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75%;
}


body {
  height: 100%;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  /*  border: 2px solid green; */
}

#inhalt {
  text-align: left;
  vertical-align: middle;
  margin: -7px auto;
  padding: 0px;
  width: 950px;
  background: url(../images/background_inhalt.png) repeat;
  border: 1px solid lightgrey;
        opacity:0.90;
        filter:alpha(opacity=90);
}

#content {
  position:relative;
  background:transparent;
  margin:240px 0 0 190px;
  width:600px;
  overflow:auto;
  /*border: 2px solid silver; */
}

.nav {
  position:absolute;
  width: 800px;
  padding: 8px;
  margin: 0 0 5px 170px;
  background: transparent;
/*    border: 2px solid green; */
}


#navCircle {
        margin: 0;
        padding: 0 0 12px 4px;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #000000;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 8px;
        color: #75012f;
        background: url(circle.gif) no-repeat bottom center;
}



h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
      margin: 0;
      padding: 0;
}

ul {
      margin-left:20px;
}

p, li, LI, h4, h5, h6 {
      font-weight: normal;
      margin-right: 20px;
      font-size: 1.3em;
      margin-bottom:0.8em;
}

li {
      font-weight: normal;
      margin-right: 20px;
      font-size: 1.3em;
      margin-bottom:0.40em;
}

a:link {
        font-size: 1.01em;
        color: black;
        background-color:fdc0a0;
        text-decoration: underline;
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        }
a:visited {
        font-size: 1.01em;
        color: #693b38;
        background-color:fdc0a0;
        text-decoration: underline;
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        }

a:hover {
        color: #693b38;
        background-color:ffd9c5;
        text-decoration: underline;
        }

        .inputbox
        {
        background-color: #5A7BB8;
        border: 0px;
        border: 2px solid #0F3582;
        }

h1 {
      margin-top:1.6em;
      font-weight: bold;
      font-size: 1.6em;
      margin-bottom:1.6em;
}

h2 {
      margin-top:1.5em;
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom:1.3em;
}

h3 {
      margin-top:1.2em;
      font-weight: bold;
      font-size: 1.4em;
      margin-bottom:1.0em;
}