html {
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 100.01%;
    color: #83827e;
}

body {
    background-image: url(../assets/images/Hintergrundmuster.gif);
    background-attachment: fixed;
    background-color: #ffffff;
    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: 15px;
    min-width: 760px; /* <= siehe "#Tandem" */
    height: 126px;
    padding: 0;
    margin: 0;
    z-index: 3;
}

/* MSIE: */
/* damit MSIE "Scroll-Platz" am rechten Rand laesst => "right: 16px;" */
* html #KopfContainer {
    position: absolute;
    right: 17px; /* <= korrekter Wert in diesem Fall */
}


#Kopf {
    background-color: #cce9e8;
    position: relative;
    height: 100%;
    margin: 0px 270px 0px 0px;
    z-index: 3;
}


#Logo {
    background-image: url(../assets/images/FIES-Logo.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 211px;
    height: 129px;
    top: 0px; left: -14px;
    cursor: pointer;
    z-index: 4;
}


/* #Schmuckelement {
    background-image: url(../assets/images/Schmuckelement.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 290px;
    height: 66px;
    top: 0px; left: 102px;
    cursor: pointer;
    z-index: 5;
} */


/* ACHTUNG:
#VerblendbereichContent wird
aus Gestaltungs-Gruenden
in "style_website_special..."
via JavaScript angepasst! */

#VerblendbereichContent {
    background-image: url(../assets/images/Verblendbereich-Content.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 495px; /* <= fuer "800 x 600" angepasster Wert (wichtig, wenn JavaScript deaktiviert ist), "original-image-width": 674px; */
    height: 174px;
    top: 0px;
    left: 0px;
    z-index: 3;
}


#VerblendbereichTeaser {
    background-image: url(../assets/images/Verblendbereich-Teaser.png);
    background-repeat: no-repeat;
    background-position: 50% -10px; /* <= aufgrund nachtraeglicher Korrektur an "#...TeaserKopf" erforderlich */
    position: absolute;
    width: 260px;
    height: 60px;
    top: 0px;
    right: -260px;
    z-index: 4;
}


#Impressum {
    position: absolute;
    top: 0px; right: -14px;
    z-index: 5;

    color: #FFFFFF;
    font-size: 0.9em;
}

#Impressum-de {
    background-image: url(../assets/images/Impressum.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 20px;
    cursor: pointer;
}

#Impressum a  { color: #FFFFFF; text-decoration: none; }

#Impressum a:hover, #Impressum a:active  { color: #000000; }


#EckeContentRechts {
    background-image: url(../assets/images/Ecke-Content-rechts.png);
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
    height: 148px;
    top: 0px;
    left: -21px;
    z-index: 3;
}


/* derzeit ungenutzt: */
#Sprachen {
    position: absolute;
    bottom: 4px; right: 10px;
    z-index: 4;
}

/* MSIE: */
* html #Sprachen {
    bottom: 12px;
}


#Navigation {
    background-image: url(../assets/images/Navi-Hintergrund.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 23px;
    bottom: -9px; right: 42px;
    /* margin-left: 200px; /* <= (damit das Logo immer Platz hat) */
    z-index: 6;
}

#NaviLinks {
    background-image: url(../assets/images/Navi-links.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 23px;
    left: -10px;
}

#NaviRechts {
    background-image: url(../assets/images/Navi-rechts.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 23px;
    right: -10px;
}

#Subnavigation {
    background-image: url(../assets/images/Subnavi-Hintergrund.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 20px;
    bottom: -20px; right: 30px;
    /* margin-left: 200px; /* <= (damit das Logo immer Platz hat) */
    z-index: 6;
}

/* MSIE: */
* html #Subnavigation {
    bottom: -23px;
}

#SubnaviLinks {
    background-image: url(../assets/images/Subnavi-links.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 8px;
    height: 20px;
    left: -8px;
}

#SubnaviRechts {
    background-image: url(../assets/images/Subnavi-rechts.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 13px;
    height: 20px;
    right: -8px;
}


/* 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.png);
    background-repeat: repeat-y;
    position: fixed;
    top: 0px; left: 15px;
    width: 22px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

/* MSIE: */
* html #LinkeSpalte {
    position: absolute;
}


/* ACHTUNG:
#Content wird
aus Gestaltungs-Gruenden
in "style_website_special..."
und in "index.php => function neuAufbau"
via JavaScript angepasst! */

#Content {
    padding-left: 15px;
    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 {
    min-width: 760px; /* <= siehe "#KopfContainer" */
    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: 163px;
}

/* MSIE: */
* html .MittlereSpalte {
    padding-top: 145px; /* <= erforderlich in Verbindung mit "#spacerMittlereSpalte" */
}

.spacerMittlereSpalte
/* Workaround, da (noch) nicht alle Browser
"min-width" kennen.
ACHTUNG:
4x in "index.php" eingetragen,
Abschnitte:
- id="Kopf"
- "CONTENT AUSLESEN"
- "... falls KEIN CONTENT auszulesen ist"
- "Includes" einbinden" */ {
    width: 490px;
    height: 0px;
    overflow: hidden;
}


.RechteSpalte {
    background-image: url(../assets/images/RechteSpalte_Hintergrund.png);
    background-repeat: repeat-y;
    width: 270px;
    height: 100%;
    padding-top: 15px;
}



.navi   { float: left; margin: 0.3em 0.2em; color: #FFFFFF; font-style: normal; font-weight: 600; font-size: 0.7em; }

.navi a:link  { color: #FFFFFF; text-decoration: none; }

.navi a:visited  { color: #FFFFFF; text-decoration: none; }

.navi a:hover  { color: #fdee75; text-decoration: none; }

.navi a:active  { color: #FFFFFF; text-decoration: none; }


.navihighlight   { float: left; margin: 0.3em 0.2em; color: #fdee75; font-style: normal; font-weight: 600; font-size: 0.7em; }

.navihighlight a:link  { color: #fdee75; text-decoration: none; }

.navihighlight a:visited  { color: #fdee75; text-decoration: none; }

.navihighlight a:hover  { color: #fdee75; text-decoration: none; }

.navihighlight a:active  { color: #fdee75; text-decoration: none; }


.naviTrennstrich   {
    width: 2px;
    height: 0.7em;
    background-color: #FFFFFF;
    margin: 0.3em 0.4em;
    float: left;
}

/* MSIE: */
* html .naviTrennstrich   {
    background-color: transparent;
    background-image: url(../assets/images/Trennstrich.gif);
    background-repeat: no-repeat;
}



.subnavi   { float: left; margin: 0.3em 0.2em; color: #FFFFFF; font-style: normal; font-weight: 600; font-size: 0.7em; }

.subnavi a:link  { color: #FFFFFF; text-decoration: none; }

.subnavi a:visited  { color: #FFFFFF; text-decoration: none; }

.subnavi a:hover  { color: #fdee75; text-decoration: none; }

.subnavi a:active  { color: #FFFFFF; text-decoration: none; }


.subnavihighlight   { float: left; margin: 0.3em 0.2em; color: #fdee75; font-style: normal; font-weight: 600; font-size: 0.7em; }

.subnavihighlight a:link  { color: #fdee75; text-decoration: none; }

.subnavihighlight a:visited  { color: #fdee75; text-decoration: none; }

.subnavihighlight a:hover  { color: #fdee75; text-decoration: none; }

.subnavihighlight a:active  { color: #fdee75; text-decoration: none; }


.subnaviTrennstrich   {
    width: 2px;
    height: 0.7em;
    background-color: #FFFFFF;
    margin: 0.3em 0.4em;
    float: left;
}

/* MSIE: */
* html .subnaviTrennstrich   {
    background-color: transparent;
    background-image: url(../assets/images/Trennstrich.gif);
    background-repeat: no-repeat;
}



.cont   { font-style: normal; font-weight: 600; font-size: 0.7em; line-height: 1.6em; }

.cont a:link  { color: #e95679; text-decoration: none; }

.cont a:visited  { color: #e95679; text-decoration: none; }

.cont a:hover  { color: #83827e; text-decoration: underline; }

.cont a:active  { color: #e95679; text-decoration: none; }


.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: #83827e; font-style: normal; font-weight: 500; font-size: 0.8em; line-height: 1.5em; }



.container_standard { clear: both; margin: 0px 45px 10px 38px; }

.container_kopfbild { clear: both; margin: 5px 45px 10px 38px; }

.container_ueber {
    clear: both; margin: 0px 45px 10px 38px;
    color: #e95679; font-style: normal; font-weight: 600; font-size: 1.1em;
}
.container_ueber a:link  { color: #e95679; text-decoration: none; }
.container_ueber a:visited  { color: #e95679; text-decoration: none; }
.container_ueber a:hover  { color: #83827e; text-decoration: underline; }
.container_ueber a:active  { color: #e95679; text-decoration: none; }

.container_bild_und_text { clear: both; margin: 0px 45px 10px 38px; }

.bild_oberhalb_links { float: left; margin: 3px 18px 5px 0px; font-style: normal; font-weight: 500; }

.bild_oberhalb_rechts { float: right; margin: 3px 0px 5px 18px; font-style: normal; font-weight: 500; }

.bild_unterhalb_links { float: left; margin: 3px 18px 5px 0px; font-style: normal; font-weight: 500; }

.bild_unterhalb_rechts { float: right; margin: 3px 0px 5px 18px; font-style: normal; font-weight: 500; }



h1 { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 2.2em; }

h2 { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 1.6em; }

h3 { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 1.2em; }

h4, .ueber { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 1.0em; }

h5 { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 0.8em; }

h6 { display: inline; color: #e95679; font-style: normal; font-weight: 600; font-size: 0.6em; }



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;
}



.back {
    clear: both;
    width: 100%;
    text-align: right;
    margin: 0 0 30px -45px;
}

.back a:link,
.back a:visited,
.back a:hover,
.back a:active {
    text-decoration: none;
}



.container_standardRechts {
    width: 270px;
    overflow: hidden;
}

#NewsTeaser {
    width: 250px;
    padding-left: 20px;
}

#NewsTeaserKopf {
    background-image: url(../assets/images/News-Teaser-Kopf.png);
    background-repeat: no-repeat;
    position: relative;
    width: 90px;
    height: 60px;
    top: 20px;
    right: -132px;
}

#ProjekteTeaser {
    width: 250px;
    padding-left: 20px;
}

#ProjekteTeaserKopf {
    background-image: url(../assets/images/Projekte-Teaser-Kopf.png);
    background-repeat: no-repeat;
    position: relative;
    width: 120px;
    height: 60px;
    top: 20px;
    right: -102px;
}

#ContentTeaser {
    width: 250px;
    padding-left: 20px;
}

#ContentTeaserKopf {
    background-image: url(../assets/images/Content-Teaser-Kopf.png);
    background-repeat: no-repeat;
    position: relative;
    width: 160px;
    height: 60px;
    top: 20px;
    right: -62px;
}

.TeaserElement {
    background-image: url(../assets/images/Teaser-Hintergrund.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    width: 226px;
    padding-top: 13px;
    margin-bottom: 6px;
}

.container_standardRechts a:link,
.container_standardRechts a:visited {
    color: #6e6e6d;
    text-decoration: none;
}

.container_standardRechts a:hover,
.container_standardRechts a:active {
    color: #6e6e6d;
    text-decoration: none;
}

.TeaserUeber {
    display: block;
    padding: 0px 20px 5px 20px;

    color: #e85175;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
}

.container_standardRechts a img {
    padding: 0px 20px 3px 20px;
}

/* MSIE: */
* html .container_standardRechts a img {
    padding: 0px 0px 3px 0px;
    position: relative;
    left: 20px;
}

.TeaserBildText {
    display: block;
    padding: 0px 20px 5px 20px;

    font-style: italic;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.5em;
}

.TeaserText {
    display: block;
    padding: 0px 20px 0px 20px;

    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.5em;
}

.TeaserMehr {
    display: block;
    width: 100%;
    position: relative;
    right: 20px;
    text-align: right;
    cursor: pointer; /* fuer IE */
}

a:link .TeaserMehr,
a:visited .TeaserMehr {
    color: #e85175;
    text-decoration: none;

    font-style: normal;
    font-weight: 600;
    font-size: 0.9em;
}

a:hover .TeaserMehr,
a:active .TeaserMehr {
    color: #6e6e6d;
    text-decoration: none;

    font-style: normal;
    font-weight: 600;
    font-size: 0.9em;
}





/* Kontakt-Formular: */



.kontakt {
    width: 350px;
    white-space: nowrap; /* <= damit z. B. in "kontakt_en.php", "P.-Code/Place" nicht umbricht */
}

.kontakt, .kontakt .cont   { color: #83827e; font-style: normal; font-weight: 500; font-size: 1em; line-height: 18px; }

.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: #e95679;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #e95679;
    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 #e95679;
}



.betonung {
color:#e85174;
}
.betonung a:link {
color:#e85174;
text-decoration:none;
}
.betonung a:visited {
color:#e85174;
text-decoration:none;
}
.betonung a:hover {
color:#e85174;
text-decoration:underline;
}
.betonung a:active {
color:#e85174;
text-decoration:none;
}



.topspot {
float: left;
margin: 3px 5px 0px 0px;
border: 0px;
}

.topspot img {
border: 0px;
}



/* derzeit ungenutzt: */
.submit {
    color: #000000;
    font-weight: 600;
    background-color: #f2f2f2;
    border: 1px solid #de4d13;
    padding: 1px 3px 1px 3px;
    width: auto;
    cursor: pointer;
}