* {
	font-size: 14px;
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
}
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background: #fff;
}
ul, ol {
	margin: 10px 0px;
}
ul {
	padding-left: 20px;
}
a {
	color: #A00F0F;
	text-decoration: none;
}
a:hover {
	color: #F0393E;
	text-decoration: underline;
}
form {
	display: inline;
}
input[type=text], textarea {
	border: 1px solid #ECEFF5;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	padding: 2px 4px;
}
img {
	border: 0px;
}
b, strong {
	font-weight: 600;
}
h1, h2 , h3 {
	font-weight: normal;
	font-size: 16px;
}
h2 a {
	font-weight: 600;
	color: #1594E1;
}
small {
	font-size: 12px;
}
fieldset {
	border: 1px solid #ECEFF5;
	background-color: #F9FAFC;
	padding: 10px;
	border-radius: 8px;
}
#wrap {
	width: 95%;
	margin: 0px auto;
	background-color: #fff;
	min-width: 920px;
}
header {
	position: relative;
	background-color: #39589A;
	color: #90A6CD;
	border-radius: 8px;
	padding: 8px;
	padding-left: 120px;
}
nav a {
	position: relative;
	display: inline-block;
	background-color: #8EA5CE;
	width: 130px;
	border-radius: 8px;
	padding: 6px 10px;
	color: #fff;
	box-shadow: 0px 0px 1px #15274D;
}
nav a:hover {
	background-color: #9DB6E3;
	text-decoration: none;
	color: #fff;
}
nav a img {
	vertical-align: -3px;
	margin-right: 3px;
}
.nav_selected {
	box-shadow: 0px 0px 3px #15274D, inset 0px 0px 3px #ECEFF5;
}
.badge {
	position: absolute;
	top: -3px;
	right: -1px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #BC0C09;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 11px;
	box-shadow: 0px 0px 2px #000;
	font-weight: 600;
	cursor: help;
}
.title {
	font-size: 16px;
	color: #AB1D1F;
}
#right {
	width: 220px;
	float: right;
	padding: 10px;
	color: #90A6CD;
}
#right ol {
	padding-left: 25px;
}
.menuitem  {
	background-color: #8EA5CE;
	padding: 8px;
	width: 210px;
	color: #15274D;
	margin-bottom: 10px;
	border-radius: 8px;
}
.menuitem a {
	color: #fff;
	font-weight: 300;
}
.menuitem a:hover {
	text-decoration: underline;
}
.menuitem img {
	vertical-align: -3px;
}
.menuitem_sub {
	margin: 0px;
	margin-top: 5px;	
	list-style-type: square;
}
#thumbsup {
	position: absolute;
	width: 135px;
	height: 200px;
	top: -50px;
	left: -20px;
}
#q {
	width: 180px;
	background: #fff url('/img/magnifier-small.png') no-repeat 1px 4px;
	padding: 3px;
	padding-left: 16px;
	margin-top: 8px;
}
#suggests {
	position: fixed;
	width: 144px;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F1;
	border-top: 0px;
	padding: 3px;
	visibility: hidden;
}
#suggests .sa {
	width: 144px;
	cursor: pointer;
	cursor: hand;
}
#suggests .sa:hover {
	background-color: #AB1D1F;
	color: #FFFFFF;
}
.topten li {
	margin-bottom: 3px;
}
#newsletter {
	border: 1px solid #F0F0F1;
	padding: 3px;
	margin-top: 5px;
}
#content {
	margin-right: 230px;
	padding: 30px;
}
.qline {
	position: relative;
	border: 1px solid #ECEFF5;
	background-color: #F9FAFC;
	padding: 5px;
	margin-bottom: 8px;
	text-align: left;
	border-radius: 8px;
}
.qline img {
	vertical-align: -3px;
}
.qline #gutscheine {
	width: 100%;
}
.qline #gutscheine td {
	width: 33%;
}
#liveshops {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#liveshops li {
	display: inline-block;
	width: 45%;
	overflow: hidden;
	margin: 0px;
	padding: 20px;
}
#liveshops img {
	border-radius: 2px;
}
.ls_img {
	display: inline-block;
	float: left;
	position: relative;
	width: 150px;
	height: 120px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #ECEFF5;
	text-align: center;
	border-radius: 4px;
	line-height: 120px;
}
.ls_img span {
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-size: 18px;
	background-color: #F0393E;
	color: #fff;
	border-radius: 4px;
	opacity: .9;
	padding: 1px 4px;
	line-height: 18px;
}
.ls_img img {
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}
.ls_logo {
	position: absolute;
	top: -5px;
	left: -5px;
	height: 20px;
	max-width: 150px !important;
	box-shadow: 1px 1px 5px #fff;
	background: rgba(255, 255, 255, 0.8);
}
.qline h1 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-weight: 400;
	font-size: 24px;
	color: #39589A;
	text-shadow: 1px 1px 1px #fff;
	font-family: 'Coming Soon';
}
.qline h2 {
	margin: -5px 0px 10px 20px;
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	color: #8EA5CE;
	text-shadow: 1px 1px 1px #fff;
	font-family: 'Coming Soon';
}
.noentries {
	padding-left: 100px;
	font-size: 16px;
}
article:hover {
	border-radius: 10px;
	box-shadow: 0px 10px 100px #F5F6FA;
}
article .headlinebox {
	position: relative;
	border-radius: 8px;
	background-color: #BC0C09;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #fff;
}
article h2  {
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
article h2 img {
	vertical-align: -2px;
	margin-right: 2px;
}
article h2 a {
	color: #F9FAFC;
	text-decoration: none;
	font-size: 16px;
}
article h2 a:hover {
	color: #FFFFFF;
}
article .blog {
	text-align: justify;
	margin: 0px 10px 50px 10px;
	padding-bottom: 1px;
	overflow: hidden;
}
article .blog img {
	margin: 0px 5px 0px 5px;
}
article .tags {
	padding: 0px 10px 5px 10px;
	color: #ECEFF5;
}
article .tags img {
	vertical-align: middle;
}
article .tags a {
	color: #F9FAFC;
}
.bullet {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.bullet img {
	vertical-align: -2px;
}
.gutschein {
	background-color: #F9FAFC;
	padding: 5px 10px 2px;
	color: #15274D;
	border-radius: 8px;
}
.gutschein li {
	line-height: 1.5;
}
.gutschein img {
	vertical-align: -3px;
	margin: 0px;
}
.gutschein iframe {
	border: 1px solid #8EA5CE;
	width: 99%;
	height: 300px;
	background-color: #FFFFFF;
	margin: 2px;
}
.gutschein a {
	color: #39589A;
}
.gts_click {
	cursor: pointer;
	cursor: hand;
	background-color: #ECEFF5;
	padding: 3px;
	padding-right: 8px;
	border-radius: 8px;
}
.gutschein_letter {
	color: #000;
	font-weight: 600;
	padding: 2px 4px;
	border: 1px solid #ECEFF5;
	background-color: #F5F6FA;
	text-align: center;
	border-radius: 4px;
}
#gutschein_suggest input {
	position: relative;
}
#gutschein_suggest input {
	font-size: 18px;
	border: 1px solid #ECEFF5;
	background-color: #fff;
	padding: 5px;
	color: #8EA5CE;
	width: 400px;
}
#gutschein_suggest input:focus {
	color: #39589A;
	box-shadow: 1px 1px 3px #eee;
}
#gutschein_suggest_box {
	position: absolute;
	width: 400px;
	display: none;
	padding: 2px 4px;
	border: 1px solid #8EA5CE;
	background-color: #ECEFF5;
	border-radius: 4px;
	z-index: 99;
}
#seiten {
	text-align: right;
}
#seiten input {
	border: 1px solid #ECEFF5;
	background-color: #F9FAFC;
	cursor: pointer;
	cursor: hand;
}
#seiten input.seite_selected {
	border: 1px solid #8EA5CE;
	background-color: #ECEFF5;
}
footer {
	margin-top: 30px;
	border-top: 1px solid #F0F0F1;
	clear: both;
	padding: 8px;
	margin-bottom: 20px;
	text-align: center;
}
footer ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
footer li {
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#logo {
	position: fixed;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	height: 173px;
	background: url('/img/logo.png') no-repeat center center;
	cursor: s-resize;
}
#close_logo {
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 28px;
	width: 28px;
	display: none;
}
.comment {
	background-color: #F9FAFC;
	padding: 5px 10px;
	border-left: 3px solid #ECEFF5;
	border-radius: 8px;
}
.comment td {
	padding: 3px;
}
.sectiontitle {
	color: #8EA5CE;
	font-size: 16px;
	margin: 0px 0px 10px;
}
#sort {
	text-align: right;
	margin-bottom: 5px;
}
#eintrag_toolbox {
	height: 300px;
	overflow: auto;
	padding: 3px;
}
.scrollbox {
	height: 150px;
	overflow: auto;
	border: 1px solid #ECEFF5;
	background-color: #F9FAFC;
}
#liveoffer {
	background-color: #FFFFFF;
	border: 1px solid #39589A;
	height: 100px;
	width: 100px;
	padding: 2px;
	margin-top: 5px;
	margin-left: 20px;
}
#preisvergleich table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#preisvergleich td {
	padding: 10px;
	margin: 0px;
	background-color: #F9FAFC;
}
#preisvergleich .scnd {
	background-color: #ECEFF5;
}
a.author{
    position:relative;
    z-index:24;
}
a.author:hover{z-index:25;}
a.author span{display: none}
a.author:hover span{
    display:block;
    position:absolute;
}
.qline
.groupshop_city {
	display: block;
	margin: 0px;
	padding: 0px;
}
.groupshop_city li {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #ECEFF5;
	background-color: #F5F6FA;
	text-align: center;
	border-radius: 4px;
	margin: 1px;
}
.groupshop_city li:hover {
	background-color: #F9FAFC;
}
.groupshop_city a {
	color: #000;
}
.all_small, .all_small * {
	font-size: x-small;
}

.couponbox {
	padding: 0;
	margin: 0px 40px 20px -40px;
	perspective: 1000px;
	text-align: center;
}
.couponbox:hover li:not(:hover) {
	transform: rotateY(50deg);
}
.couponbox:hover li:hover ~ li {
	transform: rotateY(-50deg);
}
.couponbox li {
	vertical-align: bottom;
	text-align: left;
	list-style-type: none;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 200px;
	margin-right: -85px;
	margin-top: 20px;
	background-color: #39589A;
	background-image: url(/img/fabric.png);
	z-index: 50;
	transform: rotateY(50deg);
	transition: all .45s;
	opacity: .9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 30px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.couponbox li.coupon_letter {
	transform: rotateY(45deg);
	margin-top: -10px;
	height: 210px;
	opacity: 1;
}
.couponbox li:hover {
	z-index: 60 !important;
	transform: rotateY(0deg) scale(1.2);
	opacity: 1;
}
.couponbox li:active {
	transform: rotateY(0deg) scale(1.15);
	opacity: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 20px rgba(0, 0, 0, 0.4);
}
.couponbox li:hover ~ li {
	transform: rotateY(-50deg);
}
.couponbox li.coupon_letter:hover {
	opacity: 0;
	z-index: -1;
	transform: rotateY(90deg);
}
.couponbox li:after {
	content: "";
	width: 100px;
	height: 20px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
}
.couponbox li a {
	position: relative;
	display: block;
	width: 70px;
	height: 190px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	padding-left: 25px;
	overflow: hidden;
}
.couponbox li a span {
	position: absolute;
	top: 90px;
	left: -90px;
	width: 190px;
	height: 20px;
	padding: 0px 5px;
	text-align: right;
	transform: translateX(0%) translateY(0%) rotate(-90deg);
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	overflow: hidden;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.9);
}
.couponbox li.coupon_letter a span {
	background-color: transparent;
}
.couponbox li b {
	display: block;
	position: absolute;
	bottom: -10px;
	right: 5px;
	color: #fff;
	font-family: 'Coming Soon';
	font-size: 36px;
	text-align: right;
}

table#amazon_products {
	border-collapse: collapse;
}
#amazon_products td {
	padding: 10px;
	vertical-align: top;
}
#amazon_products tr:hover {
	background-color: #ECEFF5;
}
#amazon_products span {
	cursor: help;
	color: #8EA5CE;
}
button {
	font-size: 16px;
	color: #fff;
	background-color: #EE5552;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #aaa;
	border: 1px solid #B1403D;
	padding: 5px 10px;
	cursor: pointer;
	cursor: hand;
	margin-left: 10px;
}
button:hover {
	background-color: #E4100B;
	box-shadow: 1px 1px 2px #aaa;
	border: 1px solid #A00F0F;
}
#preisalarm b {
	font-size: 16px;
	color: #F0393E;
}
#preisalarm img {
	float: right;
	margin-bottom: 5px;
}
#preisalarm span {
	color: #8EA5CE;
}
#preisalarm fieldset ul, #preisalarm fieldset li {
	border:0; margin:0; padding:0; list-style:none;
}
#preisalarm fieldset ul {
	margin-left: 50px;
}
#preisalarm fieldset li {
	list-style: none;
	margin-bottom: 5px;
}
#preisalarm label {
	width: 120px;
	float: left;
}
#preisalarm fieldset img {
	float: left;
}
#preisalarm small {
	color: #8EA5CE;
	font-size: 12px;
}
#preisentwicklung {
	vertical-align: bottom;
	border-bottom: 1px solid #ECEFF5;
	margin-bottom: 70px;
}
#preisentwicklung div {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 24px;
	text-align: center;
	cursor: crosshair;
}
#preisentwicklung .graphneu {
	background-color: #EE5552;
	border: 1px solid #B1403D;
	border-bottom: 0;
	color: #B1403D;
}
#preisentwicklung .graphgebr {
	border: 1px solid #ECEFF5;
	background-color: #F9FAFC;
	border-bottom: 0;
	color: #ECEFF5;
}
#preisentwicklung span {
	display:block; 
	width: 100px;
	text-align: left;
	position: absolute;
	left: -5px;
	bottom: -50px;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
}
.seperator {
	border-bottom: 1px solid #ECEFF5;
	padding-top: 5px;
	margin-bottom: 2px;
}
.amazon_angebote {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 90px;
	margin-top: 20px;
	margin-right: 40px;
	text-align: left;
}
.amazon_angebote a, .titlelink {
	font-size: 16px;
}
.amazon_angebote span {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 20px;
	background-color: #F0393E;
	color: #fff;
	border-radius: 4px;
	opacity: .9;
	padding: 4px;
}