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

img {
	border:none;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
}
.kopfbalken {
	background-attachment: scroll;
	background-image: url(bg_kopfbalken.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 110px;
	width: 100%;
	z-index:2;
	position: fixed;
	top: 0px;
}
.kopfbalken_ebene1{
	background-attachment: scroll;
	background-image: url(titelzeile_li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 100%;
	z-index:2;
	position: absolute;
}
.kopfbalken_ebene2{
	background-attachment: scroll;
	background-image: url(titelzeile_re.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	width: 100%;
	z-index:2;
	position: absolute;
}
.kopfbalken_bildrechts {
	right:0px;
	top:0px;
	float:right;
	}
.kopfbalken_bilduebergang {
	right:232px;
	top:0px;
	position: absolute;
	}
.logo {
	padding: 0px;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 4px;
	left:0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(logo2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 141px;
}
.spalte_li {
	height: 100%;
	width: 126px;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(spalte_li.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	bottom: 0px;
	float: left;
	z-index: 1;
	position: fixed;
}
.spalte_re {
	height: 100%;
	width: 143px;
	right: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(spalte_re.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	bottom: 0px;
	float: left;
	z-index: 1;
	position: fixed;
}
.spalte_img {
	position:absolute;
	top:110px;
	}
.spaltenfuss {
	position:absolute;
	bottom:0px;
	}
.fussbalken {
	background-attachment: scroll;
	background-image: url(fusszeile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 53px;
	width: 100%;
	z-index:1;
	position: fixed;
	bottom: 0px;
}
.fusszeile_bild_li {
	left:126px;
	position:absolute;
	}
.fusszeile_bild_re {
	right:143px;
	position:absolute;
	}
.inhalt {
	position:absolute;
	left:143px;
	right: 163px;
	margin-top: 143px;
	padding-bottom: 100px;
	z-index:0;
	width:inherit;
	}
#warenkorb {
	position: fixed;
	width: 110px;
	top: 150px;
	right: 5px;
	z-index:200;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#warenkorb h2 {
	font-size: 16px;
	}
#warenkorb p {
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 2px;
	background:url(images/darkpixel.png);
	}
#warenkorb a {
	color:#FFCC66;
	font-size: 16px;	
	}
#warenkorb a:hover {
	color:#FF0000;
	} 
#subnav {
	text-align: center;
	}
#haupttext {
	width: 100%;
	position:relative;
	}
.subnav_link {
	font-size: 18px;
	font-weight: bold;
	background-color: #ECB987;
	padding: 5px;
	line-height: 26px;
	border: 1px solid #000000;
	}
.subnav_link a {
	text-decoration: none;
	color:#000000;
	}
.subnav_link a:hover {
	text-decoration:underline;
	color:#990000;
	}

	
