body {
background: #fff !important;
color: #000;
font: font: 12pt Corbel, Lucida Grande, Lucida Sans Unicode, Arial, serif;
}

/* Seitenbreite */
body, #content-big {
width: auto;
        border: 0;
        margin-left: 5%;
        padding: 0;
        float: none !important;
}

div#footer,#menu,#newsticker,#stage-image {
display: none;
}



H1, H2, H3 {color: #000000; background: white; padding-bottom: 1px;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 {
page-break-after: avoid;
}

p, address, li, dt, dd {
font-size: 100%
}

ul, ol {
list-style: square; margin-left: 18pt;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}
