/*
	Import des 960.gs Frameworks
*/

@import url("reset.css");
@import url("text.css");
@import url("960.css");


/* Basic Settings */

.copyright {
	display: none;
}

.parseTime {
	display: none;
}

.infoBoxHeading {
	background-color: #FCF8F9;
}

.infoBoxHeading_right {
	background-color: #FCF8F9;
}

#column-left {
	background-color: #F3E9EB;
}

#column-right {
	background-color: #F3E9EB;
}

#header {
	background-color: #ffffff;
	height:85px;
}

#account-links {
	float: right;
}

#root-line {
	float: left;
}

#top-navigation {
	height: 32px;
}

a {
color: #892336;
text-decoration: none;
}

/* Layout */

.infoBoxHeading {
	font-weight: bold;
	color:#892336;
}

.right-arrow {
 font-size: 16px;
 font-weight: bold;
}

.left-padding {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Einstellung Hintergrundbild */

body {
	background-image: url(img/background.png);
	background-repeat: repeat-y;
	background-position: 10px;

}

/* Farbeinstellung Box Links Seiten */

.left-padding a {
	color: #000000;
}

/* Formatierung Suchfeld */

#search-box input[type=image] {
	position: relative;
	top: 2px;
}

/* Formatierung Sprachauswahl */

.button-en {
	margin-left: 20px;
	margin-right: 30px;
}

/* Formatierung des Anmeldefeldes */

.lost-password {
	color:#892336 !important;

}

.lost-password {
	margin-top: 6px;
	margin-right: 2px;
	font-size: 11px;
	text-align: right;
}

#password-button input[type=image] {
	position: relative;
	top: 5px;
}

/* Formatierung der Bestseller */

.bestseller dd {
	text-align: right;
	padding-right: 10px;
}

#bestseller {
	margin-top: 10px;
}

/* Formatierung Rootline */

.main-root {
	margin-bottom: 10px;
	margin-top: 5px;
}

.red-root {
	color:#892336;
}

/* Formatierung Warenkorb */

.cart-raquo {
	color:#892336 !important;
	font-weight: bold;
}

/* Formatierung Produkt Details */

.product-image {
	float: right;
}
.product-comment {
	float: left;
	width: 240px;
	color:#892336;
	font-size: 11px;
	font-weight: bold;
}

.clear-br {
	clear: both;
}

.product-qty {
	display: none;
}

.product-title {
	color:#892336;
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-size: 16px;
}

.product-headline{
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.product-description {
	font-size: 12px;
}

/*Formatierungen Produkt Liste */

.product-list-item, .product-list-navigation {
	border-top: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
}

.product-list-item-image {
	float: left;
	width: 180px;
}

.product-list-description {
	float: right;
	width: 280px;
	font-size: 12px;
}

.product-list-item-headline {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}



/* Custom Settings */
.contentsTopics {
	font-size: 16px;
	font-weight: bold;
	color: #892336;
}