/* CSS Document */
#nav {
	position:absolute;
	width:1001px;
	text-align:center;
	height:23px;	
	top: 300px;	
	font-size:12px;
	color:#4E4E4E;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background-color: #C8C8C8;
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
}

.ticker {
	color:#4E4E4E; text-align:center; font-size:11px;
	}
	
.ueberschrift_ticker
{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
	
	h1 {font-size:12px;
	color: #1B2F5C; text-align:center;}
	
	#logo_druck { position:absolute; left: -1000em;}
	
	a {color:#4E4E4E; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#4E4E4E; text-decoration:underline;}
	
@media print
{
	#nav {display:none}
	#header {display:none}
	#ticker {display:none}
	#footer {display:none}
	#logo_druck { position:static; left: 0em; margin-bottom: 10px;}
	
}
