/* ########### PRINT DIRECT ######### */

/* CSS für das direkte Drucken über den Druck-Button des Browsers */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
}

a {
	text-decoration: underline;
        color: blue;
}

#head, .right, .root, #topmenu, #leftmenu {
        display: none;
}

#content {
	position: relative;
        margin: 0px;
}

.normalwithright {
	position: relative;
	font-size: 1em;
	line-height: 1.5;
        margin: 0px;
}

.normal {
	position: relative;
	font-size: 1em;
	line-height: 1.5;
        margin: 0px;
}

.bodytext {
       font-size: 1em;
}


.copyright {
	color: black;
	font-size: 0.9em;
	margin-top: 2em;
}