/* CSS Document */


#header {
display:none;
}

#navi {
display:none;
}

#menueleft {
display:none;
}

#menueright {
display:none;
}

#footer {
display:none;
}

#nav {
display:none;
}

#menuevariable {
display:none;
}

.noprint {
display:none;
}


body {
margin: 0;
padding: 0;
font-size: 10pt;
font-family: Arial, sans-serif;
color:#000000;
}

h1 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12pt;
page-break-after: avoid;
}


h2 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 11pt;

page-break-after: avoid;
}

h3 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 11pt;
page-break-after: avoid;
}

h4 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 11pt;
page-break-after: avoid;
}

h5 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 11pt;
page-break-after: avoid;
}

h6 {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 10pt;
page-break-after: avoid;
margin-bottom: 0;
padding: 0;
}


p {
margin-top: 1;
margin-bottom: 1;
}

#inhalt   {
background-color:transparent;
padding: 0px;
margin: 0px;
}


a:visited:after {
content: " (Link auf <" attr(href) ">) ";
font-size: 76%;
color: #999;
background: transparent;
text-decoration: none;
}



a:link:after {
content: " (Link auf <" attr(href) ">) ";
font-size: 76%;
color: #999;
background: transparent;
text-decoration: none;
}

table {
size: landscape;
font-family: arial, sans-serif;
font-size: 10pt;
page-break-after: auto;
margin-bottom: 0;
padding: 1;
}

/*
Reihenfolge beachten!!!!
a:link { color:blue; text-decoration:none; }
#navi a:visited { color:black; text-decoration:line-through; }
#navi a:focus { color:green; text-decoration:overline; }
#navi a:hover { color:red; text-decoration:overline; }
#navi a:active { color:orange; text-decoration:underline; }
*/
