/* Farben:
    gruen: 131,187,38
    hellgruen:170,243,49
    braun: 120,45,38
    braun-blass: 213,189,167
    hintergrund: 255,255,225
    hintergrund-blass:230,230,203
*/

@font-face { font-family:'Benguiat Gothic'; src:url(fonts/Benguiat_Gothic_Regular.woff) }
@font-face { font-family:'Benguiat Gothic'; src:url(fonts/Benguiat_Gothic_Bold.woff);font-weight:bold }

html {
    width:100%;
    background:rgb(255,255,255);
    margin:0px auto 0px auto;
}

body {
    width:1000px;
    height:760px;
    margin:10px auto 0px auto;
    background:rgb(255,255,225);
    border-style:solid;
    border-color:rgb(131,187,38);
    border-width:3px;
    font-family:Benguiat Gothic;
    position:relative;
}

div.ueberschrift1 {
    font-weight:bold;
    font-size:20px;
}

div.ueberschrift2 {
    font-size:12px;
}

a.hoverunterstrichen {
    text-decoration:none;
}

a.hoverunterstrichen:hover {
    text-decoration:underline;
}

a.nolink {
    text-decoration:none;
}

div.systemmeldung {
    width:60%;
    background:rgb(255,255,255);
    font-size:14px;
    margin:20px auto 0px auto;
    border:solid 2px rgb(213,189,167);
}

div.systemmeldung table td{
    text-align:left;
}

#meldung{
    position:absolute;
    top:60px;
    left:10px;
    background:rgb(255,200,200);
    border-style:solid;
    border-color:rgb(200,0,0);
    border-width:2px;
    box-shadow:5px 5px 5px rgb(100,100,100);
    -ms-box-shadow:5px 5px 5px rgb(100,100,100);
    -moz-box-shadow:5px 5px 5px rgb(100,100,100);
    -webkit-box-shadow:5px 5px 5px rgb(100,100,100);
    -o-box-shadow:5px 5px 5px rgb(100,100,100);
    transform:rotate(-20deg);
    width:280px;
    z-index:99;
    text-align:center;
    padding:10px 3px 10px 3px;
}

#titel {
    width:998px;;
    height:180px;
    text-align:center;
    color:rgb(120,45,38);
    position:relative;
}

#titel img.logo {
    width:360px;
    margin:20px auto 0px auto;
}

div.giselefiand {
    position:absolute;
    top:130px;
    left:460px;
    text-align:left;
}

#menueleiste {
    width:998px;
    height:30px;
    margin:10px auto 0px auto;
}

table.hauptmenue {
    text-align:center;
    padding:0px;
}

table.hauptmenue td {
    text-align:center;
    vertical-align:middle;
    background:rgb(131,187,38);
    height:22px;
}

table.hauptmenue a {
    color:rgb(255,255,225);
    text-decoration:none;
    display:block;
}

table.hauptmenue a:hover {
    color:rgb(120,45,38);
    background:rgb(170,243,49);
}

#inhalt {
    width:990px;
    height:526px;
    text-align:center;
    font-size:16px;
    margin:10px auto 0px auto;
    color:rgb(120,45,38);
    overflow:auto;
    position:relative;
}

#inhalt img.titelbild {
    width:420px;
    margin:16px auto 0px auto;
    box-shadow:5px 5px 5px rgb(100,100,100);
    -ms-box-shadow:5px 5px 5px rgb(100,100,100);
    -moz-box-shadow:5px 5px 5px rgb(100,100,100);
    -webkit-box-shadow:5px 5px 5px rgb(100,100,100);
    -o-box-shadow:5px 5px 5px rgb(100,100,100);
}

div.jetztgeoeffnet {
    font-style:italic;
    font-weight:bold;
    font-size:12px;
    position:absolute;
    top:500px;
    left:4px;
}

table.adresszeile {
    width:988px;
    padding:0px;
    margin:0px auto 0px auto;
}

table.adresszeile td {
    text-align:left;
    font-size:14px;
}

#fusszeile {
    position:absolute;
    width:994px;
    height:10px;
    top:764px;
    text-align:right;
    font-size:12px;
}

#fusszeile table {
    text-align:right;
    border-collapse:collapse;
    margin:0px 0px 0px auto;
}

#fusszeile table td {
    padding-left:8px;
    vertical-align:top;
}

#fusszeile a {
    color:rgb(0,0,0);
    text-decoration:none;
    border:none;
}

/*�ber uns*/

table.hauptbilder {
    width:960px;
    margin:20px auto 0px auto;
    text-align:center;
}

img.hauptbild {
    width:340px;
    box-shadow:5px 5px 5px rgb(100,100,100);
    -ms-box-shadow:5px 5px 5px rgb(100,100,100);
    -moz-box-shadow:5px 5px 5px rgb(100,100,100);
    -webkit-box-shadow:5px 5px 5px rgb(100,100,100);
    -o-box-shadow:5px 5px 5px rgb(100,100,100);
}

img.ueberbilder {
    width:200px;
    box-shadow:5px 5px 5px rgb(100,100,100);
    -ms-box-shadow:5px 5px 5px rgb(100,100,100);
    -moz-box-shadow:5px 5px 5px rgb(100,100,100);
    -webkit-box-shadow:5px 5px 5px rgb(100,100,100);
    -o-box-shadow:5px 5px 5px rgb(100,100,100);
}

/*�ffnungszeiten*/

table.oeffnungszeiten {
    width:800px;
    margin:20px auto 0px auto;
    padding:0px;
}

table.oeffnungszeiten td {
    height:30px;
    background:rgb(255,255,225);
    color:rgb(120,45,38);
    font-size:18px;
    border:1px solid rgb(131,187,38);
}

/*Anfahrt*/

div.anfahrt {
    margin:10px auto 0px auto;
}

div.anfahrt iframe {
    box-shadow:5px 5px 5px rgb(100,100,100);
    -ms-box-shadow:5px 5px 5px rgb(100,100,100);
    -moz-box-shadow:5px 5px 5px rgb(100,100,100);
    -webkit-box-shadow:5px 5px 5px rgb(100,100,100);
    -o-box-shadow:5px 5px 5px rgb(100,100,100);
}

/*Newsletter*/

form.newsletter {
    margin:10px auto 0px auto;
}

table.newsletterformular {
    padding:0px;
    margin:0px auto 0px auto;
    width:300px;
}

table.newsletterformular td {
    text-align:left;
}

table.newsletterformular td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

input.tf_lang {
    width:300px;
    font-size:16px;
    font-family:Arial;
}

input.bt_submit {
    font-family:Benguiat Gothic;
    font-size:16px;
    background:rgb(213,189,167);
    color:rgb(120,45,38);
}

/*Kontakt*/

form.kontakt {
    margin:10px auto 0px auto;
}

table.kontaktformular {
    padding:0px;
    margin:0px auto 0px auto;
    width:300px;
}

table.kontaktformular td {
    text-align:left;
}

table.kontaktformular td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

input.tf_lang {
    width:300px;
    font-size:16px;
    font-family:Arial;
}

textarea.nachricht {
    width:298px;
    height:180px;
    font-size:16px;
    font-family:Arial;
}

input.bt_submit {
    font-family:Benguiat Gothic;
    font-size:16px;
    background:rgb(213,189,167);
    color:rgb(120,45,38);
}

/*Intern*/

form.intern {
    margin:10px auto 0px auto;
}

table.internformular {
    padding:0px;
    margin:0px auto 0px auto;
    width:300px;
}

table.internformular td {
    font-size:16px;
    text-align:left;
}

table.internformular td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

table.aufrufstatistik {
    margin:20px auto 0px auto;
    text-align:left;
    width:300px;
    border:solid 2px rgb(120,45,38);
    border-collapse:collapse;
    font-size:12px;
}

table.aufrufstatistik td {
    border:solid 1px rgb(120,45,38);
    padding:2px;
    width:33.33%;
}

/*i_aktuelles*/

form.i_aktuelles {
    margin:10px auto 0px auto;
}

table.i_aktuelles {
    padding:0px;
    margin:0px auto 0px auto;
    width:500px;
}

table.i_aktuelles td {
    font-size:16px;
    text-align:left;
}

table.i_aktuelles td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

table.i_aktuelles input.tf_lang {
    width:500px;
    font-size:16px;
    font-family:Arial;
}

textarea.meldung {
    width:498px;
    height:100px;
    font-size:16px;
    font-family:Arial;
}

div.htmltext {
    width:980px;
    height:100px;
    padding:2px;
    background:rgb(230,230,203);
    margin:10px auto 0px auto;
    text-align:justify;
    overflow:auto;
}

/*i_passwort*/

form.i_passwort {
    margin:10px auto 0px auto;
}

table.i_passwort {
    padding:0px;
    margin:0px auto 0px auto;
    width:500px;
}

table.i_passwort td {
    font-size:16px;
    text-align:left;
}

table.i_passwort td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

table.i_passwort input.tf_lang {
    width:500px;
    font-size:16px;
    font-family:Arial;
}

/*i_urlaubplanen*/

form.i_urlaubplanen {
    margin:10px auto 0px auto;
}

table.i_urlaubplanen {
    padding:0px;
    margin:0px auto 0px auto;
    width:150px;
}

table.i_urlaubplanen td {
    font-size:16px;
    text-align:left;
}

table.i_urlaubplanen td.formularfeldbeschriftung {
    font-size:14px;
    padding-top:5px;
}

table.i_urlaubplanen input.tf_datum {
    width:150px;
    font-size:16px;
    font-family:Arial;
    position:relative;
}

table.i_oeffnungszeiten {
    width:900px;
    margin:20px auto 0px auto;
}

table.i_oeffnungszeiten td {
    height:30px;
    background:rgb(255,255,225);
    color:rgb(120,45,38);
    font-size:18px;
    border:1px solid rgb(131,187,38);
}
