body {
        font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Div Proportionen */

div#container {
               height: auto;
                margin-left: auto;
                margin-right: auto;
                }

div#pageHeader {
    /*visibility:hidden;*/
/*    float:right;*/
    height:100px;
    text-align:right;
    
   /* background: url(images/printbanner2.jpg) center center no-repeat  #DFDFDF;*/

        }


div#navbara {
       display:none;
}
div#navbarb {
       display:none;
}
div#klickpfad{
       display:none;
}
div#content {
        position: relative;
    top: 10px;
        left: 10%;
        width: 90%;

        }

div#footer {
    visibility: hidden;
        position: relative;
    top: 40px;
        left: 10%;
        position: relative;
        width: 90%;
    border-top-color: gray;
    border-top-style: dotted;
        }

div#sidebar {
   display:none;;
    }

div#firstbox {
        display:none;
}
div#secondbox{
display:none;

}


/* Textformatierung */

.an{
        color: White; background: #5c9042
}

h1 {
        font-size: large;
        border-bottom-color: gray;
       /* border-bottom-style: dotted;*/
}


/* TABELLENFORMATIERUNG */
th.td-0, th.td-1,th.td-2, th.td-3 th.td-4{
	text-align: left;
}

/* Printausgabe der Fusszeile */

table.contenttable{
/*    padding: 5px;*/

}

table.contenttable td{
    padding: 5px;

    border-left: 1px solid #333;
    border-top:1px solid #333;

    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

table.ppad{
    margin-top:10px;
}

div#print {
	display:none;
}

div#copy {
	visibility: hidden;
}

#cf {
	visibility: visible;
}
