@charset "utf-8";
/* CSS Document */



body,html {
	height: 101%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#seite {
	margin:0 auto;
	width: 900px;
	border: 1px solid #999999;
	background-image: url(Bilder/spalten.gif);
	background-repeat: repeat-y;
}



#kopf {
	background-image: url(Bilder/industriestossdaempfer_banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#kopf h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#kopf h2 {
	font-weight: normal;
	margin: 0px;
	padding-left: 60px;
	padding-top: 10px;
}


#hauptteil hr{
	clear: both;
	height: 0.1px;
	visibility:hidden;
}

#content {
	float: left;
	width: 670px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #333333;
}

#content img{
	float: right;
	clear: right;
	padding-bottom: 20px;
	padding-left: 30px;
}

#rechts {
	float: left;
	width: 200px;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
}
#rechts img {
	padding-bottom: 15px;
	padding-top: 15px;
}


#fuss {
	background-color: #000066;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}
