html, body {
	font: 500 90% verdana, arial, helvetica, sans-serif;
	color: #000000;
}


#header, #headnav, #leftbox, #suche, #suche2, #footer {
	display: none;
}

#nest, #content {
	padding: 0;
	margin: 0;
	border: none;
}
table, td {
	border: 1px solid black;
	vertical-align: top;
}

h1 {
	font-size: 1.2em;
	color: #000000;
}

h2, h3, h4 {
	font-size: 1em;
	color: #000000;
}



/*classes*/
.noprint {
	display:none;
}

.left {
	float:left;
	margin: 0 10px 0 0; 
}
.right {
	float:right;
	margin: 0 0 0 10px; 
}
