
body {
	margin: 30px 0 10px 60px;
	text-align: center;
	color: #666;
	font: normal 11pt Times, Times New Roman, serif;
	letter-spacing: .1em;
}

.breadcrumb,
.category-select,
.product-filter,
.product .prev-next-nav,
nav>.menu-item,
.tool-menu>.menu-item,
.text article h1,
table.cart thead th,
.cart .header h1,
.checkout .header h1,
.checkout .header h2,
.checkout-box h3,
.widerruf .header h1 {
	font-family: Helvetica, Arial, sans-serif;
}

/* Rahmen */

.frame {
	display: inline-block;
	text-align: left;
	width: 960px;
}

.content {
	position: relative;
	margin-bottom: 2em;
}

/* Header */

header {
	position: relative;
	left: -220px;/*-50px;*/
	padding: 20px 0 50px 0;
	background: url('images/icons/dackel.png') no-repeat left top;
}

header h1, header h2 {
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 .1em 170px;
	text-transform: uppercase;
	letter-spacing: .3em;
}

header h1 {
	color: #222;/*#aaa;*/
}

header h2 {
	color: #222;
}

header h1 a, header h2 a {
	color: inherit;
	text-decoration: none;
}

/* Navigation */

nav {
	position: relative;
	margin: 0 50px 60px 0;
}

nav>.menu-item, .tool-menu>.menu-item {
	padding: 2px 0;
	margin-right: 1.5em;
	text-transform: uppercase;
}

nav .menu-item {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 2px solid transparent
}

.tool-menu {
	clear: both;
}

.tool-menu .menu-item {
	font-size: 80%;
	border-bottom: 1px solid transparent;
}

nav .menu-item a, .tool-menu .menu-item a {
	text-decoration: none;
}

nav .selected,
nav .focused,
.tool-menu .selected,
.tool-menu .focused {
	border-color: #b83;
}

nav .search-menu-item {
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

nav .search-menu-item input {
	border: 1px solid transparent;
	padding: 4px 26px 4px 4px;
	width: 0px;
	transition: width 1s/*, border-color 1s*/;
	-webkit-transition: width 1s;
}

nav .search-menu-item button {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 0;
	border: none;
	background-color: white;
	cursor: pointer;
}

nav .search-menu-item.selected input, nav .search-menu-item.focused input, nav .search-menu-item input:focus {
	width: 260px;
	border-color: #ccc;
	/*box-shadow: #b83 0 0 10px;*/
}

/* .breadcrumb */

.breadcrumb {
	color: #aaa;
	font-size: 80%;
	text-transform: uppercase;
	padding: 0 0 1.5em 0;
}

.breadcrumb a,
.breadcrumb span {
	color: inherit;
	text-decoration: none;
	padding: 2px 0;
	margin: 0 .5em;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a.selected {
	/*border-bottom: 1px solid #b83;
	text-decoration: none;*/
	font-weight: bold;
}

.breadcrumb-floating {
	position: absolute;
	top: -45px;
	left: -0.5em;
	width: 100%;
}

/* .message - Hinweisbox */

.message {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 1em;
	margin-bottom: 4em;
	box-shadow: #aaa 0 0 10px;
	background-color: white;
	color: #666;
}

/* myCatImageSelectView */

.category-select {
	width: 260px;
	height: 270px;
	display: inline-block;
	margin: 0 56px 0 0;
	vertical-align: top;
}

.category-select a {
	color: inherit;
	text-decoration: none;
}

.category-select img {
	border: none;
	width: 100%;
}

.category-select .image,
.category-select .title {
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	z-index: 1;
}

.category-select .title {
	font-size: 110%;
	margin-top: .5em;
	text-transform: uppercase;
}

.category-select .title a:hover {
	text-decoration: underline;
}

.category-select .select {
	position: absolute;
	width: 260px;
	padding-bottom: 1em;
	background-color: white;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	z-index: 2;
}

.category-select .select .breadcrumb {
	position: relative;
	left: -.5em;
}

.category-select .select ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.category-select .select ul li {
	font-size: 80%;
	padding: .3em 0;
	/*margin-bottom: .3em;*/
	text-transform: uppercase;
	/*border-left: 2px solid #b83;
	margin-left: .5em;*/
}

.category-select .select ul li:hover, .category-select .select ul li.selected {
	color: white;
	background-color: #b83;
	padding-left: .5em;
}

.category-select .select ul li a {
	color: inherit;
	text-decoration: none;
}

/* myCatPageDocView, .product-filter, myProductImageSelectView */

.product-filter,
.product-select {
	width: 260px;
	height: 300px;
	display: inline-block;
	margin: 0 56px 0 0;
	position: relative;
	vertical-align: top;
}

.product-filter .title,
.product-filter .filter {
	font-size: 80%;
	text-transform: uppercase;
	padding: .3em 0;
	margin-bottom: .2em;
}

.product-filter .title {
	font-weight: bold;
	margin-bottom: .5em;
}

.product-filter .filter:hover, .product-filter .filter.selected {
	color: white;
	background-color: #b83;
	padding-left: .5em;
}

.product-filter .filter a {
	color: inherit;
	text-decoration: none;
}

.product-select .image {
	overflow: hidden;
	width: 100%;
	height: 230px;
	background-color: white;
	font-size: 0;
}

.product-select a {
	color: inherit;
	text-decoration: none;
}

.product-select img {
	border: none;
	width: 100%;
	min-height: 130px;
}

.product-select .info {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 120px;
	background-color: white;
	padding-top: .5em;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.product-select .info div {
	margin-top: .5em;
}

.product-select .info .title {
	font-size: 110%;
	text-transform: uppercase;
	max-height: 2.3em;
	overflow: hidden;
	margin: .5em 0;
}

.product-select .info .title a:hover {
	text-decoration: underline;
}

.product-select .info .description {
	max-height: 3.8em;
	overflow: hidden;
}

.product-select .info .price {
	font-weight: bold;
	text-align: right;
}

.product-select.selected .image {
	position: absolute;
	top: -5px;
	left: -20px;
	z-index: 1;
	width: 300px;
	height: auto;
	border: 5px solid white;
	box-shadow: #aaa 0 0 30px;
}

.product-select.selected .info {
	opacity: 0;
	filter:alpha(opacity=0);
}

/* Produktdetailansicht */

.product .image {
	width: 260px;
/*	position: fixed;*/
	float: left;
	padding-bottom: 4em;
}

.product .image img {
	width: 100%;
	border: none;
}

.product .title,
.product .price,
.product .description,
.product .btn,
.product .keywords {
	margin: 0 100px .5em 320px;
}

.product .title {
	margin-bottom: 4em;
}

.product .title h3 {
	font-size: 160%;
	font-weight: normal;
}

.product .price {
	font-size: 190%;
}

.product .price .info {
	color: #aaa;
	font-size: 9pt;
	margin-left: 1em;
}

.product .price .info a {
	color: #b83;
	margin-left: .5em;
}

.product .description {
	margin-top: 3em;
	text-align: justify;
}

.product .keywords {
	font-size: 80%;
	margin-bottom: 4em;
}

.product .keywords a {
	color: #666;
	text-decoration: none;
}

.product .keywords a:hover {
	text-decoration: underline;
}

.product .prev-next-nav a{
	position: absolute;
	top: 120px;
	color: #aaa;
	font-family: monospace;
	font-size: 300%;
	text-decoration: none;
}

.product .prev-next-nav a:hover{
	color: #222;
}

.product .prev-next-nav .prev {
	left: -50px;
}

.product .prev-next-nav .next {
	right: 50px;
}

/* myArticlePageView */

.text article {
	margin: 0 50px 4em 0;
}

.text article table {
	width: 100%;
	border-collapse: collapse;
}

.text article th{
	background-color: #eee;
}

.text article th,
.text article td {
	border: 1px solid #aaa;
	padding: .5em 1em;
	text-align: left;
}

.checkout .header h1,
.cart .header h1,
.widerruf .header h1,
.text article h1 {
	color: #222;
	/*font-weight: normal;
	font-size: 100%;*/
	text-transform: uppercase;
	margin: 0 0 2em 0;
}

.checkout .header h1,
.cart .header h1,
.widerruf .header h1,
.text article h1,
.text article h2,
.text article h3,
.text article h4 {
	font-size: 110%;
}

.text article p {
	text-align: justify;
}

.text article a {
	color: #b83;
}

.text article p,
.text article li,
.text article td {
	font-size: 110%;
	line-height: 1.5em;
}

.text article .column-left {
	vertical-align: top;
	display: inline-block;
	width: 45%;
	margin-right: 4%;
}

.text article .column-right {
	display: inline-block;
	border-left: 1px dotted #aaa;
	width: 45%;
	padding-left: 4%;
}

/* cart / checkout / widerruf */

.checkout,
.widerruf,
.cart {
	margin: 0 50px 4em 0;
}

.cart .header .btn,
.cart .footer .btn {
	float: right;
	margin: 0 0 0 1em;
}

.cart table {
	margin: 2em 0;
}

table.cart thead th {
	font-weight: normal;
	font-size: 80%;
	text-transform: uppercase;
}

table.cart thead th,
table.cart tbody td {
	border-bottom: 1px solid #aaa;
	padding: .5em 2em .5em 0;
	vertical-align: top;
}

table.cart .img a {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}

table.cart .img a img {
	border: none;
	width: 100%;
}

table.cart .text a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

table.cart .text a:hover {
	text-decoration: underline;
}

table.cart .price,
table.cart .btn {
	text-align: right;
	padding-right: 1em;
}

table.cart tfoot td {
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	padding: 1em 1em .5em 0;
}

table.cart .price {
	white-space: nowrap;
	min-width: 130px;
}

.cart-menu-item {
	position: absolute;
	color: #b83;
	z-index: 10;
}

.cart-menu-item .title {
	margin-bottom: .5em;
}

.cart-menu-item .title img {
	margin-right: .5em;
}

.cart-menu-item .hover-container .total,
.cart-menu-item .hover-container a.product {
	display: none;
}

.cart-menu-item.focused .hover-container {
	position: absolute;
	top: -9px;
	left: -11px;
	width: 340px;
	z-index: 2;
	padding: 10px 5px 10px 10px;
	border: 1px solid #aaa;
	background-color: white;
	box-shadow: #ddd 0 0 10px;
}

.cart-menu-item.focused .hover-container a.product {
	display: inline-block;
	overflow: hidden;
	margin: 5px 5px 0 0;
	height: 50px;
	width: 80px;
}

.cart-menu-item .hover-container a.product img {
	width: 100%;
}

.cart-menu-item.focused .hover-container .total {
	color: #666;
	display: block;
	margin-top: 5px;
	border-top: 1px solid #aaa;
	padding-top: 5px;
	font-size: 9pt;
	font-weight: normal;
}

.cart-menu-item .hover-container .total a {
	text-decoration: underline;
	display: inline-block;
	margin-right: .5em;
}

.cart-menu-item .hover-container .total .price {
	color: #b83;
	font-weight: bold;
	font-size: 110%;
	position: absolute;
	right: 10px;
}

.cart a,
.checkout a,
.widerruf a {
    color: #b83;
}

.checkout table {
	margin: 0;
}

.checkout .checkout-box,
.widerruf .widerruf-box {
	padding: 1em;
	margin-top: 2em;
	background-color: white;
	border: 1px solid #aaa;
	box-shadow: #ddd 0 0 10px;
}

.check-icon {
	float: left;
	margin: 1em 4em 10em 4em;
}

.checkout table td,
.checkout table th,
.widerruf table td,
.widerruf table th {
	text-align: left;
	padding: .5em 15px .5em 0;
}

.checkout table td select,
.checkout table td input,
.widerruf table td select,
.widerruf table td input {
	padding: .5em;
	margin: 0;
}

.widerruf table td input,
.checkout table td input {
	width: 250px;
}

.checkout table td textarea,
.widerruf table td textarea {
	width: 100%;
	box-sizing: border-box;
}

.widerruf table .sep th,
.widerruf table .sep td,
.checkout table .sep th,
.checkout table .sep td {
	padding-top: 2em;
}

.checkout table td.order-info {
	text-align: justify;
	vertical-align: top;
}

.checkout table tr.not-available td {
	background-color: #ecc;
}

.checkout table tr.special th,
.checkout table tr.special td {
	padding: .5em 1em;
	background-color: #eee;
	color: #444;
}

.checkout tfoot .total td {
	color: #b83;
}

.checkout tfoot .total td.price {
	border-top: 1px solid #aaa;
}

.checkout tfoot .small td {
	font-weight: normal;
}

.checkout tfoot td {
	padding: .25em 1em .25em 0 !important;
}

.checkout .header h1,
.widerruf .header h1 {
	margin: 0 0 .5em 0;
}

.checkout .header h2 {
	color: #b83;
	font-size: 80%;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0;
}

.checkout .checkout-box h2 {
	color: #666;
	font-size: 160%;
	margin: .5em 0;
}

.checkout .checkout-box h3 {
	color: #666;
	font-size: 110%;
	/*letter-spacing: .2em;
	text-transform: uppercase;*/
	margin: .5em 0 0 0;
}

.checkout .btns,
.widerruf .btns {
	text-align: right;
}

.checkout .btns input,
.widerruf .btns input {
	font-size: 110%;
	font-family: inherit;
	letter-spacing: inherit;
	border-radius: 3px;
	text-transform: uppercase;
	padding: .1em 1em;
	color: white;
	background-color: #b83;
	border: none;
	width: auto;
}

.checkout .btns input:hover,
.widerruf .btns input:hover {
	text-decoration: underline;
}

.widerruf .msg,
.checkout .msg {
	color: #aaa;
	padding: .5em 1em;
	margin: 2em 0;
	border: 1px solid #aaa;
}

.widerruf .error-msg,
.checkout .error-msg {
	color: red;
	border-color: red;
}

.checkout .chk input {
	width: auto;
}

.checkout .payment {
	border: 1px solid #aaa;
	padding: .5em 1em;
	margin: 2em 0;
	background-color: #fea;
}

.widerruf .pdf-download {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: .5em 1em;
	background-color: #eee;
}

.widerruf .pdf-download img {
	border: none;
	margin-right: 1em;
}

/* btn */

.btn a {
	display: inline-block;
	font-size: 110%;
	border-radius: 3px;
	padding: .1em 1em;
	text-transform: uppercase;
	text-decoration: none;
}

.btn a:hover {
	text-decoration: underline;
}

.gold-btn a {
	color: white;
	background-color: #b83;
}

.white-btn a {
	color: #aaa;
	border: 1px solid #aaa;
	background-color: white;
}

.red-btn a {
	color: red !important;
	border: 1px solid red;
	background-color: #faa;
}

.inline-btn {
	display: inline-block;
}

.small-btn a {
	font-size: 80%;
	padding: .1em .4em;
}

/* Druck */

@media print {

	header {
		margin-bottom: 70px;
	}

	.frame {
		display: block;
		width: 100%;
	}
	
	nav, .tool-menu {
		display: none;
	}
	
	.category-select,
	.category-select .select	{
		width: 180px;
		height: 200px;
	}
	
	.product-filter,
	.product-select {
		width: 180px;
		height: 250px;
	}
	
	.text article .column-left,
	.text article .column-right {
		display: block;
		border: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

}