/*      STYLES PRINT
-----------------------------------------------
Version: Juli 2007
----------------------------------------------- */



/* BASEDEF
----------------------------------------------- */

body {
    background-color: #ffffff;
    text-align: left;
    background-image: none;
    width: 700px;
    padding: 1%;
    color: #000000 !important;
}


#inhalt h1 {
    color: #000000;
}


#inhalt h2 {
    color: #000000;
}


/* Startseite
----------------------------------------------- */

#centerblock {
    margin:0;
    position: relative; /* setzt centerblock vor den abstand */
    width: 100%;
    height: auto;
    text-align: left;
    background-color: white;  
    background-image: none;  
    display: block;
}

/* zentrierung hier geklaut: http://d-graff.de/fricca/center.html */


#centerblockwrapper {
    width: auto;
    margin: 0;
}

#centerblockwrapper2 {
    width: auto;
    margin: 0;
}

#centerblock h1 {
    float: none;
    width: auto;
    height: auto;
    background-image: none;    
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    font-family: georgia, palatino, 'times new roman', times;
}

#centerblock p {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    color: black;
}
* html #centerblock p {
    margin-top: 0;
}

#centerblock a {
    color: black;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
#centerblock a:hover, #centerblock a:focus, #centerblock a:active {
    color: black;
    text-decoration: none;
}


/* LAYOUT
----------------------------------------------- */

#drucklogo {
    display: block;
}


#logo {
    display: none;
}


#logo-subcompany {
    display: none;
}


#koepfe {
    margin: 0;
    background-image: none; 
}


#rahmen {
    width: 100%;
    margin: 0;
}


#rahmeninnen {
    width: 100%;
    margin: 0;
    height: auto;
}


#rahmen-schatten {
    width: auto;
    background-image: none; 
}


#rahmen-weiss-innen {
    width: auto;
    background-image: none; 
}


#linke-spalte {
    display: none;
}


#inhalt-oben {
    display: none;
}


#inhalt-rahmen {
    width: 90%;
    margin: 0;
    padding: 10px;
    background-image: none; 
}


#inhalt {
    margin: 0;
    padding: 10px;
    width: 90%;
}


#unten {
    display: none;
}


#fusszeile {
    display: none;
}

#centerblock {
    height: auto;
    margin: 0;
    text-align: left;
    background-color: #ffffff;  
    background-image: none; 
}


#centerblock h1 {
    float: none;
    margin: 0;
    background-image: none; 
}

#centerblock p {
    float: none;
    width: 43.75em;
    height: auto;
    margin: 0;
    color: #000000;
}

#people {
    display: none;
}


.druckkopf a {
    font-weight: normal;
    font-size: 0.81em;
    line-height: 1.3em;
    color: #24405B;
    text-decoration: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.druckkopf a:hover, .druckkopf a:focus, .druckkopf a:active {
    text-decoration: underline;
}

hr
{
    float: none;
    border: none;
    width: 100%;
    height: 1px;    
    margin: 10px 0 10px 0;
    padding: 0;
    color: #24405B;
    background-color: #24405B;
    display: block;
}


#copyright em {
    color: #000000;
}


/* NAVIGATION
----------------------------------------------- */

#navigation {
    display: none;
}


/*  SONDERKLASSEN
----------------------------------------------- */

.printonly {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1em;
    line-height: 1.3;
    overflow: hidden;
    display: inline;
}
