﻿/* white/landing_page.css */
/* three articles in front of a gradient */
.presentationFull {	background: url(../../images/products/bg_modul_01.jpg) repeat-x left bottom; }
.presentationFull .article { background: url(../../images/products/vista_home_premium.jpg) no-repeat 24px top; }

/* --------- one article in a rounded box on landing page -------- */
.landingProduct { background: url(../../images/layout/custom_corners_topleft.gif) top left no-repeat; }  
.landingProductHeader {	background: url(../../images/layout/custom_corners_topright.gif) top right no-repeat;}
.landingProductBody { background: url(../../images/layout/custom_corners_rightborder.gif) top right repeat-y;}
.landingProductFooter {	background: url(../../images/layout/custom_corners_bottomleft.gif) bottom left no-repeat;}  
.landingProductFooter span {  background: url(../../images/layout/custom_corners_bottomright.gif) bottom right no-repeat; }

/* --------- two articles in a rounded box on landing page -------- */
.landingProducts { background: url(../../images/layout/custom_corners_topleft.gif) top left no-repeat;  } 
.landingProductsHeader { background: url(../../images/layout/custom_corners_topright.gif) top right no-repeat;}
.landingProductsBody { background: url(../../images/layout/custom_corners_rightborder.gif) top right repeat-y;}
.landingProductsFooter { background: url(../../images/layout/custom_corners_bottomleft.gif) bottom left no-repeat; }
.landingProductsFooter span { background: url(../../images/layout/custom_corners_bottomright.gif) bottom right no-repeat; }

.landingProductFullscreenHeader
{ background: url(../../images/layout/landing_fullscreen_header.jpg) no-repeat; }

.landingProductFullscreenLeft
{ background: url(../../images/layout/landing_fullscreen_left.jpg) repeat-y; }

.landingProductFullscreenRight
{ background: url(../../images/layout/landing_fullscreen_right.jpg) repeat-y; }

.landingProductFullscreenFooter
{ background: url(../../images/layout/landing_fullscreen_footer.jpg) no-repeat; }

/* Five articles in a box with rounded corners*/
div.Article { background: url(../../images/layout/custom_corners_topleft.gif) top left no-repeat; } 
div.ArticleHeader {	background: url(../../images/layout/custom_corners_topright.gif) top right no-repeat;}
div.ArticleBody { background: url(../../images/layout/custom_corners_rightborder.gif) top right repeat-y; }
div.ArticleFooter {	background: url(../../images/layout/custom_corners_bottomleft.gif) bottom left no-repeat; }
div.ArticleFooter span { background: url(../../images/layout/custom_corners_bottomright.gif) bottom right no-repeat; }


/* five products in one box with rounded corners */
div.Article { background: url(../../images/layout/custom_corners_topleft.gif) top left no-repeat; } 
div.ArticleHeader {	background: url(../../images/layout/custom_corners_topright.gif) top right no-repeat; }
div.ArticleBody { background: url(../../images/layout/custom_corners_rightborder.gif) top right repeat-y; }
div.ArticleFooter {	background: url(../../images/layout/custom_corners_bottomleft.gif) bottom left no-repeat;}
div.ArticleFooter span { background: url(../../images/layout/custom_corners_bottomright.gif) bottom right no-repeat; }

/* right bottom module */
.rb_moduleHeader, .rb_moduleFooter {
	background-image: url(../../images/layout/white/landing/corners_right_bot_mod.jpg);
}
.rb_moduleBody {
	background-image: url(../../images/layout/white/landing/body_right_bot_mod.jpg);
}
/* end white/landing_page.css */
