html {
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 100.01%;
    color: #1d94c5;
}

body {
    background-color: #e9e9e9;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
}

/* MSIE: */
* html, * html body {
    overflow: hidden;
}


/* ACHTUNG:
#KopfContainer wird
aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php => function neuAufbau"
via JavaScript angepasst! */

#KopfContainer {
    position: fixed;
    top: 0; right: 0; left: 0px;
    min-width: 760px; /* <= siehe auch "spacerKopf" und "spacerMittlereSpalte" */
    height: 202px;
    padding: 0;
    margin: 0;
    z-index: 3;
}

/* MSIE: */
/* damit MSIE "Scroll-Platz" am rechten Rand laesst => "right: 16px;" */
* html #KopfContainer {
    position: absolute;
    right: 16px;
}


#Kopf {
    background-image: url(../assets/images/Kopf-Hintergrund.gif);
    background-repeat: repeat-x;
    position: relative;
    height: 100%;
    margin: 0px 0px 0px 0px;
    z-index: 3;
    overflow: hidden;
}

/* MSIE: */
* html #Kopf {
    margin-right: 1px;
}

.spacerKopf
/* Workaround, da (noch) nicht alle Browser
"min-width" kennen.
ACHTUNG:
1x in "index.php" eingetragen,
Abschnitt:
- id="Kopf" */ {
    width: 760px; /* <= "min-width" (siehe "#KopfContainer") */
    height: 0px;
    overflow: hidden;
}


#LogoInForm {
    background-image: url(../assets/images/in-form-Logo.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 91px;
    height: 15px;
    top: 18px; left: 35px;
    cursor: pointer;
    z-index: 6;
}


#LogoBremerSchluessel {
    background-image: url(../assets/images/Bremer-Schluessel-Logo.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 30px;
    top: 10px; right: 30px;
    cursor: pointer;
    z-index: 6;
}


#LogoVernetzungsstelleSchulverpflegungBremen {
    background-image: url(../assets/images/Logo-Vernetzungsstelle-Schulverpflegung-Bremen.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 957px;
    height: 202px;
    top: 0px; left: 0px;
    cursor: pointer;
    z-index: 4;
}


#KopfRahmenRechts {
    background-image: url(../assets/images/Kopf-Rahmen-rechts.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 239px;
    height: 202px;
    top: 0px; right: 0px;
    z-index: 5;
}

/* MSIE: */
* html #KopfRahmenRechts {
    right: -1px;
}


/* derzeit ungenutzt: */
#Sprachen {
    position: absolute;
    bottom: 4px; right: 10px;
    z-index: 4;
}

/* MSIE: */
* html #Sprachen {
    bottom: 12px;
}


/* ACHTUNG:
#LinkeSpalte wird
aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php => function neuAufbau"
via JavaScript angepasst! */

#LinkeSpalte {
    background-image: url(../assets/images/LinkeSpalte_Hintergrund.gif);
    background-repeat: repeat-y;
    position: fixed;
    left: 0px;
    margin-top: 200px;
    width: 171px;
    height: 100%;
    overflow: hidden;
    z-index: 7;
}

/* MSIE: */
* html #LinkeSpalte {
    position: absolute;
}

#LinkeSpalte ul {
    list-style-type: none;
}

#LinkeSpalte ul li {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
}

#Navigation {
    position: absolute;
    top: 0px; left: 11px;
    width: 153px;
    z-index: 7;
}

#Subnavigation {
    position: relative;
    padding: 3px 0 0 0px;
    margin: 2px 0 -5px -17px;
    background-color: #ffffff;
}

#Gemuese {
    position: absolute;
    bottom: 230px; right: 7px;
    z-index: 6;
}

/* MSIE: */
* html #Gemuese {
    right: 6px;
}

#Impressum {
    position: absolute;
    bottom: 205px; left: 20px;
    z-index: 7;
}

#Impressum a  { color: #FFF;
                font-size: 0.7em;
                font-weight: 600;
                font-style: normal;
                text-decoration: none; }

#Impressum a:hover, #Impressum a:active  { color: #1d94c5; }


/* ACHTUNG:
#Content wird
aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php => function neuAufbau"
via JavaScript angepasst! */

#Content {
    padding: 0 0 0 171px;
    margin: 0;
}

/* MSIE: */
* html #Content {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* gte IE 7:
ACHTUNG:
#Content fuer "gte IE 7" wird in
"style_website_gte_ie7.css"
angepasst! */

/* Safari:
ACHTUNG:
#Content
fuer Safari wird
in "style_website_special..." via
JavaScript angepasst! */


/* ACHTUNG:
#Tandem wird
aus Gestaltungs-Gruenden
in "style_website_special..." via
JavaScript angepasst! */

#Tandem {
    width: 100%;
    height: 100%;
}


.MittlereSpalte {
    background-color: #ffffff;
    width: 100%; /* <= erforderlich fuer IE 8 (wenn kein oder sehr wenig Content vorhanden) */
    height: 100%;
    padding-top: 210px;
}

/* MSIE: */
* html .MittlereSpalte {
    padding-top: 191px; /* <= erforderlich in Verbindung mit "#spacerMittlereSpalte" */
}

.spacerMittlereSpalte
/* Workaround, da (noch) nicht alle Browser
"min-width" kennen.
ACHTUNG:
3x in "index.php" eingetragen,
Abschnitte:
- "CONTENT AUSLESEN"
- "... falls KEIN CONTENT auszulesen ist"
- "Includes" einbinden" */ {

    width: 348px; /* <= "min-width" (760px, siehe "#KopfContainer")
                        -MINUS- "Content-padding-right" (171px, s.o.) UND
                        -MINUS- "RechteSpalte-width" (241px, s.u.) */
    height: 0px;
    overflow: hidden;
}


.RechteSpalte {
    background-image: url(../assets/images/RechteSpalte_Hintergrund.gif);
    background-repeat: repeat-y;
    width: 241px;
    height: 100%;
    padding-top: 202px;
}



.navi   { background-color: #8ed3f0;
          padding: 0.2em 0 0.2em 17px;
          border-bottom: 3px solid #FFF;

          margin: 0; color: #FFF; font-style: normal; font-weight: 600; font-size: 0.7em; }

.navi a:link, .navi a:visited  {
                    display: block; width: 100%;
                    color: #FFF; text-decoration: none; }

.navi a:hover, .navi a:active  {
                    display: block; width: 100%;
                    position: relative;
                    margin: -0.2em 0 -0.2em -17px;
                    padding: 0.2em 0 0.2em 17px;
                    background-color: #f4d144;

                    color: #FFF; text-decoration: none; }

/* MSIE: */
* html .navi a:hover, * html .navi a:active  {
                    margin: 0 0 0 -17px;
                    padding: 0 0 0 17px; }

/* IE 6 & 7:
ACHTUNG:
.navi a:hover, .navi a:active fuer
"IE 6 & 7" wird aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php" via
JavaScript angepasst! */


.navihighlight   { background-color: #f4d144;
                   padding: 0.2em 0 0.2em 17px;
                   border-bottom: 3px solid #FFF;

                   margin: 0; color: #FFF; font-style: normal; font-weight: 600; font-size: 0.7em; }

.navihighlight a:link, .navihighlight a:visited  {
                    display: block; width: 100%;
                    color: #FFF; text-decoration: none; }

.navihighlight a:hover, .navihighlight a:active  {
                    display: block; width: 100%;
                    position: relative;
                    margin: -0.2em 0 -0.2em -17px;
                    padding: 0.2em 0 0.2em 17px;
                    background-color: #f4d144;

                    color: #FFF; text-decoration: none; }

/* MSIE: */
* html .navihighlight a:hover, * html .navihighlight a:active  {
                    margin: 0 0 0 -17px;
                    padding: 0 0 0 17px; }

/* IE 6 & 7:
ACHTUNG:
.navihighlight a:hover, .navihighlight a:active fuer
"IE 6 & 7" wird aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php" via
JavaScript angepasst! */



.subnavi   { background-color: #8ed3f0;
             padding: 0.2em 0 0.2em 20px;
             border-left: 5px solid #FFF;
             border-bottom: 3px solid #FFF;

             margin: 0; color: #FFF; font-style: normal; font-weight: 600; font-size: 1em; }

.subnavi a:link, .subnavi a:visited  {
                    display: block; width: 100%;
                    color: #FFF; text-decoration: none; }

.subnavi a:hover, .subnavi a:active  {
                    display: block; width: 100%;
                    position: relative;
                    margin: -0.2em 0 -0.2em -20px;
                    padding: 0.2em 0 0.2em 20px;
                    background-color: #f4d144;

                    color: #FFF; text-decoration: none; }

/* MSIE: */
* html .subnavi a:hover, * html .subnavi a:active  {
                    margin: 0 0 0 -20px;
                    padding: 0 0 0 20px; }

/* IE 6 & 7:
ACHTUNG:
.subnavi a:hover, .subnavi a:active fuer
"IE 6 & 7" wird aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php" via
JavaScript angepasst! */


.subnavihighlight   { background-color: #f4d144;
                      padding: 0.2em 0 0.2em 20px;
                      border-left: 5px solid #FFF;
                      border-bottom: 3px solid #FFF;

                      margin: 0; color: #FFF; font-style: normal; font-weight: 600; font-size: 1em; }

.subnavihighlight a:link  { color: #FFF; text-decoration: none; }

.subnavihighlight a:visited  { color: #FFF; text-decoration: none; }

.subnavihighlight a:hover  { color: #FFF; text-decoration: none; }

.subnavihighlight a:active  { color: #FFF; text-decoration: none; }



.cont   { font-style: normal; font-weight: 500; font-size: 0.7em; line-height: 1.6em; }

.cont a:link  { color: #1d94c5; text-decoration: underline; }

.cont a:visited  { color: #1d94c5; text-decoration: underline; }

.cont a:hover  { color: #1d94c5; text-decoration: none; }

.cont a:active  { color: #1d94c5; text-decoration: underline; }


.cont_signal   { color: #E4361B; font-style: normal; font-size: 1em; line-height: 1.6em; }


.cont_green   { color: #B0C81F; font-style: normal; font-size: 1em; line-height: 1.6em; }


.contklein   { color: #1d94c5; font-style: normal; font-weight: 500; font-size: 0.8em; line-height: 1.5em; }



.container_standard { clear: both; margin: 0px 16px 0px 15px; }

.container_kopfbild { clear: both; margin: 5px 16px 0px 15px; }

.container_ueber {
    clear: both; margin: 0px 16px 0px 15px;
    font-size: 1.1em;
}
.container_ueber a:link  { color: #1d94c5; text-decoration: underline; }
.container_ueber a:visited  { color: #1d94c5; text-decoration: underline; }
.container_ueber a:hover  { color: #1d94c5; text-decoration: none; }
.container_ueber a:active  { color: #1d94c5; text-decoration: underline; }

.container_bild_und_text { clear: both; margin: 0px 16px 0px 15px; }

.bild_oberhalb_links { float: left; margin: 3px 15px 5px 0px; font-style: normal; font-weight: 500; }

.bild_oberhalb_rechts { float: right; margin: 3px 0px 5px 13px; font-style: normal; font-weight: 500; }

.bild_unterhalb_links { float: left; margin: 3px 15px 5px 0px; font-style: normal; font-weight: 500; }

.bild_unterhalb_rechts { float: right; margin: 3px 0px 5px 13px; font-style: normal; font-weight: 500; }



h1 { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 2.2em; }
h1 b { font-weight: 600; }

h2 { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 1.6em; }
h2 b { font-weight: 600; }

h3 { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 1.2em; }
h3 b { font-weight: 600; }

h4, .ueber { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 1.0em; }
h4 b, .ueber b { font-weight: 600; }

h5 { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 0.8em; }
h5 b { font-weight: 600; }

h6 { display: inline; color: #1d94c5; font-style: normal; font-weight: 500; font-size: 0.6em; }
h6 b { font-weight: 600; }



ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    background-image: url(../assets/images/topspot.gif);
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding: 0 0 0 20px;
}



/* derzeit ungenutzt: */
.back {
    visibility: hidden;
    clear: both;
    width: 100%;
    text-align: right;
    margin: 0 0 30px -16px;
}

.back a:link,
.back a:visited,
.back a:hover,
.back a:active {
    text-decoration: none;
}



.container_standardRechts {
    width: 241px;
    overflow: hidden;
}

#SurfInfoTeaser {
    width: 211px;
    padding: 0 0 0 8px;
}

/* MSIE: */
* html #SurfInfoTeaser {
    width: 219px;
}

.TeaserElement {
    width: 189px;
    border-bottom: 2px solid #a6e1fa;
    padding: 7px 11px 8px 11px;
    margin: 0;
}

/* MSIE: */
* html .TeaserElement {
    width: 211px;
}

.container_standardRechts a:link,
.container_standardRechts a:visited {
    color: #1d94c5;
    text-decoration: none;
}

.container_standardRechts a:hover,
.container_standardRechts a:active {
    color: #1d94c5;
    text-decoration: none;
}

.TeaserUeber {
    display: block;
    padding: 0 0 3px 0;

    color: #1d94c5;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
}

/* derzeit ungenutzt: */
.container_standardRechts a img {
    padding: 0px 20px 3px 20px;
}

/* MSIE: */
* html .container_standardRechts a img {
    padding: 0px 0px 3px 0px;
    position: relative;
    left: 20px;
}

/* derzeit ungenutzt: */
.TeaserBildText {
    display: block;
    padding: 0px 20px 5px 20px;

    font-style: italic;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.5em;
}

.TeaserText {
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.3em;
}

.TeaserMehr {
    cursor: pointer; /* fuer IE */
}

a:link .TeaserMehr,
a:visited .TeaserMehr {
    color: #f4d144;
    text-decoration: none;

    font-style: normal;
    font-weight: 600;
    font-size: 0.9em;
}

a:hover .TeaserMehr,
a:active .TeaserMehr {
    color: #f4d144;
    text-decoration: underline;

    font-style: normal;
    font-weight: 600;
    font-size: 0.9em;
}



.Sponsoren {
    margin: 0;
    padding: 0;
}

.Sponsoren img {
    margin: 20px 0 0 0;
    padding: 0;
}





/* Kontakt-Formular: */



.kontakt {
    white-space: nowrap; /* <= damit z. B. in "kontakt_en.php", "P.-Code/Place" nicht umbricht */
}

.kontakt, .kontakt .cont   { color: #1d94c5; font-style: normal; font-weight: 500; font-size: 1em; line-height: 1.6em; }

.kontakt td {
    padding: 0 7px 5px 0;
}

/* MSIE: */
* html .kontakt td {
    padding: 0 0 5px 0;
}

/* Opera:
ACHTUNG:
.kontakt td
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */

.kontakt .auswahlfeld {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 1em;
    color: #000000;
    background-color: #f2f2f2;
    border: solid 1px #92b8c5;
    padding: 1px 0 1px 5px;
}

.kontakt .eingabefeld {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 1em;
    color: #000000;
    background-color: #f2f2f2;
    border: solid 1px #92b8c5;
    padding: 1px 0 1px 5px;
    width: 100%;
}

.kontakt .PLZ {
    width: auto;
}

.kontakt .Ort {
    margin-right: -7px;
    width: auto;
}

/* MSIE: */
* html .kontakt .Ort {
    margin-right: 0px;
}

/* Opera:
ACHTUNG:
.kontakt .Ort
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */

.kontakt .submit {
    color: #1d94c5;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #f4d144;
    padding: 1px 3px 1px 3px;
    width: auto;
    cursor: pointer;

    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.kontakt #Werkstatt {
    margin-right: -7px;
}

/* MSIE: */
* html .kontakt #Werkstatt {
    margin-right: 0px;
}

/* Opera:
ACHTUNG:
.kontakt #Werkstatt
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */





/* derzeit ungenutzt: */
/* Kommunikations-Modul: */



.kommodRahmen {
    clear: both;
    border: dashed 1px #de4d13;
    margin: 0px 15px 20px 27px;
    padding: 10px 15px 0px 15px;
    background-color: #f2f2f2;
}



.kommodRahmen form {
    margin: 0;
    padding: 0;
}



.anker {
    position: relative;
    top: -138px;
    height: 0px;
    width: 0px;
    float: right;
}

/* lt IE 5.5:
ACHTUNG:
.anker fuer "lt IE 5.5" wird in
"style_website_lt_ie5.5.css"
angepasst! */

/* Safari:
ACHTUNG:
.anker
fuer Safari wird
in "style_website_special..." via
JavaScript angepasst! */



/* BOT-FALLE: */
.bvorname {
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: none;
}



.commodEingabe {
    margin-top: 10px;
    width: 100%;
}

/* MSIE: */
* html .commodEingabe {
    color: #000000;
    font-size: 1em;
    width: 85%;
}

.commodEingabe td {
    padding: 0 7px 5px 0;
}

/* MSIE: */
* html .commodEingabe td {
    padding: 0 0 5px 0;
}

/* gte IE 7:
ACHTUNG:
.commodEingabe td fuer "gte IE 7" wird in
"style_website_gte_ie7.css"
angepasst! */

/* Opera:
ACHTUNG:
.commodEingabe td
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */

.commodEingabe .feldbeschreibung {
    width: 1px; /* <= damit das Tabellenfeld den Inhalt eng umschliesst */
    overflow: visible;
}

/* lt IE 5.5:
ACHTUNG:
.commodEingabe .feldbeschreibung fuer "lt IE 5.5" wird in
"style_website_lt_ie5.5.css"
angepasst! */

.commodEingabe .feldbeschreibung div {
    margin-right: 3px; /* <= ergibt sich aus den Werten von ".commodEingabe td" (muss i. d. Summe 10px ergeben) */
}

/* MSIE: */
* html .commodEingabe .feldbeschreibung div {
    margin-right: 10px;
}

/* gte IE 7:
ACHTUNG:
.commodEingabe .feldbeschreibung div fuer "gte IE 7" wird in
"style_website_gte_ie7.css"
angepasst! */

/* Opera:
ACHTUNG:
.commodEingabe .feldbeschreibung div
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */

.commodEingabe td input, .commodEingabe td textarea {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 1em;
    color: #000000;
    background-color: #FFF;
    border: solid 1px #92b8c5;
    padding: 1px 0 1px 5px;
    width: 100%;
}

/* gte IE 7:
ACHTUNG:
.commodEingabe td input, .commodEingabe td textarea fuer "gte IE 7" wird in
"style_website_gte_ie7.css"
angepasst! */

.commodEingabe td .submit {
    color: #000000;
    font-weight: 600;
    background-color: #e2e3e5;
    border: 1px solid #de4d13;
    margin-right: -7px;
    padding: 1px 3px 1px 3px;
    width: auto;
    cursor: pointer;
}

/* MSIE: */
* html .commodEingabe td .submit {
    margin-right: 0px;
}

/* Opera:
ACHTUNG:
.commodEingabe td .submit
fuer Opera wird
in "style_website_special..." via
JavaScript angepasst! */



.commodAusgabe {
    margin-top: 10px;
    border: solid 1px #92b8c5;
    width: 100%;
}

/* MSIE: */
* html .commodAusgabe {
    color: #000000;
    font-size: 1em;
    width: 85%;
}

.commodAusgabe .header {
    padding: 3px 5px 6px 5px;
}

.commodAusgabe .headline {
    padding: 0 5px 3px 5px;
}

.commodAusgabe .body {
    padding: 0 5px 5px 5px;
}



.tooltipBalloonPre {
    cursor: pointer;
    white-space: nowrap;
}

.tooltipBalloonHinweis {
    position: relative;
    top: -6px;
    left: 1px;
    z-index: 2;
}



.tooltipBalloon {
    width: 265px;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
}

/* gte IE 7:
ACHTUNG:
.tooltipBalloon
fuer "gte IE 7" wird
in "style_website_special..." via
JavaScript angepasst! */

/* urspruengliche Werte aus "tip_balloon.js":

.tooltipBalloon {
    width: auto;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
}
*/

.tooltipBalloonNeck {
    position: relative;
    top: -1px;
    left: 2px;
    z-index: 1;
    display: none;
}

/* gte IE 7:
ACHTUNG:
.tooltipBalloonNeck
fuer "gte IE 7" wird
in "style_website_special..." via
JavaScript angepasst! */

/* urspruengliche Werte aus "tip_balloon.js":

.tooltipBalloonNeck {
    position: relative;
    top: -1px;
    left: 2px;
    z-index: 1;
    display: none;

    padding: 0px;
    margin: 0px;
    border: 0px;
}
*/





/* Sonstiges: */



.tabelle {
    border-collapse: collapse;
}

.tabelle td {
    border: solid 1px #a6e1fa;
}



.betonung {
font-weight:600;
color:#f4d144;
}
.betonung a:link {
color:#f4d144;
text-decoration:underline;
}
.betonung a:visited {
color:#f4d144;
text-decoration:underline;
}
.betonung a:hover {
color:#f4d144;
text-decoration:none;
}
.betonung a:active {
color:#f4d144;
text-decoration:underline;
}



.topspot {
float: left;
margin: 3px 5px 0px 0px;
border: 0px;
}

.topspot img {
border: 0px;
}



.submit {
    color: #1d94c5;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #a6e1fa;
    padding: 1px 3px 1px 3px;
    width: auto;
    cursor: pointer;
}