/*
 * 
 * rabatt.de - Layout
 * 
 * Seiten-Breite				950px
 * Abstand nach innen			 20px
 * 
 * Content-Box-Breite			910px
 * Abstand nach innen			 13px
 * Innere Breite				884px
 * 
 * 4 Spalten à					200px
 * Abstand Spalten				 28px
 * 
 * 13px|	200px	|28px|	200px	|28px|	200px	|28px|	200px	|13px	
 * 
 */





body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #feb url("/images/body_bg.jpg") repeat-x;
	color: #666;
	margin: 0px;
}

a {
	color: #369;
	text-decoration: none;
}
a:hover, a:active {
	color: #d60;
	text-decoration: underline;
}




button, a.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #369;
	cursor: pointer;
	width: auto;
	overflow: visible;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	padding: 3px 5px;
	text-decoration: none;
	background-color:#CEE1EF;
	color:#369;
}
a.button {
	float: left;
}
button:hover, a.button:hover {
	background-color:#def;
	border-color:#8bd;
	color:#d60;
}

.grey, .grey:hover, a.grey, a.grey:hover {
	background-color:#ddd;
	border-color:#bbb;
	color: #999;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 1px;
	padding: 3px;
}




#page {
	background: #fff;
	width: 950px;
	min-height: 500px;
	margin: 0px auto;
	padding-top: 100px;
}




#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#headerArea {
	width: 910px;
	margin: auto;
}

#logo {
	display: block;
	float: left;
	width: 200px;
	height: 100px;
	background: url("/images/logo_01.gif") no-repeat;
	border: 0;
}

#searchFormArea {
	float: left;
	width: 470px;
	padding-top: 22px;
}
#searchFormArea input {
	width: 250px;
}

#genericMenuArea {
	float: right;
	margin: 29px 0 15px 0;
}

#account {
	color: #000;
	font-weight: bold;
}

#userArea {
	width: 700px;
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 1.3em;
}
#userArea a {
	text-decoration: underline;
}




#footer {
	clear: both;
	border-top: 1px solid #ddd;
	font-size: 10px;
	text-align: center;
	margin: 0 20px; 
	padding: 10px 0 20px 0;
}
#footer ol {
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}
#footer ol li {
	margin-bottom: 1.0em;
}



h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	color: #d32;
	width: 910px;
	margin: 0 auto;
	padding: 5px 10px 20px 10px;
}

h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	color: #666;
	padding: 10px 13px 15px 13px;
}

h3, h4, h5 {
	font-size: 12px;
}

h2.indent {
	padding-left: 241px;
}



.contentBox {
	background: url("/images/content_box_bg.jpg") no-repeat;
	width: 910px;
	margin: auto;
}
.contentBoxFooter {
    clear: both;
    height: 1%;
}




.promotionFullSize {
	margin: 0 13px 10px 13px;
}
.promotionFullSize img {
	border: 0;
}

.promotionRightCol {
	float: right;
}
.promotionRightCol img {
	border: 0;
	margin-right: 13px;
}




.tagCloud {
	text-align: center;
	line-height: 24px !important;
	margin: 0 13px 20px 13px;
}
.tagCloud .r1, .tagCloud .r2, .tagCloud .r3, .tagCloud .r4, .tagCloud .r5, .tagCloud .r6 {
	text-decoration: underline;
	white-space: nowrap;
	padding: 0px 8px;
}
.tagCloud .r1 {
	font-size: 22px;
}
.tagCloud .r2 {
	font-size: 18px;
}
.tagCloud .r3 {
	font-size: 16px;
}
.tagCloud .r4 {
	font-size: 14px;
}
.tagCloud .r5 {
	font-size: 12px;
}
.tagCloud .r6 {
	font-size: 10px;
}




.topBrands {
	margin: 0 0 20px 13px;
	height: 166px;
	overflow: hidden;
}

.topBrands a, .topBrands a.lastBrand {
	margin: auto;
	display: block;
	float: left;
	width: 112px;
	height: 87px;
	overflow: hidden;
}
.topBrands a.lastBrand {
	width: 102px;
}

.topBrands img {
	width: 100px;
	height: 75px;
	border: 1px solid #369;
}
.topBrands a:hover img {
	border: 1px solid #d60;
}




.brandsAtoZ {
	border: 0;
	width: 670px;
	margin: 0 0 20px 0;
	border-left: 1px solid #ccd9e5;
}
.brandsAtoZ td {
	width: 33%;
	padding: 0 14px 0 14px;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.brandsAtoZ .section {
	font-weight: bold;
	margin: 10px 0 0 0;
}
.brandsAtoZ .sectionTop {
	font-weight: bold;
	margin: 0;
}




.brandContent {
	margin: 0 13px 20px 13px;
}

.brandContent a.brand {
	float: left;
	width: 228px;
	height: 150px;
}
.brandContent a.brand img {
	width: 200px;
	height: 150px;
	border: 1px solid #369;
}
.brandContent a.brand:hover img {
	border: 1px solid #d60;
}

.brandContent .description {
	float: left;
	width: 428px;
}

.brandContent .commandBox {
	font-size: 10px;
	margin-top: 10px;
	text-align: left;
}

.brandContent .info {
	border-top: 1px dotted #ccc;
	margin: 15px 0 20px 0;
	padding-top: 5px;
}
.brandContent .info span {
	white-space: nowrap;
}
.brandContent .info strong {
	font-size: 14px;
	font-weight: bold;
}

.brandContentFooter {
	clear: both;
	height: 1%;
}




.communityBoxArea {
	float: right;
}

.communityBox {
	margin: 0 0 0 28px;
	padding: 0;
	width: 200px;
	height: 200px;
	line-height: 1.2em;
}




.actionBoxList {
	display: block;
    float: left;
    width: 670px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-left: 1px solid #ccd9e5;
}

.actionBoxList ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.actionBoxList li {
	display: inline;
	margin: 0;
	padding: 0;
}

.actionBoxList .actionBoxArea {
	float: left;
}
.actionBoxList .actionBox {
	margin: 0 14px 0px 14px;
}
.actionBoxList .last {
	margin: 0 0px 20px 14px;
}

.actionBoxList .rowSeparator {
	clear: both;
	height: 1%;
}



.actionList {
	display: block;
    float: left;
    width: 670px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-left: 1px solid #ccd9e5;
}

.actionList ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.actionList li {
	display: block;
	margin: 0 0 0 12px;
}

.actionList h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.actionList h3 a {
	text-decoration: underline;
}

.actionList a.brand {
	float: left;
	padding: 0 20px 20px 0;
}
.actionList a.brand img {
	width: 100px;
	height: 75px;
	border: 1px solid #369;
}
.actionList a.brand:hover img {
	border: 1px solid #d60;
}

.actionList .description {
}

.actionList .info {
	font-size: 10px;
	margin: 5px 228px 5px 0;
}



.actionList .commandBox {
	font-size: 10px;
	padding: 10px 0 20px 0;
}

.actionListSeparator {
	clear: both;
	height: 1%;
}

.actionList .pager {
	clear: both;
	padding: 0 13px 20px 14px;
}

.actionList .actionBoxArea {
	float: right;
}
.actionList .actionBox {
	margin: 0 0 20px 25px;
}




.actionBox {
	padding: 0;
	width: 200px;
	background: url("/images/action_box_bg.gif") no-repeat left top;
	line-height: 1.2em;
}
.paused {
	background-image: url("/images/action_box_paused_bg.gif");
	opacity: 0.5; 
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.actionBox .benefit {
	font-family: "Impact", "Haettenschweiler", "Arial Narrow", "Arial-Narrow", sans-serif;
	font-size: 32px;
	text-align: center;
	height: 45px;
	line-height: 48px;
	padding: 0 10px 0 40px;
	overflow: hidden;
}
.actionBox .coupon, 
.actionBox .freebie, 
.actionBox .special, 
.actionBox .sale, 
.actionBox .raffle {
	background: url("/images/category_icons.png") 0px 0px no-repeat;
}
.actionBox .freebie {
	background-position: 0px -48px;
}
.actionBox .special {
	background-position: 0px -96px;
}
.actionBox .sale  {
	background-position: 0px -144px;
}
.actionBox .raffle {
	background-position: 0px -192px;
}

.actionBox .shortText {
	font-size: 10px;
	text-align: center;
	margin: 0 10px;
}

.actionBox .bonusText {
	font-size: 10px;
	text-align: center;
	margin: 0 10px;
}
.actionBox .bonusText strong {
	font-weight: bold;
	font-size: 14px;
}

.actionBox .extraText {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px;
}

.actionBox a.button {
	margin: 5px 10px 0px 10px;
}

.actionBox a.button.small {
	font-size: 10px;
}
.actionBox a.button.small strong {
	font-weight: bold;
	font-size: 12px;
}

.actionBox .infoText {
	background: #fff;
	padding: 5px 10px 0px 10px;
	font-size: 10px;
}
.actionBox .infoText .text {
	display: block;
	padding-bottom: 5px;
	margin-left: 10px;
}
.actionBox .infoText .asterisk {
	float: left;
}

.actionBoxFooter {
	clear: both;
	width: 200px;
	height: 12px;
	background: url("/images/action_box_bg.gif") no-repeat left bottom;
}
.paused {
	background-image: url("/images/action_box_paused_bg.gif");
}



.filterArea, .contentMenuArea {
	float: left;
	width: 226px;
	margin-bottom: 20px;
}
.filterArea .section, 
.contentMenuArea .section {
	margin: 1.5em 13px 0.5em 13px;
}
.filterArea .sectionTop, 
.contentMenuArea .sectionTop {
	margin: 0 13px 0.5em 13px;
}
.filter, 
.contentMenu {
	list-style-type: none;
	margin: 0 13px 0 13px;
	padding: 0;
}
.filter li, 
.contentMenu li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
	
}




#similarContent {
	width: 775px;
	border: 0;
	margin: auto;
	margin-bottom: 20px;
}
#similarContent a {
}
#similarContent td, #similarContent th {
	width: 25%;
	padding: 0 10px 0 0;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
#similarContent thead td, tfoot td {
	white-space: nowrap;
}
#similarContent tfoot td {
	padding-top: 1.0em;
}




strong {
	font-weight: bold;
}

.hicolor {
	color: #d32;
}

.standardSize {
	font-size: 12px;
}

.right {
	text-align: right !important;
}

.small {
	font-size: 11px;
}


.contentText {
	display: block;
    float: left;
    width: 428px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-left: 1px solid #ccd9e5;
}
.full {
    width: 656px;
}

.contentText h2 {
	padding-top: 1.5em;
	padding-bottom: 1.0em;
	margin: 0;
}

.contentText h2.first {
	padding-top: 0;
}

.contentText p {
	margin: 0;
	padding: 0 0 1.5em 13px;
}

.contentText ol, .contentText ul {
	margin-top: 0;
	margin-bottom: 0;
}
.contentText ol.internalLinks {
	font-size: 10px;
}

.contentText li {
	padding-bottom: 15px;
}
.contentText ol.internalLinks li {
	padding-bottom: 5px;
}

.contentText label {
	margin: 0;
}

.contentText input, 
.contentText textarea, 
.contentText select {
	margin: 5px 0;
}

.contentText table {
	width: 100%;
	margin: 0 0 1.5em 13px;
}

.contentText table td {
	vertical-align: top;
	padding: 1.0em 10px 1.0em 0;
}

.contentText table td.label {
	font-weight: bold;
}

.contentText .affirmation {
	background: #efe;
	margin: 0 0 30px 13px;
	border: 1px solid #9c9;
	padding: 10px;
	color: #090;
	font-size: 0.9em;
}

.contentText .affirmation p {
	margin: 0;
	padding: 0;
}

.contentText .error {
	background: #fee;
	margin: 0 0 30px 13px;
	border: 1px solid #c99;
	padding: 10px;
	color: #900;
	font-size: 0.9em;
}

.contentText .error h2 {
	padding: 0 0 0 0;
	color: #900;
}

.contentText .error p {
	margin: 0;
	padding: 1.0em 0 0 0;
}

.contentText #accountFilter {
	margin: 0 0 15px 13px;
}

.contentText #accountList th,
.contentText #accountList td {
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

.contentText #accountList thead th, 
.contentText #accountList thead td {
	border-top: 1px solid #ccc;
	font-weight: bold;
	background: #eee;
}

.contentText #accountList thead th a.sortUp, 
.contentText #accountList thead th a.sortDown, 
.contentText #accountList thead td a.sortUp, 
.contentText #accountList thead td a.sortDown {
	padding-right: 15px;
	background: url('/images/sort.gif') no-repeat right 0px;
}
.contentText #accountList thead th a.sortDown, 
.contentText #accountList thead td a.sortDown {
	background-position: right -13px;
}

.contentText #accountList .summary td {
	font-weight: bold;
	background: #fe9;
}

.contentText .captcha {
	vertical-align: middle;
}

.contentText .inboxPager {
	margin-left: 13px;
	padding: 1.0em 0 1.5em 0;
	border-top: 1px solid #ccc;
}

.contentText .inboxPager a {
	display: block;
}

.contentText .inboxPager a.previous {
	float: left;
}

.contentText .inboxPager a.next {
	float: right;
}


.footnoteReference {
  font-size: 70%;
  vertical-align: super;
}