/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ELEMENTNAME: website-print.css                                       */
/* URL:         www.regierung.oberfranken.bayern.de                     */
/* AUTOR:       W. Trassl                                               */
/* STAND:       16.01.2008                                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* BESCHREIBUNG: Druck-Formatierung                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Allgemeine Definitionen                                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body
{
    margin: 0 3.0em 0 3.0em;
    padding: 0;
    font-family: "Times New Roman",times,serif;
    font-size: 0.73em;
    line-height: 1.5em;
    text-align: justify;
    color: #000;
    background-color: #fff;
}
/* fuer IE */
* html body
{
    margin: 0 0 0 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Seitenstruktur                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header h1 {color: Black;}
#mainnav {display: none;}
#colr, #coll {display: none;}
#contents p
{
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
}

#contents ul
{
    line-height: 1.5em;
    margin-left: -2.0em;
    list-style-type: square;
}
/* fuer IE */
* html #contents ul
{
    margin-left: 2.0em;
}

#contents p.std
{
    margin: 0 0 0 0;
}

#footer
{
    clear: both;
    color: #000;
    text-align: left;
    padding: 5px;
    font-size: 0.9em;
    border-top: 1px solid #999;
    margin-top: 2em;
}

.hidden {display:none;}
p.breadcrumb {display: none;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Ueberschriften                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Ueberschrift allgemein  */
h1, h2, h3, h4, h5, h6
{
    font-family: "times new roman",times,serif;
    font-weight: normal;
}

/* Ueberschrift 1. Ordnung */
h1
{
    color: Black;
    font-size: 1.7em;
    margin: 1.0em 0 0.6em 0;
    line-height: 1.0em;
}

/* Ueberschrift 2. Ordnung */
h2
{
    color: Black;
    font-size: 1.4em;
    margin: 1.0em 0 0.6em 0;
    line-height: 1.3em;
}

/* Ueberschrift 3. Ordnung */
h3
{
    color: Black;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.0em 0 0.6em 0;
    line-height: 1.2em;
}

/* Ueberschrift 4. Ordnung */
h4
{
    color: Black;
    font-size: 1.0em;
    font-weight: bold;
    margin: 1.0em 0 0.6em 0;
    line-height: 1.0em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Links                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STANDARD-Link */
a { color: #000; text-decoration: none;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Absaetze                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
p.graybox
{
    background-color:#f0f0f4;
    border:1px #ccccdd solid;
    padding:6px;
    margin-bottom: 0.5em;
}
p.bb
{
    display: block;
    font-size: 1em;
    padding: 0.5em;
    background: #f0f0f4;
    border-bottom: 8px #E0E7F5 solid;
}
p.code {
    display: block;
    margin: 0 0 1em 1em;
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    padding: 0.5em;
    background: #f0f0f4;
    border: 1px #ccccdd dotted;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Bloecke                                                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.box
{
    display: block;
    font-size: 1em;
    padding: 0.5em;
    border-left: 8px #E0E7F5 solid;
}
.rahmen
{
    display: block;
    font-size: 1em;
    padding: 0.5em;
    border:1px #ccccdd solid;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Tabellen                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Zebra-Tabelle */
.zebra
{
    border: solid 1px  #8c8c8c;
}
.zebra tbody.small
{
    font-size: 0.9em;
    line-height: 130%;
}
.zebra th
{
    padding-left: 5px;
    font-weight: bold;
    background-color: #eee;
    border-bottom: solid 1px  #8c8c8c;
}
.zebra td
{
    padding-left: 5px;
}
.zebra tbody tr.odd td
{
    background-color: #eee;
}
.zebra tbody tr.even td
{
    background-color: #fff;
}

/* Formular-Tabelle */
.formular
{
    margin-bottom: 10px;
    border: solid 1px #8c8c8c;
}
.formular th
{
    border-bottom: solid 1px #8c8c8c;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.formular td
{
    border-bottom: solid 1px #8c8c8c;
    vertical-align: top;
    text-align: left;
    padding-right: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Meldung                                                              */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.meldung
{
    margin: 15px 0 0 0;
    position: relative; /* fuer IE */
    border: solid 1px #8c8c8c;
}
.meldung h3
{
    position: relative;  /* fuer IE */
    font-size: 1.0em;
    margin: 0;
    padding: 3px 0 4px 3px;
    font-weight: bold;
    border-bottom: solid 1px #8c8c8c;
}
.meldung p
{
    position: relative;
    font-size: 1.0em;
    color: #000;
    padding: 2px 0 0 3px;
}
.meldung img
{
    float: left;
    margin: 0;
    padding: 3px 5px 3px 3px;
}

/* Hoehe des Blocks */
.h60
{
    height: 60px;
}
.h80
{
    height: 80px;
}
.h100
{
    height: 100px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Linien                                                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.linie
{
    clear: both;
    position: relative;
    border-bottom: 1px dotted #a00;
}
.line
{
    padding-bottom: 0.2em;
    border-bottom: 1px dotted #8c8c8c;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Anordnung von Grafiken                                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.imagefloat
{
    float: right;
}
.imageleft
{
    float: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Terminliste                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.termin ul
{
    padding: 0;
    margin: 0;
}
.termin ul li
{
    list-style: none;
    margin: 0 0 0 -1.5em;
    padding: 0;
    border-top: 1px solid #8C8C8C;
    background:#FDFCFC;
}
.termin .datum
{
    background: #eee;
    padding: 0.3em;
}
.termin .text
{
    padding: 0.3em 0.5em 2.0em 0.5em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Ende float                                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clear
{
    clear: both;
    margin: 0 0 0 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Sonderformate                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Screenelement sichtbar */
.screen
{
    display: none;
}
/* Printelement sichtbar */
.print
{
    display: inline;
}
