<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body{
	background-color:#EBECE8;
	background-image:url('back.png');
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
}
a, a:visited, a:active {
	color:black;
	
}
 .innerBody {
	width: 940px;
	min-height:700px;
	background-color:#ffffff;
	padding: 20px;
	margin: 0px auto 35px auto;
	box-shadow: 0px 2px 5px #000;
}
	.innerBody h2{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003300;
	font-weight:bold;
}

#header{
	right:0;
	top: 0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

img {
	max-width:100%;
}
.float{
	float:right;
	padding:5px;
	position:relative;
	top:-25px;
	right:-25px;
}


ul#navigation {
	width:940px;
	padding:0;
	margin-left:0;
	margin-bottom:10px;
	position:relative;
	float:left;
}

ul#navigation li {
	display:inline-block;
	background-color:#003300;
	
	color:#fff;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

ul#navigation li a {
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	display:inline-block;	
	width:100%;
	padding: 7px 10px;
	border-top:1px solid #003300;
	border-right:1px solid #003300;
	border-left:1px solid #003300;
}

ul#navigation li a:hover {
	background:#fff;
	color:#000;
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;

}

ul#navigation li:hover &gt; a {
	background:#fff;
	color:#000;
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;
	font-weight:bold;

}

/* Drop-Down Navigation */
ul#navigation li:hover &gt; ul
{
	visibility:visible;
	opacity:1;
	

}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:231px;
	background:#fff;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 28px;
    left: 236px;
}

ul#navigation ul li ul {
    top: 0;
    left: 233px;
    
}


ul#navigation ul li {
	clear:both;
	width:100%;
}

ul#navigation ul li a {
	background:#fff;
	color:#000;
	border-right:1px solid silver;
	border-left:1px solid silver;
	border-bottom:1px solid white;
	border-top: 1px solid white;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
}

	.slider {
	
}

	.maxcontent{
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;

}
	.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:680px;
}

	.content a, .maxcontent a {
	color: #003300;
	text-decoration:none;
	background-image:url('pfeil.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 7px;
}

	.marginal {
	float:right;
	width: 220px;
	padding:10px 0 10px 10px;
}

	.marginal a {
	color: #000;
	font-weight:bold;
}
	div#product {
	width:460px;
	padding:0;
	float:left;
	border:1px solid silver;
	margin-right:5px;
}

	div#product img{
	width:460px;
	margin:0;
}
	div#desc {
	background:#EBECE8;
	width:450px;
	padding:5px;
}
	div#price {
	text-align:right;
	padding:5px;
}

	div #footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:silver;
	clear:both;
}



#facebox {
	border-radius: 10px;
	box-shadow: 2px 2px 2px #333333;
	padding:15px;
	font-size:11px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:#c9e997;
	border: 1px solid silver;
	float:right;
	position:relative;
	right:0;
	width: 200px;
	margin-bottom:10px;
	margin-right:0;
}
 
 #sparten li{
	display:inline;
	background-color:#EBECE8;
	padding: 10px 20px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	
}
#sparten ul {
	padding:0;
	margin-top:0;
}</pre></body></html>