/* ausdrucke.css */
/* Styles für Druckversionen */

/* Container, die nicht angezeigt werden */

.skip,
#head,
#horizontal-navi,
#links,
#rechts,
#foot {
display: none;
}


body {
      font-family: Verdana, Arial;
      font-size: 100%;
      margin: 0 8%;
      width: auto;
      padding: 0;
      }
      
#gesamt {
	font-size: 0.85em;
	
#content
	{
	font-size:1.1em;
	}
	
#mitte {	
        font-size: 12px;
        line-height: 1.2em;
	}
	
#mitte .bodytext {
        font-size: 11px;
        line-height: 1.2em;
        }
        
.csc-bulletlist {
	font-size: 1.0em;
	line-height: 1.8em;
        }

.contenttable-0 .tr-even  {
        font-size: 1.0em;
	font-style: normal;
	color: black;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
	}

.contenttable-0 .tr-odd{
        font-size: 1.0em;
	font-style: normal;
	color: black;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
        }

.th {
        font-size: 1.05em;
	font-style: normal;
	color: black;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
        }
                
h1 {
	font-size:1.2em;
	background-image: url();
	color: black;
	letter-spacing: 4px;
	}

	

h2 {
	font-size:1.1em;
	background-image: url();
	color: black;
	letter-spacing: 0.4em;
	}	

h3 {
	font-size:1.0em;
	background-image: url();
	color: black;
	letter-spacing: 0.4em;
	}

	

h4 {	font-size: 0.9em;
        color: black;
        }

	

h5 {	

	font-size: 0.85em;

	color: black;
        }

	

h6 {	font-size: 0.8em;
        color: black;
        }


