/* **************************** HAUPTCONTAINER */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0f1f8;
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 0;
}

/* Außenrahmen */
#outer {
	width: 940px;
	background: url(../images/stripe.png);
	background-color: white;
	margin: 0 auto;
	padding: 0 0 0 0;
	border: 0;
}
/* Schatten */
#con_l {
	width: 960px;
	background: url(../images/bg_l.png) left repeat-y;
}
#con_r {
	width: 960px;
	background: url(../images/bg_r.png) right repeat-y;
}
/* eigentlicher Seiteninhalt */
#body_outline {
	width: 940px;
	background: url(../images/stripe.png);
	background-color: white;
	margin: 0 auto;
	padding: 0 0 0 0;
}


/* **************************** HEADER */

/* Header Area = Container fuer die Grafik */
#header_area {
	width: 700px;
	height: 100px;
	position: relative;
}

/* Die Headergrafik */	
#header {
	background: url(../images/head.png) no-repeat;
	width: 200px;
	height: 77px;
	top: 24px;
	left: 30px;
	display: block;
	position: absolute;
}
* html #header {
	background: url(../images/head.gif) no-repeat;
}
#header a {
	display: block;
	z-index: 500;
	height: 100%;
	width: 100%;
}
/* klickbare Grafik */
#homelink {
	left: 30px;
	top: 24px;
	width: 195px;
	height: 75px;
	z-index: 2;
}

/* user3 ist Menü im Header */
#user_3_outline {
	float: left;
	display: block;
	left: 250px;
	top: 70px;
	position: absolute;
	/*overflow: hidden;*/
	width: 449px;
	height: 30px;
	background-color: #00aff0;
}


/* **************************** LINKE SPALTE */

/* Gesamtinhalt links */
#con_main {
	width: 700px;
	float: left;
	padding: 0 8px 0 10px;
	border-right: 4px solid #e0f1f8;
	text-align: left;
	min-height: 1300px;
	overflow-right: hidden;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html #con_main {
	width: 722px;
}

/* Inhalt links oben (Neueste Produktinfos / neueste Gutscheine) */
#con_main_oben {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	min-height: 10px;
	overflow-right: hidden;
}

/* Neueste Gutscheine etc. */
#con_main_oben .moduletable_rightbox, #con_main_oben .moduletable {
	float: left;
}
#con_main_oben .moduletable {
	width: 239px;
}
#con_main_oben .moduletable_rightbox {
	width: 220px;
}
#con_main_oben .moduletable_rightbox {
/*	margin-left: 19px;*/
}
#con_main_oben .moduletable ul {
	margin-right: 19px;
}
#con_main_oben .moduletable_rightbox ul, #con_main_oben .moduletable ul {
/*	margin-left: 9px;*/
}
#con_main_oben .moduletable_rightbox li, #con_main_oben .moduletable li {
	padding-left: 0;
}

/* Inhalt links unten (Hauptinhalt Seite) */
#con_main_unten {
	clear: left;
	float: left;
	border: 0;
	padding-bottom: 6px;
	overflow-right: hidden;
	width: 700px;
}

/* Hauptseitenfooter */
#con_main_footer {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
}


/* **************************** FORMATIERUNG DER GUTSCHEINE */

div.gutschein {
	float: left;
	width: 220px;
	height: 244px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.gutschein h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 6px 0;
	border: 0;
	text-align: left;
}

.contentpaneopen div.gutschein_rechts {
	margin-left: 15px;
}
/* IE macht komische Sachen... keine Ahnung, warum der margin-left mit hier mit doppelter Breite rendert... */
* html .contentpaneopen div.gutschein_rechts {
	margin-left: 7.5px;
}

div.gutschein_top {
	background-color: #fff;
	height: 60px;
}

div.gutschein_top img {
	display: block;
	margin: 0 auto;
	max-height: 60px;
}

div.gutschein_middle {
	background-color: #fff;
	text-align: center;
	padding: 5px 10px 15px 12px;
	margin: 0 auto;
	height: 130px;
	overflow: hidden;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html div.gutschein_middle {
	height: 160px;
}

div.gutschein_middle p {
	margin: 0 0 10px 0;
	text-align: left;
}

div.gutschein_bottom {
	background-color: transparent;
	padding-top: 5px;
	height: 27px;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html div.gutschein_bottom {
	height: 32px;
}

div.gutschein_bottom_left, span.gutschein_bottom_left {
	float: left;
	width: 140px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-color: #00aff0;
	font-weight: bold;
}

div.gutschein_bottom_right {
	float: left;
	display: block;
	text-align: right;
	margin-left: 10px;
	width: 70px;
}

.spacing {
	margin-top: 5px;
}

/* Formatierung der Gratisartikel */

div.gratisartikel {
/*	float: left;*/
	width: 700px;
	height: 230px;
	text-align: center;
	margin: 0;
	overflow: hidden;
}

.contentpaneopen div.gratisartikel {
	margin-left: 0;
}
/*.contentpaneopen div.gratisartikel_rechts {
	margin-left: 15px;
}*/

div.gratisartikel_left {
	background-color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
div.gratisartikel_right {
	background-color: #fff;
	padding: 20px;
	margin: 0;
	float: left;
	width: 460px;
	height: 160px;
	text-align: left;
	font-size: 1.2em;
	overflow: hidden;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html div.gratisartikel_right {
	height: 200px;
	width: 500px;
}
div.gratisartikel_right h3 {
	margin: 0;
	padding: 0;
}

div.gratisartikel_left img {
	border: 0;
}
div.gratisartikel_bottom {
	width: 700px;
	height: 27px;
}
div.gratisartikel_bottom_left {
	margin-top: 5px;
	float: left;
	display: block;
	line-height: 27px;
	height: 27px;
	width: 488px;
	padding-right: 12px;
	text-align: right;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html div.gratisartikel_bottom_left {
	width: 500px;
}

div.gratisartikel_bottom_right, span.gratisartikel_bottom_right {
	margin-top: 5px;
	background-color: #00aff0;
	float: left;
	height: 27px;
	color: #fff;
	line-height: 27px;
	width: 200px;
	font-weight: bold;
}


/* für dreispaltiges Gutscheinlayout: gleichmäßige Anordnung nur durch verschiedene Paddings möglich */
td.contenttable {
	padding-left: 19px;
}
td.contenttable_col_1 {
	padding-left: 0;
}

/* **************************** RECHTE SPALTE */

/* Container rechts */
#con_right {
	width: 200px;
	padding: 70px 10px 0 8px;
	float: right;
	font-size: 11px;
	text-align: left;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html #con_right {
	width: 218px;
}

/* Suchen-Feld */
.moduletablecustom_search_box {
	height: 30px;
	background-color: #f0f0f0;
	padding: 0 0 0 17px;
}
#mod_search_searchword {
	padding: 4px 0 4px 0;
	margin: 0;
	float: left;
	height: 30px;
	width: 135px;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html #mod_search_searchword {
	height: 38px;
}

#mod_search_searchword input {
	height: 14px;
	width: 135px;
	color: #666;
}

* html #mod_search_searchword input {
	height: 22px;
	width: 143px;
}

#mod_search_searchbutton {
	float: left;
	margin: 5px 0 7px 12px;
}

/* Anbieterübersicht */
.mod_content_links_block select {
	width: 137px;
	background-color: white;
	color: #666;
}

/* Bookmarks */
#bookmarks {
	background: transparent;
	margin-right: 40px;
	padding: 5px;
}
#bookmarks>a {
	background: #fff;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}


/* Google Adsense */
div#google_adsense {
	text-align: center;
	padding: 45px 0 0px 0;
        margin: 0 auto;
}

/* Superangebote */
div.superangebote {
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 0 auto;
	background: #f0f0f0;
}

div.superangebote_top {

}

div.superangebote_bottom {
	background-color: transparent;
	padding-top: 5px;
	height: 27px;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html div.superangebote_bottom {
	height: 32px;
}

div.superangebote_bottom_left, span.superangebote_bottom_left {
	float: left;
	width: 119px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-color: #00aff0;
	font-weight: bold;
}

div.superangebote_bottom_right {
	float: left;
	display: block;
	text-align: right;
	margin-left: 10px;
	width: 70px;
}

/* **************************** IMPRESSUM (statischer Content) */
#impressum {
	font-size:10pt;
	background-color: white;
	padding: 0 10px 10px 10px;
	margin-top: 5px;
}

#impressum h4 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
}

/* **************************** LINKS (statischer Content) */
#links {
	font-size:10pt;
	background-color: white;
	padding: 10px 10px 20px 10px;
	margin-top: 5px;
}

#links h4 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
}

/* 

/* **************************** FAQ (statischer Content) */
#faq {
	font-size:10pt;
	background-color: white;
	padding: 0 10px 10px 10px;
}
#faq h4 {
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
}


/* Suche */
#suche {
	background-color: #ffffff;
	padding: 10px;
}

/* **************************** FOOTER */
#footer {
	width: 940px;
	border-color: #999999;
	padding: 15px 2px 17px 2px;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html #footer {
	width: 944px;
}

/*Breitensumme der einzelnen Footerteile muss 960 ergeben (mit border/margin/...)*/	
#footer_left {
	float: left;
	width: 0px;
	text-align: left;
	display: block;
}
	
#footer_mid {
	float: left;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
	
#footer_right {
	float: left;
	width: 0px;
	text-align: right;
	display: block;
}


/* **************************** MODULFORMATIERUNGEN */

/* jedes Modul */
.moduletable, .moduletable_rightbox, .moduletable_grey {
	margin: 10px 0 0 0;
}

/* Content-Bereich jedes Moduls. Eigentlich könnte einfach .moduletable>* bzw. .moduletable_rightbox>* stehen,
 * aber das kann IE bis 6 nicht */
.moduletable_rightbox ul, .moduletable ul, .moduletable p, .moduletable div.mod_content_links_block, .modulhintergrund {
	background-color: #f0f0f0;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.moduletable_rightbox>*, .moduletable>*, .moduletable_grey>* {
/*	background-color: #f0f0f0;*/
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	margin: 0;
}
/* fuer IE */
.moduletable_rightbox *, .moduletable *, .moduletable_grey * {
/*	background-color: #f0f0f0;*/
}

.mod_content_links_block {
	height: 25px;
	color: #666;
	background-color: #fff;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html .mod_content_links_block {
	height: 35px;
}

#con_main .moduletable_rightbox>*:last-child, #con_main .moduletable>*:last-child, #con_main .moduletable_grey>*:last-child {
/*	padding-bottom: 10px;*/
}
#con_main .moduletable_rightbox ul, #con_main .moduletable ul {
	padding-bottom: 10px;
}

.moduletable p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

table.contentpaneopen {
}

/* Modul-Überschrift */
.moduletable_grey h3, .moduletable_rightbox th, div.moduletable_rightbox h3, .moduletable th, div.moduletable h3, .componentheading, .contentpaneopen td.contentheading {
	background-color: #666;
	color: #fff;
	min-width: 166px;
	text-align: left;
	padding: 0 17px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	border: 0;
}

div.moduletable h3, .moduletable_grey h3  {
	overflow: hidden;
	height: 1%;
}
.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}

div.moduletable form {
	margin: 0 0 10px 0;
	padding: 0;
}


/* **************************** DIVERSE ELEMENTE */

/* Zeilenumbruch erzwingen */
.clr {
	clear:both
}

span.article_seperator {
/*	display: none;*/
	height: 14px;
	background: transparent;
}
#con_right span.article_seperator {
	display: none;
}

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/
#outer:after, #body_outline:after, .gutschein_top:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0em;
}

a.readmore-link, a.comment-link {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

li.mostread {
	padding-left: 0;
	margin-left: 0;
}


/* ************************************************************* */
/* Ab jetzt kommen Joomla-spezifische Eintraege */

/* User 3 - Das Menue Top */
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/* User 3 - Das Menue Top */
ul#mainlevel-nav li {
	background-image: url(../images/powered_by.png) no-repeat; /* none; */
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 0px solid #999999; /* cccccc */
}

/* User 3 - Das Menue Top */
ul#mainlevel-nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

/* User 3 - Das Menue Top */
#buttons>ul#mainlevel-nav li a { 
	width: auto; 
}

/* User 3 - Das Menue Top */
ul#mainlevel-nav li a:hover {
	color: #fff;
	background: #99acbb;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	/*background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;*/
}

.inputbox { 
	font-size: 11px;
	border: solid 1px #999999;
	background : #fcfcfc; 
	padding: 1px 2px;
	margin-top: 2px !important;
	margin-top: 1px;
	margin-bottom: 3px;
	width: 133px;	
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html .inputbox {
	width: 137px;
}

#mod_login_remember.inputbox { /* Extra wegen MS-IE, damit kein verrutschter Border */
	 border: none;		       /* das Layout verunstaltet                           */
}

#con_right div.moduletable h3, #con_right .moduletable_grey h3 {
	background-color: #e0f1f8;
	color: #666;

}

#con_right div.moduletable_grey div {
	background-color: #f0f0f0;
	padding: 5px 5px 10px 5px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html a.mainlevel:link, a.mainlevel:visited {
	height: 25px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	background: url(../images/menu_bg.png) no-repeat;
	background-position: 0px -25px;
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

td {
	text-align: left;
	font-size: 11px;
	
}

table.contentpaneopen {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
}

table.contentpaneopen td {
	border: 0;
	margin: 0;
	padding: 0;
}

table.contentpaneopen td.componentheading {
	padding-left: 0px;
}

table.pollstableborder td {
	padding: 0px;
}

.sectiontableentry1 {
	background-color : #fcfcfc;
}

.sectiontableentry2 {
	background-color : #fcfcfc;
}

.newsletterbutton {
	margin-top: 4px;
	margin-bottom: 8px;
}

a, a:visited, a:active {
	color: #00aff0;
	text-decoration: none;
}

a:hover {
	color: #00a0dc;
	text-decoration: none;
}

a.blass, a.blass:visited, a.blass:active {
	color: #addef0;
	text-decoration: none;
}

a.blass:hover {
	color: #9ecbdc;
	text-decoration: none;
}


.contentheading {
	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 5px 0 0 21px;
	height: 18px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	border: 0;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html .contentheading {
	height: 23px;
}

/* für Kategorien, damit Content-Überschriften nicht angezeigt werden */
table.blog td.contentheading, tr.contentheading {
	visibility: hidden;
	display: none;
}

.small {
	color: #999999;
	font-size: 11px;
}

#con_right div.small {
	display: none;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html .createdate {
	height: 25px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}
/* Boxmodellkorrektur fuer IE im Quirks-Mode */
* html .modifydate {
	height: 25px;
}

.pathway {
/*	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;*/
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav-prev {
	font-size: 11px;
	font-weight: bold;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #999999;
}
