/* CSS Document */
/*----------------------------------------------------------------------------------------------------*/
/* CHANNEL [START] SPECIAL STYLES                                                                     */
/* SPEZIELLE STYLES MUESSEN IMMER ZULETZT (ABER VOR PAGE STYLES) GELADEN WERDEN !!!                   */
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/* box fuer den vertikalen text des channels (schuelerin, studentin, ...).                            */
/* ist auf der startseite leer                                                                        */
/*----------------------------------------------------------------------------------------------------*/
#bxChVText {
 position: absolute;
 top: 185px;
 left: 106px;
 width: 75px;
 height: 440px;
 background-color: #255095;
 background-image: url(/img_navi/vEmpty.jpg);
 background-position: left top;
 background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------------------------*/
/* bild hat nur eine andere hoehe !                                                                   */
/*----------------------------------------------------------------------------------------------------*/
#wPagePicAndBC {
 height: 205px;    /* 210px fuer pic + 7px fuer trenner */
}
/*----------------------------------------------------------------------------------------------------*/
/* breadcrumb navigation - muss an eine andere position manoeuvriert werden                           */
/*----------------------------------------------------------------------------------------------------*/
#wBreadcrumb {
 margin: 148px 0px 0px 0px;  /* 168px */
 padding-left: 2px;
}
/*----------------------------------------------------------------------------------------------------*/
/* seitentitel - muss an eine andere position manoeuvriert werden                                     */
/*----------------------------------------------------------------------------------------------------*/
#bxPageTitle {
 margin: 2px 0px 0px 0px;
 padding: 0px 0px 0px 38px;
}
/*----------------------------------------------------------------------------------------------------*/
/* trenner - muss an eine andere position manoeuvriert werden                                         */
/*----------------------------------------------------------------------------------------------------*/
#bxPagePicTrenner {
 float: left;
 width: 450px;
 margin: 4px 0px 0px 0px;
}
/*----------------------------------------------------------------------------------------------------*/
/* hat einen kleineren rand ...                                                                       */
/*----------------------------------------------------------------------------------------------------*/
#wData {
 margin: 10px 0px 0px 0px;
}
/*----------------------------------------------------------------------------------------------------*/
/* auf der startseite kann uU noch ein banner untergebracht werden
/*----------------------------------------------------------------------------------------------------*/
#bxBanner {
 float: left;
 width: 450px;
 height: 60px;
}
#imgBanner {
 width: 450px;
 height: 60px;
 border: none;
}

/*----------------------------------------------------------------------------------------------------*/
/* Spezielles SEITEN-STYLESHEET fuer die NEWS des ARBEITSZIMMERs auf der STARTSEITE                   */
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/* Box fuer EINEN news item ("overruled" Standard-Style .bxNews)                                      */
/*----------------------------------------------------------------------------------------------------*/
.bxNews {
 float: left;
 width: 450px;
 margin: 0px 0px 8px 0px;
 text-align: left;
}
/*----------------------------------------------------------------------------------------------------*/
/* Navigation auf "mehr News" am Ende der 3 News Items                                                */
/*----------------------------------------------------------------------------------------------------*/
.bxNewsNavi {
 float: right;
 width: 450px;
 margin: -25px 0px 5px 0px;
 text-align: right;
}