/**
 * Extra-Stylesheet für die Datei 'wasIst.php'.
 *
 * Farben und Verläufe für progtw.de (wie im Header-Bild)
 * violett->hellviolett: #ee88cc, #f4aadd, #f8ccee, #fcddff :::#ee88cc
 * gelb -> orange:       #ffff60, #ffee60, ..., #ff9900     :::#ffff60
 * hellblau -> blau:     #cceeff, #99ccee, #66aadd, #0088cc :::#cceeff
 * alt...:
 * sand     #fdf9ec, #fbf3d9, #faeeca, #f8e8b8 (hell->dunkler)
 * hellblau #e8f7f9, #d2eff3, #bbe8ee, #a5e0e8, 7ca9af,
 */

/* @see _system/_inc/_layout/footer.inc.php */
/* @see _system/templates/twTplWebsite/screen/basemod_tw_2col_gfxborder.css */
#footer {
        /*background-color: #fbf3d9;*/
        text-align: right;
        padding-right: 20px;
        font-size: 0.7em;
        color: #ffaa70;
}
#footer a {
        color: #ffaa60;
        background: transparent;
        font-size: 10px;
        font-weight: bold;
}
#footer a:hover {
        color: #339900;
        background-color: #ffff00;
        border: 2px dotted #ffaa60;
        font-size: 14px;
        text-decoration: none;
}
.footerSpan {
        margin-left:10px;
        line-height:34px;
}


/* @see _system/_inc/_layout/header.inc.php und ob in central_tw_2col_gfxborder.css
 * die screen/basemod_slidingdoor.css eingebunden wird */
.twHeader {
        background-image: url(../../../_system/_img/panorama-oben-q50.jpg);
        background-position: left bottom;
        height: 74px;
}
/* @see _system/_inc/_layout/navigation.inc.php und nav_slidingdoor.css(nav_main)*/
.twNavMain {
        background-image: url(../../../_system/_img/panorama-unten-q50.jpg);
        background-position: left top;
}
/* der weiße Sreifen(Farbverlauf) unter den Tabs */
.twDummyzeile {
        background-image: url("img/bg-1px-weiss-grau.png");
        background-repeat: repeat-x;
}


.twBox03Bd {
        font-size: 1.1em;
}


.twBildMittig {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.twImgLinks {
        float: left;
        margin: 2px 8px 4px 2px;
}



.twUl {
        list-style: none;
}

.twLinie {
        text-align: center;
        /*font-size: 1em;*/
        /*line-height: 1em;*/
        text-decoration: overline;  /*underline overline line-through (geht auch alle drei, ohne Komma)*/
        /*color: cyan;*/
        /*border:1px solid yellow;*/
}


.twBtnSchliessen {
        float: right;
        margin: 0px 16px 6px 0px;
        padding: 0px 6px 0px 6px;
        text-decoration: none;
        background-color: lavender;
        color: red;
        border: 2px outset red;
}
.twBtnForen {
        padding: 0px 4px 2px 4px;
        margin: 0px 0px 0px 0px;
        line-height: 1.9em;
        text-decoration: none;
        background-color: lavender;
        color: green;
        border: 2px outset green;
}
.twBtnInFooter {
        /*float: right;*/
        margin: 0px 10px 0px 0px;
        padding: 0px 6px 0px 6px;
        text-decoration: none;
        background-color: #fbf3d9;
        /*color: #000099;*/
        border: 2px outset #a5e0e8;
}



.twKleinKursiv {
        font-size: 0.8em;
        font-style: italic;
}

.twClear {
        clear: both;
}

.blink {
        color: #f4aadd;
        text-decoration: blink; /*klappt nich im IE*/
}


#twAktiv {
        color: green;
        background-color: #ccffcc;
}



/* nur für die Startseite von 'wasIst' */
#twWasIstStartseiteAlles {
        min-height: 350px;  /*kann der IE erst ab 7 */
        background-image: url(img/affenstall4.jpg);
        background-repeat: no-repeat;
        text-align: right;
        padding-right: 8px;
        color: #3b69ad;   /*#000099 #3b69ad #ff8855 #66aadd;*/
}
