/* CSS Document */

body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	color: #1f1f1f;
}
.hinweis {
    color: #f00;
}
.Produktfoto {
    float:left;
    padding:5px;
    width: 100px;
    height:100px;
}

.Testberichte {
    border-bottom: 1px solid #000;
}
.Testbericht {
    background-color: #fff;
    clear:both;
}
.Testbericht h4 {
    float: left;
    padding-right:10px;
    max-width:500px;
}
.Testbericht .Bericht {
    margin-bottom:5px;
    padding-bottom:3px;
    clear:both;
}

#page {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
}

#page_inner {
	padding: 10px;
}

#header {
	height: 125px;
	background-color: #cccccc;
	background-image: url(images/Taschen.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}

#header_inner {
	text-align: left;
	position: absolute;
	width: 930px;
	height: 125px;
}

#search {
	position: absolute;
	left: 650px;
	top: 89px;
	width: 230px; /* 250px - 2x 10 */
	height: 23px; /* 40px - 9 - 8 */
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 9px 10px 8px;
	/*display: none; ++++++++++++++++++++++++++++++++ deaktivieren/unsichtbar */
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search .text {
	width: 127px;
	color: #bfbfbf;
	font-size: 12px;
	padding: 5px 5px 5px 35px;	
	margin-right: 5px;
	border: 1px solid #bfbfbf;
	background-image: url(images/bg_search_text.gif);
}

#search .submit {
	width: 55px;
	color: #ffffff;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 4px;
	background-image: url(images/bg_search_submit.gif);
	font-weight: bold;
	cursor:pointer;
}

#main {
	margin: 20px 0px;
}

#navigation {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#path {
	color: #555555;
	font-size: 11px;
	background-image: url(images/bg_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 20px;	
}

#preis {
	color: #ff9900;
	font-size: 11px;
	padding: 10px 20px;
	border-bottom:1px solid #1869c4;
	text-align: center;
	margin-top:0px;
}
#preis .submit {
	margin-top:10px;
	padding: 2px 2px;
	border:1px solid #ff9900;
	cursor:pointer;
}
#menu {
	margin: 20px 0 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	border-bottom: 2px #ffffff solid;
}

#menu li a {
	color: #333333;
	font-size: 14px;
	height: 19px; /* 35px - 2x 8px */
	display: block;
	text-decoration: none;
	background-image: url(images/bg_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 5px 4px 45px;	
}

#menu li a:hover, #menu li a.current {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/bg_menu_on.gif);	
}

#submenu {
	margin: 0;
	padding: 0;
}

#submenu li {
	list-style-type: none;
	border-bottom: none;
}

#submenu li a {
	color: #ff9900;
	font-size: 13px;
	height: 18px; /* 30px - 2x 6px */
	display: block;
	text-decoration: none;
	background-image: url(images/bg_submenu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 5px 6px 45px;	
}

#submenu li a:hover, #submenu li a.current {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
	background-image: url(images/bg_submenu_on.gif);	
}

#content {
	width: 650px;
	min-height: 500px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 10px solid #f1f1f1;	
}

#content p {
	line-height: 17px;
}

#footer {
	height: 16px; /* 30px - 2x 7px */
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 11px;
	padding: 7px;
}



/* TRENNER */

.separator_h_top {
	height: 10px;
	background-color: #ffffff;
	border-bottom: 10px solid #bfbfbf;
}

.separator_h_bottom {
	height: 10px;
	background-color: #ffffff;
	border-top: 10px solid #bfbfbf;
}



/* ÜBERSCHRIFTEN */

#header h1 {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	display: inline;
	padding: 3px 10px;
	z-index: 10;
}

#header h2 {
	position: absolute;
	top: 60px;
	left: 32px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	background-image: none;
	display: inline;
	padding: 10px 10px;
	z-index: 9;
}

#header h1 a, #header h2 a {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	font-size: 20px;
	color: #ff9900;
	font-weight: normal;
	background-image: url(images/bg_h2.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #1f1f1f;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #1f1f1f;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}



/* LINKS */

a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #dddddd;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 15px;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}



/* SONSTIGES */
.button-shop{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Orange.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-shop-rot{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Rot.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-text{position:absolute; width:73px; height: 20px;color:#fff;font-weight: bold; font-size:14px!important; top: 50px;left: 0;}
.button-go {cursor:pointer;width:42px; height:19px; padding:2px 0 0 0; float:left;margin: 5px 0 0 0; text-align:center; color:#fff; font-weight:bold; border:0px; }
.button-shop-start{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Rot.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-shop-beauty{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Orange.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff; text-decoration:none;}
.button-shop-wellness{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Gruen.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#505050;}
.button-shop-mode    {cursor:pointer;float:right; background:url(images/Onlineshop_Button_Pink.png);    width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-shop-freizeit{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Tuerkis.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-shop-technik{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Blau.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff;}
.button-shop-wohnen{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Orange.png); width:138px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff; text-decoration:none;}

a img {
	border: none;
}

.clear {
	clear: both;
}
.new-item {
    color:#ff9900;
}

.cat2 ul {
    list-style: none;
    color: #ff9900;
    padding-left:20px;
}
li {
    color: #ff9900;
}

.cat2 td {
    cell-spacing: 0px;
    cell-padding: 0px;
    vertical-align:middle;
}
.cat2 select {
    width:200px;
}

.cat2 .submit {
	width: 155px;
	color: #ffffff;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 4px;
	background-image: url(images/bg_search_submit.gif);
	font-weight: bold;
	cursor:pointer;
}

.cat2 .Produktfinder {
    width:100%;
    border:1px solid #ff9900;
}
.cat2 .Produktfinder-Auswahl {
    width:100%;
    border:1px solid #ff9900;
    border-collapse:collapse;
}
.cat2 .Produktfinder-Auswahl td {
    border-bottom:1px solid #ddd;
    padding:5px;
    m1argin:10px;
}
.cat2 hr {
    color:#ff9900; background-color:#ff9900; height:2px;
      margin:0; text-align:right;
    padding:0px;
}
/* ----------------------------------------Tabelle----------------------------------------- */

.Produktvergleich .table
{
background:#FFFFFF none repeat scroll 0 0;
border-collapse:collapse;
margin:15px 0;
width:100%;
}

.Produktvergleich thead th {
background-color:#ffffff;
text-align:center;
color:#000000;
font-weight:normal;
vertical-align:top;
font-size: 11px;
	line-height: 16px;

	font-weight: normal;
	color: #000;
	width:120px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;


}
.Produktvergleich td, .Produktvergleich th {
text-align:center;
background-color:#dcdcdc;
font-size: 11px;
line-height: 16px;
font-weight: normal;
color: #000;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.Produktvergleich tbody th 
{
text-align:center;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color:#ffffff;


}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
  text-align:right;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: center;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}
.seiten { width:100%;
  padding-top:8px;
  text-align:right;
  display:block;
}
.seiten a {
  border: 1px solid #ccc;
  padding:2px 5px 2px 5px;
  text-align:center;
  min-width: 25px;
}
.stiftung-warentest {
  margin-top:-170px;
  margin-left:30px;
}
