/**
 * Extra-Stylesheet für die Datei 'wasIstNicht.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/seiteStartMitGfxBorder.inc.php */
.twPage {
        /*background-color: #d2d2d2;*/        /* wenn das nich is, dann is bei Verwendung von gfxborder alles blau*/
}
/* @see _system/_inc/_layout/header.inc.php */
.twHeader {
        /*background-color: cyan;*/  /*wird nur angezeigt, wenn im header etwas außerhalb von topnav steht*/
        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;
}
/* @see _system/_inc/_layout/mainStart.inc.php */
.twMain {
        /*background-color: red;*/
}



.twCol1 {
        /*height: 450px;*/
        /*background-image: url(img/hintergrund-inhalt.jpg);*/
        background-position: right top;
        background-repeat: repeat-y;
}

.twCol1Content {
        /* gab damit Probleme in IE, also probieren, wenns wieder rein soll */
        /*text-align: right;
        padding: 20px 20px 20px 20px;
        background-position: right;*/
}

.twCol3 {
        /*height: 450px;*/
        /*background-image: url(img/hintergrund-inhalt.jpg);*/
        background-repeat: repeat-y;
        /*background-color: #d2d2d2;*/
}

.twCol3Content {
        /*padding: 34px 20px 20px 20px;*/
}



.twDummyzeile {
        background-image: url("img/bg-1px-weiss-grau.png");
        background-repeat: repeat-x;
}


.twBildMittig {
        display: block;
        margin-left: auto;
        margin-right: auto;
}


#twAktiv {
        color: green;
        background-color: #ccffcc;
}


.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;
}

/* nur für die Startseite von 'wasIstNicht' */
#twWasIstNichtStartseiteAlles {
        min-height: 350px;  /*kann der IE erst ab 7 */
        background-image: url(img/buero.jpg);
        background-repeat: no-repeat;
        text-align: right;
        padding-right: 8px;
        color: #3b69ad;   /*#000099 #3b69ad #ff8855 #66aadd;*/
}
