/* 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;
}
.imgProdukt {
  border:1px solid #ddd;
  padding:50px;
  margin-right:20px;
}
.imgLarge {
    vertical-align: middle;
    height: 100%;
    max-width:200px;
}
#scale {
    height: 200px;
}
.imgSmall {
    vertical-align: middle;
    height: 100%;
    max-width:100px;
}
#scaleMin {
    height: 100px;
}
.title{
    color:#00f;
    height:35px;
    text-decoration:underline;
    overflow:hidden;
    padding-top:10px;
}
.subtitle{
    color:#555;
}
.shop_item_text{
    font-size: 10px;
}
.shop_item_preis{
    font-size: 15px;
    font-weight:bold;
    padding-top:5px;
    text-align:right;
}
.shop_item{
	float:left;
	width: 138px;
	height: 260px;
	border: 2px #ddd solid;
	padding:5px;
	margin: 10px 5px 10px 5px;
	background-color:#fff;
}
.shop_item_border{
	overflow:hidden;
	width: 138px;
	height: 260px;
	margin: -5px 0 0 -5px;
	border: 5px #fff solid;
}
.shop_item_border:hover{
	border: 5px #00f solid;
}
.ad_item{
	float:left;
	wi1dth: 334px;
	width: 625px;
	height: 280px;
	border: 2px #ddd solid;
	padding:5px;
	margin: 10px 10px 10px 0px;
	background-color:#fff;
}
.shop_item img {
    padding-top:3px;
    min-width:120px;
    min-height:120px;
    max-width:120px;
    max-height:120px;
}
.shop_link{
	position:absolute;
	width: 138px;
	height: 216px;
}
.shop_item_button{
    float:left;
    width:100%;
	border-top: 1px #ddd solid;
	padding: 5px 0 5px 0;
	margin: 5px 0 0px 0;
}
#shop_next{
	background-color: #97BD0E;
	background: -moz-linear-gradient(top,#97BD0E,#678803);/* Firefox */
	background: -webkit-gradient(linear,left top,left bottom,from(#97BD0E), to(#678803));/* Chrome, Safari */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(startColorstr='#97BD0E',endColorstr='#678803');/* Internet Explorer */
	float:left;
	width: 160px;
	height: 200px;
	border: 1px #ddd solid;
	padding:5px;
	margin: 10px 20px 10px 0;
	text-align:center;
}
#shops{
	background-color: #000080;
	background: -moz-linear-gradient(top,#008000,#00ff00);/* Firefox */
	background: -webkit-gradient(linear,left top,left bottom,from(#008000), to(#00ff00));/* Chrome, Safari */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(startColorstr='#008000',endColorstr='#00ff00');/* Internet Explorer */
	float:left;
	width: 650px;
	border: 1px #ddd solid;
	padding:5px;
	margin: 0px 0px 10px 0;
	text-align:center;
}
.button-preis{cursor:pointer;float:right; background:url(images/Onlineshop_Button_Rot.png); width:75px; height:22px; text-align:center;padding:6px 0 0 0;font-size:11px;font-weight:bold; color:#fff; margin-right:1px;}
.button-shop{
    height:30px;width:200px;padding:5px 80px 5px 80px;
	background-color: #000080;
	color:#fff;
	background: -moz-linear-gradient(top,#000080,#0000ff);/* Firefox */
	background: -webkit-gradient(linear,left top,left bottom,from(#000080), to(#0000ff));/* Chrome, Safari */
	filter: PROGID:DXImageTransform.Microsoft.Gradient(startColorstr='#000080',endColorstr='#0000ff');/* Internet Explorer */
}

.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:5px;
    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/Digitalkamera.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;
}

#werbung {
    width: 220px;
    text-align: center;
    border:0px solid #1869c4;
    margin-top:20px;
}

#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: #016eb3;
	font-size: 11px;
	padding: 10px 20px;
	border-bottom:1px solid #016eb3;
	text-align: center;
	margin-top:10px;	
}
#preis .submit {
	margin-top:10px;	
	padding: 2px 2px;
	border:1px solid #016eb3;
	cursor:pointer;
}
#preis input {
	border:1px solid #016eb3;
}

#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: #016eb3;
	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: #016eb3;
	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: 10px;
	left: 15px;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	display: inline;
	padding: 3px 5px;
	z-index: 10;
}

#header h2 {
	position: absolute;
	top: 55px;
	left: 15px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	background-image: none;
	display: inline;
	padding: 5px 5px;
	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: #016eb3;
	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: #016eb3;
	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; }

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

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

.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 #016eb3;
}
.cat2 .Produktfinder-Auswahl {
    width:100%;
    border:1px solid #016eb3;
    border-collapse:collapse;
}
.cat2 .Produktfinder-Auswahl td {
    border-bottom:1px solid #ddd;
    padding:5px;
    m1argin:10px;
}
.cat2 hr {
    color:#016eb3; background-color:#016eb3; 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;
vertical-align:middle;
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;


}
.Produktvergleich td, .Produktvergleich th 
{
vertical-align:middle;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;

}
.seiten { width:100%;
  padding-top:8px;
  text-align:right;
}
.seiten a {
  border: 1px solid #ccc;
  padding:2px 5px 2px 5px;
  text-align:center;
  min-width: 25px;
}
.stiftung-warentest{
margin-top:-20px;
margin-left:30px;
}
.feeds_rss {
font-size: 11px;
line-height: 22px;
height: 22px;
font-weight: normal;
padding: 0 0 0 25px;
margin-left:15px;
background: url(images/rss.gif) no-repeat;
}
/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

