body {
        font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Div Proportionen */

div#container {
               height: auto;
                margin-left: auto;
                margin-right: auto;
                }

div#pageHeader {float:right;
        }


div#navbara {
       display:none;
}
div#navbarb {
       display:none;
}
div#klickpfad{
       display:none;
}
div#content {
        position: relative;
    top: 10px;
        left: 10%;
        width: 90%;

        }

div#footer {
        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 */

div#print {
	display:none;
}

div#copy {
	visibility: hidden;
}

#cf {
	visibility: visible;
}