/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-image: url(images/body_bg.png);
	background-position: center top;
	background-color: #ecddc6;
	background-repeat: repeat-x;
}


@font-face {
	font-family: 'Conv_zrnic__';
	src: url('fonts/zrnic__.eot');
	src: local('?'), url('fonts/zrnic__.woff') format('woff'), url('fonts/zrnic__.ttf') format('truetype'), url('fonts/zrnic__.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Conv_zrnic__' !important;
	letter-spacing: 2px;
}
ol, ul {
	list-style: none;
}
.xoxo {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
float: left;
padding-top: 15px;
margin: 30px 0 0 0;
width: 100%;
background-color: white;
position: relative;
right: -1px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
input[type=submit] {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
pre {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
code {
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1025px;
}
#wrapper {
	margin-top: 0px;
	padding: 0px;
}

#topbar {
	border-bottom: 1px dashed #d1eafb;
	background-color: #73baee;
	padding: 6px 12px;
	color: white;
	font-size: 11px;
}
#topbar a {
	color: white;
}
#topbar a:hover {
	text-decoration: none;
}
#topnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#topnav li {
	float: left; padding-left: 15px;
}
#topnav li a {
	color: white;
	text-decoration: none;
}
#breadcrumb {
	float: left;
}
#logo {
	position: absolute;
	top: 24px;
	left: -14px;
	z-index: 1;
}

#header {
	height: 220px;
	position: relative;
}

#welcome {
	position: absolute; right: 12px;
	top: 60px;
	font-size: 17px;

	color: #d1eafb;
	text-align: right;
}

#navbar {
	width: 1039px;
	height: 55px;
	position: relative;
	left: -6px;
	margin-top: 88pX;
}

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#navbar ul li {
	float: left;
}
#navbar ul li a#home {		display: block; background: transparent url(images/head_bg.png) -327px top; height: 55px; width: 61px; }
#navbar ul li a#shopping {	display: block; background: transparent url(images/head_bg.png) -388px top; height: 55px; width: 118px; }
#navbar ul li a#gutscheine {	display: block; background: transparent url(images/head_bg.png) -506px top; height: 55px; width: 135px; }
#navbar ul li a#kategorien {	display: block; background: transparent url(images/head_bg.png) -641px top; height: 55px; width: 137px; }
#navbar ul li a#abisz {		display: block; background: transparent url(images/head_bg.png) -778px top; height: 55px; width: 138px; }
#navbar ul li a#magazin {	display: block; background: transparent url(images/head_bg.png) -916px top; height: 55px; width: 124px; }

#navbar ul li a#home:hover {		background: transparent url(images/head_bg.png) -327px -55px; }
#navbar ul li a#shopping:hover {	background: transparent url(images/head_bg.png) -388px -55px; }
#navbar ul li a#gutscheine:hover { 	background: transparent url(images/head_bg.png) -506px -55px; }
#navbar ul li a#kategorien:hover {	background: transparent url(images/head_bg.png) -641px -55px; }
#navbar ul li a#abisz:hover {		background: transparent url(images/head_bg.png) -778px -55px; }
#navbar ul li a#magazin:hover {		background: transparent url(images/head_bg.png) -916px -55px; }


#navbar ul li a { text-decoration: none; }
#navbar ul li a:hover { text-decoration: none; }

#searchbar {
	width: 1039px;
	height: 78px;
	background-image: url(images/head_bg.png);
	background-position: bottom;
	position: relative;
	left: -6px;
	margin-top: 0pX;
}

#searchbar input {
	font-size: 17px;
	color: grey;
	border: 0px;
	position: relative;
	top: 12px;
	left: 28px;
    height: 36px;
	width: 800px;
	padding: 6px;
	background: transparent;
float: left;
}
#make_search {
	background-image: url(images/head_search_button.png) !important;
	width: 162px !important;
	height: 49px;
	background-color: transparent !important;
	border: 0px;
	position: relative;
	top: 10px;
	right: 18px;
	cursor: pointer;
	float: left;
}
#make_search:hover {
	background-position: left bottom;
}
.newsletterbox {
	height: 218px;
}
.newsletterbox #input_bg {
	padding: 10px 10px 9px 10px;
}
.newsletterbox #input_bg {
	background-color: #eeeeee;
	border-top: 1px dashed grey;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.newsletterbox #input_bg input {
	background-image: url(images/topbox_newsletter_input.png);
	width: 168px;
	padding: 4px 10px;
	height: 24px;
	background-color: transparent !important;
	border: 0px;
}
#register_newsletter {
	background-image: url(images/topbox_newsletter_button.png) !important;
	width: 87px !important;
	height: 32px;
	background-color: transparent !important;
	border: 0px;
	position: relative;
	top: 0;
	float: right;
	cursor: pointer;
}

#register_newsletter:hover {
	background-position: left bottom;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #5787e6;
}
a:visited {
	color: #5787e6;
}
a:active,
a:hover {
	color: #5787E6;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */


#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-title a:link,
.entry-title a:visited {
	color: #5787E6;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #5787E6;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	//color: #000;
	//font-size: 20px;
	//font-weight: bold;
	//margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	//border-top: 1px solid #e7e7e7;
	margin: 14px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 2em;
}
.comment-form-url #url 
{
	margin-left: 7px;
}
.form-allowed-tags {
	display: none;
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {

}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
	float: left; width: 120px;
}
#respond input {
	margin: 0 0 9px;
	width: 68%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
overflow: hidden;
clear: both;
background: none;
float: left;
width: 100%;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #EFEFEF;
margin-bottom: 12px;
}
.widget-container ul {
	padding: 15px;

}
.widget-container ul li {
	list-style-image: url(images/list_icon2.png);
	margin-bottom: 10px;

}
.widget-title {

}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	margin-top: 50px;
	background-color: white;
	width: 1025px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
}
#copyright {
	padding: 10px;
	font-size: 11px;
}
#copyright a { color: #444; }
#copyright a:hover { text-decoration: none; }

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

	.entry-title, h2 {
		margin: 5px 0 0 0 !important;
	}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

ul.stabs {
	margin: 0;
	padding: 0;
	margin-left: 6px;
	float: left;
	list-style: none;
	height: 33px; /*--Set height of tabs--*/
	width: 100%;
}
ul.stabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/

	overflow: hidden;
	position: relative;
	margin-right: 1px;
}
ul.stabs li a {
	display: block;
	width: 165px;
	height: 33px;
	border: 0px;
	text-decoration: none;
}
ul.stabs li a:hover {
	display: block;
	width: 165px;
	height: 33px;
	border: 0px;
	text-decoration: none;
}

ul.tabs {
	margin: 0;
	padding: 0;
	margin-left: 6px;
	float: left;
	list-style: none;
	height: 33px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/

	overflow: hidden;
	position: relative;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	width: 165px;
	height: 33px;
	border: 0px;
	text-decoration: none;
}
ul.tabs li a:hover {
	display: block;
	width: 165px;
	height: 33px;
	border: 0px;
	text-decoration: none;
}

ul.stabs li #stabnav1 { 	background-image: url(images/nav_1.png); }
ul.stabs li #stabnav2 { 	background-image: url(images/nav_2.png); }
ul.stabs li #stabnav3 { 	background-image: url(images/nav_3.png); }
ul.stabs li #stabnav4 { 	background-image: url(images/nav_4.png); }
ul.tabs li #tabnav5 { width: 148px;	background-image: url(images/tab_1.png); }
ul.tabs li #tabnav6 { width: 201px;	background-image: url(images/tab_2.png); }

ul.stabs li #stabnav1:hover { 	background-image: url(images/nav_1_hover.png); }
ul.stabs li #stabnav2:hover { 	background-image: url(images/nav_2_hover.png); }
ul.stabs li #stabnav3:hover { 	background-image: url(images/nav_3_hover.png); }
ul.stabs li #stabnav4:hover { 	background-image: url(images/nav_4_hover.png); }
ul.tabs li #tabnav5:hover { 	background-image: url(images/tab_1_hover.png); }
ul.tabs li #tabnav6:hover { 	background-image: url(images/tab_2_hover.png); }
ul.tabs li.active #tabnav5{ 	background-image: url(images/tab_1_hover.png); }
ul.tabs li.active #tabnav6{ 	background-image: url(images/tab_2_hover.png); }
html ul.stabs li.sactive, html ul.stabs li.sactive a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
}


.stab_container {
	overflow: hidden;
	clear: both;
	background-image: url(images/start_balken_bg.png);
	float: left; width: 100%;

}

.shop_container {
	background: none;
	float: right;
	margin-top: 5px;
	width: 355px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.tab_container {
	overflow: hidden;
	clear: both;
	background: none;
	float: left; width: 100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #efefef;
}

.gm_footer {
	floaT: left;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
	width: 1000px;
}
.gm_footer h3 {
	color: #666;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

.gm_footer ul {
	margin-top: 10px;
	list-style-type: square;
	color: #558cff;
}
.kategorien {
	width: 307px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.kategorien li {
	border-bottom: 1px dashed #ccc;
	padding: 17px 7px 9px 7px;
	padding-left: 12px;
	color: #333;
	font-size: 13px;
	height: 30px;
	padding-right:0px;
	margin-bottom: 5px;
	position: relative;
}
.kategorien li:hover {
background-image: url('images/active_cat_bg.png');
background-repeat: no-repeat;
background-position: 0 0px;
}
.kategorien li a {
	text-decoration: none;
	color: #666;
}
.kategorien li a:hover {
	color: #558cff;
}

.kategorien_big li:hover {
	background-image: url('images/active_cat_bg2.png') !important;
}

.kategorien_nav {
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: -14px !important;
	margin-bottom: 0px;

}
.kategorien_nav li:last-child {
border: 0px;
}

#subcats {
display: none; position: absolute; left: 50%; top: 55px; z-index: 999; margin-left: -170px; width: 200px; padding-left: 5px; background-color: white; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; border: 2px solid #ddd; box-shadow: 1px 1px 3px #444;
}

.start_neuegutscheine li:hover {
background-image: url('images/active_gs_bg.png');
background-repeat: no-repeat;
background-position: 0 0px;
}
.detail li:hover , .small li:hover {
background-image: url('images/active_gs_bg2.png') !important;
}

.sidebox li:hover {
background-image: url('images/active_gs_bg3.png') !important;
}
.kategorien_nav li {
	width: 182px;
	float: left;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px 5px 5px;
background-image: url(images/active_top_gs.png);
background-repeat: no-repeat;
text-align: left;
background-position: left 5px;
padding-left: 25pX;
	color: #333;
	font-size: 12px;
	height: 20px;
	padding-right:0px;
	margin-bottom: 2px;
	margin-right: 15px;
}
.kategorien_nav li a {
	text-decoration: none;
	color: #666;
}
.kategorien_nav li a:hover {
	color: #558cff;
}

.start_neuegutscheine {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
.start_neuegutscheine li a {
	color: #666;
	text-decoration: none;
    /*display:block;*/
}

.start_neuegutscheine li {
	border-bottom: 1px dashed #ccc;
	width: 307px;
	margin-bottom: 5px;
	padding-top:7px;
	height:49px;
}
.start_neuegutscheine li:hover {

	height: 49px;
}

.detail li {
	width: 343px;
}

.small li {
	width: 343px;
}
.small li:hover {

}


.gm_content {
	float: left;
	left: 1px;
	top: 28px;
	position: relative;
	margin-top: 0px;
	background-color: white;
	width: 1025px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.gm_content h3, .entry-title {
	color: #444;
	background-color: #eeeeee;
	border-bottom: 1px dashed #ccc;
	font-size: 18px;
	padding: 10px;
	letter-spacing: 1px;
	font-family:  "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 5px;
}

.gm_content h4 {
	color: #444;
	background-color: #eeeeee;
	font-size: 18px;
	padding: 10px;
	letter-spacing: 1px;
	font-family:  "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.freitext {
border: 1px solid #efefef; margin-top: 20px; padding: 15px; background-image: url(images/freitext_bg.png); background-repeat: repeat-x; background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.freitext h3, .freitext h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	border: 0px;
	background: transparent;
}

.start_bs  img {
	border: 1px solid #ccc; padding: 2px;
	margin-bottom: 4px;
}

.start_bs  img:hover {
	border: 1px solid #f468b1;
}

h3.pink {
color: #f468b1;
}

.newsletter{
	background-image: url(images/search_input_bg.png);
	width: 252px;
	height: 31px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	border: 0px;

}

.start_info {
	background-color: white;


	font-size: 13px;
	padding: 15px;
}

.letters {
	margin:0px 0 0 14px;
	padding: 0px;
	list-style-type: none;
}

.letters li {
	margin-right: 5px;
	width: 31px;
	height: 33px;
	padding-top: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	background-image: url(images/letters.png);
	float: left;
}
.letters li:hover {
	background-image: url(images/letters_hover.png);
}
.letters a {
color: white;
text-decoration: none;
}

.katimg {
	border: 1px solid #efefef;
	width: 130px;
	text-align: center;
	height: 100px;
	padding-top: 20px;
	margin-top: 12px;
	margin-right: 12px;
}

.katimg img {
 max-width: 134px;
 max-height: 134px;
 }
 
 .katimg .fb-like {
	margin-left: 27px;
	margin-top: 6px;
 }
 
 .searchimg img {
	max-width: 134px;
	max-height: 134px;
 }
 
 
 .vorteile {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 }
 .vorteile li {
    background-image: url(images/check_icon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 37px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #666;
 }

.shop_container p {
	text-align: justify;
}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
div#ex2 {
	
}
div#ajaxcouponcode {
	color:blue;
	font-weight:bold;
	font-size:large;
	padding-top:10px;
	padding-bottom:10px;
	background-color:lightBlue;
	padding-left:10px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}


.jqmWindow {
	//width:330px !important;
}


.startseitengutschein {
        display:block;
		font-size: 11px;
		line-height: 14px;
}

#ajax-placeholder { height: 1px; }

ul.tabs li #tabnav7 { width: 311px;	background-image: url(images/tab_3.png); }
ul.tabs li #tabnav7:hover { 	background-image: url(images/tab_3_hover.png); }

.shopcodes {  margin: 0px; padding: 0px; list-style-type: none; width: 990px; }
.shopcodes li { float: left; background-image: url(images/icon_rocket.png);  text-align: left; padding-left: 25pX; font-size: 13px; width: 140px; background-position: 5px 5px; margin-bottom: 10px; background-repeat: no-repeat; }

.shoplogos {  margin: 0 0 10px 0; padding: 0px; list-style-type: none; width: 970px; }
.shoplogos li { float: left; background: none !important; width: 130px !important; text-align: left; padding: 5px !important; margin-left: 23px; border: 1px solid #efefef; }

.shopcodes hr {
	margin: 9px  0 9px 0;
	background-color: #f9f9f9;
}

.blog_heading {
	position: relative;
	lefT: -12px;
	background-image: url(images/blog_header_bg.png);
	width: 678px;
	height: 43px;
}
.article {
	width: 628px;
	background-color: #fbfbfb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	left: -5px;
	top: -8px;
	padding: 10px 20px 10px 20px;
	
}

#clear {
	clear: both;
}

.commentbox {

	background-color: #fbfbfb;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 5px 0px 5px;
	margin-top: 25px;
	margin-left: 5px;
	float: lefT;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 656px;
}

.article .entry-title {
	font-size: 18px;
	margin-top: 0px;
	line-height: 23px;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
	background: none !important;
	font-weight: normal !important;
}

.welcome h2 {
	font-size: 16px;
}

.blog_heading .date {
	width: 120px;
	position: relative;
	left: -20px;
	text-align: center;
	float: left;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 8px;
	letter-spacing: -1px;
}
.blog_heading .meta {
	float: left;
	padding-top: 8px;
	font-weight: bold;
	font-size: 11px;
}
.article {
	padding-bottom: 17px;
}
.article p {
	font-size: 13px;
}

.thumb_bg {
	width: 233px;
	height: 179px;
	margin-right: 10px;
	background-image: url(images/thumb_bg.png);
}
.thumb_bg img {
	max-width: 220px;
	max-height: 165px;
	padding-left: 4px;
	padding-top: 4px;
}

.morebutton {
	width: 105px;
	height: 32px;
	background-image: url(images/blog_details_button.png); 
	display: block;
	float: right;
	margin-top: 55px;
	margin-bottom: 0px;
}
.morebutton:hover {
	background-position: left bottom;
}

.navigation {
	padding-left: 20px;
	width: 610px;
}

.latest_posts {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
.latest_posts li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	min-height: 33px;
	margin-bottom: 5px;
}
.latest_posts li a {
	color: #5787E6;
	text-decoration: underline;
}
.latest_posts li a:hover {
	text-decoration :none;
}

.latest_posts li img {
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
.comm_count {
	background-image: url(images/blog_comments_icon.png);
	width: 26px;
	height: 22px;
	font-size: 10px;
	line-height: 14px;
	color: white;
	text-align: center;
	float: left;
	margin-right: 10px; 
	margin-bottom: 6px;
	position: relative;
	top: 3px;
}
/********************************************************************************************* 

8. Comments  -------------------------  comments.php

*********************************************************************************************/   

.children { padding: 0 0 0 0px; margin-left: 0px; }
.comment-author-admin { background: url(images/author.jpg) no-repeat top right; }
.authorcomm { float: left; margin: 0; padding: 0; width: 70px; text-align: center; line-height: 12px; font-size: 13px; }
	.authorcomm a { text-decoration: none; font-weight: bold; }
.avatar { padding: 0 0px 0 0; }
.reply a { padding: 2px 5px;  font-weight: normal; text-transform: uppercase; background: #333; width: 50px; font-size: 9px; text-align: center; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #fff; }
	.reply a:hover { background: #CA2B57; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#respond { float: left; }
#navigation-main { width: 100%; height: 30px; float: left; }
#navigation-board { width: 100%; height: 30px; float: left; }
.cancel-comment-reply a { padding: 2px 5px; margin-bottom: 5px; margin-left: 55px; font-weight: 700; text-transform: uppercase; background: #333; font-size: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #fff; }
	.cancel-comment-reply a:hover { background: #CA2B57; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.comment-meta  a { font-weight: normal; border-bottom: none; font-size: 9px; color: #5F5F5F; font-style: italic; }
.comment-meta { padding-bottom: 5px; border-bottom: 3px solid #ccc; margin-left: 55px; }
.fn { font-size: 12px; line-height: 15px; font-weight: bold; font-style: normal; }
.says { display: none; }
#comments li { width: 100%; padding: 10px 0 10px; display: block; float: left; }
.commentlist { margin: 0px; padding: 0px; }
	.commentlist ol { margin: 0px; padding: 10px; }
	.commentlist li { margin: 5px 0px 0px; padding: 5px 5px 0px 0px; list-style: none; }
		.commentlist li ul li { margin-right: -5px; }
.comment { float: left; padding: 0px 0 20px; font-size: 11px; }
	.comment p { margin-left: 55px; line-height: 20px; padding: 0 0 3px 0; color: #333; }
body.ie6 #comments li.bgCH { background-color: #eee; background-image: none; }
.field { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: solid 1px #ddd; border-top-color: #ccc; background: #fff letter-spacing: .1em; padding: 6px; }
#commentform textarea { width: 590px; margin-left: 30px; height: 80px; margin-top: 10pX; }
#submit,.submit,label { cursor: pointer; }
#commentform label { padding-left: 30px; font-weight: 900; }
	#commentform label span,#comments .chead p.date { color: #999; }

#commentform .btn { background-position: right top; }
	#commentform .btn:hover { background-position: right bottom; }

#respond { margin-top: 10px; width: 651px; float: left; }
	#respond:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
#comments li h3 { margin-top: 10px; margin-left: 0px; font-size: 16px; }
.avatar { float: left; }
.comtext { font-size: 11px; float: left; padding-left: 8px; width: 590px; }
	.comtext small { display: block; font-weight: 400; font-style: normal; border-bottom: 2px solid #ccc; }
	

#comments ol{
	margin: 0px;
	padding: 0px;
}

#comments .comment .author img  {
	float: none !important;
}

#comments a {
	color:#0066FF ;
	text-decoration:none ;
}

#comments a:hover {
	text-decoration:underline ;
}

#comments h4 {
	font-size:12px ;
	font-weight:bold ;
	color:#FF6600 ;
	margin:0 0 7px 0;
}

#comments h3 span {
	display:block ;
	font-size:11px ;
	text-transform:uppercase ;
	color:#666 ;
	font-family: "Helvetica Neue","Arial",sans-serif ;
	font-weight:normal ;
	padding-top: 7px;
	padding-bottom:4px;
}

#comments .comment, #comments .trackback {
	border-bottom:1px dotted #CCCCCC ;
	padding:10px 15px ;
	width:580px ;
	float:left ;
}

#comments .trackback a {
	font-weight:bold ;
	display:block ;
}

#comments .comment .author {
	float:left ;
	width:90px ;
	text-align:center ;
	border-right:1px solid #D1DAE3 ;
	padding:0 5px ;
}
#comments ol {
	padding: 0px;
}
#comments .comment .author a, #comments .comment .author span, #comments .comment .meta, #comments .trackback .meta {
	color:#333333 ;
	font-weight:bold ;
	text-decoration:none !important;
	display:block ;
	margin:0 0 10px 0 ;
}

#comments .comment .author img {
	padding:2px ;
	border:1px solid #DEDFE1 ;
}

#comments .comment p {
	margin:0 0 0 100px ;
	line-height:1.5em ;
	border-left:1px solid #D1DAE3 ;
	padding:10px 0 0 10px ;
}

#comments .trackback p {
	margin:10px 0 0 0 ;
}

#comments .comment .meta {
	margin:0 0 10px 120px ;
}

#comments .postauthor {
	background:#EFFFFF ;
}

#comments .zitieren {
	text-align:right ;
	margin:5px 0 0 0 ;
}

#comments .zitieren a {

	font-weight:bold ;
	background:url(images/icon_zitieren.png) no-repeat ;
	padding:0 0 0 20px ;
	height:20px ;
	float:right ;
}

#respond #submit {
	background-image: url(images/respond_submit.png);
	background-position: left top;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 32px;
	width: 185px;
	margin-left: 440px;
	border: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
#respond #submit:hover {
	background-position: left -32px;
}

/*
.article h3 {
	margin: 0px;
	padding: 7pX;
	font-size: 14px;
	font-weight: bold;
}
*/

.logged-in-as {
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}
.comment-form-comment {
	padding-top: 10px;
}

/*--Automatic Image Slider w/ CSS & jQuery from Soh Tanaka--*/

#tab_sim, #tab_new {
	color: #ccc;
	text-decoration: none;
}

/*--Main Container--*/
.main_view {
	position: relative;
	float: left;
}
/*--Window/Masking Styles--*/
.window {
	height:218px;
	width: 678px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	width: 3390px !important;
}

.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 12px; right: 22px;
	padding: 4px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	//background: url(images/paging_bg2.png) no-repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	opacity: 0.9;
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #444;
}
.paging a.active {
	font-weight: bold;

	font-size: 11px;
	border: 1px solid #f7b86b;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.col3_1 {
	position: absolute;
	top: -23px;
	width: 64px;
	height: 70px;
	background-image: url(images/images.png);
	background-position: left top;
}
.col3_2 {
	position: absolute;
	top: -16px;
	width: 64px;
	left: 18px;
	height: 70px;
	background-image: url(images/images.png);
	background-position: center top;
}
.col3_3 {
	position: absolute;
	top: -14px;
	left: 25px;
	width: 64px;
	height: 70px;
	background-image: url(images/images.png);
	background-position: right top;
}
.col3_bot {
	background-color: #eeeeee;
	color: #444;
	padding: 16px 12px 9px 16px;
    margin-top: -9px;
	width: 294px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 600;
	letter-spacing: 1px;
}

.col3_left {
	top: -15px;
	left: 0px;
}
#new_popup {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: white;
	border: 1px solid grey;
	width: 678px;
	position: absolute;
	left: 50%; margin-left: -340px;
	top: 150px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;

	
}
#popup_close {
	position: absolute;
	right: 14px;
	top: 14px;
z-index: 9;
}
#popup_title {

	font-size: 22px;
	color: #717171;
	position: absolute;
	left: 14px;
	top: 18px;
}

#gs_box {
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
	background-image: url(images/popup_bg.png);
	width: 678px;
	height: 147px;
	position: relative;
	margin-left: 0px;
	margin-top: 57px;
}
#gs_box #popup_logo { position: absolute; left: 165px; top: 35px; }
#gs_box #popup_code { text-transform: uppercase; text-align: center; color: #7ab9ec; font-size: 10px; font-weight: bold; position: absolute; left: 300px; top: 26px; width: 340px; }
#gs_box #popup_code span { font-size: 23px; color: #444; font-weight: normal; }
#gs_box #popup_social { position: absolute; right: 15px; top: 110px; }

#popup_infos {
	position: relative;
	margin-top: 20px;
	margin-left: 16px;
	width: 650px;
}

#videolayer {
	display: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: white;
	border: 1px solid grey;
	width: 660px;
	position: absolute;
	left: 50%; margin-left: -330px;
	top: -140px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	z-Index: 9999;
}

#popup_infos label {
	float: left; width: 160px; font-size: 13px; color: #717171; cursor: default !important;
}
#popup_infos #popup_content {
	float: right;
	width: 488px;
	font-size: 13px;
	color: black;
}

#popup_infos #popup_content li {
	margin: 0px;
	padding: 0px;
}

#popup_infos hr {
	margin: 16px 0 16px 0;
}


#show_video {
	background-image: url(images/button_show_video.png);
	width: 143px;
	height: 25px;
	background-position: left top;
	display: block;
	cursor: pointer;
}
#show_video:hover {
	background-position: left bottom;
}

.rel_gs {
	list-style: none;
	margin: 0px 0px 10px -10px;
	position: relative;
}
.rel_gs li {
	float: left;

}

.rel_gs .shopname {
	color: black;
	text-decoration: none;
}

.azletter {
	background-color: #006df0; border-bottom: 1px dashed #ccc;
	width: 661px; float: left;
}
.azletter ul {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	list-style: none;
}
.azletter li {
	float: left;
}
.azletter li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #237ee9;
	color: white;
	text-shadow: 1px 1px 1px #000;
	display: block;
	margin-left: 4px;
	font-size: 18px;
	padding: 10px 4.5px 10px 5px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
}
.azletter li a:hover {

	background-color: #fdbc0a;
}

.article h2, .article h1, .gs_detail {
	border: 0px !important;
	border-bottom: 0px !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
}

.gs_detail {
	margin-bottom: 5px !important;
}

.shopIMG {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #efefef;
	padding: 10px;
	width: 120px;
	float: left;
	margin-right: 10px;
}

.redeem-coupon {
float: right;
margin-top: 5px;
}

.gotoshop,.opengs {
	width: 200px;
	height: 37px;
	color: white !important;
	text-decoration: none !important;
	text-shadow: 2px 1px 1px #000;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 13px;
	padding-top: 5px;
	padding-left: 14px;
	display: block;
	background-image: url(images/button_zum_shop.png);
	background-position: left top;
}
.opengs {
	background-image: url(images/button_gutschein.png) !important;
}
.gotoshop:hover, .opengs:hover {
	background-position: left bottom;
}

a.goto {
	color: #444;
	text-decoration: none;
}
a.goto:hover {
	color: #2587ff;
}

.loved-shops {
padding: 10px;
margin-right: 12px;
margin-bottom: 15px;
border: 1px solid #EFEFEF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
width: 134px;
height: 100px;
float: left;

}
.loved-shops .ls-button {
	background-image: url(images/button_zum-shop.png);
	width: 100px;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-left: 17px;
	display: block;
}
.loved-shops .ls-button:hover {
	background-image: url(images/button_zum-shop_hover.png);
}

.bar-abisz {
	width: 990px;
	border-bottom: 0px;
	margin-top: 7px;
	margin-left: 13px;
	 margin-bottom: -14px;
}

.bar-abisz li a {
		font-size: 17px;
		margin-left: 7px;
		padding: 13px 10px 13px 10px;
}

.activecat {
	background-image: url("images/active_cat_bg");
	background-repeat: no-repeat;
	top: -1px;
	z-index: -1;
	left: 0px;
	position: absolute;
	height: 60px;
	width: 320px;
}

#opensubcats .activecat {
display: none;
}

.zum_shop {
background-image: url(images/button_zum-shop.png);
background-position: left top;
display: block;
width: 105px;
height: 32px;
cursor: pointer;
}
.zum_shop:hover {
background-position: left bottom;
}

.kategorien_icons {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.kategorien_icons li img{
margin-bottom: 5px;
}
.kategorien_icons li {
	float: left;
	width: 110px;
	height: 90px;
	line-height: 11px;
	margin-right: 22px;
	margin-bottom: 20px;
		-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; 
		border: 1px solid #ddd;
		padding: 5px 5px;
		text-align: center;
}
.kategorien_icons li a {
	text-decoration: none;
	font-size: 11px;
}

.katstartimg {
	text-align: justify;
}
.katstartimg  img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;

	padding-top: 20px;
	padding-right: 20px;
	margin-right: 12px;
	max-width: 134px;
	max-height: 134px;
}