/*
Theme Name:     Gutschein Whitelabel Template
Theme URI:      http://www.llg-media.de
Description:    LLG Media GmbH Gutschein Template
Author:         Johannes Leimbach
Author URI:     http://www.llg-media.de/
Version:        1.0.0
*/
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
    /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
.entry-content span{color:#b0b0b0;font-weight:normal;font-size:17px;} 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.entry-content table { margin: 15px 0px 25px 0px; width: 100%; text-align: left; border-spacing:0; border-collapse:collapse; }
.entry-content table tr.alt { background: #f2f2f2; margin: 0px;  }
.entry-content table td { font-size: 13px; border-bottom: 1px solid #e5e5e5; padding: 5px 5px 5px 10px; vertical-align: middle; margin: 0px; }
.box{border:1px solid #e0e0e0;padding:6px;margin-top:13px;background:#f7f7f7;}
.entry-content table th { font-weight: 600; background: #f0f0f0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding: 5px 5px 5px 10px; margin: 0px;  }

.tag-archive-meta p { margin-bottom: 10px; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

	
/** Start **/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #f4f4f4;
	font-family: Arial, sans-serif;
	line-height:150%;
	font-size:14px;
}
strong {
	font-weight:bold;
}
img {
	border:none;
}
ul {
	list-style:none;
	padding:0px;
	margin:5px 0px;
}	
h1, h2 {
	color: #4b2a66;
	font-size:24px;
}
h3 {
	color: #4b2a66;
	font-size:18px;
	margin-bottom:5px;
}
a {
	color: #4b2a66;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
header#header  {
	padding:20px 0px 0px;
	display:block;
	background: #fff;
	margin:0 auto;
	box-shadow: 0px 3px 5px #ccc;
}
header .header-inner {
	width:980px;
	margin: 0 auto;
	height:80px;
}
header#header #logo {
	line-height:100%;
	margin:0px 0px 30px;
	float:left;
}
header#header #logo div.site-title {
	font-size:36px;
	color: #4b2a66;
	margin:0px;
	font-weight:700;
	display:inline-block;
	height:42px;
	line-height:36px;
}
header#header #logo div.site-title a {
	text-decoration:none;
	color: #4b2a66;
}
header#header #logo div.site-description {
	font-size:18px;
	color: #74AB0A;
	margin-top:-5px;
}
header#header form#searchform {
	height:58px;
	border:1px dashed #4b2a66;
	padding:1px;
}
header#header form#searchform .border {
	background: #4b2a66;
	padding:4px;
}
header#header #header-suche {
	float:right;
	margin-right:60px;
}
header#header #header-suche input {
	padding:10px;
	font-size:18px;
}
header#header #header-suche input#search {
	width:290px;
	border: 1px solid #4b2a66;
	font-size:16px;
	height:38px;
	padding:5px 5px 5px 10px;
	line-height:38px;
	float:left;
	box-shadow:inset 3px 3px 5px #eaf4fb;
}
header#header #header-suche input#searchsubmit {
	float:left;
	margin-left:5px;
	width:96px;
	cursor:pointer;
	cursor:hand;
	margin-top:1px;
	color: #fff;
	font-size:16px;
	height: 48px;
	background: #74AB0A url(images/suche-header-button.png) 0px -48px no-repeat;
	border:none;
}
header#header #header-suche input#searchsubmit:hover {
	background: #74AB0A url(images/suche-header-button.png) 0px -0px no-repeat;
}
.llg-breadcrumbs {
	width:650px;
}
.llg-breadcrumbs, .llg-breadcrumbs a {
	font-size:11px;
	color: #bbb;
}
#wrapper {
	width:100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
#main {
	width:960px;
	background: #fff;
	padding:10px !important;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	margin:0px auto 20px;
	display:block;
}
#primary {
	width:650px;
	float:left;
}
#primary.fullwidth {
	width: 100%;
}
#secondary {
	width:280px;
	float:right;
	margin-top:-20px;
	padding:10px;
}
footer#footer {
	background: #4b2a66;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
}
footer#footer, div.push {
	clear: both;
	height:200px;
}
footer#footer .footer-inner {
	width:980px;
	margin: 0 auto;
	padding: 20px 0px;
}
footer#footer .column-footer {
	float:left;
	width:250px;
	margin-right:80px;
}
footer#footer .column-footer strong {
	font-size:18px;
	font-weight:normal;
	color: #fff;
	border-bottom:1px dotted #fff;
	display:block;
	padding: 0px 0px 5px 10px;
}
footer#footer .column-footer ul {
	margin-left:10px;
	line-height: 25px;
}
footer#footer .column-footer li {
	color: #fff;
	font-size:13px;
}
footer#footer .column-footer li a {
	color: #fff;
}
nav#site-navigation {
	background: #4b2a66;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	clear:both;
	height:50px;
	display:block;
    border-top: 2px solid #fff;
}
nav#site-navigation ul {
	display:block;
	width:980px;
	margin: 0 auto;
}
nav#site-navigation ul li {
	list-style-type: none;
	float:left;
}
nav#site-navigation ul li a {
	color: #fff;
	display:block;
	line-height:50px;
	font-size:18px;
	padding: 0px 15px 0px 35px;
	text-decoration:none;
	background-image:url(images/icons-topmenu.png);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}
nav#site-navigation ul li:hover, nav#site-navigation ul li.current-menu-item, nav#site-navigation ul li.current-post-ancestor  {
	background: #fff;
}
nav#site-navigation ul li:hover a,nav#site-navigation ul li.current-menu-item a, nav#site-navigation ul li.current-post-ancestor a {
	text-decoration:none;
	color: #4b2a66;
}
nav#site-navigation ul li#menu-item-2353 a {
	background-position: -217px 17px;
}
nav#site-navigation ul li#menu-item-2174 a {
	background-position: -217px -20px;
}
nav#site-navigation ul li#menu-item-2172 a {
	background-position: -217px -57px;
}
nav#site-navigation ul li#menu-item-2357 a {
	background-position: -217px -90px;
}
nav#site-navigation ul li#menu-item-2173 a {
	background-position: -217px -127px;
}
nav#site-navigation ul li#menu-item-1912 a {
	background-position: -217px -164px;
}
/** Curent Menu items **/
nav#site-navigation ul li#menu-item-2353.current_page_item a, nav#site-navigation ul li#menu-item-2353:hover a {
	background-position: 14px 17px;
}
nav#site-navigation ul li#menu-item-2174.current_page_item  a, nav#site-navigation ul li#menu-item-2174:hover a {
	background-position: 14px -20px;
}
nav#site-navigation ul li#menu-item-2172.current_page_item  a , nav#site-navigation ul li#menu-item-2172:hover a{
	background-position: 14px -57px;
}
nav#site-navigation ul li#menu-item-2357.current_page_item  a, nav#site-navigation ul li#menu-item-2357:hover a {
	background-position: 14px -90px;
}
nav#site-navigation ul li#menu-item-2173.current_page_item  a, nav#site-navigation ul li#menu-item-2173:hover a {
	background-position: 14px -127px;
}
nav#site-navigation ul li#menu-item-1912.current-menu-item  a, nav#site-navigation ul li#menu-item-1912.current-post-parent a, nav#site-navigation ul li#menu-item-1912:hover a {
	background-position: 14px -164px;
}
/** GENERAL CLASSES **/
h1.entry-title, h1.archive-title {
	margin:10px 0px 20px;
	font-size:28px;
	font-weight:700;
	line-height:110%;
}
h2.entry-title.blog {
	margin:10px 0px 15px;
	font-size:24px;
	font-weight:600;
	clear:both;
	line-height:110%;
}
.archive article.category-blog {
	clear:both;
	margin-bottom:20px;
	border-bottom:1px dotted #bbb;
}
.content h2 {
	margin:15px 0px 5px;
	font-size:18px;
}
.entry-header span.date {
	display: block;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -15px;
}
.catdesc {
	margin-top:-10px;
}

.catdesc p { margin-bottom: 10px; }

.catdesc b { font-weight: 700px; }


.single-excerpt {
	margin:10px 0px;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.entry-content p, .content  p {
	margin:0px 0px 15px;
}
.entry-content ul, .blog-content ul,.entry-content ol, .blog-content ol {
    margin: 10px 0px 10px 30px;
    list-style: none;
}
.entry-content ul, .blog-content ul {
	list-style:none;
}
.entry-content ol, .blog-content ol {
	list-style: none;
}
.entry-content h2 {
	font-size:16px;
	font-weight:700;
	margin: 10px 0px 15px;
}
.entry-content .shoplogo-content {
	padding:10px;
	margin: 5px 15px 5px 0px;
	box-shadow: 0px 0px 5px #ccc;
}
h3.llg-expired-coupon-header {
	color: #888;
    margin-bottom: 10px;
    margin-top: 30px;
	font-size:16px;
	font-weight:700;
	border: 2px dotted red;
	padding:5px;
}
.clear {
	clear:both;
	float:none;
	height:0px;
}
.last {
	margin-right:0px !important;
}
.llg-bewertung {
	margin:20px 0px;
}
span.nav-previous {
	float:left;
}
span.nav-next {
	float:right;
}
.alignleft {
	float:left;
	padding:0px 15px 15px 0px;
}
.alignright {
	float:right;
	padding:0px 15px 15px 0px;
}
.aligncenter {
	display:block;
	margin:10px auto;
}
/** Slider Startseite **/

.main_view {
    float: left;
    position: relative;
}
.image_reel {
    width: 1800px !important;
	position: relative;
}
.window {
	height:250px;
	width: 600px;
	overflow: hidden;
	position: relative;
}
.image_reel img {
	float: left;
	height:250px;
	width: 600px;
}
.paging {
    bottom: 0px;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65px;
	margin-bottom:10px;
    z-index: 100;
}
.paging a {
	float:left;
	background-color: #4b2a66;
    color: white;
    display: block;
    margin-left: 3px;
	width:15px;
	height:15px;
	color:#fff;
    text-decoration: none;
}
.paging a.active {
		background-color: #fff;
}

/** GENERAL COUPON STYLE => file "stylesheet/coupon.css" **/

li.llg-alle-gutscheine-alphabet-buchstabe {
	float: left;
	margin-right: 15px;
	margin-top: 40px;
	font-weight:700;
}
#shopliste h2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	padding-bottom:2px;
	padding-left:10px;
}
li.llg-alle-gutscheine-link {
	list-style: none;
	margin-right:15px;
	width:200px;
	float:left;
}
ul#llg-gutscheine-alle-kategorien {
	margin-top: 20px;
}
li.llg-alle-gutscheine-grosser-buchstabe {
	margin:5px 0px 10px;
	clear:both;
}
li.llg-gutscheine-alle-kategorien-kategorie {
	border: 1px solid #DDD;
	width: 130px;
	height: 90px;
	padding: 22px;
	margin: 20px;
	float: left;
	text-align: center;
	padding: 15px 5px 20px;
	line-height:120%;
	margin:0px 10px 10px 0;
	cursor:pointer;
	cursor:hand;
}
li.llg-gutscheine-alle-kategorien-kategorie:hover {
	background-color: #EEF5FA;
	border-color: #4b2a66;
}
span.llg-alle-gutscheine-anzeigen-link {
	margin-bottom: 20px;
	display: block;
	margin-top: -20px;
	font-style: italic;
	margin-left: 20px;
}

div.llg-gutschein-index {
	margin-top:40px;
}
h3.llg-beliebte-gutscheine-aus-kategorie-h3 {
	margin-bottom:10px;
	margin-top:10px;
}
div.llg-beliebte-gutscheine-aus-kategorie {
	margin-bottom:100px;
}
ul.llg-beliebte-gutscheine-aus-kategorie-ul li {
	float:left;
	width:120px;
	border:1px solid #ddd;
	box-shadow: 2px 2px 3px #f4f4f4;
	height:60px;
	padding:5px;
	text-align:center;
	line-height:80px;
	margin-right:5px;
}
.llg-beliebte-gutscheine-aus-kategorie-a {
	margin-bottom: 0px !important;
	display: block;
}

#llg-alle-gutscheine-aus-kategorie-div {
	margin-bottom: 50px;
	margin-left: 0px;
}
#llg-alle-gutscheine-aus-kategorie-div ul li{
	float:left;
	line-height:150%;
	width:200px;
}
li.llg-sidebar-topgutscheine-li span {

}
.archiv-widget {
	padding:10px;
	margin-top:5px;
}
.archiv-widget li {
	list-style:square inside;
}
/** COUPON DETAIL PAGE **/

h2.gutscheine-headline {
	font-size:16px;
	font-weight:700;
	margin: 10px 0px 15px;
}
.post-ratings {
	float:left;
	width:90px !important;
}
.author-letzte-posts-box ul {
	list-style:none;
	margin-left:0px;
}
.author-letzte-posts-box ul li  {
	border-bottom: 1px dotted #bbb;
	padding-bottom:10px;
}
.author-letzte-posts-box ul li a span.headline-blogbeitrag strong{
	display:block;
	font-size:18px;
}
.neue-blogbeitraege-home .column {
	float:left;
	width:290px;
	font-size:13px;
	border-right: 1px dotted #4b2a66;
	padding:10px;
}
.neue-blogbeitraege-home .column:last-child {
	border:none;
}
.author-letzte-posts-box ul li  a.read-more {
	display:block;
}
.author-letzte-posts-box .date {
	font-size:11px;
	display:block;
}
/** STARTPAGE **/
h2.llg-startpage-header {
	color: #4b2a66;
	font-weight:bold;
	font-size:18px;
	margin:20px 0px 10px;
	padding-left:5px;
	border-bottom:1px dotted #4b2a66;
	padding-bottom:2px;
}
div.columns-home {
	clear:both;
}
div.llg-startpage-column {
	margin-top: 10px;
	width: 313px;
	float: left;
	margin-right:10px;
}
div.llg-startpage-column  strong, aside ul strong {
	font-weight:700;
}
div.llg-startpage-column ul {
	padding: 0px;
	margin:0px 0px 5px;
}
div.llg-startpage-column ul li, li.llg-related-coupon-li, li.llg-sidebar-topgutscheine-li {
	padding:10px;
	height:60px;
	cursor: hand;
	cursor:pointer;
	list-style:none;
	border-bottom:1px dotted #bbb;
}
li.llg-related-coupon-li:last-child, li.llg-sidebar-topgutscheine-li:last-child {
	border-bottom:none;
}
div.llg-startpage-column ul li a, li.llg-related-coupon-li a, li.llg-sidebar-topgutscheine-li a {
	text-decoration:none;
}
div.llg-startpage-column ul li:hover, li.llg-related-coupon-li:hover , li.llg-sidebar-topgutscheine-li:hover  {
	background: #fafafa;
}
div.llg-startpage-column ul li .shoplogo-home, li.llg-related-coupon-li img, li.llg-sidebar-topgutscheine-li img  {
	padding:5px;
	margin-right:5px;
	float:left;
	margin-top:10px;
	height:31px;
	background: #fff;
}
div.llg-startpage-column ul li div, li.llg-related-coupon-li div, li.llg-sidebar-topgutscheine-li div  {
	line-height:120%;
	padding-left: 105px;
	font-size:13px;
	color: #000;
}
div.llg-startpage-column span.llg-startpage-column-header {
	background: #4b2a66;
	display:block;
	color: #fff;
	padding-left:20px;
	height:45px;
	line-height:45px;
	font-size:18px;
	text-decoration:none;
}
div.llg-startpage-column a {
	text-decoration:none;
}
.show-more-home {
	background: #4b2a66;
    float: right;
    font-size: 12px;
    font-weight: 700;
	color: #fff;
    margin-top: -5px;
    padding: 1px 8px;
}
.show-more-home a {
	color: #fff;
}
ul.llg-startpage-alphabet li {
	float: left;
	list-style:none;
}
ul.llg-startpage-alphabet li a{
	width: 30px;
	margin-right: 6px;
	color: #4b2a66;
	font-size:18px;
	display:block;
	text-align:center;
	line-height:30px;
	text-decoration:none;
}
ul.llg-startpage-alphabet li a:hover {
	background: #4b2a66;
	color: #fff;
}
div.beliebte-gutscheinshops-box {
	padding: 0px 10px;
}
ul.llg-startpage-beliebte-shops {
	float:left;
	width:200px;
	margin-right:30px;
	font-size:14px;
}
ul.llg-startpage-beliebte-shops li {
	padding: 3px 0px;
	list-style-type:none;
}
div.llg-tab-container {
	margin-top:10px;
}
ul.llg-tab-head {
    padding: 0;
    position: relative;
    z-index: 99;
	margin:0px;
}
div.llg-tab-container ul.llg-tab-head li {
	display: inline-block;
	zoom:1; 
	*display:inline; 
	border-top: solid 1px #4b2a66; 
	border-left: solid 1px #4b2a66; 
	border-right: solid 1px #4b2a66; 
	border-bottom: none;
	margin-bottom:-1px;
	margin-right:5px;
}
div.llg-tab-container ul.llg-tab-head li a {
	font-size: 14px;
	line-height: 35px;
	display: block; 
	padding: 0 15px; 
	outline: none;
	text-decoration: none;
	font-weight: bold; 
}
div.llg-tab-container ul.llg-tab-head li a.active {
	color: #4b2a66;
	background: #E6F0F6; 
}
div.llg-tab-page, .neue-blogbeitraege-home {
	border: 1px solid #4b2a66;
	padding: 15px;
	line-height: 150%;
	background: #e6f0f6;
}
.llg-tab-page p {
	margin:0px 0px 15px;
}
.neue-blogbeitraege-home {
	padding:10px;
}
.neue-blogbeitraege-home .title-column {
	font-size:18px;
	display:block;
}
.neue-blogbeitraege-home .date {
	font-size:11px;
	font-weight:bold;
}
div.neue-blogbeitraege-home img.alignleft.thumbnail-excerpt {
	width:100px;
	padding-right:10px;
	padding-bottom:5px;
}
div.llg-tab-page h2 {
	margin:0px 0px 10px;
	color: #4b2a66;
	font-size:18px;
	font-weight:normal;
}
div.llg-tab-page ul li  {
	margin-left:20px;
}
div.llg-tab-page ul li  {
	list-style:square;
}
#infobox-home {
	background: #F0F0F0;
    border: 1px solid #ddd;
    color: #4b2a66;
    float: right;
    height: 228px;
    padding: 10px;
    width: 330px;
}
#infobox-home ul {
	margin-top:10px;
	font-size:24px;
	list-style: decimal;
}
#infobox-home ul li {
	margin-bottom:15px;
}
#infobox-home .hinweise {
	margin-top:30px;
	font-size:24px;
	font-weight:800;
	margin-left:30px;
	line-height:100%;
}
div.keine-gutscheine-box {
	border: 2px dashed #ccc;
	background: url(images/no-coupons-gray.png) 10px 10px no-repeat;
	font-size:18px;
	font-weight:bold;
	padding:10px 10px 10px 90px;
	height:70px;
	margin-bottom:10px;
}
/** SIDEBAR **/
section {
	background: #f0f0f0;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #ddd;
}
section.llg-widget-topcoupons ul, section.LlgTopCoupons ul, .archiv-widget, section ul.llg-related-coupons {
	background: #fff;
	border: 1px solid #dfdfdf;
}
h3.widget-title,#infobox-home .head {
	color: #fff;
	background: #4b2a66;
	font-size:18px;
	text-transform:uppercase;
	display:block;
	line-height:35px;
	padding-left:10px;
	margin:0px;
}
.llg-screenshot-widget {
	text-align:center;
	padding:10px 0px;
}
#llg-widget-stammdaten address {
	margin-bottom:10px;
}
aside #llg-widget-gutscheinderwoche-innerdiv {
	background: #fff;
	padding:10px;
	text-align:center;
}
aside .gdw-logo {
	width:120px;
	height:60px;
	margin: 10px auto;
}
aside .gdw-value {
	font-size:28px;
}
aside .gdw-conv-button {
	background: #4b2a66;
	color: #fff;
	padding:10px 15px;
	border-radius:5px;
	font-size:20px;
	display:inline-block;
	margin:10px 0px 5px;
}
aside .gdw-conv-button:hover {
	background: #4b2a66;
}
aside .gdw-alle-gutscheine-anzeigen {
	font-size:12px;
}
.anbieter-beschreibung strong {
	font-weight:bold;
	margin-top:5px;
	display:block;
}
aside a .zumshop-sidebar {
	display:block;
	width:150px;
	background: #4b2a66;
	margin:10px auto;
	line-height:35px;
	border-radius:5px;
	font-size:16px;
	font-weight:700;
	color: #fff;
}
/** SIDEBAR ENDE **/