/*CSS - Definition für INFONOMICS
*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #6699CC;
	padding-top: 20px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF6600;
	padding-top: 7px;
}

/*.content {
	display: table;
	vertical-align: top;
	width: 640px;
}*/
.footer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 40px;
	width: 640px;
}
/*Definitionen für Ausdruck-Steuerung. printonly: setzt Original Logo ein; noprint: blendet den nicht Content bezogenen Rest der Seite aus*/
.printonly {
	font-size: 8pt;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.noprint, .ptp, .search, .menu, .breadcrumbs {display: none;}