body {
	margin: 0pt;
	padding: 0pt;
	color: #3d5d63;
	font-size: 12px;
	font-family: Arial,sans-serif;
	background: url(../img/back.png) repeat-x;
	overflow: -moz-scrollbars-vertical;
}
a:link, a:visited, a:active {
	color: #3d5d63;
	text-decoration: none;
}

#menu {
	background: url(../img/header.jpg) transparent no-repeat;
	width: 960px;
	margin: 0px auto;
	padding: 1px 0px 0px 0px;
	font-family: Tahoma,sans-serif;
}

#cart {
	width:228px;
	height:96px;
	margin: 0px 0px 13px 637px;
	padding: 24px;
	font-size:14px;
}
#cart.full {
	background:url(../img/notepad.png);
}
#cart.empty {
	background:transparent;
}
#cart p {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-bottom:5px;
	font-size:16px;
	border-bottom: solid #3d5d63 1px;
}
#cart a.checkout {
	background:transparent url(../img/btncheckout.png) 0px 0px no-repeat;
	margin:0px;
	margin-top:10px;
	padding:0px;
	width:100px;
	height:24px;
	float:right;
}
#cart a.checkout:hover {
	background-position:0px -24px;
}
#cart a.checkout:active {
	background-position:0px -48px;
}

#menu ul {
	height: 32px;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: block;
	float: left;
	text-transform: uppercase;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	float: left;
	display: block;
	height: 23px;
	padding: 9px 15px 0pt;
	white-space: nowrap;
}
#menu ul li a:hover, #menu ul li.active a {
	background-color: #8b0e13;
	color: white;
}


#menu2 {
	background: #faf7ec;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float:left;
	border-left: solid 1px #e0d09c;
}
#menu2 ul {
	display:block;
	margin: 0px; 
	padding: 0px 0px 30px 0px;
	text-align: left;
	font-weight: normal;
}

#menu2 ul li {
	display: inline;
	font-size: 14px;
	margin: 0px; 
	padding: 0px;
}
#menu2 ul li:first-child a {
	border-top:1px solid #EFEFEF;
}
#menu2 ul li:first-child a:link, #menu2 ul li:first-child a:visited, #menu2 ul li:first-child a:active {
	padding-top:5px;
}
#menu2 ul li a:link, #menu2 ul li a:visited, #menu2 ul li a:active {
	border-bottom:1px solid #EFEFEF;
	display:block;
	padding:6px 15px 5px;
}
#menu2 ul li.sub a:hover, #menu2 ul li.active a {
	font-weight:bold;
}
#menu2 ul li.main a:hover, #menu2 ul li.highlighted a {
  color: white;
  border-bottom: 1px solid #3d5d63;
  background: #3d5d63;
}
#menu2 img {
	border: 0px;
}

#content {
	width: 860px;
	margin: 30px auto 0px;
	padding: 0px;
}
#content:after {
	clear:both;
	content:" ";
	display:block;
	height:0px;
}

#box {
	background: white;
	width:798px;
	padding: 0px 30px;
	margin: 0px 0px -132px;
	float:left;
	border-left: solid 1px #eee2bc;
	border-right: solid 1px #eee2bc;
	position: relative;
	z-index: 10;
}
#boxr {
	width:652px;
	float:left;
	border-left: solid 6px #3d5d63;
	border-right: solid 1px #eee2bc;
	margin: 0px 0px -132px;
	position: relative;
	z-index: 10;
}

#text {
	background: white;
	font-family: Arial;
	font-size: 16px;
	padding: 20px 40px 60px 40px;
}
#text h1{
	display:block;
	color: #3d5d63;
}
#footer {
	background:transparent url(../img/footer.png) repeat-x scroll center top;
	width:100%;
	min-width:960px;
	height:32px;
	padding-top:168px;
	text-align:center;
	position:relative;
}
#footer a:hover {
	text-decoration: underline;
}

div.news {
	background: #faf7ec;
	padding: 16px 32px 8px 32px;
	margin: 16px 0px;
}
div.news h2 {
	font-size: 20px;
	margin: 0px;
}
div.news h3 {
	font-size: 10px;
	margin: 0px;
}


div.article {
	background: #faf7ec;
	padding: 16px 32px 8px 32px;
	margin:0px;
	margin-top:32px;
}
div.article h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 2px #8b0e13;
}
div.article div.overview {
	height:132px;
	padding: 0px 0px 16px 0px;
	font-size: 14px;
}
div.article img.full {
	background:white;
	width:90px;
	height:120px;
	border:solid 1px #3d5d63;
	padding:5px;
	float:left;
}
div.article img.detail {
	background:white;
	width:90px;
	height:90px;
	border:solid 1px #3d5d63;
	padding:5px;
	float:left;
	margin-left:10px;
}
div.article div.description {
	margin-left:24px;
	width:270px;
	float:left;
}
div.article div.description p {
	margin:0px;
	padding:2px 0px 9px 0px;
}
div.article div.description p img {
	vertical-align: middle;
	border:0px;
}
div.article div.description a:hover {
	text-decoration: underline;
}
div.article a.more {
	clear:both;
	display:block;
	padding: 0px 0px 16px 0px;
}
div.article img.zoom {
	background:white;
	border:solid 0px #3d5d63;
	padding:0px;
	margin:0px 29px;
}
div.article div.information {
	background:white;
	padding:16px 32px;
	margin:0px 64px;
}
div.article div.information table {
font-size:smaller;
margin:4px;
}
div.article div.information tr:first-child td {
font-size:medium;
font-weight:bold;
vertical-align:top;
}
div.article div.information tr:first-child td:first-child {
width:96px;
}
div.article div.information img{
display:block;
margin: 8px auto;
border:0px;
}
div.article div.information p{
margin:0px;
padding:0px;
text-align: center;
color:black;
font-weight:bold;
font-size:14px;
}
div.article div.shopping {
	margin: 0px 0px 12px 0px;
	padding: 15px 0px 0px 0px;
	border-top: solid 2px #8b0e13;
}
div.article div.price {
	background:transparent url(../img/preis.png) no-repeat;
	width:58px;
	height:22px;
	padding:7px 0px 0px 50px;
	font-size: 14px;
	font-weight:bold;	
	margin: 0px;
	float:left;
}
div.article a.buy {
	background:transparent url(../img/btncart.png) 0px 0px no-repeat;
	margin:0px;
	padding:0px;
	width:148px;
	height:26px;
	float:right;
}
div.article a.buy:hover {
	background-position:0px -26px;
}
div.article a.buy:active {
	background-position:0px -52px;
}
div.article div.nobuy {
	background:transparent url(../img/btncart.png) 0px -78px no-repeat;
	margin:0px;
	padding:0px;
	width:148px;
	height:26px;
	float:right;
}
div.article p.rabatt {
	margin:40px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;	
	color:#8b0e13;
}
div.recht h3 {
	margin-top:24px;
	color:#8b0e13;
}

#process {
	background:url(../img/checkoutpanel.png) repeat-x;
	height:32px;
	width:718px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,sans-serif;
	font-size:14px;
	border-bottom: solid 4px #3d5d63;
}
#process li {
	float: left;
	display: block;
}
#process li div {
	color: white;
	padding: 8px 16px 0px 12px;
}
#process li a {
	float: left;
	display: block;
	white-space: nowrap;
	color: #3d5d63;
	height:24px;
	padding: 8px 16px 0px 12px;
}
#process li a:hover, #process li.active a {
	color: white;
	background-color: #3d5d63;
}
div.checkoutstep {
	clear:both;
	border:solid 2px #3d5d63;
	padding:32px 64px;
}
div.checkoutstep form {
	clear:both;
	padding:0px;
	margin:0px;
}
div.checkoutstep a:hover {
	text-decoration: underline;
}
table.cart {
	border-collapse: collapse;
}
table.cart th {
	padding: 5px 10px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #3d5d63;
	white-space: nowrap;
}
table.cart td{
	padding: 5px 10px;
	color: black;
}
table.cart tfoot th {
	border:none;
	border-top: 2px solid #3d5d63;
	padding: 5px 10px;
}
table.cart tfoot tr.rabatt th {
	border:none;
	padding: 0px 10px 5px 10px;
	font-weight: normal;
	color: #8b0e13;
}
table.cart tfoot tr.versand th {
	border:none;
	padding: 0px 10px 5px 10px;
	font-weight: normal;
}
table.cart a{
	color: black;
}
#checkoutnav {
	margin-top:36px;
	padding:0px;
	height:24px;
}
#checkoutnav p.next{
	vertical-align:middle;
	margin:0px;
	padding:4px 0px 0px 0px;
	float:right;
}
#checkoutnav input.next {
	width:75px;
	float:right;
	padding:2px;
}
#checkoutnav button.next {
	padding:0;margin:0;border:none;
	width:75px;
	height:24px;
	background:transparent url(../img/nextlink.png) no-repeat;
	float:right;
}
#checkoutnav button.next:hover {
	background:transparent url(../img/nexthover.png) no-repeat;
}
#checkoutnav button.next:active {
	background:transparent url(../img/nextactive.png) no-repeat;
}
#checkoutnav input.previous {
	width:75px;
	float:left;
	padding:2px;
}
#checkoutnav a.previous {
	width:75px;
	height:24px;
	background:transparent url(../img/nextlink.png) no-repeat;
	float:left;
}
#checkoutnav a.previous:hover {
	background:transparent url(../img/nexthover.png) no-repeat;
}
#checkoutnav a.previous:active {
	background:transparent url(../img/nextactive.png) no-repeat;
}
#checkoutnav input.confirmation {
	font-weight:bold;
	width:175px;
	float:right;
	padding:2px;
}
table.cart a.checkbox {
	background:transparent url(../img/btncheckbox.png) 0px 0px no-repeat;
	margin:0px;
	padding:0px;
	display:block;
	width:13px;
	height:13px;
}
table.cart a.checkbox:hover {
	background-position:0px -13px;
}
table.cart a.checkbox:active {
	background-position:0px -26px;
}
table.cart a.checked {
	background:transparent url(../img/btncheckbox.png) 0px -39px no-repeat;
	margin:0px;
	padding:0px;
	display:block;
	width:13px;
	height:13px;
}
table.cart a.checked:hover {
	background-position:0px -52px;
}
table.cart a.checked:active {
	background-position:0px -65px;
}
table.cart div.hint {
	padding-top:2px;
	font-size:8px;
	color:#888888;
}
