/*------------Print-CSS PraxiSeidenberg------------*/

html {
width: 100%;
}

body {
float: none !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
background-color: transparent;
font-size: 12pt;
font-family: Times New Roman,Times,serif;
color:#000000; 
}

.main-content{
width: 100%;
}

h1{
font-weight: normal;
font-size: 18pt;
}
h1.pagetitle{
font-weight: bold;
font-size: 18pt;
}

/*------------header und footer print-version------------*/
.header-print{
font-size: 18pt;
font-weight: normal;
}

.header-print span{
font-size: 16pt;
font-weight: normal;
}

.footer{
margin-top: 35pt;
}

/*------------formatierung tabellen----------------------*/
.main-content table {
width:60%; 
margin:10pt 0 10pt 0;
font-size: 80%;
}


/*------------listen formatierung------------*/
ul li{
margin-left: -25px;
}

/*------------link formatierung------------*/

a, a:link, a:visited {
color: #000000;
text-decoration	: none;
}

a:after, a:link:after { 
color: #000000;
background-color:transparent;
text-decoration: none;
content: " <URL:" attr(href) "> ";
font-style:italic;
font-size: 75%;
}

a:visited:after {
color: #000000; 
background-color:transparent;
text-decoration: none;
content: " <URL: " attr(href) "> ";
font-style:italic;
font-size: 75%;
}

/*------------was ausgeblendet wird------------*/
.header-middle{
display:none;
}

.header-bottom{
display:none;
}

.main-navigation {
display:none;		
}

.print {
display:none;		
}

.main-subcontent{
display:none;		
}

.footer p.credits{
display:none;		
}

/*img {
display:none;
} */

