/* ################ */
/* # CSS Document # */
/* ################ */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

a {
	text-decoration: underline;
	/*color: #ff3600;*/
	color: #cc3333;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

ul {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 10px;
}

li {
	margin: 0;
	line-height: 18px;
}

h1 {
	margin:0;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #ff3600;*/	
	color: #cc3333;
}

h2, h3 {
	margin:0;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;	
}

h4, h5, h6 {
	margin:0;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc3333;	
}

span.mark {
	/*color: #ff3600;*/
	color: #cc3333;
}

span.klein {
	text-transform: lowercase;
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	margin: 0;
	padding: 0;
}

#seite {	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px; 
	margin-left: -399px;
	text-align: left;
	background-color: #ffffff;
	padding: 1px;
}

.rahmen {
	width: 798px;
	height: 560px;
	background-color: #ffffff;
}

#logo {
	text-align: right;
}

.dblink {
	float: left;
   	padding: 4px 0 0 0px;
    margin-left: -1px;
}

.dblink a {
	color: #ffffff;
    text-decoration: none;
	background-image: url(../img/pixel.gif);
}

#navigation {
	float: left;
	height: 50px;
	text-align: right;
	background-image: url(../img/navigation/hintergrund.gif);
	background-repeat: no-repeat;
}

#navigation .reiter {
	float: right;
	padding-top: 4px;
	height: 30px;
	background-image: url(../img/navigation/bgitem.gif);
	background-repeat: repeat-x;
}

#navigation .reiter_aktiv {
	float: right;
	padding-top: 4px;
	height: 30px;
	background-image: url(../img/navigation/bgitem_aktiv.gif);
	background-repeat: repeat-x;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

#navsecondlevel {
	float: left;
	padding-left: 220px;
}

#navsecondlevel a {
	color: #000000;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
}

#navsecondlevel a.aktiv {
	/*color: #ff3600;*/
	color: #cc3333;
	text-transform: none;
	text-decoration: none;
}

#navthirdlevel {
	width: 194px;
	height: 225px;
	margin-top: 1px;
	padding-top: 10px;
	background-image: url(../img/navigation/bg_thirdlevel.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#navthirdlevel a {
	display: block;
	padding: 5px 10px 5px 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navthirdlevel a.aktiv {
	/*color: #ff3600;*/
	color: #cc3333;
	/*border-right: 3px solid #ff3600;*/
	border-right: 3px solid #cc3333;
}

#container_links {
	float: left;
	width: 194px;
	height: 392px;
}

.flashgrafik {
	margin-top: -9px;
	height: 167px;
}

.flashgrafik_lang{
	margin-top: 1px;
	height: 393px;
	
	background-color: green;
}

.inhalte {
	float: right;
	padding: 15px;
	width: 570px;
	height: 365px;
	line-height: 16px;
	overflow: auto;
	overflow-x: hidden;
}

.inhalte_kontakt {
	float: right;
	padding: 15px;
	width: 570px;
	height: 335px;
	line-height: 16px;
	overflow: auto;
	overflow-x: hidden;
}

.kontakt_footer {
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-left: 40px;
	font-size: 10px;
	color: #b2b2b2;
}

.inhalte .links, .inhalte_kontakt .links {
	width: 260px;
	float: left;
	margin-right: 20px;
}

.inhalte .rechts, .inhalte_kontakt .rechts {
	width: 260px;
	float: right;
}

* html .inhalte .rechts, .inhalte_kontakt .rechts { /* IE 6 */

}

.inhalte .gesamt, .inhalte_kontakt .gesamt {
	width: 540px;
	float: left;
}

.katalogdownload .katalog {
	float: left;
	padding-right: 10px;
	color: #000000;
}

.katalogdownload .katalog img {
	border: 1px solid #000000;
}

.katalogdownload .datei, .datei, .download .datei, .datei {
	float: left;
	width: 180px;
}

.katalogdownload .datei a, .datei a, .download .datei a {
	text-decoration: none;
	color: #000000;
}

.katalogdownload .datei img, .datei img, .download .datei img, download img {
	padding-right: 5px;
	margin-bottom: 20px;
	float: left;
	border: 0 solid #ffffff;
}

.download {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.download img.icon, .downloadlang img.icon {
	float: left;
	margin-right: 8px;
}

.downloadlang {
	float: left;
	width: 500px;
    height: 90px;
    padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
}

*+html .downloadlang { /* IE7 */
	padding-bottom: 10px;
    height: 80px;
}

* html .downloadlang { /* IE 6 */
	margin-bottom: -5px;
    height: 80px;
}

.downloadlang .dateilang {
	padding-right: 5px;
	margin-bottom: 50px;
	float: left;
    width: 200px;
	border: 0 solid #ffffff;
}

.downloadlang .dateilang img {
	padding-right: 5px;
	margin-bottom: 40px;
	float: left;
	border: 0 solid #ffffff;
}

.downloadlang .dateilang a {
	text-decoration: none;
	color: #000000;
}

.linkliste {
	float: left;
	width: 560px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkliste .logo {
	float: left;
	width: 150px;
	padding-right: 15px;
}

.linkliste .logo img {
	border: 0 solid #ffffff;
}

.linkliste .adresse {
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 15px;
	font-weight: bold;
}

.linkliste .beschreibung {
	float: left;
	width: 250px;
	padding-top: 5px;
	font-weight: normal;
}

.linkliste a {
	color: #000000;
	text-decoration: none;
}

td { /* wird fuer Kontakt, Telefon etc verwendet */
	font-size: 11px;
}

.produkt {
	padding-bottom: 30px;
}

.newsprodukt {
	padding-bottom: 10px;
}

.produkt h1 {
	color: #000000;
	font-style: italic;
	padding-left: 10px;
	background-image: url(../img/hdl_produkte.gif);
	background-repeat: no-repeat;
}

.produkt .piktogramme {
	float: left;
	vertical-align: bottom;
}

.produkt img {
	margin: 15px 0 0 0;
}

.produkt .piktogramme img {
	float: left;
	margin-right: 5px;
}

.produkt .produktinfos {
	margin-top: 0px;
	border-top: 1px solid #d2d9dc;
	border-bottom: 1px solid #d2d9dc;
}

#footer {
	width: 798px;
	height: 56px;
	color: #b2b2b2;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
}

#footer .texte {
	padding-top: 5px;
	padding-left: 235px;
	font-size: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}

#footer a.aktiv {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
}

#footernavigation {
	padding-left: 235px;
	padding-top: 9px;
}

/*

*/

/*   */

