html * {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

body{
	background: url(body-bg.jpg) center top no-repeat;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 85%;
	color: #6e5b3f;
}

a{
	color: #6e5b3f;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

#container, #footer{
	width: 970px;
	margin: 0 auto;
}

#container{
	/*background: url(content-bg.jpg) no-repeat center 112px;*/
	min-height: 720px;
}

.unsichtbar, .sef, #branding h1
{	position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}

#branding{
	background: url(header.png) no-repeat;
	height: 250px;
}

#branding img{
	width: 320px;
	height: 220px;
	border: none;
}

#navwrap{
	width: 650px;
	float: right;
	margin-top: 95px;
	text-align: right;
}

#navigation ul li{
	float: left;
	list-style-type: none;
	padding-right: 30px;
	text-align: left;
}

#navigation ul li a{
	font-size: 150%;
	color: #f9f5ec;
	text-decoration: none;
}

#navigation ul li a:hover{
	background: url(menu-high.png) no-repeat bottom center;
}

#content{
	clear: right;
	width: 925px;
}

.scrollable{
	height: 400px;
	overflow-y: scroll;
}

#bread a {
	font-size: 80%;
}

#footerimage, #mainbody{
	margin-left: 40px;
}

#articlecontent{
	width: 560px;
}

#sidenav{
	float: right;
	width: 250px;
}

.clear{
	clear: left;
}

#prodimage{
	float: left;
	width: 250px;
}

.product{
	float: left;
	width: 150px;
}

.priceinfo{
	clear: left;
	font-size: 75%;
}

#p-price{
	font-size: 200%;
}

#amount {
	width:32px;
}

h1, h2{
	font-size: 150%;
	font-family: Georgia, "Times New Roman", serif;
	margin: 5px 0 10px 0;
}

.variations{
	width: 250px;
	margin-left: 250px;
}

.variations h3{
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}

.variations p.prodopt {
	font-size:0.9em;
	margin:0 0 10px 30px;
}

div#shopnav ul {
	text-align:center;
}

.articletext img{
	margin-right: 10px;
}

.articleheadline{
	clear: left;
	font-style: italic;
}

.pager{
	font-size: 80%;
}

fieldset{
	border: 1px solid #6e5b3f;
	padding: 5px;
}

#sidenav fieldset label{
	display: block;
}

#sidenav ul li{
	list-style-type: none;
}

p{
	margin-bottom: 10px;
}

