*{
	padding:0;
	margin:0;
	font-size:100.01%;
}
html{
	width: 100%;
	height: 100%;
	max-height: 100%;
	line-height: 1.36em;
	overflow: hidden;
}
body{
   height: 100%;
	max-height: 100%;
	overflow: hidden;
	background: url(img/pergamena.jpg) repeat;
}


#content {
	overflow: auto;
	position: absolute;
	top: 17%;
	bottom: 40px;
	left: 14em;
	right: 0;
	padding: 5px;
	z-index: 3;
}
* html #content{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 130px solid #fff;
	border-bottom: 40px solid #fff;
	border-left: 14em solid #fff;

}
#content p{
	color: #2D1106;
	margin: 10px;
	font-size: 1.1em;
	width:60%;
}
#content p:first-letter{
	color: #2D1106;
	margin-left: 0px;
	font-size: 1.9em;
}

h1{
	margin-left: 140px;
	font: italic bold 1.4cm Monotype Corsiva;
	color: #FFEBCD;
	vertical-align: bottom;
}
h2{
	font-size: 1.5em;
	color: #675E35;
	padding: 1em;
}
h3{
	font-size: 1.2em;
	color: #675E35;
	padding: 1em 1em 1em 0;
}

#content img{
	float: right;
	border: 4px solid #675E35;
}
#content p img{
display: block;
float: none;
clear: both;
}
#content ul{
	margin-left: 30px;
}
#content li{
	list-style: none;
	margin-left: 0px;
	font-weight: bold; 
	font-size: 0.9em;
}
table#sortiment{
	table-layout: fixed;
	width: 60%;
	border: 4px solid #BDB76B;
	border-collapse: collapse;
}
table#sortiment td{
	border-top: thin solid #BDB76B;
	padding: 5px;
}
.nummer{
	width: 10%;
}
table#sortiment th{
	background-color: #BDB76B;
}
#head{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 13%;
	border-bottom: 30px solid #675E35;
	background: url(img/background.jpg) no-repeat 0px;
	z-index: 30;
}
* html #head{
	height: 130px;
}
#navcontainer{
	position: absolute;
	top: 17%;
	left: 2px;
	margin-top: 5px;
	z-index: 30;
}
* html #navcontainer{
	position: absolute;
	top: 130px;
	left: 0px;
	width: 14em;
	height: 85%;
	margin-top: 0px;
	background: url(img/pergamena.jpg) repeat;
	z-index: 25;
}
#navlist
{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 0.9em "MS Sans Serif", Geneva, sans-serif;
	background: #A87F61;
	width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #AE8567;
text-align: left;
}

#navlist li a{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #664A35;
	background: #FFEBCD;
	text-decoration: none;
	margin: 0;
	height: 1.1em;
}
#navlist li.aktiv a{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #AE8567;
	background: #FFEBCD;
	text-decoration: none;
	margin: 0;
	height: 1.1em;
}

#navlist li a:link {
	color: #675E35;
}
#navlist li a:visited { color: #675E35; }

#navlist li a:hover{
	border-color: #675E35;
	color: #FFEBCD;
	background: #332;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #675E35;
	z-index:30;
}
#footer p{
	font-size: .8em;
	color: #FFEBCD;
	text-align: center;
	line-height:1em;
	bottom: 0px;
	padding: 3px;
}

#banner img{
	 width: 100%;
	 padding:0;
	 margin:0;
}
