* {
	border: 0;
}
body{
	border: 0;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	
}
#headerIcons {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 500px;
	height: 25px;
	text-align: right;
}
#infoIcons {
	margin-right: 25px;
}
#infoIcons a img {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 	// IE8
	filter: alpha(opacity=50);											// IE5-7
}
#infoIcons a:hover img {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 	// IE8
	filter: alpha(opacity=100);											// IE5-7
}
#content {
	margin-left: 50px;
	margin-top: 40px;
	z-index: 20;
}
#banner {
	width: 100%;
	height: 143px;
	background: url('../gfx/Banner_Kombinat.png');
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom: 5px solid #000;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#bg-logo {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 347px;
	background: url('../gfx/Background_bottomright.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index: 10;
}
#punk-t {
	height: 50px;
	width: 900px;
	background: url('../gfx/3Punkte_Button.png');
}
.slide_button {	
	width:900px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
}
.slide_text{
	width:600px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.slide_text div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: justify;
}
.slide_text div p {
	margin-bottom: 10px;
}
.slide_text div a {
	text-decoration: none;
	font-style: italic;
	color: #000;
	text-transform: uppercase;
}
.slide_text div a:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 	// IE8
	filter: alpha(opacity=80);											// IE5-7
}
