/* CSS Document */
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
body {
	background-color:#ffffff;
	background-image:url(/layout/background.gif);
	background-repeat:repeat-y;
}
form{
	margin:0px;
	padding:0px;
}
.input{
	margin-bottom:3px;
}
div {
	position:absolute;
}
#copyright {
	left:990px;
	bottom:20px;
	height:102px;
	z-index:10000;
	}	
#collage{
	top:30px;
	left:254px;
	width:736px;
	height:100px;
}
#logo {
	position:absolute;
	left:18px;
	top:62px;
	width:222px;
	height:36px;
	z-index:100;
	background-repeat:no-repeat;
	overflow:hidden;
}
#strich {
	position:absolute;
	left:0px;
	top:130px;
	width:990px;
	height:10px;
	z-index:100;
	overflow:hidden;
	background-repeat:repeat-x;
}
#ticker {
	background-color:#003282;
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:30px;
	z-index:100;
}
#tickertext {
	left:0px;
	top:0px;
	color:#000000;
	width:990px;
	height:30px;
	overflow:hidden;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	text-align:center;
}
#produktgruppen {
	position:absolute;
	left:0px;
	top:132px;
	width:990px;
	height:60px;
	z-index:1000;
	overflow:hidden;
}
.produktgruppe {
	position:absolute;
	top:15px;
	width:194px;
	height:44px;
	z-index:100;
	overflow:hidden;
	background-repeat:no-repeat;
}
#ref_img_start {
	padding-left: 6px;
}

a.download-pdf{
	text-decoration:none;
	color:#003282;
	padding-left:20px;
	display: block;
	line-height:1.3;
	height:18px;
	background-image:url(/layout/icons/pdf.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:visible;
}
a.download-xls{
	text-decoration:none;
	color:#003282;
	padding-left:20px;
	display: block;
	line-height:1.3;
	height:18px;
	background-image:url(/layout/icons/xls.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a.download-doc{
	text-decoration:none;
	color:#003282;
	padding-left:20px;
	display: block;
	line-height:1.3;
	height:18px;
	background-image:url(/layout/icons/doc.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:visible;
}
