/* CSS Document */
/*----------------------------------------------------------------------------------------------------*/
/* Spezielles STYLESHEET fuer die NEWS des ARBEITSZIMMERs                                             */
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/* Box fuer EINEN news item                                                                           */
/*----------------------------------------------------------------------------------------------------*/
.bxNews {
 float: left;
 width: 450px;
 margin: 0px 0px 2px 0px;
 text-align: left;                                    /* neu */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: normal;         
 line-height: 1.45em;
}
/*----------------------------------------------------------------------------------------------------*/
/* bild zum news item                                                                                 */
/* kann bei bedarf weggelassen werden                                                                 */
/*----------------------------------------------------------------------------------------------------*/
.imgNews {
 float: left;
 width: 140px;
 height: 85px;
 margin: 0px 20px 5px 0px;
 border:none;
}
/*----------------------------------------------------------------------------------------------------*/
/* datum der News ( Wien, 1. 1. 2007 )                                                                */
/*----------------------------------------------------------------------------------------------------*/
.pNewsDatum {
 color: #255095;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 line-height: 1.45em;
 margin: 0px 0px 0px 25px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Wird auf der Startseite und innerhalb der eigentlichen News als Teaser verwendet                   */
/*----------------------------------------------------------------------------------------------------*/
.pNewsTeaser {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 line-height: 1.45em;
 margin: 0px 0px 0.65em 25px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Text der News (wird nur auf der News Seite verwendet)                                              */
/*----------------------------------------------------------------------------------------------------*/
.pNewsText {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: normal;         
 line-height: 1.45em;
 margin: 0px 0px 0.65em 25px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Variante von [bxPgBPrevNext] fuer News-Seite                                                       */
/*----------------------------------------------------------------------------------------------------*/
.bxNewsPgPrevNext {
 float: left;
 width: 437px;
 margin: 0px 0px 20px 13px;
 padding: 0px 0px 20px 0px;
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;        
}
/*----------------------------------------------------------------------------------------------------*/
/* Navigation auf "mehr News" am Ende der 3 News Items                                                */
/*----------------------------------------------------------------------------------------------------*/
.bxNewsNavi {
 float: right;
 width: 450px;
 margin: 10px 0px 0px 0px;  
 text-align: left;
}
/*----------------------------------------------------------------------------------------------------*/
/* Paragraph - Formatierung der NewsNavi                                                              */
/*----------------------------------------------------------------------------------------------------*/
.pNewsNavi {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 line-height: 1.45em;
 margin: 0px 25px 0.65em 25px;
}
/*----------------------------------------------------------------------------------------------------*/
/* anchor pseudo classes fuer news-link                                                               */
/*----------------------------------------------------------------------------------------------------*/
a.aNews:link {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aNews:visited {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aNews:active {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}
a.aNews:hover {
 color: #dd0000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;                                  /* geändert */
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}