* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	outline: 0 none;
}

html { min-width: 960px; }

body {
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

a {
	color: #c5004b;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1, h2 {
	font-size: 25px;
	line-height: 27px;
	margin: 20px 10px;
}
h3 {
	margin: 30px 10px 10px 10px;
	font-size: 16px;
}

p {
	margin: 10px 10px 8px 10px;
}

strong { font-weight: bold; }

img, fieldset, hr { border: 0 none; }

hr {
	clear: both;
	height: 1px;
	margin: 30px 0 40px 0;
	background-color: #e4e4e4;
	color: #e4e4e4;
}

select { vertical-align: bottom; }
option { padding: 4px 0 2px 4px; vertical-align: bottom; }

big {
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #c5004b;
}




/* classes */

.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.hide, .hidealways { display: none; }
input.hidealways {
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: 0 none;
}

.left { float: left; }

.imgleft { margin: 0 10px 10px 0; }
.boxright .imgleft { margin: 0 5px 10px 0; }

.dlleft { width: 250px; }

.right { float: right; }
.tright { text-align: right; }

.tcenter { text-align: center; }

.imgright { margin: 0 0 10px 10px; }

.nomb { margin-bottom: 0 !important; }

.clear { clear: both; }
.clearflow { overflow: hidden; }

.box {
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.box h4 {
	font-size: 15px;
	margin: 0 0 15px 0;
}
.box h4 a {
	font-weight: bold;
	color: #333;
}
.box h4 a:hover { color: #c5004b; }

.box p {
	margin: 5px 0 12px 0;
	overflow: hidden;
}

.box .bulletlink span { margin-top: 3px; }

.boxright .bulletlink {
	display: block;
	padding-left: 18px;
}
.boxright .bulletlink span { margin-left: -18px; }

.brand {
	display: block;
	float: left;
	width: 80px;
	height: 48px;
	border: 1px solid #fff;
	background: #fff url(../img/brands.png) 0 0 no-repeat;
	margin: 0 5px 5px 0;
}
#brand-ratiopharm { background-position: 0 -48px; }
#brand-klosterfrau { background-position: 0 -96px; }
#brand-vichy { background-position: 0 -144px; }

.categorylist {
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 10px;
}
.categorylist li {
	padding-bottom: 5px;
	line-height: 15px;
}
.categorylist li a {
	display: block;
	padding-left: 10px;
	background: transparent url(../img/gfx.png) -552px -299px no-repeat;
	color: #333;
}
.categorylist li a:hover {
	background: transparent url(../img/gfx.png) -552px -359px no-repeat;
	color: #c5004b;
}
.current-category ul li a, .current-category ul li a:hover { background: transparent none; }
.current-category ul li a { color: #333 !important; }
.current-category ul li a:hover, .current-category ul li .current-category { color: #c5004b !important; }
.current-category a {
	background-position: -860px -297px !important;
	color: #c5004b !important;
}
.categorylist ul {
	list-style-type: none;
	margin: 4px 0;
}

.new {
	font-weight: bold;
	color: #c5004b;
}


.standardlist {
	list-style-type: none;
	margin-bottom: 20px;
}
.standardlist li {
	background: transparent url(../img/gfx.png) -568px -719px no-repeat;
	padding-left: 12px;
	padding-bottom: 4px;
	line-height: 18px;
}

.checklist {
	list-style-type: none;
	margin-bottom: 20px;
}
.checklist li {
	background: transparent url(../img/gfx.png) -555px -41px no-repeat;
	padding-left: 22px;
	padding-bottom: 4px;
	line-height: 18px;
}
.checklist big { line-height: 18px; }

.dropdownlist { list-style-type: none; }
.dropdownlist a { color: #333; }
.dropdownlist a:hover { color: #c5004b; }
.dropdownlist a span {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 3px;
	margin-right: 5px;
	background: #666 url(../img/gfx.png) -553px -419px no-repeat;
	border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	font-size: 1px;
	line-height: 1px;
}
.dropdownlist a:hover span { background-position: -553px -463px; }
.dropdownlist a:active span { background-position: -553px -507px; }
.dropdownlist .open a span { background-position: -857px -419px; }
.dropdownlist .open a:hover span { background-position: -857px -463px; }
.dropdownlist .open a:active span { background-position: -857px -507px; }
.dropdownlist li { margin-bottom: 2px; }
.dropdownlist li ul {
	display: none;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 10px;
}
.dropdownlist li ul li { margin-left: 16px; }
.dropdownlist li ul li a {
	padding-left: 10px;
	background: transparent url(../img/gfx.png) -550px -298px no-repeat;
}
.dropdownlist li ul li a:hover { background-position: -550px -358px; }

.random-list { list-style-type: none; }
.random-list li { display: none; }


.metalink { font-size: 11px; }
.metalink:hover { text-decoration: underline !important; }

.btn {
	display: block;
	width: 170px;
	padding: 4px 9px 5px 10px;
	margin-bottom: 6px;
	background: #575757 url(../img/gfx.png) 0 -223px no-repeat;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #858585 #5a5a5a #464646 #6e6e6e;
	text-shadow: #222 1px 1px 1px;
	box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	white-space: nowrap;
}
.btn:after, .link:after { content: " »"; }
.btn:hover {
	background-position: -300px -223px;
	border-color: #a8a8a8 #6a6a6a #474747 #7d7d7d;
	text-decoration: none;
}
.btn:active {
	background-color: #a8a8a8;
	background-position: -600px -223px;
	border-color: #474747 #7d7d7d #a8a8a8 #6a6a6a;
}

.btnred {
	background-color: #a3003e;
	background-position: 0 -163px;
	border-color: #c7024e #96013a #820032 #b90148;
	text-decoration: none;
}
.btnred:hover {
	background-position: -300px -163px;
	border-color: #ec005b #ae0043 #830032 #d90054;
	text-decoration: none;
}
.btnred:active {
	background-color: #ec005b;
	background-position: -600px -163px;
	border-color: #830032 #c1004a #ec005b #ae0043;
}

.btnmedium {
	width: 120px;
	padding: 2px 4px 3px 5px;
	font-size: 13px;
	text-align: center;
}
.btnwide { width: 175px !important; }
.btnback:after { content: ""; }
.btnback:before { content: "« "; }

.btnslim {
	width: auto;
	padding: 0 6px 1px 7px;
	font-size: 12px;
}

.products {
	overflow: hidden;
	margin-left: 3px;
	margin-bottom: 30px;
}

.product {
	position: relative;
	float: left;
	width: 185px;
	height: 244px;
	background: transparent url(../img/gfx.png) 0 -293px no-repeat;
}
.product * { cursor: pointer; }
.product a, .product div {
	display: block;
	width: 164px;
	height: 223px;
	margin: 6px 7px 7px 6px;
	padding: 3px;
	border: 1px solid transparent;
	text-align: center;
}
.product a.btn {
	width: 140px;
	height: auto;
	display: float;
}
.product .temporary { margin: -45px 0 0 13px; }
.plink:hover {
	background: #fff url(../img/gfx.png) -300px -278px no-repeat;
	border-color: #d75084;
	box-shadow: 0 0 3px #c5004b;
	-moz-box-shadow: 0 0 3px #c5004b;
	-webkit-box-shadow: 0 0 3px #c5004b;
	text-decoration: none;
}
.plink:hover strong {
	color: #c5004b;
	text-decoration: underline;	
}
.product .img {
	display: block;
	width: 100%;
	height: 120px;
	margin: 2px 0 7px 0;
	background: transparent url(../img/thumb.png) center center no-repeat;
}
.product .defaultimg {
	display: block;
	width: 100%;
	height: 60px;
	margin: 2px 0 4px 0;
	background: transparent url(../img/medikament.png) center center no-repeat;
}
.product em { font-weight: bold; font-style: normal; }
.product strong {
	display: block;
	width: 164px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.product .unit {
	display: block;
	margin: 5px 0;
	line-height: 14px !important;
}
.product span {
	font-size: 12px;
	color: #666;
}
.product .price {
	font-size: 16px;
	font-weight: bold;
	color: #c5004b;
}

.product .percent {
	position: absolute;
	top: 65px;
	left: 105px;
}

.product .voucher-product {
	display: block;
	padding: 3px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
}
.voucher-product, .voucher-product * { cursor: default !important; }
.voucher-product em {
	display: block;
	font-size: 16px;
	padding: 7px 0;
}

.product-3rd {
	width: 184px;
	background-position: -1px -293px;
}

.percent {
	display: block;
	width: 66px;
	height: 47px;
	margin-right: 15px;
	padding-top: 22px;
	padding-left: 3px;
	background: transparent url(../img/gfx2.png) 0 0 no-repeat;
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 14px;
	color: #fff !important;
	text-shadow: #97003a 1px 1px 0;
}

.percent small {
	display: block;
	font-size: 11px;
	padding: 0;
}

.percent-euro {
	font-size: 15px !important;
	padding-left: 1px;
}
.percent-euro small { padding-left: 2px; }

.teaser a,
.teaser span,
.teaser strong,
.teaser .price { color: #fff; }
.teaser .title {
	display: block;
	margin-top: 7px;
	margin-bottom: 133px;
	font-size: 16px;
}

.teaser em {
	color: #333;
	font-weight: bold;
	font-style: normal;
}

.teaser a { background: #fff none 0 0 no-repeat; }

.teaser-small {
	width: 184px;
	background-position: -1px -293px;
}

.teaser-big {
	width: 370px;
	background: transparent url(../img/gfx.png) -220px -293px no-repeat;
}
.teaser-big a {
	width: 348px;
	background: #fff none 1px 0 no-repeat;
	text-align: left;
}
.teaser-big a:hover { text-decoration: none; }
.teaser-big a strong {
	padding-top: 20px;
	padding-left: 20px;
	color: #333;
}
.teaser-big a .btn {
	width: 80px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 14px;
}

.hint {
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}

.pale { color: #666; }
.paler { color: #999; }

quote { font-style: italic; }

.strike { text-decoration: line-through; }

.bulletlink {
	font-size: 12px;
	color: #333;
}
.bulletlink span {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 1px;
	margin-right: 5px;
	background: #666 url(../img/gfx.png) -257px -419px no-repeat;
	border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	font-size: 1px;
	line-height: 1px;
	cursor: pointer;
}
.bulletlink:hover { color: #c5004b; }
.bulletlink:hover span { background-position: -257px -463px; }
.bulletlink:active span { background-position: -257px -507px; }

.delete span { background-position: -281px -419px; }
.delete:hover span { background-position: -281px -463px; }
.delete:active span { background-position: -281px -507px; }

.alert {
	display: none;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
	-opera-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}
.alert span {
	display: block;
	padding: 0 0 5px 0 !important;
}
.msg {
	border: 3px solid #00ff00;
	background-color: #f3fff2;
}
.error {
	border: 3px solid #ff0000;
	background-color: #fff2f7;
}

noscript .alert {
	display: block;
	width: 200px;
	height: 25px;
	margin: 30px auto;
	background: transparent url(../img/gfx.png) -640px -900px no-repeat;
}


/* header */

#header {
	margin: 5px 0;
}

#logo {
	display: block;
	float: left;
	width: 300px;
	height: 83px;
	background: transparent url(../img/gfx.png) 0 0 no-repeat;
}

#trustbar {
	display: block;
	float: right;
	width: 190px;
	height: 83px;
	background: transparent url(../img/gfx.png) 0 -567px no-repeat;
}


/* navi */

#navi {
	height: 40px;
	margin-bottom: 20px;
	background: #a2003e url(../img/gfx.png) 0 -93px repeat-x;
}

#navi-main { float: left; }
#navi-main a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 11px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: #5f0125 1px 1px 1px;
}

#navi-main .active {
	background-color: #f2f2f2;
	color: #c5004b;
	text-shadow: #bbb 1px 1px 1px;
}

#navi-meta { float: right; }
#navi-meta a {
	display: block;
	float: left;
	padding: 11px 12px;
	color: #ddd;
}
#navi-meta .active {
	background-color: #f2f2f2;
	color: #c5004b;
}
#navi-main a:hover, #navi-meta a:hover { text-decoration: underline; }


/* content */

#left, #main, #right {
	float: left;
	overflow: hidden;
}

#left, #right { width: 190px; }

#main {
	width: 560px;
	min-height: 350px;
	margin: 0 10px;
	background: #fff url(../img/gfx.png) 10px -653px no-repeat;
}

#footer {
	width: 580px;
	margin-top: 60px;
	padding-bottom: 30px;
	background: #f2f2f2;
}

#footernavi {
	background: #818181;
	padding: 7px 20px;
}
#footernavi a {
	color: #fff;
	margin-right: 20px;
}

#footer h3 { margin: 40px 20px 10px 20px; }
#footer p { margin: 10px 20px 8px 20px; }
#footer .clear { margin-top: 50px; }
#footer img {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 18px;
}


#home {
	position: relative;
	overflow: hidden;
	width: 540px;
	height: 300px;
	margin: 0 10px 20px 10px;
	background: #f2f2f2 url(../content/teaser/teaser-sparpaket.jpg) left top no-repeat;
}

#home h1 {
	margin: 0;
	padding: 20px 0 20px 20px;
}
#home ul {
	margin: 0;
	padding: 0 20px 20px 20px;
}
#home .btn {
	position: absolute;
	top: 263px;
	left: 385px;
	width: 120px;
	margin: 0;
	text-align: center;
}

#home .blind {
	position: absolute;
	top: 80px;
	left: 40px;
	display: block;
	width: 295px;
	height: 175px;
}
#home-audio {
	position: absolute;
	top: 276px;
	left: 20px;
}

#search { background: #808080 url(../img/gfx.png) -600px -653px no-repeat; }

#search-form div {
	width: 167px;
	overflow: hidden;
	border: 0 none;
	border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px #444;
	-moz-box-shadow: 1px 1px 3px #444;
	-webkit-box-shadow: 1px 1px 3px #444;
}
#search-input {
	width: 110px;
	height: 17px;
	padding: 6px 0 4px 27px;
	border: 0 none;
	background: #fff url(../img/gfx.png) -563px -559px no-repeat;
	border-radius-topleft: 3px;
	-opera-border-radius-topleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-radius-bottomleft: 3px;
	-opera-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	box-shadow: 1px 1px 3px #222 inset;
	-moz-box-shadow: 1px 1px 3px #222 inset;
	-webkit-box-shadow: 1px 1px 3px #222 inset;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
#search-input:focus { color: #666; }
#search-input, #search-submit { float: left; }
#search-submit {
	width: 30px;
	height: 27px;
	border: 0 none;
	background: #666 url(../img/gfx.png) -450px -567px no-repeat;
	cursor: pointer;
}
#search-submit:hover { background-position: -490px -567px; }
#search-submit:active { background-position: -530px -567px; }
#search_word_inc {
	overflow: hidden;
	
}

#show-search-tags {
	display: block;
	margin-top: 20px;
	color: #fff;
}
#show-search-tags span {
	margin-top: 3px;
	background-position: -553px -419px;
}
#show-search-tags:hover span { background-position: -553px -463px; }
#show-search-tags:active span { background-position: -553px -507px; }
#search-tags { margin-top: 10px; }
#search-tags a { padding-right: 5px; }

#categories h4 { font-weight: bold; }

#cart .btn { width: auto; }

.content {
	margin: 0 10px;
	padding: 20px;
	overflow: hidden;
}
.content h1 { margin: 0 -1px 20px -1px; }
.content h2, .content h3, .content p { margin-right: 0; margin-left: 0; }

.breadcrumb { margin-bottom: 20px; font-size: 11px; }
.breadcrumb a { font-size: 11px; }
.breadcrumb span { padding: 0 8px 0 10px; }
.breadcrumb .active {
	font-weight: bold;
	text-decoration: underline;
}

.pagenavi { float: right; }
.pagenavi a {
	float: left;
	padding-left: 6px;
	color: #333;
	text-decoration: underline;
}
.pagenavi a:hover { color: #c5004b; }
.pagenavi .active {
	font-weight: bold;
	text-decoration: none;
}
.pagenavi .bulletlink span {
	float: none;
	margin-top: 4px;
}
.pagenavi .nextpage span {
	margin-right: 0;
	margin-left: 5px;
}
.prevpage span { background-position: -233px -419px; }
.prevpage:hover span { background-position: -233px -463px; }
.prevpage:active span { background-position: -233px -507px; }

.filter select {
	font-size: 11px;
	margin-right: 20px;
}

#product-detail .hint { padding: 10px 0; }
#product-detail .order {
	clear: both;
	margin-top: 0;
	padding-top: 20px;
}
#product-detail .bulletlink {
	display: block;
	overflow: hidden;
	width: 260px;
	line-height: 15px;
}
#product-detail .bulletlink span { margin-bottom: 10px; }

dl { overflow: hidden; }
#product-detail dl dt, .datalist dt {
	display: block;
	float: left;
	width: 90px;
	font-weight: bold;
	clear: left;
}
.datalist dd {
	display: block;
	float: left;
	padding-left: 5px;
}

.product-detail-img {
	width: 218px;
	height: 218px;
	margin-top: 25px;
	background: #fff none center center no-repeat;
	border: 1px solid #eee;
	position: relative;
}

#product-detail .products { margin: 0 -3px; }

#product-detail .product, #product-detail .product-3rd {
	width: 168px;
	margin: 6px 0;
	background-image: none;
}
#product-detail .product a, #product-detail .product-3rd a {
	width: 155px;
	margin: 3px;
}

.cat-img { margin-top: 0; margin-bottom: 40px; }

.cartlist {
	width: 430px;
	padding: 8px 10px 4px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.cartlist:hover { background-image: -moz-linear-gradient(left bottom, rgb(255,255,255) 20%, rgb(242,242,242) 86%); }

.cartlist p {
	float: left;
	width: 200px;
	font-size: 16px;
}

.cartlist .price {
	font-weight: bold;
	color: #c5004b;
}

.cartlist small {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	display: block;
}
#product-detail .percent { left: 95px; }
#product-detail .percent small { padding: 0; }

.cartlist a { margin-top: 22px; }

/* cart / checkout */

.carttable {
	width: 100%;
	border-collapse: collapse;
}
.carttable th, .carttable td {
	vertical-align: top;
	padding: 10px 5px 2px 0;
	border-bottom: 1px solid #e4e4e4;
}
.carttable .tright { padding: 10px 0 2px 5px; }
.cartproduct {
	display: block;
	color: #333;
}
.cartproduct span {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	background: #fff none center center no-repeat;
}
.cartproduct:hover { text-decoration: none; }
.cartproduct:hover span, .brand:hover {
	border-color: #d75084;
	box-shadow: 0 0 3px #c5004b;
	-moz-box-shadow: 0 0 3px #c5004b;
	-webkit-box-shadow: 0 0 3px #c5004b;
}

.carttable .article { width: 265px; }
.carttable .quantity {
	width: 35px;
	text-align: center;
}
.carttable .quantity, .carttable .voucher {
	height: 18px;
	padding: 2px 4px;
	border: 1px inset #eee;
	box-shadow: inset 0 0 2px #666;
	-moz-box-shadow: inset 0 0 2px #666;
	-webkit-box-shadow: inset 0 0 2px #666;
}
.carttable .quantity:focus, .carttable .voucher:focus { border-color: #c5004b; }
.carttable .vouchertext { padding-top: 12px; }
.carttable .voucher {
	width: 130px;
	margin-bottom: 6px;
}
.carttable .tddel { width: 22px; }
.carttable .delete span { margin: 4px 0 0 10px; }

.carttable tbody tr:hover td, .carttable tbody tr:hover td a { color: #000 !important; }

.cartsum {
	float: right;
	width: 230px;
	border-collapse: collapse;
}
.cartsum td {
	font-size: 13px;
	color: #666;
	vertical-align: top;
	padding: 0 5px 0 0;
}
.cartsum .big td {
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}

.cartsum .btn {
	width: 150px;
	margin: 20px 0 30px 0;
	text-align: left;
}
.cartsum .btnslim { width: 156px; }
.cartsum .tright { padding-right: 0; }

.cartfreedelivery {
	display: block;
	float: left;
	width: 142px;
	height: 142px;
	margin: 30px 0 0 30px;
	padding-top: 20px;
	background: transparent url(../img/gfx.png) -689px -958px no-repeat;
	text-align: center;
	font-size: 15px;
	color: #666;
}
.cartfreedelivery strong {
	font-size: 30px;
	line-height: 36px;
}

.checkout fieldset { margin-top: 20px; width: 100%; }
.checkout h3 { margin-bottom: 20px; }
.checkout div, .checkout p {
	overflow: hidden;
	margin-bottom: 15px;
}
.checkout hr { margin: 0 0 40px 0 !important; }
.checkout label {
	display: block;
	float: left;
	width: 150px;
	margin-right: 20px;
}
.checkout label strong { font-weight: bold; }
.checkout .indent {
	width: 127px;
	padding-left: 23px;
}

.checkout .text {
	width: 200px;
	height: 18px;
	padding: 2px 4px;
	border: 1px inset #eee;
	box-shadow: inset 0 0 2px #666;
	-moz-box-shadow: inset 0 0 2px #666;
	-webkit-box-shadow: inset 0 0 2px #666;
}
.checkout textarea.text {
	width: 300px;
	height: 100px;
}
.checkout .text:focus { border-color: #c5004b; }
.checkout .text-short {
	width: 50px;
}

.checkout .readonly { background-color: #eee; }
.checkout .readonly:focus { border-color: #eee; }
.checkout .formhint {
	padding-left: 170px;
	font-size: 11px;
}
.radio .formhint {
	clear: left;
	padding-top: 10px;
	padding-left: 23px;
}

.formnavi { width: 500px !important; }
.formnavi-slim { width: 380px !important; }
.formnavi .btn, .formtable .btn {
	float: right;
	width: 160px;
	text-align: center;
}
.formtable .btn { margin-top: 20px; }
.overviewnavi { clear: both; padding: 30px 0; overflow: hidden; }
.overviewnavi .btn {
	float: right;
	width: 175px;
}

.checkout .radio input {
	float: left;
	margin-top: 2px;
}
.checkout .radio label {
	width: 380px;
	margin-left: 10px;
	cursor: pointer;
}
.checkout .radio label:hover { text-decoration: underline; }
select.left { margin-right: 10px; }


.req span {
	font-weight: bold;
	color: #aa0000;
}

.reqerr { color: red !important; }

.formtable td {
	padding: 0 10px 5px 0;
}

/* textpages */

.imgblock {
	padding-bottom: 30px;
	padding-left: 115px;
	background: transparent none left 22px no-repeat;
}

a.partner {
	display: block;
	height: 32px;
	padding-left: 120px;
	background: transparent none top left no-repeat;
	line-height: 28px;
}

.textimg {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

.imgcontainer {
	float: left;
	width: 140px;
	margin-right: 10px;
	padding-top: 3px;
}

.textcontainer {
	float: left;
	width: 350px;
}

.textimg2 .imgcontainer {
	width: 200px;
}

.textimg2 .textcontainer {
	width: 290px;
}

.textcontainer h3 { margin-top: 0; }


/* slideshow */
.slideshow {
	width: 120px;
	float: left;
	overflow: hidden;
}
.slideshow ul {
	width: 720px;
	overflow: hidden;
	list-style-type: none;
}
.slideshow li {
	float: left;
	width: 120px;
	text-align: center;
}
.slideshow span {
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
	background: #fff none center center no-repeat;
}
.slideshow strong {
	display: block;
	line-height: 16px;
	font-weight: normal;
	color: #333;
}
.slideshow em {
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.slideshow a:hover { text-decoration: none; }
.slideshow a:hover strong { text-decoration: underline; color: #c5004b; }
.slideleft, .slideright {
	display: block;
	float: left;
	width: 25px;
	height: 120px;
	cursor: pointer;
}
.slideright { background: #fff url(../img/gfx.png) -756px -520px no-repeat; }
.slideleft { background: #fff url(../img/gfx.png) -721px -520px no-repeat; }
.slideright:hover { background-position: -855px -520px; }
.slideleft:hover { background-position: -820px -520px; }


#abdainfo {
		border: 1px solid #E0E0E0;
		height: 300px;
		padding: 10px 15px;
		overflow: auto;
		margin-bottom:20px;
}
#abdainfo h2{
		border-bottom:1px dashed gray;
		margin-top:20px;
		padding-bottom:4px;
		font-size:120%;
}
div.abdainfo h1 {
		font-size: 12px;
		margin-bottom: 10px;
}

.product a.buy {
	position: relative;
	top: -35px;
	height: auto;
}

a.ZurStartseite img {
	display: none;
}




/* jubilaeum */

#box-jubilaeum {
	background: #ad8828 url(../img/box-jubilaeum-bg.png) left top repeat-x;
	color: #fff;
}

#box-jubilaeum .bulletlink {
	color: #fff;
}

.jubi #home { padding-bottom: 30px; }
.btnjubi {
	background: #a98420 url(../img/btn-jubi.png) left top no-repeat;
	border-color: #f9f2d3 #b59d52 #896b1a #e0ce92;
}
.btnjubi:hover {
	background: #b08b22 url(../img/btn-jubi.png) center top no-repeat;
	border-color: #fbf6e1 #bca960 #8c6d1b #e6d7a0;
}
.btnjubi:active {
	background: #f6ecbe url(../img/btn-jubi.png) right top no-repeat;
	border-color: #8c6d1b #e6d7a0 #fbf6e1 #bca960;
}

.product-jubi a:hover {
	border-color: #d7aa50;
	box-shadow: 0 0 3px #d7aa50;
	-moz-box-shadow: 0 0 3px #d7aa50;
	-webkit-box-shadow: 0 0 3px #d7aa50;
}


/* produkt des tages */

#produktDesTages {
	position: relative;
	width: 184px;
}
#produktDesTages .product {
	width: 184px;
	background-position: -1px -293px;
}
#produktDesTages .product a {
	border-color: #d75084;
	box-shadow: 0 0 3px #d75084;
	-moz-box-shadow: 0 0 3px #d75084;
	-webkit-box-shadow: 0 0 3px #d75084;
}
#produktDesTages .product a:hover {
	border-color: #d75084;
	box-shadow: 0 0 3px #c5004b;
	-moz-box-shadow: 0 0 3px #c5004b;
	-webkit-box-shadow: 0 0 3px #c5004b;
}

#timeinfo {
	position: absolute;
	margin-top: 17px;
	z-index: 99;
	width: 184px;
	text-align: center;
	width: 184px;
}

#produktDesTages .img { margin-top: 15px; }

#produktDesTages .title {
	font-size: 16px;
}


/* servicebarometer */

.barometer {
	overflow: hidden;
	margin: 0 0 50px 0;
}
.barometer div {
	float: left;
	width: 30%;
	margin: 0 0 0 3%;
	padding-top: 40px;
	background: transparent none center 0 no-repeat;
	text-align: center;
}
.barometer div:first-child { margin-left: 0; }
.barometer .stern-1 { background-image: url(../content/servicebarometer/stern-1.png); }
.barometer .stern-2 { background-image: url(../content/servicebarometer/stern-2.png); }
.barometer .stern-3 { background-image: url(../content/servicebarometer/stern-3.png); }


/* top-product */
.top-product {
	position: relative;
	overflow: hidden;
	float: left;
	width: 184px;
}
.top-product .product {
	z-index: 1;
	width: 184px;
	background-position: -1px -293px;
}
.top-product .product a {
	border-color: #d75084;
	box-shadow: 0 0 3px #d75084;
	-moz-box-shadow: 0 0 3px #d75084;
	-webkit-box-shadow: 0 0 3px #d75084;
}
.top-product .product a:hover {
	border-color: #d75084;
	box-shadow: 0 0 3px #c5004b;
	-moz-box-shadow: 0 0 3px #c5004b;
	-webkit-box-shadow: 0 0 3px #c5004b;
}

.top-product .title {
	float: left;
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	z-index: 2;
	width: 142px;
	height: 64px;
	background: transparent url(../img/gfx2.png) 0 -75px no-repeat;
}

.free-product .title { background: transparent url(../img/free-product.png) 0 0 no-repeat; }


/* landingpages */

#header-lp {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	background: transparent none 0 0 no-repeat;
}

#header-lp h1, #header-lp ul, #header-lp p { margin: .6em 0 .8em 0; }

.table-lp { border: 1px solid #b8003c; }
.table-lp .imgblock {
	overflow: hidden;
	padding: 20px 10px 20px 125px;
	background-color: #efefef;
	background-position: 10px 22px;
}
.table-lp .even { background-color: #fafafa; }
.table-lp .imgblock h3 { margin-top: 0; }

.imgtop { background-position: 0 0; }

.imgblock .btn { margin-top: 20px; }
