@charset "UTF-8";

body {
	background-color: #FFFFFF;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	left: 583px;
	width: 920px;
	margin-left: -460px; /* negative Hälfte von width: 500px */
	top: 50%;
	height: 700px;
	margin-top: -350px; /* negative Hälfte von height: 300px */
	border: 0;
	background-color: #FFFFFF;
}

#containerbild {
	position: relative;
	width: 100%;
	height: 97%;
	background-image: url(pics/filterelement_detail.jpg);
	top: 0;
}

.headline {
	font-size: 30pt;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;	
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;	
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;	
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;	
	}