﻿@charset "UTF-8";
/* CSS Document */

/* FACT-Finder */

.searchHighlight {
	color:#7F9EAC;
	font-weight: bold;
	background-color: #ffe721;
}

div.suggestLayer {
	background-color:white;
	display:none;
	height:1px;
	left:0px;
	margin:0;
	padding:0;
	position:relative;
	top:0px;
	width:1px;
	z-index:1000;
	color:#4D5D64;
}
table.suggestLayer {
	background-color:white;
	border:1px solid #7F9EAC;
	cursor:pointer;
}
tr.suggestHeader {
	font-size:10px;
}
tr.suggestHeader td {
	border-bottom:1px solid #7F9EAC;
	padding:1px 5px;
	cursor:text;
}
td.suggestTextQuery {
	padding:2px 15px 2px 15px;
}
span.suggestTextQueryTyped {
	color:#7F9EAC;
	font-weight: bold;
	text-decoration:underline;
}
td.suggestTextAmount {
	text-align:right;
}
tr.suggestHighlight {
	background-color:#8DA3AC;
	color:white;
}
tr.suggestHighlight span.suggestTextQueryTyped {
	color:white;
}




/* Allgemeine Formatierung */
body {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	line-height: 1.5;
	background-color: #848587;
	margin-top: 0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height: 2;
	padding: 0px;
	margin: 0px;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
}

.bargain {
	color: #cc3300;
}

/* Box Layout */

div#wrapper {
	width: 980px;	
	position: absolute;
	left: 50%;
	margin-left: -490px;
	height:100%;
}


/* Header */
.searchbox {
	background-color:#ffe721
}
.searchtext {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;	
	text-decoration:none;
}
.searchtext:hover {
	text-decoration:underline;
}
.menu {
	background-image:url('../images/menubg.jpg');
	background-repeat:repeat-x;
	border-bottom-color:#a2a2a2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:1px;
	line-height:1;
}
.url {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	text-decoration:none;
	
}
.url:hover {
	text-decoration:underline;
}
.minilink {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	
}
.minilink:hover {
	text-decoration:underline;
}
/* Container */
.containertitle {
	background-color:#bcb9a7;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;
	height:22px;
	}
.containerbody {
	background-color:#e6e5df;
}
.containercontentbold {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	line-height: 1.5;
}
.containercontentbold:hover {
	text-decoration:underline;
}

.containercontentbold_black {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	line-height: 1.5;
}
.containercontentbold_black:hover {
	text-decoration:underline;
}

.yellow_back {
	background-color: #ffe721;
}

.containercontentarrow {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
	font-size:12px;
}
.containercontentarrow:hover {
	text-decoration:underline;
}

.containercontent {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	line-height: 1.5;
}
/* Formulare */
.label {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000000;
	font-size:11px;
	text-align:right;
}
.label_thin {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #000000;
	font-size:11px;
	text-align:right;
}
.input {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size:11px;
	border:1px black solid;
}

/* Content */
.title {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height: 2;
}
.content {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	line-height: 1.5;
}
.link {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;
	line-height: 1.5;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.greylink {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	line-height: 1.5;
	text-decoration:none;
}
.greylink:hover {
	text-decoration:underline;
}
.line {
	background-image:url('../images/trennlinie.gif');
	background-repeat:repeat-x;
	/*
	background-color:silver
*/
}
.yellowline{
	background-color:#ffe721;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:11px;
	line-height: 1.5;
	text-decoration:none;
	height:22px;
}

/* Footer */
.footcontent {
	background-color:#e6e5df;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:11px;
	line-height: 1.5;
	text-align:center;
	padding: 8px;
	border-top-color:#a2a2a2;
	border-top-style:solid;
	border-top-width:1px;

}

/* Articles */
.prod_image {
	padding-top: 12px;
	padding-right: 15px;
}

/* Produkteinstiegsseite */
.dots {
	background-image:url('../images/dot.gif');
	background-repeat:repeat-x;
}

/*  Produktdetailseite */
.orange_box_title {
	width: 100%;
	background-color: #ffcc66;
	padding-left: 10px;
}
.orange_box_icon {
	background-color: #666666;
	text-align: right;
}
.yellow_box_title {
	width: 100%;
	background-color: #ffe721;
	padding-left: 10px;
}
.yellow_box_icon {
	background-color: #666666;
	text-align: right;
}
.product_tools {
	padding-left: 10px;
	padding-right: 5px;
}
.grey_bg {
	background-color: #e6e5df;
	padding: 8px;
}
.white_bg {
	background-color: white;
	padding: 8px;
}
.grey_bg_collapsed {
	background-color: #e6e5df;
	padding: 8px 8px 0 8px;
}
.white_bg_collapsed {
	background-color: white;
	padding: 8px 8px 0 8px;
}

.errorText {
	color:#98353c;
}
.align_right {
	text-align: right;
}
.topAlign {
	vertical-align: top;
}

/* showOrders */

.soOdd {
	background-color: #ecebe4;
	padding: 5px;	
}

.soEven {
	background-color: #ffffff;	
	padding: 5px;	
}

.order_steps_light {
	color: #aaaaaa;
}
.order_steps_td {
	background-image:url('../images/warenkorb_big.jpg'); 
	background-repeat: no-repeat; 
	height:65px; 
	padding-left: 50px;
}

.requiredStar {
	color: #ff0000;
}
