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

body {
	background-color: #d5cdac;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

a {
	color: #241E06;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}
a:visited {
	color: #43380C;
}
a:active {
	color: #FF0000;
}


#header {
	background-image:url(images/aschenbecher.jpg);
	background-repeat:no-repeat;
}
#header a b {
	display:none;
}
#header a {
	display:block;
	height: 231px;
	margin: 0px;
}

#body {
	position:relative;
	background-image:url(images/ascher.gif);
	background-repeat:repeat-y;
	padding-bottom:30px;
}

#nav_container {
	position: absolute;
	width: 250px;
	padding-bottom:30px;
	top: 0px;
}

#nav {
	display:block;
	padding-left: 35px;
	padding-bottom: 10px;
	}

#nav h2 {
	font-size:1.3em;
	padding: 20px 20px 10px 0px;
	margin: 0;
	}
	
#nav h3 {
	font-size:1.1em;
	padding: 20px 20px 10px 0px;
	margin: 0;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	}
	

#nav li {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type:none;
}

#nav ul {
	list-style: none;
	margin: 0;
	font-size: 0.9em;
	padding: 15px 0px 0px 0px;
}


#nav li a:hover {
	text-decoration:underline;
	color: #FF0000;
}

#content {
	position:relative;
	left: 250px;
	top: 0px;
	width: 593px;
	padding-bottom:30px;
	min-height:700px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
}

#quicknav {
	position:absolute;
	left: 602px;
	top: 209px;
	height: 21px;
	width: 241px;
	font-weight:bold;
	font-size: 0.9em;
}

#banner {
	position:absolute;
	top: 0px;
	left: 843px;
	width: 181px;
	padding-bottom:30px;
}

#content h1, #content h2, #content h3 {
	font-weight:bold;
	margin: 0px;
	text-align:left;
}
#content h1 {
	color:#000000;
	font-size:1.7em;
	padding: 5px 10px 5px 15px;
	margin: 0px 0px 10px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #dddbd3;
	width: 325px;
}

#content h2 {
	font-size:1.5em;
	padding: 10px 30px 5px 30px;
}

#content h3 {
	font-size:1.2em;
	padding: 10px 30px 5px 30px;
}

#content h4 {
	color:#000000;
	font-size:1.5em;
	padding: 5px 10px 5px 15px;
	margin: 0px 0px 10px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #dddbd3;
	width: 325px;
}

#content ul {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	list-style-type:square;
	color:#996600;
	font-family: "Times New Roman", Times, serif;
	padding: 10px 10px 10px 100px;
}


#content p {
	margin: 0px;
	padding: 10px 30px 10px 30px;
}

#fazit {
	color:#000000;
	font-size:0.9em;
	font-style:italic;
	text-align:left;
	padding: 10px 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #dddbd3;
	width: 310px;
	margin: 10px 30px 10px 30px;
	border-bottom: 2px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

#produkte {
	color:#000000;
	font-size:.8em;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 533px;
	margin: 10px 30px 10px 30px;
}

#produkte p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#produkte h2 {
	font-size:1.2em;
	margin: 0px;
	padding: 5px 10px 5px 0px;
}

#produkt {
	float:right;
	text-align:center;
	border:20px solid #ffffff;
	width: 202px; 
	top: -10px; 
	left: 370px;
}


.mwst {
	font-size:0.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
