body {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	background-image: url(../bilder/mainbg.jpg);
	background-attachment: fixed;
	background-color: #00ACFE;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #FFFFCC;
	width: 240px;
	border: thin dotted #000000;
	font-size: smaller;
	height: 740px;
	position: absolute;
	z-index: 2;
	left: 50px;
	top: 52px;
	overflow: visible;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
#header {
	border: 1px solid #000000;
	text-align: center;
	background-image: url(../bilder/headerbg.jpg);
	font-style: italic;
	position: absolute;
	height: 60px;
	width: 900px;
	left: 10px;
	top: 25px;
	padding-top: 20px;
	padding-left: 300px;
	z-index: 1;
	background-position: -2px 0px;
}
#display {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	height: 550px;
	width: 600px;
	left: 450px;
	top: 145px;
}
.active {
	display: inline;
}
.inactive {
	display: none;
}
fieldset {
	border: 1px solid #6A96C5;
}
.verkauft {
	text-decoration: line-through;
}
