/* CSS Document */
/*----------------------------------------------------------------------------------------------------*/
/* CHANNEL [JOBFENSTER] 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/vJobfenster.jpg);
 background-position: left top;
 background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------------------------*/
/* special element des sidebars (erstes, zb [jobmania])                                               */
/* ist im Channel JOBmania mit einem Sprontz hinterlegt                                               */
/*----------------------------------------------------------------------------------------------------*/
#bxSBPrimary {
 background-color: white;
 background-image: url(/img_navi/bg_active.jpg);
 background-position: left top;
 background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------------------------*/
/* Spezielles STYLESHEET fuer Jobfenster                                                              */
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/* Box fuer EINEN jobfenster item                                                                     */
/*----------------------------------------------------------------------------------------------------*/
.bxJobfenster {
 float: left;
 width: 410px;
 margin: 0px 0px 15px 30px;
 overflow: hidden;
}

/*----------------------------------------------------------------------------------------------------*/
/* bild zum jobfenster                                                                                */
/* ergänzt borsti 23.2.08                                                                             */
/*----------------------------------------------------------------------------------------------------*/
.imgJobfenster {
 float: left;
 width: 80px;
 border: 0px;
 border-style: none;
 margin-top: 3px;
}

/*----------------------------------------------------------------------------------------------------*/
/* surrounding box fuer Text des Jobfensters                                                          */
/* ergänzt borsti 23.2.08                                                                             */
/*----------------------------------------------------------------------------------------------------*/
.txtJobfenster {
 color: black;
 margin-left: 95px;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 line-height: 1.45em;
}

/*----------------------------------------------------------------------------------------------------*/
/* eigene Box fuer externen Link des Jobfensters. Damit ist gewaehrleistet, dass der Link immer in    */
/* einer eigenen Zeile steht                                                                          */
/*----------------------------------------------------------------------------------------------------*/
.bxJobfensterExtLnk {
}

/*----------------------------------------------------------------------------------------------------*/
/* anchor pseudo classes fuer news-link                                                               */
/*----------------------------------------------------------------------------------------------------*/
a.aJobfenster:link {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aJobfenster:visited {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aJobfenster:active {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aJobfenster:hover {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
