/**************************************************
** Domain :               www.bzst.sicportal.de | DRUCK 	         	 **
** Internetauftritt:      SIC-Portal                                    **
** FileName :             sic-druck.css     			 **
** Autor:                 Anja Bungartz, Bundesamt für Finanzen          **
** Email:                 webmaster@bff.bund.de	                 **
** Erstellt :             21/12/2005		 			 **

** Geändert :             29/12/2005					 **
** von:                   A. Bungartz
**************************************************/

/* --------------------------------------------------------------------
   Schriften und Formatierungen
-------------------------------------------------------------------- */ 

body {	
        z-index: 3;
        background-color:#FFF;
        font-size: 62.5%;
        font-family: Verdana, sans-serif;
        color: #000;
}
p {	
        font-family: Verdana, sans-serif;
        margin-bottom: 1.2em;
}
br {	
        font-family: Verdana, sans-serif;
}
a {
        text-decoration:none;
}
img {
        margin:0;
        border:0;
}
h1 {
     font-size: 1.4em;
     font-weight:bold;
     margin-bottom: 1.2em;
}
h2 {
     font-size: 1.3em;
     font-weight:bold;
     margin-bottom: 1.2em;
}
strong {
     font-size: 1.2em;
     font-weight:bold;
}
caption {
     font-size: 1.2em;
     font-weight:bold;
     text-align:left;
}
table {
     font-size: 1.2em;
}
th {
     text-align: left;
     font-size: 1.2em;
     font-weight: normal;
}
td, td p {
     color: #000;
     font-size: 1.2em;
     text-align: left;
     font-family: Arial, sans-serif;
     font-weight: normal;
}
#inhalt a:link, #inhalt a:visited, #inhalt a:active {
        text-decoration: underline;
        color: #000;
}
#inhalt a:hover, #orga a:hover, #orga a:link, .linkliste a:hover {
        color: #000;
        text-decoration:underline;
}
#sitemap h5, #sitemap h5 a:link, #sitemap h5 a:visited, #sitemap h5 a:active {
     margin-top: 10px;
     color: #000;
     font-size: 1.2em;
}

/* --------------------------------------------------------------------
   Allgemeine Einstellungen
-------------------------------------------------------------------- */
@page {
        size: 210mm 297mm;
        margin: 20mm;
}
#komplett {
        min-width: 100%;
        width: 100%;
}
#hintergrund {
        position: absolute;
        top: 0px;
        width: 90%;
}
#content {
        width: 17cm;
        margin-left: 0;
}
#hauptbereich {
        width: 17cm;
}
#inhalt {
        margin: 0;
        padding-left: 0;
        padding-right: 25px;
}
#obennavi, #links, #linksnavi, #barrierefrei, #wobnavi, #accesskey {
        display:none;
}

.nichtdrucken {
        display: none;
}