/*
 * [y] hybris Platform
 *
 * Copyright (c) 2000-2009 hybris AG
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of hybris
 * ("Confidential Information"). You shall not disclose such Confidential
 * Information and shall use it only in accordance with the terms of the
 * license agreement you entered into with hybris.
 */

/* Haupttitel Startseite */
h3 {
	color: #E2007A;
}

/* Untertitel Kategorie/Produktbeschreibugnen */
h4 {
	color: #000000;
}



.printBody {
	background-image: none;
	background-color: #fff;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:110%;
	margin: 10px auto;
	padding: 0 0 5px 0;
	border-style:none;
}

form, div, img { 
	border: 0; 
	margin: 0; 
	padding: 0; 
}

div.borderLayout { 
	background: url(img/borderLayout_bg.gif) top left repeat-y; 
	color: #333;
	/*border-right: #e2007a 1px solid;
	border-bottom: #e2007a 1px solid;*/
}

/* footer */
#borderLayoutFooter {
	/*border: #00FF00 1px solid;*/
	/*background: url(img/borderLayoutFooter_bg.gif) top left no-repeat;*/
	height: 50px; /*20*/
	/*width: 1011px; /*1031*/
	/*margin: 0px auto;*/
	margin: 0px;
	
	/*padding-right: 20px;*/
	padding-top: 6px;
	text-align: right;
	color: #cccccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
	#borderLayoutFooter a {
		color: #cccccc;		
	}
	#borderLayoutFooter a:hover {
		color: #cccccc;	
		text-decoration: underline;	
	}

/* found only in cartNavigationElement.xhtml */
.icon_warenkorb {
	height: 12px;
}

.icon_warenkorb img {
	height: 16px;
}

* html .icon_warenkorb {
	background-position: 0px 4px;
}

/* found only in quickLoginTag.xhtml */
.icon_registrierung {
}

.icon_registrierung img {
	height: 16px;
}

* html .icon_registrierung {
	background-position: 0px 4px;
}

/* found only in menu_meta.xhtml */
.icon_help {
	background-image: url("img/icon_help.gif");
	background-repeat: no-repeat;
	margin: 0 -1px 0 6px;
	display: inline;
	padding: 0;
	width: 12px;
	height: 12px;
}

* html .icon_help {
	margin: 0 5px 0 3px;
}

/* found only in menu_meta.xhtml */
.icon_terms {
	background-image: url("img/icon_terms.gif");
	background-repeat: no-repeat;
	margin: 0 -3px 0 3px;
	display: inline;
	padding: 0;
	width: 12px;
	height: 12px;
}

* html .icon_terms {
	margin: 0 2px 0 1px;
}

/* found only in menu_meta.xhtml */
.icon_contact {
	background-image: url("img/icon_contact.gif");
	background-repeat: no-repeat;
	background-position: 0px -1px;
	margin: 0 1px 0 0;
	display: inline;
	padding: 0;
	width: 12px;
	height: 12px;
}

* html .icon_contact {
	margin: 0 5px 0 0;
}

/* found only in error.xhtml */
#content {
	margin: 10px 225px 10px 225px;
	padding: 10px 5px 5px 5px;
	background-color: #fff;
	background-image: url("img/content_top.gif");
	background-repeat: repeat-x;
}

* html #content {
	position: relative;
	margin-right: 224px;
}

