﻿@CHARSET "UTF-8";

/**
 *
	Farbschema:
	body:				#ffffff;
 *
 */
 
 
 /* Scrollbar soll immer erscheinen */
html {
	overflow-y: scroll;
}
html[xmlns] {
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 0.005em;
}

* {
	margin: 0;
	padding: 0;
}

a, input { outline:0; }
a img { outline:0; border:0; }

a:link {
	color: #6f94a0;
}
a:visited {
	color: #6f94a0;
}
a:hover {
	color: #597782;
}
a:active {
	color: #6f94a0;
}

h1 {
	font-size:28px;
	font-weight:normal;
	color:#f20d66;
	margin-bottom:18px;
}
h2 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
h3 {
	font-weight:normal;
	margin-bottom:5px;
}

body {
	text-align:center;
	color: #6f94a0;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	background:#fff url(images_layout/body_bg.jpg) top center;
	height:100%;
}
p {
	margin-bottom:18px;
}
.content-containder ul {
	margin:0 0 18px 12px;
	list-style:square;
}
.nowrap {
	white-space:nowrap;
}
.orange {
	color:#ff5a00;
}
.magenta {
	color:#f82e7c;
}
.blau {
	color:#47b0cf;
}
.teaser-top {
	margin-bottom:30px;
}
.content-containder .teaser-top {
	margin-bottom:0;
}
.teaser-bottom {
	float:left;
	clear:both;
	width:762px;
	padding-top:60px;
	background:#fff url(images_layout/linie-mit-blaettern.png) no-repeat top center;	
}
.teaser-bottom.home {
	padding:0 0 60px 0;
	margin-bottom:15px;
	background:#fff url(images_layout/linie-mit-blaettern.png) no-repeat bottom center;
}
.teaser-first-2cols.home {
	padding: 0;
	margin: 0 0 15px 0;
	height: 337px;
	width: 762px;
}
.teaser-top-right.home {
	float: left;
	width: 244px;
}
.teaser-top-right.home a img {
	width: 244px;
}

.teaser-middle-3cols.home {
	clear:both;
	width: 762px;
	height: 352px;
	margin-bottom:15px;
}
.teaser-middle-3cols.home > a {
	margin-right: 15px;
	margin-bottom:15px;
	overflow: hidden;
	display:block;
	width: 244px;
	height:161px;
	float:left;
}
.teaser-middle-3cols.home a.first {
	height:337px;
}
.teaser-middle-3cols.home a.last {
	margin-right: 0;
}
.teaser-middle-3cols.home img{
	width: 244px;
}
.teaser-middle-3cols.home a:last-child {
	margin-right: 0;
	
}
.teaser-middle-3cols.last.home {
	margin-bottom: 15px;
}

.teaser-bottom .teaser-bottom-left {
	float:left;
	clear:both;
}
.teaser-bottom .teaser-bottom-right {
	float:right;
}


/* general layout BEGIN*/
#headerArea {

	height:174px;
	background:#fff url(images_layout/headerArea_bg.jpg) repeat-x top center;
}
#headerContainer {
	position:relative;

	height:144px;
	background:url(images_layout/headerContainer_bg_normal.jpg) no-repeat top center;
}
#headerContainer .dottedLine{
	position:absolute;
	bottom:6px;
	left:0;
	width:100%;
	height:2px;
	background:transparent url(images_layout/dottedLine_bg.gif) repeat-x top left;
}

#headerBox {
	position:relative;
	width:960px;
	height:144px;
	margin:0 auto;
}
#headerBox #klammer {
	position:absolute;
	bottom:-40px;
	left:-260px;
	width:20px;
	height:46px;
	background:transparent url(images_layout/klammer.png) no-repeat top left;
	z-index:999;
}
#headerBox #logo {
	position:absolute;
	top:0;
	left:-103px;
}

#klickpathBox {
	width:940px;
	height:22px;
	padding:8px 10px 0 10px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
}

#contentArea {
	position:relative;
	background:#fff url(images_layout/contentArea_bg.jpg) repeat-x bottom center;
}
#contentArea .wolken-rechts {
	position:absolute;
	top:10px;
	right:30px;
	width:244px;
	height:66px;
}
#contentContainer {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#navigationBox {
	float:left;
	position:relative;
	width:198px;
	margin-bottom:100px;
	padding-bottom:120px;
	background:url(images_layout/navigationBox_bg.jpg) no-repeat 100px bottom;
}
#navigationBox .wolke-links-oben {
	position:absolute;
	width:100px;
	height:40px;
	top:180px;
	left:-360px;
}
#navigationBox .wolke-links-unten {
	position:absolute;
	width:95px;
	height:38px;
	bottom:80px;
	left:-140px;
}
#contentBox {
	position:relative;
	float:left;
	width:762px;
	margin-bottom:50px;
}
#terNavContainer {
	clear:both;
	width:960px;
	height:30px;
}

#footerArea {
	clear:both;
	position:relative;
	height:170px;
	text-align:left;
}
#footerArea .dottedFirstLine {
	position:absolute;
	top:7px;
	left:0;
	width:100%;
	height:2px;
	background:transparent url(images_layout/dottedLine_bg.gif) repeat-x top left;
}
#footerArea .transparentArea {
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	height:131px;
	background:transparent url(images_layout/transparentArea_bg.png) no-repeat top center;
}
#footerArea .dottedSecondLine {
	position:absolute;
	top:142px;
	left:0;
	width:100%;
	height:2px;
	background:transparent url(images_layout/dottedLine_bg.gif) repeat-x top left;
}

#footerBox {
	position:relative;
	top:10px;
	width:960px;
	height:131px;
	margin:0 auto;
}
#footerBox .riva-marken {
	position:absolute;
	top:18px;
	left:0;
	width:100%;
	height:41px;
}
#footerBox .dottedBlueLine {
	position:absolute;
	top:68px;
	left:0;
	width:100%;
	height:2px;
	background:transparent url(images_layout/dottedBlueLine_bg.gif) repeat-x top left;
}

#footerBox #footer-address {
	position:absolute;
	bottom:10px;
	left:5px;
	padding:5px 0 5px 53px;
	background:transparent url(images_layout/riva-logo-footer.png) no-repeat center left;
	color:#FF5A00;
}

#footerBox .btn-newsletter {
	position:absolute;
	right:110px;
	bottom:12px;
	width:185px;
	height:34px;
	padding:10px 0 0 33px;
	background:transparent url(images_layout/btn-newsletter.png) no-repeat top left;
	color:#fff;
	text-decoration:none;
}
#footerBox .btn-twitter {
	position:absolute;
	right:60px;
	bottom:12px;
	width:47px;
	height:44px;
}
#footerBox .btn-facebook {
	position:absolute;
	right:10px;
	bottom:12px;
	width:47px;
	height:44px;
}




/**********************/
/***** Navigation *****/
/**********************/
#navigationBox ul {
	list-style:none;
	margin-bottom:10px;
}

#primNav li {
	width:174px;
}

#primNav .level-1 {
	width:178px;
}
#primNav .level-1 ul {
	width:175px;
}
#primNav .level-1 a {
	display:block;
	width:156px;
	height:69px;
	margin-bottom:6px;
	padding:10px 11px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#primNav .level-1 a span {
	display:block;
	margin-bottom:10px;
	font-size:19px;
}

#primNav #neuheiten {
	background:url(images_layout/kategorie_orange_bg.jpg) no-repeat top left;
	cursor:pointer;
}
#primNav #themen {
	background:url(images_layout/kategorie_magenta_bg.jpg) no-repeat top left;
	cursor:pointer;
}
#primNav #marken {
	background:url(images_layout/kategorie_blau_bg.jpg) no-repeat top left;
	cursor:pointer;
}

#primNav .level-2 ul {
	margin-bottom:6px;
}
#primNav .level-2 a {
	width:162px;
	height:21px;
	margin:0 0 2px 1px;
	padding:2px 0 0 11px;
	background:#a9bfc6;
	text-transform:uppercase;
}
#neuheiten .level-2 a.hover,
#neuheiten .level-2 a.active {
	background:#ff5a00;
}
#themen .level-2 a.hover,
#themen .level-2 a.active {
	background:#f82e7c;
}
#marken .level-2 a.hover,
#marken .level-2 a.active {
	background:#47b0cf;
}

#primNav .level-3 {
	width:174px;
}
#primNav .level-3 a {
	display:inline-block;
	width:auto;
	height:auto;
	padding:2px 4px;
	margin:3px 0 3px 8px;
	color:#a9bfc6;
	background:#fff;
	line-height:1em;
}
#neuheiten .level-3 a.hover,
#neuheiten .level-3 a.active {
	background:#ff5a00;
	color:#fff;
}
#themen .level-3 a.hover,
#themen .level-3 a.active {
	background:#f82e7c;
	color:#fff;
}
#marken .level-3 a.hover,
#marken .level-3 a.active {
	background:#47b0cf;
	color:#fff;
}
.copyright {
	font-size:11px;
	color:#a9bfc6;
}

#terNavContainer a {
	color:#407080;
	margin:0 15px;
	text-decoration:none;
}

#terNavBox {
	float:left;
	width:860px;
}
#kontakt-link {
	float:left;
	width:100px;
	color:#FF5A00!important;
	text-align:right;
}
#kontakt-link a {
	color:#FF5A00!important;
	margin:0 15px 0 0;
}


/*******************/
/***** Suchbox *****/
/*******************/
#suchBox {
	position:absolute;
	top:77px;
	left:200px;
	width:222px;
	height:50px;
	background:url(images_layout/suchBox_bg.png) no-repeat top left;
	text-align:left;
}
#suchBox .sword {
	position:absolute;
	top:11px;
	left:17px;
	width:157px;
	padding:6px 0 5px 0;
	background:transparent;
	color:#a9bfc6;
	border:none;
}
#suchBox .btn-submit {
	position:absolute;
	top:6px;
	right:10px;
	width:34px;
	height:34px;
	cursor:pointer;
}

/************************/
/***** Versand-Info *****/
/************************/
a.shippingInfoBox {
	display:block;
	width:163px;
	height:63px;
	margin-bottom:20px;
	padding:10px 0 0 10px;
	font-size:12px;
	line-height:14px;
	text-align:left;
	text-decoration:none;
	color:#fa287a;
	background: #fff url(images_layout/versand_info_normal2.png) no-repeat top left;
}
a.shippingInfoBox:hover {
	text-decoration:underline;
	color:#f5005f;
	background: #fff url(images_layout/versand_info_over2.png) no-repeat top left;
}

/*************************/
/***** Header-Button *****/
/*************************/
.claim {
	position:absolute;
	top:15px;
	left:147px;
	color:#f82e7c;
	font-size:15px;
	font-weight:bold;
}

a.warenkorb-link {
	position:absolute;
	top:77px;
	right:3px;
	width:128px;
	height:34px;
	padding:15px 0 0 20px;
	background:url(images_layout/btn-warenkorb.png) no-repeat top left;
	color:#fff;
	text-decoration:none;
}



/************************/
/***** Product Grid *****/
/************************/
.product-grid {
	float:left;
	clear:both;
	margin-bottom:30px;
}

.product-grid div.secondLevelTitleContainer, 
.category-grid div.secondLevelTitleContainer  {
	position:absolute;
	top:5px;
	left:5px;
	width:373px;
	height:170px;
}
.product-grid div.secondLevelTitle,
.category-grid div.secondLevelTitle {
	width:373px;
	height:170px;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}
.product-grid div.secondLevelTitle h2,
.category-grid div.secondLevelTitle h2 {
	display:inline;
	margin:0;
	font-size:35px;
	font-weight:normal;
	line-height:35px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}

.product-grid h1,
.product-grid h3 {
	padding-left:10px;
}


.product-grid .product-row {
	float:left;
	clear:both;
	width:762px;
	border-bottom:1px solid #d4dfe2;
}
.product-grid .last {
	border-bottom:none;
}
.product-grid .product-item {
	position:relative;
	float:left;
	width:150px;
	height:227px;
	margin-right:3px;
	padding-top:10px;
}

.product-grid .last {
	margin-right:0!important;
}
.product-grid .product-image {
	position:relative;
	display:block;
	width:150px;
	height:150px;
	text-align:center;
	text-decoration:none;
}
.product-grid .neu .product-image span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:56px;
	height:56px;
	background:url(images_layout/icon-produkt-neu.png) no-repeat top left;
}
.product-grid .aktion .product-image span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:56px;
	height:56px;
	background:url(images_layout/icon-produkt-aktion.png) no-repeat top left;
}
.product-grid .aktion-neu .product-image span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:56px;
	height:56px;
	background:url(images_layout/icon-produkt-aktion-neu.png) no-repeat top left;
}
.product-grid .product-name {
	position:absolute;
	bottom:23px;
	left:0;
	width:110px;
	margin:0;
	padding:0 20px;
	text-align:center;
	line-height: 14px;
	color:#6f94a0;
}
.product-grid .product-price {
	position:absolute;
	bottom:5px;
	left:0;
	width:150px;
	margin:0;
	text-align:center;
	font-weight:bold;
	color:#54747e;
}
.product-old-price {
	color:#6f94a0;
	font-weight:normal;
	text-decoration:line-through;
	padding-right:10px;
}

.price-info{
	color: #81B424;
}

.price-info a{
	color: #81B424;
}

/***********************/
/***** Pagebrowser *****/
/***********************/
.pagination {
	clear:both;
	width:762px;
	padding-top:30px;
	text-align:center;
	border-top:1px solid #d4dfe2;
}
.pagination span.pagination_page a {
	display:inline-block;
	width:29px;
	height:23px;
	padding-top:6px;
	background:url(images_layout/pagination_item.jpg) no-repeat top left;
	font-size:15px;
	text-decoration:none;
	color:#ada4d9;
}
.pagination span.pagination_current_page {
	display:inline-block;
	width:29px;
	height:23px;
	padding-top:6px;
	background:url(images_layout/pagination_item_active.jpg) no-repeat top left;
	font-size:15px;
	text-decoration:none;
	color:#fff;
}
.pagination span.prev_notactive,
.pagination span.prev_active a {
	margin-right:20px;
	padding-right:30px;
	background:url(images_layout/pagination_prev.jpg) no-repeat right 2px;
	font-size:15px;
	text-decoration:none;
	color:#839ea6;
}
.pagination span.next_notactive,
.pagination span.next_active a {
	margin-left:20px;
	padding-left:30px;
	background:url(images_layout/pagination_next.jpg) no-repeat left 2px;
	font-size:15px;
	text-decoration:none;
	color:#839ea6;
}

.pagination span.prev_notactive,
.pagination span.next_notactive {
	opacity:0.5;
}
.pagination span.prev,
.pagination span.next {
	display:none;
}


/**************************/
/***** Product Detail *****/
/**************************/
.product-detail {
	float:left;
	clear:both;
	/*margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px solid #d4dfe2;*/
}
#contentBox .content-header,
.product-detail .product-category {
	position:relative;
	border-top:1px solid #d4dfe2;
	border-bottom:1px solid #d4dfe2;
	width:762px;
	height:33px;
	margin-bottom:20px;
	padding-top:17px;
}
#contentBox .content-header {
	border-top:0;
}
#contentBox .content-header h1,
.product-detail .product-category h3 {
	float:left;
	width:652px;
	padding-left:10px;
	color:#6f94a0;
	font-size:21px;
	font-weight:normal;
}

#contentBox .content-header .header-link,
.product-detail .product-category .category-link {
	position:absolute;
	top:20px;
	right:10px;
	padding-left:10px;
	text-decoration:none;
	color:#6f94a0;
	whihe-space:nowrap;
	background:url(images_layout/category-link_bg.jpg) no-repeat left 4px;
}
.product-detail form {
	position:relative;
	height:98px;
	margin-bottom:18px;
}
.product-detail .product-price {
	text-align:center;
	font-size:20px;
	color:#81b424;
}
.product-detail .product-old-price {
	color:#b6dc60;
	font-size:20px;
	text-decoration:line-through;
	padding-right:15px;
}
.product-detail form .button{
	position:absolute;
	left:0;
	top:65px;
}

.product-detail .product-description {
	float:left;
	width:352px;
	padding:0 20px 0 10px;
}
.product-detail .product-description h1 {
	margin-bottom:5px;
	font-size:21px;
	font-weight:normal;
	line-height:22px;
}
.product-detail .product-description h3 {
	color:#a9bfc6;
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
}
.product-detail .product-old-price,
.product-detail .product-price {
	display:inline-block;
	padding-bottom:0;
}

.product-detail .product-vendor {
	margin-bottom:36px;
	color:#a9bfc6;
}
.product-detail .product-vendor a {
	color:#a9bfc6;
	text-decoration:underline;
	text-transform:uppercase;
}

.product-detail .product-images {
	float:left;
	width:380px;
}
.product-detail .product-images .product_big_image_block {
	position:relative;
	margin-bottom:36px;
}
.product-detail .product-images .neu span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:88px;
	height:88px;
	background:url(images_layout/icon-produktDetail-neu.png) no-repeat top left;
}
.product-detail .product-images .aktion span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:88px;
	height:88px;
	background:url(images_layout/icon-produktDetail-aktion.png) no-repeat top left;
}
.product-detail .product-images .aktion-neu span {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:88px;
	height:88px;
	background:url(images_layout/icon-produktDetail-aktion-neu.png) no-repeat top left;
}

.product-detail .product_small_image_block {
	float:left;
	clear:both;
	margin:0 0 18px 0;
	padding:0;
	list-style:none;
}
.product-detail .product_small_image_block li {
	float:left;
	border:1px solid #fff;
}
.product-detail .product_small_image_block li:hover {
	border:1px solid #ccc;
}
.product-detail .product_small_image_block li a {
	text-decoration:none;
}


/*********************/
/***** Warenborb *****/
/*********************/
#cart-info {
	padding:0 10px;
}
.cart-table {
	margin-bottom:15px;
}
.cart-table .align_right {
	text-align:right;
}
.cart-table th {
	padding:4px 0;
	background:#badb71;
	color:#fff;
}
.cart-table th.cart-table-artikel {
	padding-left:10px;
}
.cart-table th.cart-table-anzahl {
	width:130px;
}
.cart-table th.cart-table-summe {
	width:60px;
	text-align:right;
}
.cart-table th.cart-table-loeschen {
	width:100px;
}

.cart-table td {
	padding:4px 0;
	/*color:#a9bfc6;*/
	border-bottom:1px solid #badb71;
}
.cart-table td.cart-table-image {
	width:50px;
	text-align:center;
}
.cart-table td.cart-table-artikel {
	padding-left:10px;
}
.cart-table td.cart-table-artikel a {
	/*color:#a9bfc6;*/
	font-weight:bold;
	text-decoration:none;
}
.buttonLess {
	display:inline-block;
	width:6px;
	height:11px;
	background: url(images_layout/cart-buttonLess_bg.jpg) no-repeat left top;
	text-decoration:none;
}
.cart-table .amount {
	display:inline-block;
	padding:0 5px;
	/*color:#a9bfc6;*/
}
.buttonMore {
	display:inline-block;
	width:6px;
	height:11px;
	background: url(images_layout/cart-buttonMore_bg.jpg) no-repeat left top;
	text-decoration:none;
}
.cart-table td.noborder {
	border:none!important;
}
.cart-table td.last {
	border-width:5px;
}
.cart-remove-item-link {
	padding:3px 0 3px 27px;
	/*color:#a9bfc6;*/
	background:url(images_layout/icon_remove-cart-item.jpg) no-repeat top left;
	text-decoration:none;
}

.button-neu-berechnen {
	/*color:#a9bfc6;*/
	font-weight:bold;
	text-decoration:none;
}
.button-jetzt-bestellen {
	float:right;
	display:block;
	width:173px;
	height:38px;
	background:url(images_layout/btn-cart-jetzt-bestellen.jpg) no-repeat top left;
}


.right-teaser {
	float:right;
}



.content-containder {
	float:left;
	clear:both;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px solid #d4dfe2;
}
.cmsContent {
	padding:0 10px;
}



/************************/
/**** Category Grid *****/
/************************/

.category-grid {
	padding-left: 10px;
}
.category-grid .category-row {
	float:left;
	clear:both;
	width:762px;
	/*border-bottom: 1px solid #d4dfe2;*/
}

.catgory-grid .last,
.category-row.last {
	border-bottom:none;
}

.category-grid .category-item {
	position:relative;
	float:left;
	width:174px;
	height:300px;
	margin-right:15px;
	padding-top:10px;
}

.category-grid .category-item div.header {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width:174px;
	background-color: #A9BFC6;
	line-height: 14px;
}
.category-grid .category-item  h3 {
	
	padding:  0;
	color: white;
	display: inline;
	text-align: center;	
	text-transform: uppercase;
	
}
.category-grid .category-item h3 a,
.category-grid .category-item p a{
	text-decoration: none;
}
.category-grid .category-item h3 a{
	color: white;
	height: 40px;
	width: 174px;
	display:table-cell;
	vertical-align: middle;
}
.category-grid .category-item p {
	line-height: 15px;
}

#contentBox .product-grid .product-item {
	margin-right: 0;
}
.product-grid .neu .product-image span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 56px;
	height: 56px;
	background: url(images_layout/icon-produkt-neu.png) no-repeat top left;
}


.category-grid .category-item  p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	text-align: center;
}

.catgory-grid .last {
	margin-right:0 !important;
}
.catgory-grid .catgory-image {
	position:relative;
	display:block;
	width:174px;
	height:174px;
	text-align:center;
	text-decoration:none;
}
