.menue {
	position: absolute;
	margin-top: 0px;
	left: 60px;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	width: 740px;
}
.fliess {
	position: absolute;
	margin-top: 40px;
	left: 60px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 150%;
	width: 740px;
	text-align:justify;
}
p:first-line {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
}
hr {
	color:#000000;
	height:1px;
	position: absolute;
	left: 0px;
	width: 740px;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited { 
	color:#000000;
	text-decoration: none; 
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #FF00FF;
}
a:active { 
	color:#000000;
	text-decoration: none; 
}
a:focus {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF00FF;
}
.pdf_icon
{
	border: none !important;
	padding: 10px 0 0 40px;
	clear: both;
	vertical-align: baseline;
}
.pdf_icon a:hover, .pdf_icon a:focus, .pdf_icon_nopad a:focus, .pdf_icon_nopad a:hover {
	background-color: #FFFFFF;
	
}
.pdf_icon a img{
	border: none !important;
}
.pdf_icon a:hover img, pdf_icon a:focus{
	border: 1px solid #aaaaaa;
}
.pdf_icon_nopad
{
	border: none !important;
	clear: both;
	vertical-align: baseline;
}
.pdf_icon_nopad a img
{
	border: none !important;
}

.float_left
{
	float: left;
}


