* {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	background: #fbfbfb;
}
a img { border: 0; }


/**********************************************
	ALLGEMEIN
**********************************************/
.load { background: url(/src/img/loader.gif) center center no-repeat; }
.clear { clear: both; }
#right { float: right; }
#left { float: left; }
.error { color: #bd0926; }
.success { color: #1681A3; }
.blended { color: #85858A; }
.message { text-align: center; line-height: 27px; }
.inline { display: inline; }

/**********************************************
	TEXTSUCHE
**********************************************/
div.searchBar {
	position: relative;
	width: 547px;
	height: 27px;
	background: url(/src/img/bar/search.gif);
}
div.searchBar input, div.searchBar select {
	position: absolute;
	top: 5px;
	border: 0;
	color: #58585A;
}
div.searchBar input.send {
	background: url("/src/img/button/tSearch_b.gif");
	top: 0px;
	right: 0px;
	height: 27px;
	width: 27px;
}
div.searchBar input.field { width: 352px; left: 4px; }
div.searchBar select { width: 142px; left: 369px; top: 4px; }
div.searchBar option { 
	padding-left: 5px;
	text-align: left;
}
#blend_left,
#blend_bottom,
#blend_right,
#blend_top {
	position: absolute;
	background: white;
	overflow: hidden;
	margin: 0;
}
#blend_left, #blend_right { height: 21px; width: 2px; }
#blend_bottom, #blend_top { height: 2px; width: 144px; }
#blend_left { top: 4px; left: 368px; }
#blend_bottom { top: 24px; left: 368px; }
#blend_right { top: 4px; left: 510px; }
#blend_top { top: 4px; left: 368px; }


/**********************************************
	HEADER
**********************************************/
#header_home {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#header_home img { border: 0; }
#header_home form#searchForm {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 74px;
	width: 587px;
	background: url(/src/img/bar/home.gif);
}
#header_home form#searchForm div#searchFieldCompleter {
	position: absolute;
	top: 28px;
	left: 1px;
	width: 358px;
}
ul.autocompleter-choices-small { font-size: 10px; }
ul.autocompleter-choices, ul.autocompleter-choices-small {
	background: white;
	border: solid 1px #ebebeb;
	padding: 1px;
}
ul.autocompleter-choices li,  ul.autocompleter-choices-small li { color: #58585A; padding: 1px 4px; cursor: pointer; }
ul.autocompleter-choices li.autocompleter-selected, ul.autocompleter-choices li:hover, ul.autocompleter-choices-small li.autocompleter-selected, ul.autocompleter-choices-small li:hover { color: white; background: #38557B; }
ul.autocompleter-choices .autocompleter-queried, ul.autocompleter-choices-small .autocompleter-queried { font-weight: bold; }


#header_home .searchBar { margin: 14px 0 0 20px; }

#header_matching {
	position: relative;
	width: 960px;
	margin: 0 auto 2px;
	/*border-bottom: solid 3px #e4e4e4;*/
	padding-bottom: 18px;
	background: url(/src/img/home/bg-header.gif) repeat-x bottom;
}
#header_matching img { border: 0; }
#header_matching .right { float: right; text-align: right; margin-top: 16px; }
#header_matching .right .country { float: none; display: inline-block; position: relative; top: 0; left: 0; text-align: left; }
#header_matching .right .userinfo {
	color: #58585A;
	font-size: 10px;
	line-height: 12px;
}


/******************** PG *********************/
#header_pg {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#header_pg:hover { z-index: 2; }
#header_pg a img { border: 0; display: block; }

#header_pg #searchFieldCompleter {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 233px;
}
#header_pg #searchField {
	width: 220px;
}
#header_pg form {
	height: 32px;
	line-height: 32px;
}
#header_pg form div { display: inline; height: 32px; line-height: 32px; }
#header_pg form #searchFieldCompleter { display: block; }
#header_pg form #searchSend {
	background: url(/src/img/button/tSearch_s.gif);
	border: none;
	width: 19px;
	height: 19px;
	margin-right: 7px;
}
#header_pg form #searchFieldCompleter {
	position: absolute;
	top: 26px;
	right: 32px;
	width: 218px;
}
#header_ad {
	position: absolute;
	top: 0;
	right: 0;
	width: 728px;
	height: 90px;
}


/******************* MENU ********************/
.menu {
	position: relative;
	text-align: right;
	height: 32px;
	background: url(/src/img/bar/menu.gif);
}
.menu ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	background: url(/src/img/bar/menu.gif) 0 32px;
}
.menu li {
	position: relative;
	float: left;
	text-align: center;
	height: 32px;
	line-height: 32px;
	background: url(/src/img/bar/menu.gif);
	margin-right: 1px;
}
.menu li.act, .menu li:hover { background-position: 0 32px; }
.menu li.act a, .menu li:hover a { color: white; }
.menu li:hover li a { color: #58585a; }
.menu li.main_menu:hover { background-position: 0 0; }
.menu li.main_menu:hover a { color: #58585a; }
.menu li:hover ul, .menu li ul:hover { display: block; z-index: 10; }

.main_menu { width: 232px; }
.menu .main_menu ul { left: 0; }
.menu ul ul { width: 229px; border: solid 1px #ebebeb; left: -1px; }

.menu a {
	width: auto;
	padding: 0 10px;
	text-decoration: none;
	color: #58585a;
	display: block;
}

.menu li ul {
	display: none;
	background: white;
	top: 32px;
	padding: 1px 0 1px 1px;
}
.menu li li {
	float: none;
	text-align: left;
	height: 20px;
	line-height: 20px;
	background: none;
}
.menu li li:hover { background: #ebebeb; }


/**********************************************
	FOOTER
**********************************************/
#footer {
	/*position: relative;*/
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #58585A;
	padding-top: 30px;
	line-height: 20px;
	clear: both;
}
#footer div {
	float: left;
	width: 140px;
	height: 40px;
}
#footer a {
	color: #58585A;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }


/****************** COUNTRY ******************/
#footer .country,
#header_home .country, #header_matching .country {
	position: relative;
	float: right;
	height: 20px;
	width: auto;
}
#footer .country img, #header_home .country img, #header_matching .country img { display: block; float: left; margin: 3px 4px 4px 2px; }
#footer .country .country_picker,
#header_home .country .country_picker,
#header_matching .country .country_picker {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	height: auto;
	padding: 1px 0;
	border: solid 1px #ebebeb;
	background: white;
}
#footer .country .country_picker { bottom: 20px; }
#header_home .country .country_picker, #header_matching .country .country_picker { top: 20px; }

#footer .country .country_picker a, #header_home .country .country_picker a, #header_matching .country .country_picker a { color: #58585A; }
#footer .country a, #header_home .country a, #header_matching .country a {
	color: #1681A3;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
#footer .country a img, #header_home .country a img, #header_matching .country a img { border: 0; }
#footer .country a:hover, #header_home .country a:hover, #header_matching .country a:hover { text-decoration: underline; }
#footer .country .country_picker a, #header_home .country .country_picker a, #header_matching .country .country_picker a { display: block; margin: 0 1px; }
#footer .country .country_picker a:hover, #header_home .country .country_picker a:hover, #header_matching .country .country_picker a:hover { text-decoration: none; background: #ebebeb; }

#header_home .country, #header_matching .country {
	position: absolute;
	top: 9px;
	right: 70px;
	font-size: 10px;
	line-height: 20px;
	color: #58585A;
}

/**********************************************
	CONTENT
**********************************************/
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #58585A;
	padding: 1px 0;
}

/* SQUAREBOX
**********************************************/
.squareBox {
	border: solid 3px #e4e4e4;
	background: white;
}
.squareBox h1 {
	font-size: 12px;
	padding: 0 10px;
	background: #e4e4e4;
	line-height: 20px;
	border-bottom: solid 3px #e4e4e4;
}
.squareBox .numb3rs {
	height: 20px;
	margin-left: -10px;
	vertical-align: top;
}
.dock { border-top: 0; }
.bottomless { border-bottom: 0; }

/* BOX
**********************************************/
.boxTop,
.boxBottom {
	position: absolute;
	left: 0;
}
.boxTop { top: -3px; }
.boxBottom { bottom: -3px; }
.box_3 { padding: 3px; }

/* bottommargins */
.mb20 { margin-bottom: 20px!important; }
.mb27 { margin-bottom: 27px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb33 { margin-bottom: 33px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb13 { margin-bottom: 13px!important; }
.mb16 { margin-bottom: 16px!important; }

/* BOXHEAD
**********************************************/
#content .boxhead {
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	border: 0;
}
.boxhead a {
	text-decoration: none;
}
.headerfloat {
	color: #1681A3;
	float: left;
	z-index: 1;
}
.boxcenter { text-align: center; }

/* TITLE
**********************************************/
#title {
	position: relative;
	width: 960px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	padding-bottom: 20px;
	color: #58585A;
}
#title h1, #title h2 { display: inline; font-size: 22px; padding-right: 10px; }
#title img {
	position: absolute;
	top: 0;
	left: 0;
}
#title h1 { color: #222220; }
/*#title h2 { color: #3a9afd; }*/
#title h2 { color: #1681a3; }

/* submenu */
#submenu {
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	background: white;
}
#submenu a {
	line-height: 26px;
	color: #58585a;
	padding: 0 15px;
	text-decoration: none;
}
#submenu a.act, #submenu a:hover { color: #bd0926; }
#submenu a.act { font-weight: bold; }


/* PARAGRAPH
**********************************************/
p.linkbox {
	margin: 15px 10px;
}
.linkbox span,
.linkbox a {
	display: block;
	text-decoration: none;
	color: #58585a;
}
p.linkbox a:hover { text-decoration: underline; }
p.linkbox img {
	vertical-align: middle;
	border: 0;
}
.linkbox a.act {
	color: #bd0926;
}
div.linkbox a { padding: 0 4px; font-size: 10px; }
div.linkbox a:hover { color: #bd0926; }

.glossary { margin: 0 10px 0 260px; }
#center .glossary p { margin: 0 0 10px; }
.glossary h2 { font-size: 12px; margin-top: 10px; }
.glossary li { margin-left: 20px; list-style: outside square; }

.centerForm {
	width: 300px;
	margin: 27px auto;
}
.centerForm input { color: #58585A; float: right; }
.centerForm div { margin: 12px 0; }
.centerForm .submit {
	clear: both;
	text-align: right;
}
.centerForm .submit input { float: none; }

.centerText { text-align: center; }
.centerText h3, .centerText p { margin: 10px; }

/* PARAGRAPH
**********************************************/
/* quicksearch */
#content .qs form.interface div {
	float: left;
	height: 36px;
	width: 152px;
	margin: 5px 21px 0 0;
	line-height: 18px;
}
#content .qs form.interface .submit {
	height: 22px;
	line-height: 22px;
	width: 498px;
	text-align: right;
	margin-bottom: 0;
}
#content .qs form.interface .submit input {
	background: url("/src/img/button/submit_b.gif");
	border: none;
	color: white;
	height: 22px;
	line-height: 22px;
	padding: 0 16px;
}
#content .qs form.interface .hidden {
	display: none;
}
#content .qs form.interface label {
	color: #1681A3;
	font-size: 13px;
	font-weight: bold;
}
#content .qs form.interface select {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}
#content .qs form.interface select option {
	color: black;
}
#content .qs form.interface option.act,
#content .qs form.interface select.act {
	color: #bd0926;
}
#content .qs img.pg {
	float: left;
	height: 120px;
	margin: 0 30px;
}

/* THUMBS
**********************************************/
/* 0 */
.product_thumb0 {
	text-align: center;
	font-size: 8px;
}
.product_thumb0 a {
	text-decoration: none;
	color: #58585a;
}
.product_thumb0 img { display: block; border: 0; }
.product_thumb0 h1 {
	background: none;
	border: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	height: 24px;
	width: 102px;
}
#content .product_thumb0 h2 {
	position: static;
	font-size: 10px;
	color: white;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0;
}
.product_thumb0 span, .product_thumb0 h3 { font-size: 10px; }
.product_thumb0 b { font-size: 14px; }
#content .product_thumb0 .qz { float: right; margin: 2px 20px 0 -10px; width: auto; }
.product_thumb0 span { display: block; }
.product_thumb0 span.red { color: #bd0926; font-weight: bold; }
.product_thumb0 .quality span { font-weight: bold; }
.product_thumb0 a.quality, .product_thumb0 a.price { display: block; }
.product_thumb0 a.quality { background: url(/lib/img.boxheader.php?width=112&height=35&b=5&bg=FBFBFB&fg=F6F6F6); height: 31px; padding: 2px 0; }
.product_thumb0 a.price { background: url(/lib/img.boxheader.php?width=112&height=40&b=5&bg=FBFBFB&fg=F6F6F6&bottom=true); height: 36px; border-top: solid 1px #85858a; padding: 2px 0; }
.product_thumb0 a.title {
	display: block;
	width: 102px;
	height: 24px;
	line-height: 12px;
	padding: 4px 4px 0;
	text-align: left;
	overflow: hidden;
}

/* 1 */
.product_thumb1 {
	text-align: center;
	font-size: 10px;
}
.product_thumb1 a {
	text-decoration: none;
	color: #58585a;
}
.product_thumb1 img { display: block; border: 0; }
.product_thumb1 .thumbs { height: 36px; padding: 0 20px; }
.product_thumb1 b { font-size: 18px; }
.product_thumb1 span { display: block; font-size: 12px; font-weight: bold; margin-bottom: 3px; }
.product_thumb1 span.red { color: #bd0926; font-size: 10px; font-weight: bold; }
.product_thumb1 .quality, .product_thumb1 .price { background: #e4e4e4; height: 60px; }
.product_thumb1 .quality { float: left; width: 150px; }
.product_thumb1 .quality h2 { margin-bottom: 3px; border-right: solid 1px #e4e4e4; }
.product_thumb1 .price h2 { margin-bottom: 7px; }
.product_thumb1 .shortdesc {
	margin: 20px;
	text-align: justify;
}

/* 2 */
.product_thumb2 {
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
}
.product_thumb2 h1 {
	background: none;
	border: 0;
	padding: 0;
	display: table-cell;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	vertical-align: middle;
	width: 300px;
}
.product_thumb2 a {
	text-decoration: none;
	color: #58585a;
}
.product_thumb2 .commands {
	height: 50px;
	line-height: 50px;
}
.product_thumb2 .commands img {
	display: inline;
	width: auto;
	height: auto;
	vertical-align: text-bottom;
}
.product_thumb2 img { display: block; border: 0; width: 200px; height: 146px; margin-left: auto; margin-right: auto; }
.product_thumb2 .thumbs { height: 36px; padding: 0 20px; }
.product_thumb2 b { font-size: 18px; }
.product_thumb2 span { display: block; font-size: 12px; font-weight: bold; margin-bottom: 3px; }
.product_thumb2 span.red { color: #bd0926; font-size: 10px; font-weight: bold; }
.product_thumb2 .quality, .product_thumb2 .price { background: #e4e4e4; height: 60px; }
.product_thumb2 .quality { float: left; width: 150px; }
.product_thumb2 .quality h2 { margin-bottom: 3px; border-right: solid 1px #e4e4e4; }
.product_thumb2 .price h2 { margin-bottom: 7px; }
.product_thumb2 .shortdesc {
	margin: 10px;
	text-align: justify;
}

/* 3 */
.product_thumb3 {
	float: left;
	margin: 1px;
}

/* 4 */
.product_thumb4 {
	border: solid #ebebeb;
	border-width: 1px 0;
	margin: 0 2px 1px;
	height: 110px;
}
.product_thumb4 a { color: #58585a; text-decoration: none; }
.product_thumb4 h1 {
	background: none;
	border: 0;
	padding: 0;
	padding-left: 8px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.product_thumb4 img {
	display: block;
	float: left;
}
.product_thumb4 .shortdesc { font-size: 10px; }
.product_thumb4 .quality {
	text-align: center;
	font-size: 10px;
}
.product_thumb4 .quality span {
	background: url(/src/img/lupe/quality.gif) no-repeat bottom right;
	padding: 11px 30px 4px 0;
}
.product_thumb4 .quality .colored {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #bd0926;
	background: none;
	padding: 0;
	margin-bottom: 3px;
}
.product_thumb4 .quality b { font-size: 22px; }
#content .product_thumb4 .quality h2 {
	position: static;
	font-size: 10px;
	color: white;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0;
}
.product_thumb4 .quality span { font-size: 10px; }
.product_thumb4 .quality b { font-size: 14px; }
#content .product_thumb4 .quality .qz { float: right; margin: 2px 20px 0 -10px; width: auto; }
.product_thumb4 .quality span { display: block; font-weight: bold; }
.product_thumb4 .quality a.quality { display: block; background: url(/lib/img.boxheader.php?width=112&height=35&b=5&bg=FBFBFB&fg=F6F6F6); height: 38px; padding: 2px 0; }


.product_thumb4 .price {
	text-align: right;
	font-size: 10px;
}
.product_thumb4 .price span {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.product_thumb4 div {
	float: left;
	height: 80px;
}
.product_thumb4 .shortdesc { width: 300px; }
.product_thumb4 .quality { width: 110px; }
.product_thumb4 .price { width: 105px; }

/* 5 */
.product_thumb5 {
	display: block;
	height: 73px;
	margin: 1px;
}
.product_thumb5 a {
	color: #58585a;
	text-decoration: none;
}
.product_thumb5 h1 {
	background: none;
	border: 0;
	padding: 0;
	color: #58585a;
	font-size: 8px;
	height: 18px;
	line-height: 10px;
	margin: 2px 3px;
}
.product_thumb5 img { display: block; width: 84px; }
/* 6 */
.product_thumb6 {
	display: block;
	text-align: center;
	font-size: 10px;
	background: #F6F6F6;
	padding-bottom: 2px;
	border-bottom: solid 1px #E4E4E4;
	text-decoration: none;
	color: #58585A;
}
.product_thumb6 .colored {
	display: block;
	font-weight: bold;
	color: #bd0926;
	background: none;
	margin-bottom: 3px;
}
.product_thumb6 h2 {
	font-size: 10px;
	color: white;
	height: 16px;
	line-height: 16px;
}
.product_thumb6 b { font-size: 14px; }
.product_thumb6 .qz { float: right; margin: 2px 20px 0 -10px; }

/* pricedrop */
#content .product_pricedrop { width: 200px; margin: 0; }
.product_pricedrop a { color: #58585A; text-decoration: none; }
.product_pricedrop a.title { display: block; height: 26px; }
.product_pricedrop h1 { display: table-cell; height: 26px; vertical-align: middle; font-size: 10px; }
.product_pricedrop dl { margin: 0 10px; }
.product_pricedrop dt, .product_pricedrop dd { font-size: 10px; }
.product_pricedrop dt { float: left; }
.product_pricedrop dd { margin-left: 105px; }
.product_pricedrop dl span { float: right; }
.product_pricedrop .red { color: #bd0926; }

/* LISTS
**********************************************/
#rememberlist {
	text-align: left;
}
#rememberlist .all {
	display: block;
	height: 49px;
	color: #58585a;
	text-decoration: none;
	clear: both;
	padding: 15px 6px 0;
	font-size: 10px;
}
#rememberlist p {
	color: #58585a;
	clear: both;
	padding: 6px 6px 0;
	font-size: 10px;
}

dl.pricebias dt {
	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: 30px;
	width: 130px;
}
dl.pricebias dd {
	margin-left: 160px;
	width: 50px;
	text-align: right;
}
#rememberlist_members { display: none; }

/* SLIDER UND RANGES
**********************************************/
.qzsvSlider {
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 175px;
}
.qzsvSlider span { line-height: 24px; }
.qzsvSlider span.hidden, .qzsvSlider i { display: none; }
.qzsvNoscript { position: relative; }
.qzsvNoscript input { width: 50px; margin-left: 10px; }
.qzsvNoscript b { margin-left: 10px; color: white; }
.qzsvNoscript div {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 24px;
	display: none;
}
.qzsvNoscript:hover div { display: block; }

/* KLAPPE UND BARS
**********************************************/
.klappe {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 18px;
	cursor: pointer;
	background: url(/src/img/bar/klappe_open.gif) no-repeat center left;
}
.closed .klappe {
	background: url(/src/img/bar/klappe_closed.gif) no-repeat center left;
}
.closed {
	height: 16px;
	overflow: hidden;
}
.redbar {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	color: white;
	background: url(/src/img/bar/bar_r.jpg);
}

/* TAGCLOUD
**********************************************/
.tagcloud_0 { font-size: 10px; color: #1681A3; }
.tagcloud_1 { font-size: 11px; color: #1681A3; }
.tagcloud_2 { font-size: 12px; color: #1681A3; }
.tagcloud_3 { font-size: 13px; color: #1681A3; }
.tagcloud_4 { font-size: 14px; color: #1681A3; }
.tagcloud_5 { font-size: 15px; color: #1681A3; }
.tagcloud_6 { font-size: 16px; color: #1681A3; }
.tagcloud_7 { font-size: 17px; color: #1681A3; }
.tagcloud_8 { font-size: 18px; color: #1681A3; }
.tagcloud_9 { font-size: 19px; color: #1681A3; }
.tagcloud_10 { font-size: 20px; color: #1681A3; }


