//<![CDATA[
/* Grunddefinitionen von HTML-Tags *************/
* html div {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */
}
html	{	/* Schrifteinstellung für das ganze Dokument */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: normal;
	color: #303030;
}
body {
	margin: 0px;
	padding: 0px;
}
img { border: none; }
a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}
a:hover {
	text-decoration: underline;
}
div.col_menu {
	display: none;
}

div.content {
	background-color: transparent;
	display: block;
	width: 600px;
}
div.button_line {
	display: none;
}
div.headline_print {
	margin: 10px 0px;
	padding: 0px 10px;
	background-color: #e0e0e0;
	color: #000000;
	font-weight: bold;
}
div.headline_screen {
	display: none;
}


//]]>

