/* Allgemein --- Anfang --- */

body {
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    color: #003300;
    background: #ffffcc url(../bilder/bg_body_final_01.gif) 0 0 repeat-x;
    text-align: center;
}

/* Allgemein --- Ende --- */
/* Links --- Anfang --- */

a {
    color: #003300;
    background: transparent;
    text-decoration: underline;
}

a:hover {
    color: #ffcc66;
    background: #FF9933;
    text-decoration: none;
}

a img {
    border: 0 none;
}

/* Links --- Ende --- */

h1 {
    font: 2em Tahoma, Arial, Helvetica, sans-serif;
    margin: 0 0 15px 0;
    color: #a19489;
    padding-right: 10px;
    text-indent: -999em;
    background: transparent no-repeat 0 5px;
}

h2 {
    font: 1.4em Georgia, Tahoma, Arial, Helvetica, sans-serif;
    padding: 5px 0;
    color: #003300;
    background: transparent;
    margin: 0.5em 0;
}

h3, h4 {
    font: 1.4em Tahoma, Arial, Helvetica, sans-serif;
    color: #38322A;
    background: #339933;
    padding: 2px 5px;
    margin: 0.5em 0;
}

h4 {
    font-style: italic;
}

h5, h6 {
    font-size: 1.0em;
    margin: 0.5em 0;
}

h6 {
    font-style: italic;
}

input, textarea, p, a, th, td, blockquote, li, label {
    font-size: 0.80em;
}

li h3, li p, li a, p a, td a, td p, td h2, td h3, td h4, td h5 {
    font-size: 1.05em;
}

#banner {
    display: none;
}

#alles {
    position: relative;
    width: 986px;
    margin: 0 auto;
    text-align: left;
    background: #ffffcc;
}

#alles p.footer {
    background: transparent;
    margin: 30px 215px 20px 185px;
    padding-top: 2px;
    border-top: 1px solid #339933;
}

#alles .footer a {
    text-decoration: none;
    padding: 1px;
}

#alles .footer a:link,
#alles .footer a:visited {
    color: #003300;
    background: transparent;
}

#alles .footer a:hover,
#alles .footer a:active,
#alles .footer a:focus {
    color: #38322A;
    background: #339900;
}

#logo a {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 290px;
    height: 123px;
    background: transparent;
}

#logo img {
    position: absolute;
    top: 30px;
    left: -2000em;
}

#navoben {
    position: absolute;
    top: 240px;
    left: 230px;
    width: 760px;
    list-style-type: none;
    z-index: 5;
}

#navoben li {
    display: inline;
}

#navoben a {
    display: block;
    float: right;
    color: #003300;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    text-decoration: none;
}

#navoben a:hover {
    color: #003300;
    background: transparent;
    border-bottom: 3px solid #003300;
}

#navoben a.akt {
    color: #003300;
    background: transparent;
    border-bottom: 3px solid #003300;
}

#topnavi {
    position: absolute;
    top: 105px;
    left: 840px;
    list-style: none;
    z-index: 10;
}

#topnavi li {
    display: inline;
}

#topnavi a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    border-bottom: 2px solid #ff9933;
}

#topnavi a:link,
#topnavi a:visited {
    color: #003300;
    background: transparent;
}

#topnavi a:hover,
#topnavi a:active,
#topnavi a:focus {
    color: #003300;
    background: transparent;
    border-bottom-color: #ff9933;
}

#topnavi a.akt:link,
#topnavi a.akt:visited {
    font-weight: bold;
    color: #003300;
    background: transparent;
    border-bottom-color: #003300;
}

#header {
    display: block;
    width: 986px;
    height: 245px;
    background: transparent url(../bilder/bg_header_final_06.jpg) top right no-repeat;
}

#main {
    width: 821px;
    margin: 0 0 0 165px;
    padding-top: 25px;
}

#rechtespalte {
    float: right;
    visibility: visible;
    width: 160px;
    padding-top: 5.8em;
}

#rechtespalte h2 {
    color: #bebcb5;
    background: transparent;
    padding: 0;
    margin: 10px 0 0 0;
}

#rechtespalte h3 {
    margin-top: 0;
    border-width: 0 0 1px 0;
}

#rechtespalte p {
    margin: 10px 5px;
    font-size: 70%;
    line-height: 1.3em;
}

#rechtespalte p.datum {
    margin: 10px 0 2px 0;
}

/*-------------------------------------------------------------------------*/
/* ANFANG Hauptinhalt*/
/*-------------------------------------------------------------------------*/

#inhalt {
    width: 600px;
    padding: 0 0 0 20px;
    margin: 0px;
}

#inhalt p {
    width: 600px;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: justify;
}

#inhalt img {
    float: left;
    padding-left: 0px;
    margin-top: 0px;
}

#inhalt .bild2 {
    float: right;
}

#inhalt .bild3 {
    float: right;
    padding-left: 10px;
}

#inhalt .bild4 {
    float: left;
    padding-right: 10px;
}



/* Linke Hauptnavigation */

#navlinks {
    position: absolute;
    font-family: Georgia, Helvetica, sans-serif;
    top: 370px;
    width: 150px;
    left: 0;
    z-index: 5;
}

#navlinks li {
    display: inline;
}

#navlinks .nav a {
    display: block;
    text-decoration: none;
    font-weight: lighter;
    padding: 6px 10px 6px 0;
    text-align: right;
    border-right: 1px solid #339933;
}

#navlinks .nav a:link,
#navlinks .nav a:visited {
    color: #003300;
    background: transparent;
}

#navlinks .nav a:hover,
#navlinks .nav a:active,
#navlinks .nav a:focus {
    color: #ffcc66;
    background: #339900;
    border-color: #003300;
}

#navlinks .nav a:link.akt,
#navlinks .nav a:visited.akt {
    color: #9c8861;
    background: transparent;
    border-color: #BEBCB5;
}

#navlinks p {
    text-align: right;
    font-size: 1.0em;
    font-weight: bolder;
    border-right: 1px solid #339933;
    padding: 6px 10px 6px 0;
}

#navlinks p.navleft {
    display: block;
    text-align: right;
    width: 143px;
    padding: 15px 0 10px 0;
}

#navlinks .navleft a {
    display: inline;
    width: auto;
    font-weight: normal;
    color: #BEBCB5;
    background: transparent;
    border: 0 none;
    padding: 0 3px 0 0;
}

#navlinks .navleft a:hover {
    color: #BEBCB5;
    font-weight: bold;
}

#navlinks p a {
    border: 0 none;
}

#login {
    position: absolute;
    top: -17px;
    left: 799px;
    width: 178px;
    border-left: 3px solid #38322A;
    padding: 35px 0;
    margin: 0 0 5px 0;
    text-align: center;
    z-index: 50;
}

#login fieldset {
    border: 0 none;
}
#login label {
    display: block;
    width: 180px;
    padding: 2px 0;
    font-size: 70%;
}

#login input {
    width: 110px;
    border: 1px solid #9c8861;
    color: #bebcb5;
    background: #ffcc66;
    padding: 1px 2px;
    margin: 0;
}

#login input.submit {
    padding: 0;
    margin: 5px 0;
    color: #38322A;
    width: auto;
    background: #ffcc66;
    border-color: #A3A097;
}

#login p {
    width: 180px;
    text-align: center;
    font-size: 70%;
    margin: 0;
    padding: 3px 0 0 0;
}

#inhalt a.linkicon {
    padding-left: 15px;
    color: #38322A;
    background: transparent url(video2brain/linkteaser4.gif) 0 2px no-repeat;
}

#inhalt a.linkicon:hover {
    padding-left: 15px;
    color: #38322A;
    background: transparent url(video2brain/linkteaser_hover4.gif) 0 2px no-repeat;
}

/* contentgestaltung admin-bereich */

#inhalt ul, #inhalt ol {
    margin: 10px 10px 15px 20px;
}

#inhalt li {
    padding: 3px 0;
}

#inhalt form {
    margin: 5px 0 5px 0;
}

#inhalt li h2 {
    color: #9d7944;
    background: transparent;
    margin: 0;
    padding: 0 0 5px 0;
}
#inhalt li h3 {
    color: #9c8861;
    height: 2em;
    background: transparent;
    border: 0 none;
    padding: 10px 0 0 0;
}

#inhalt li p {
    padding: 5px 0;
    margin: 0;
}

#inhalt form table {
    margin-right: 0;
}

#inhalt a {
    text-decoration: none;
}

#inhalt input.submit {
    padding: 2px 10px;
    border-width: 1px 2px 2px 1px;
}

#inhalt input.submitabstand {
    padding: 2px 10px;
    border-width: 1px 2px 2px 1px;
    margin: 2px 0;
}

#inhalt input.submitrechts {
    padding: 2px 10px;
    margin: 10px 0 20px 0;
    border-width: 1px 2px 2px 1px;
}

/* eigene seiten */

#inhalt .angebot1 {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

#inhalt .angebot1 li {
    position: relative;
    display: block;
    width: 196px;
    w\idth: 203px; /* Optimierung fuer IE 5.0 und IE 5.5 */
    float: left;
}

#inhalt li .header h3 {
    color: #38322A;
    background: transparent;
    margin: 0 10px;
    font-size: 120%;
    font-weight: bold;
}

#inhalt .header p {
    margin: 10px 10px 0 10px;
    font-size: 90%;
    color: #38322A;
    background: transparent;
}

.preisliste {
    font-family: Georgia, Helvetica, sans-serif;
    width: 110px;
}


.header {
    background: transparent;
    margin: 0 15px 0 0;
}

fieldset {
    font: 95% Verdana, Arial, Helvetica, sans-serif;
    width: 610px;
}

fieldset.tipps {
    border: 1px solid #009900;
    width: 610px;
    padding: 10px;
    }

fieldset.special {
    border: 1px solid #009900;
    width: 590px;
    padding: 10px;
    }


legend {
    background: transparent;
    margin-left: 10px;
    font-size: 15px;
    color: #003300;
}

label {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
 }

 label.leer {
    margin-top: 10px;
    margin-left: 5px;
    width: 255px;
    height: 30px;
 }

 label.impressum {
    width: 150px;
    text-align: left;
    height: 25px;
 }



 label.saison {
    text-align: center;
    width: 71px;
    margin-left: 10px;
    margin-top: 10px;
    height: 30px;
 }

 label.preise {
    text-align: center;
    width: 71px;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 17px;
}

 label.preise1 {
    text-align: center;
    width: 71px;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 17px;
    background-color: #99CC66;
}

label.artikel {
    margin-left: 5px;
    width: 255px;
    text-align: left;
}

label.artikel1 {
    margin-left: 5px;
    width: 255px;
    text-align: left;
    background-color: #99CC66;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
    display: block;
    float: left;
    width: 95px; /* Breite.*/
    margin-bottom: 10px;
    margin-right: 10px;
    /* border: 1px solid black; */
    height: 17px;
    cursor: pointer;
}
