/* NUR FÜR HOFER-TROCKENBAU.HTML (Shockwave-Version) */

body {
	font-family:Arial,'Liberation Sans','DejaVu Sans','Helvetica Neue',Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	background-color:#5A5A5A;
	margin:0px;
}

/* Schwebende Infobox */
.infobox {
	position:fixed;
	width:520px;
	top:0px;
	left:50%;
	margin:0px;
	margin-left:-260px;
	padding:10px;
	z-index:1000;
	opacity:0.85;
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#FFF7CC;
	border-left:#E6D88F solid 3px;
	border-right:#E6D88F solid 3px;
	border-bottom:#E6D88F solid 3px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.infobox:hover {
	opacity:1.0;
}
.infobox h1 {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
.infobox-h1-small {
	font-size:14px;
}
.infobox a {
	font-weight:normal;
	color:#333366;
	text-decoration:underline;
}
.infobox a:hover {
	background-color:#E6D88F;
}
.infobox-icon {
	float:left;
	text-align:left;
	margin:0px;
	margin-right:20px;
	margin-bottom:27px;
	padding:0px;
	font-size:36px;
	font-weight:bold;
	color:#5A5A5A;
}
.infobox-icon-small {
	float:left;
	text-align:left;
	margin:0px;
	margin-right:20px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color:#5A5A5A;
}
