/*IST  Kordoba Intranet - Print Styles */

#navbereich {display:none;}
#header {display:none;}
#service {display:none;}
#main {	width: 100% ;}
#footer {display:none;}

/* Sollten Teaser beim Drucken unterdrueckt werden, folgende Zeile Aktivieren !*/
/* 
img#teaser {display:none;} 
*/
form.www {width:98%;}

p#Ausgabe  {display:none;} /* Links zur PDF-Generierung sollen nicht ausgedruckt werden*/

/* Zur Sicherheit, bei Seitendarstellungen koennen ungerade Pixeldarstellungen herauskommen, 
die dazu fuehren, dass 2mal 50% nicht in eine Zeile passen - insbesondere beim IE :-((  */
.org_spalte {width:49%;}
div.zweispaltig {width:49%;}
div#spalte_2 {position:absolute; right:0px;}

/*Das Formular zum Auswahlen der Anzeige als Organigramm oder Kostenstellenplan nicht drucken*/
.OrgModeForm {display:none;}

/* hier wird die breite der selectboxen fuer den Ausdruck reduziert (passt sonst nicht auf DIN-A4 hochkannt nebeneinander)*/
table#ma_liste_suche select {width:auto;}

/* Aufbereitung Telefonnummer fuer GF (Organigramm, oberster Level)*/
table#toporg td {vertical-align:top;}
table#toporg table.gf {vertical-align:top;}

table#toporg table.gf td.name { text-align:left;}
table#toporg table.gf th.name { text-align:left;}
table#toporg table.gf td.tel { text-align:right;}
table#toporg table.gf th.tel { color:#000000; font-size:11px; text-align:right; font-weight:normal;}

/* Aenderungen fuer Abteilungsanzeige */
table#toporg tr#bereiche td table.top_org_abt th { height:auto; }
table#toporg tr#bereiche h1 {border:1px solid #6b80b5;}

/* Aenderungen fuer Bereichsanzeige */
table#toporg tr#bereiche td table.top_org_abt th.top_org_abt_header { height:auto; } 

/* Reduzierung von Spaltenabstaenden fuer Druckausgabe */
table#toporg tr#bereiche td { vertical-align:top; padding-top:5px; padding-left:2px; padding-right:2px; }
table#toporg tr#bereiche td table.top_org_abt th.top_org_abt_header { padding-top:5px; padding-left:2px; padding-right:2px; } 
table#toporg tr#bereiche td table.top_org_abt th { padding-left:2px; padding-right:2px; }


/* Einstellungen fuer MA Listen -Suchformular */
#ma_liste_suche {display:none;}

#footer {display:none;}

/* w3statistics-Elemente auf dem Drucker nicht anzeigen*/
div.w3statistics {display:none;}
