/* ausdrucke.css */
/* Styles für Druckversionen */

body {
      font-family: Verdana, Arial;
      margin: auto;
      }
	
#content
	{
	font-size:0.9em;
	}
	
#inhalt {	
        padding-left: 10px;
	padding-right: 50px;
	}
	
#inhalt .bodytext {
        font-size: 0.9em;
        line-height: 1.2em;
        }
        
.csc-bulletlist {
	font-size: 0.9em;
	line-height: 1.8em;
        }

.contenttable-0 .tr-even  {
        font-size: 0.9em;
	font-style: normal;
	color: #000000;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
	}

.contenttable-0 .tr-odd{
        font-size: 0.9em;
	font-style: normal;
	color: #000000;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
        }

.th {
        font-size: 0.95em;
	font-style: normal;
	color: #000000;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left
        }
                
h1 {

	font-size:1.2em;

	color: black;

	letter-spacing: 4px;
	}

	

h2 {

	font-size:1.1em;

	color: black;

	letter-spacing: 4px;
	}

	

h3 {

	font-size:1.0em;

	color: #black;

	letter-spacing: 4px;
	}

	

h4 {	font-size: 0.9em;
        color: #000000;
        }

	

h5 {	

	font-size: 0.85em;

	color: #000000;
        }

	

h6 {	font-size: 0.8em;
        color: #000000;
        }


