/* *** reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* *** global.css */

/***** HTML Elements *****/
h1 {font-weight:bold;}
h2 {font-weight:bold;margin-bottom:5px;}
h3 {padding: 1em 0 0.5em 0;}

p{margin:0 0 1.5em}
ul, ol{list-style: none;}
blockquote{margin: 2em 4em;}
sup{position: relative;bottom: 0.3em;vertical-align: baseline;}
sub{position: relative;bottom:-0.2em;vertical-align:baseline;}
acronym, abbr{cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
hr{border:0px none;border-top:1px solid;}

/***** Links *****/
a, a:visited, .a{text-decoration:none;color:#0E89D0;}
a:hover{text-decoration:underline;color:#000;}
a.active{color:#000;}
a img, a.nd{text-decoration:none;}

/***** Global Classes *****/
.pointer {cursor:pointer;}
.zoomin{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;_cursor:pointer;}
.zoomout{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;_cursor:pointer;}
.nozoom{cursor:not-allowed;}
.block-center{margin:0 auto;}
.inline{display:inline !important;}
.ib{display:inline-block;}
.oh{overflow: hidden;}
.hide{display:none;}
.fade{opacity:0.7;}
.fade:hover{opacity:1;}

.txtL 	{ text-align: left; }
.txtR 	{ text-align: right; }
.txtC 	{ text-align: center; }
.txtJ 	{ text-align: justify; }
.vT { vertical-align: top; }
.vB { vertical-align: bottom; }
.loud  {color:#333333;}
.quiet  {color:#999999;}
.txtNA  {color:#BBBBBB;}
.txtRed {color:#DD4444;}
.txtGreen{color:#009900;}

.n 		  { font-weight: normal; }
.b 		  { font-weight: bold; }
.i 		  { font-style: italic; }
.u 		  { border-bottom: 1px solid; }
.h 		  { background: #ffc; }
.nw{white-space:nowrap;}

.imgL 		{ float: left; margin: 4px 10px 4px 0; }
.imgR 		{ float: right; margin: 4px 0 4px 10px; }
.imgC 		{ margin: 4px 10px; }
.imgVC          { vertical-align:middle;}

.bt{border-top:1px dotted #AAA;padding-top:1px;}
.bb{border-bottom:1px dotted #AAA;padding-bottom:1px;}
.br{border-right:1px dotted #AAA;padding-right:1px;}
.bl{border-left:1px dotted #AAA;padding-left:1px;}
.nb{background:none;border:0 none;}

.nopadding 		{ padding: 0; }
.noindent 		{ margin-left: 0; padding-left: 0; }
.nobullet 		{ list-style: none; list-style-image: none; }
.nomarginr    { margin-right: 0 !important; }

.pr{position:relative;}
.pa{position:absolute;}
.pf{position:fixed;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}

/********* Icons ********/
.iComment,.iDocument,.iMobile,.iTwit,.iRss,.iTheWeek,.iTipp,.iPosts{background: transparent url('/images/sprites/icon.png') no-repeat;}
.iComment{background-position:100% -38px;padding-right:26px;font-size:10px;}
.iPosts{background-position:100% -490px;padding-right:26px;font-size:10px;}
.iDocument{background-position:100% -105px;padding:4px 26px 2px 0;font-size:10px;}
.iComment,.iComment:visited,.iPosts,.iPosts:visited,.iDocument,.iDocument:visited{color:#999;}
a.iMobile,a.iTwit,a.iRss,a.iTheWeek,a.iTipp {color:#545454; text-decoration:none;padding-bottom:1px;}
.iRss{background-position:0 -138px;padding-left:28px;}
.iTwit{background-position:0 -342px;padding-left:28px;}
.iMobile{background-position:0 -159px;padding-left:28px;}
.iTheWeek{background-position:0 -321px;padding-left:28px;}
.iTipp{background-position:0 -430px;padding-left:22px;}
.iHint,.iGoto{float:right;opacity:0.5;filter:alpha(opacity=50);cursor:pointer;}
.iHint:hover,.iGoto:hover{opacity:1;filter:alpha(opacity=100);}
.iEnvelope{cursor:pointer; width:29px; height:28px; background: transparent url('/images/sprites/Social-Buttons.png') no-repeat -29px -364px; vertical-align: top;}
.verticalBar img {border:1px solid #666;height:7px;}
.iNew{display:none !important;}
a .iNew, span.iNew{display:inline !important;background-color:#F00;color:#FFF;font-size:9px;border:1px solid #F00;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;position:relative;bottom:0.3em;font-weight:bold;}
.icon.delete{padding-left:16px; height:16px; display:inline-block; background: transparent url('/images/sprites/delete.gif') no-repeat; vertical-align:bottom;}
.icon.delete:hover{background-position:0 -16px;}
.icon.link{padding-left:16px; height:16px; display:inline-block; background: transparent url('/images/icons/link.png') no-repeat; vertical-align:bottom;}

.social-buttons { padding-top: 30px; }
.ifFbH{width:74px;height:62px;}
.ifGoH{width:50px;}
.ifTwH{width:71px;}

a.oba{background: url("/images/icons/oba.png") no-repeat scroll right center transparent; padding-right: 20px;}
a.twitBtn{background:url("/images/twitter.png") no-repeat scroll 0 0 transparent;display:block;height:20px;margin:-1px 0 0;position:relative;text-decoration:none;width:21px;}
a.btnTwit, a.btnFb, a.btnGplus, a.btnYt{display:block;height:24px;width:24px;background:url('/images/sprites/icon.png') no-repeat -3px -365px;text-indent:-9999px;}
a.btnFb{background-position:-3px -395px;}
a.btnGplus{background-position:-3px -508px;}
a.btnYt{background-position:-3px -538px;}
div.artikelSource{border-top:1px dotted #CCC;padding:8px 2px;font-size:0.9em;}
.artikel p.artikelSource{font-size:0.9em; text-align: right;}
.artikelSource a, .artikelSource a:hover{color:#333;}

a.button{display:block;height:25px;background:transparent url('/images/sprites/buttons-hover.png') 0 0 no-repeat;}
a.button.details{width:63px;background-position:-2px -59px;}
a.button.details:hover{background-position:-2px -87px;}
a.button.cart{display:inline-block;width:38px;height:24px;background:transparent url('/images/icons/cart.png') 0 0 no-repeat;}

a.shopbutton{display:block;width:73px;height:29px;background:transparent url('/images/sprites/buttons-shop-3.png') 0 0 no-repeat;}
a.shopbutton.tmobile{background-position:0px 0px;}
a.shopbutton.vodafone{background-position:0px -32px;}
a.shopbutton.base{background-position:0px -64px;}
a.shopbutton.o2{background-position:0px -96px;}
a.shopbutton.amazon{background-position:0px -128px;}
a.shopbutton.sparhandy{background-position:0px -160px;}
a.shopbutton.nokia{background-position:0px -192px;}
a.shopbutton.shtmob{background-position:0px -224px;}
a.shopbutton.shvoda{background-position:0px -256px;}
a.shopbutton.shbase{background-position:0px -288px;}
a.shopbutton.sho2{background-position:0px -320px;}
a.shopbutton.cong{background-position:0px -352px;}
a.shopbutton.note{background-position:0px -384px;}
a.shopbutton.preis24{background-position:0px -416px;}
a.shopbutton.tele2{background-position:0px -448px;}
a.shopbutton.null{background-position:0px -480px;}

/********* Button ********/
.buttonBox.black .leftimg{background: url(/images/sprites/button_black.gif) no-repeat 0 -2px;}
.buttonBox.black .input{color:#fff;}

.Green .rightimg, .Green .leftimg, .Green input{background: url(/images/sprites/button_green.gif) no-repeat;color:#fff;}
.Grey .rightimg, .Grey .leftimg, .Grey input{background: url(/images/sprites/button_grey.gif) no-repeat;color:#fff;}
.Grey20 .rightimg, .Grey20 .leftimg, .Grey20 input{background: url(/images/sprites/button_grey_20.gif) no-repeat;color:#fff;}
.Blue .rightimg, .Blue .leftimg, .Blue input{background: url(/images/sprites/button_blue.gif) no-repeat;color:#fff;}
.Red .rightimg, .Red .leftimg, .Red input{background: url(/images/sprites/button_red.gif) no-repeat;color:#fff;}
.Inactiv .rightimg, .Inactiv .leftimg, .Inactiv input{background: url(/images/sprites/button_inactiv.gif) no-repeat;color:#b1af9c}

.SmallButtonBox {margin-right:5px;}
.SmallButtonBox .rightimg, .SmallButtonBox .leftimg,.SmallButtonBox input{height:21px;float:left;}
.SmallButtonBox .rightimg, .SmallButtonBox .leftimg{width:3px;}
.SmallButtonBox .rightimg{background-position:0 -26px;}
.SmallButtonBox input, .SmallButtonBox .a{padding:3px 5px 6px;margin:0px;cursor:pointer;background-position:0 -52px;background-repeat:repeat-x;font-weight:bold;border:0;}

input.text, select.text{background:url(/images/sprites/baseStripes.gif) repeat-x;background-position:0 -87px;border:0;padding:3px;}
textarea.text{border:0;padding:3px;background-color:#F7F7F7;}
input.text.red,textarea.text.red, select.red {border:1px solid #a64708;}
input.text.blue, textarea.text.blue, select.blue {border:1px solid #0E89D0;}
input.text.grey,textarea.text.grey, select.grey {border:1px solid #999999;}
input.radio {padding:0;}

input.btn,a.btn{text-decoration:none;color:#333;border:1px solid #BBB;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-family:Arial,sans-serif;font-size:12px;padding:.3em .5em;cursor:pointer;background: #fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));background:-moz-linear-gradient(center top,#FFFFFF,#EDEDED) repeat scroll 0 0 transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,.2);}
input.btn:hover,a.btn:hover{background:#ededed;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));background:-moz-linear-gradient(top,#fff,#dcdcdc);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dcdcdc');}
input.btn:active,a.btn:active {color:#999;background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));background:-moz-linear-gradient(top,#ededed,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff');position:relative;top:1px;}
input.btn[disabled]{color:#999;}
input.btn.s,a.btn.s{font-size:10px;}
input.btn.blue,a.btn.blue{color:#0E89D0;}

input.btnJetztVergleichen {background:url('/images/buttons/jetzt-vergleichen-hover.png') no-repeat 0 0; width:137px;height:26px;}
input.btnJetztVergleichen:hover{background-position: 0 -28px;}
a.btnVergleichen, input.btnVergleichen {background:url('/images/buttons/vergleichen-hover.png') no-repeat 0 0; width:101px;height:26px;}
a.btnVergleichen:hover, input.btnVergleichen:hover{background-position: 0 -28px;}

/* Listen */
.ListHeadline{font-weight:bold;border-bottom:1px solid #c8cac5;padding-bottom:3px;}
.ListHead{background-color:#EDEDED;font-weight:bold;color:#787878;padding:5px 2px;}
.noTr{border:0;}
ul.List{float:left;margin-bottom:6px;width:100%;display:block;}
.List li{border-bottom:1px dotted #AAA;float:left;width:100%;}
.List li li, .List tr li{background: none;}
.List li.odd{background-color:#f7f7f7;}
.List li.even a{background-color:transparent;}
.List li a{float:left;display:block;/*width:85%;*/padding:5px 2px;text-decoration:none;}
.List li span{float:right;display:block;padding:5px 2px;}
.List li span.fl{float:left;}
.List li span.col1{width:40%;padding-left:5px;color:#4b5357;}
.List li span.col2{width:50%;text-align:right;padding-right:5px;color:#757575;}
.List li span.col2 a{float:none;display:inline;padding:0;}
.List span.col20{width:20%; float:left;}
.List span.col25{width:25%; float:left;}
.List span.col33{width:33%; float:left;}

.link,a.arrowl,a.arrowr,a.dbl-arrowl,a.dbl-arrowr,span.arrowl,span.arrowr{background: url(/images/sprites/arrows-small.gif) no-repeat 0 0;padding-left:10px;text-decoration:none;}
.link{background-position:0 -33px;padding-left:8px;}
span.arrowl,a.arrowl {background-position:0 -272px;}
span.arrowl,a.arrowl:hover {background-position:0 -352px;}
span.arrowr,a.arrowr{background-position:right -312px;padding:0 10px 0 0;}
span.arrowr,a.arrowr:hover {background-position:right -382px;}
a.dbl-arrowl{background-position:0 -82px;padding-left:14px;}
a.dbl-arrowl:hover {background-position:0 -162px;}
a.dbl-arrowr{background-position:right -122px;padding:0 14px 0 0;}
a.dbl-arrowr:hover {background-position:right -212px;}

table.zebra tr.odd td, ul.zebra li.odd,ol.zebra li.odd, dl.zebra dt.odd, dl.zebra dd.odd{ background-color:#FFFFFF;border-bottom:1px dotted #AAA;}
table.zebra tr.even td, ul.zebra li.even,ol.zebra li.even, dl.zebra dt.even, dl.zebra dd.even{ background-color:#F2F2F2;border-bottom:1px dotted #AAA;}

/* Bookmark */
.bookmark_popup_text{cursor: pointer;}
.bookmark_popup{display:none;position:absolute;z-index:100;}
.bookmark_popup ul {float:left;width:120px;border:1px solid #aaa;padding:0px !important;}
.bookmark_list {display:inline-block;float:left;list-style-type:none;font-size:80%;margin:0px;padding:0px;}
/*@media screen and (-webkit-min-device-pixel-ratio:0){/*Safari3/Opera9*//*.bookmark_list {font-size: 100%;}}*/
html:first-child .bookmark_list{/*Opera*/font-size:80%;}
.bookmark_list li {float:left;width:23%;margin:0px 1px;padding:1px;background:#eee none;border:1px outset;}
.bookmark_compact {background-color:#eee;border:1px outset;}
.bookmark_compact li {width:16px;height:16px;margin:0px;padding:2px;background-color:transparent;background-image:none !important;border:none;}
.bookmark_list a {width:100%;padding:0px !important;cursor: pointer;}
.bookmark_list span {display:inline-block;width:16px;height:16px;}
.bookmark_list img {border:none;}

/* Tabs */
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Pagination */
.pagination{font-weight:bold;}
.pagination a{text-decoration:none;}
.p-active, .p-counter {font-weight:bold;}
.p-active {background-color:#DDDDDD;}
.p-result {background-color:#EDEDED;text-align:right; padding:5px;}

/* Header */
#headerWrapper{position: relative; z-index:9998;}

#HeaderTop{padding:0 0 0 20px;}
#HeaderTop, #HeaderTop .corner{background: url(/images/sprites/baseStripes.gif) repeat-x 0 -45px;}
#HeaderTop .newsticker{padding:12px 8px 0 0;}
#HeaderTop #newsticker{padding:0 0 5px;overflow:hidden;width:450px;white-space:nowrap;}
#HeaderTop .corner{padding:6px 15px 2px 0;background-position:right top;background-repeat:no-repeat;line-height:24px;}

#HeaderMiddle{background: url(/images/head2014.jpg) no-repeat; height: 65px;position:relative;}
#HeaderMiddle .logo{display:block;padding:65px 0 0 282px;}
#HeaderMiddleWrapper {width: 960px; padding: 8px 8px 0 8px; background-color: #fff;}
#HeaderMiddleWrapper .loginWidget{position: absolute;top:15px;right:20px;z-index: 5003;}
#HeaderMiddleWrapper {position: relative;border-bottom: 1px solid #ffffff;}
#HeaderMiddleWrapper form.searchForm{position: absolute;margin-left: 575px; top: 8px; z-index: 5002;}
#HeaderMiddleWrapper .search {border:1px solid #bababa;padding:0;background:#FFFFFF;top:25px;right:10px;position:relative;}
#HeaderMiddleWrapper input.text,#HeaderMiddle input#lupe{float:left; border:0;background: transparent;height:29px;width:335px;padding:0 0 0 3px;}
#HeaderMiddleWrapper input#lupe{width:45px; height:29px;padding:0;}

#HeaderMiddleWrapper div.loginWidget a,#HeaderMiddleWrapper div.loginWidget a:visited{ color: #fff; }

/*HeaderTiny*/
#HeaderMiddleTiny{background-color:#e9ad01;height:45px;width:100%;}
#HeaderMiddleTiny .logo{display:block;}

/*Footer*/
#Footer{color:#818181;background-color:#ffffff;padding:20px 8px;text-align:center; width:960px;font-size: 12px;margin-left: -8px;}
#FooterBgTiny{color:#818181;background-color:#fff;}
#FooterBgTiny #Footer{width:100%;}
#Footer a:hover{color:#0E89D0;}
#Footer p a{color:#818181;}
#Footer p a:hover{color:#C7C7C7;text-decoration:none;}
#latestNewsDump ul li span{display:none;}

/* Login */
#loginfield {display:none;position:absolute;top:18px;left:35px;width:345px;height:69px;z-index:10;background-color:#2e2e2e;opacity:0.9;filter:alpha(opacity=90)}
#HeaderMiddleWrapper.scroller #loginfield {top:24px;left:605px;padding-right: 10px;}
#loginfield form input{border:none; margin:15px 0 5px 0; padding:3px 4px;}
#loginfield form input.username, #loginfield form input.cb_cookieuser_navbar{margin-left:15px;}
#loginfield form input.username, #loginfield form input.password {width:124px; height:22px;}
#loginfield form input {background: url(/images/sprites/login_input.gif) no-repeat 0 -29px;}
#loginfield form input.username {background-position:0 -58px;}
#loginfield form input.focus_field {background-position:0 0;}
#loginfield form input.button_login {background-position:0 -87px; width:59px;height:25px;padding-right:0;margin-top:14px;cursor:pointer;}
#loginfield form acronym, #loginfield form a{color:#acacac;padding:0 8px 0; text-decoration:none;}
#loginfield form acronym {border-bottom: 1px dotted #acacac; cursor: help;}
#loginfield form label {padding-bottom:5px;}
#loginfield form input.cb_cookieuser_navbar{margin-top:0px;background-position:0 0;vertical-align:middle;}

/* MainNav */
 ul.MainNav{background: url(/images/navBg.gif) no-repeat;width:100%;display:block;padding:0 9px;}
div.MainNav{position:absolute;right:1em;top:1em;height:23px;line-height:1.3em;}
.MainNav li{float:left;padding-left:6px;}
.MainNav li a, .MainNav li.active {background: url(/images/sprites/navActiv.gif) no-repeat;}
.MainNav li a{display:block; padding:13px 16px 8px 10px;text-decoration:none;background-position: -456px;background-repeat:no-repeat;color:#545454;}
.MainNav li a:hover {color:#1c93de;}
.MainNav li.active {float:left;background-position:top left;}
.MainNav li.active a{color:#fff;padding:14px 16px 7px 10px; background: url(/images/sprites/navActivBg.gif) no-repeat;background-position:top right;}
.MainNav .submitIdea{color:#881111;text-decoration:none;font-weight:bold;}
.MainNav .submitIdea b{font-size:1.3em;}

/* MainNavTiny */
 ul.MainNavTiny{background: url(/images/navBg.gif) repeat;width:100%;display:block;padding:0 9px;}
.MainNavTiny li{float:left;}
.MainNavTiny li a, .MainNavTiny li.active {background: url(/images/sprites/navActiv.gif) repeat;}
.MainNavTiny li a{display:block; padding:13px 13px 8px;text-decoration:none;background-position: -456px;background-repeat:no-repeat;color:#545454;}
.MainNavTiny li a:hover {color:#1c93de;}
.MainNavTiny li.active {padding-left:6px;float:left;background-position:top left;}
.MainNavTiny li.active a{color:#fff;padding:14px 22px 7px 16px; background: url(/images/sprites/navActivBg.gif) no-repeat;background-position:top right;}

/* SubNav */
.SubNav{background:#2e2e2e;width:100%;display:block;padding:0 9px;}
.SubNav li{float:left;}
.SubNav li a,.SubNav span{color:#c7c7c7;display:block;padding:7px 13px 8px;text-decoration:none;}
.SubNav li a:hover{color:#fff;background-image:none;background-repeat:repeat-x;}
.SubNav li.active a{background: url(/images/sprites/navActiv.gif) no-repeat; background-position:center bottom;font-weight:bold;color:#fff;}

#menu_sublevel_1{width:959px;}
.DynNav {background:url(/images/navBg.gif) no-repeat 0 0 #2E2E2E;display:block;padding:0 9px 27px;}
.DynNav>li{float:left;padding-left:6px;font-family:Verdana,sans-serif;}
.DynNav>li a, .DynNav>li.active {background: url(/images/sprites/navActiv.gif) no-repeat;}
.DynNav>li a{display:block; padding:13px 16px 8px 10px;text-decoration:none;background-position: -456px;background-repeat:no-repeat;color:#545454;}
.DynNav>li a:hover {color:#1c93de;}
.DynNav>li.active {float:left;background-position:top left;}
.DynNav>li.active a{color:#fff;padding:14px 16px 7px 10px; background: url(/images/sprites/navActivBg.gif) no-repeat;background-position:top right;}
.DynNav>li.active ul li, .DynNav>li.active ul li a{background: none;}
.DynNav ul {background:#2e2e2e;width:900px;display:block;padding:0 9px;position:absolute;top:35px;left:0;font-size:12px;}
.DynNav ul.hide {display:none;}
.DynNav ul li{float:left;font-family:Arial,sans-serif;}
.DynNav ul a,.DynNav ul span,.DynNav li.active ul li a,.DynNav li.active ul li span{background:none;color:#c7c7c7;display:block;padding:7px 13px 8px;text-decoration:none;}
.DynNav li ul li a:hover{color:#fff;background-image:none;background-repeat:repeat-x;}
.DynNav li ul li.active a{background: url(/images/sprites/navActiv.gif) no-repeat; background-position:center bottom;font-weight:bold;color:#fff;}

/* content /images/bgcontent.gif */
#ContentBg{padding:0;min-height:800px;position: relative; z-index: 1000;} /* -294px -> 24px */
#ContentBg273{padding:10px 0 0 0;min-height:800px;_height:800px;}
#ContentInner{padding-top:10px;}
#ContentBgTiny{background: #ffffff;;padding:10px;}
.breadcrumb{padding-bottom:5px;margin:5px 0;font-size:90%;} /* padding-left:10px;margin-bottom:20px; */
.breadcrumb li{float:left;padding-right:5px;}

/* adition */
#adition_big {position:absolute;top:0;width:976px;text-align:center;}
#adition_sky {position:absolute;top:160px;margin-left:976px;left: inherit !important;}

.newsteaser .title{font-weight:bold;line-height:1.3em;margin-top:5px;font-size:16px;}
.newsteaser .title span{display:block;color:#333333;font-size:12px;}
.newsteaser img{border:1px solid #CCC;}
.newsteaser .grid_7_3{margin:0 14px 0 0;margin-right:10px\9;}
.newsteaser .grid_7_3:last-child{margin:0;}
.newsteaser .grid_8_3{margin:0 20px 0 0;}
.newsteaser .grid_8_3:last-child{margin:0;}

/* artikel */
.artikel h1, .artikel h2.h1 {margin-bottom:20px;}
.artikel h1 span, .artikel h2.h1 span{display:block;font-size:50%;}
.artikel h1 span span, .artikel h2.h1 span span{display:inline;font-size:100%;color:#FFFFFF;}
.artikel h2 {font-weight:bold;line-height:1.3em;}
.artikel .tabelle table {line-height:1.3em;}
.artikel h2 a span,.artikel h2 span.a{display:block;color:#333333;font-size:12px;}
.artikel p {margin:10px 0;}
/*.artikel p:nth-of-type(2) {margin-top:35px;}*/
.artikel .artImg {max-height:130px;}
/*#artikel img {margin:10px 0 10px 10px;}*/
.artikel .List li a {display:inline;float:none;padding:0;text-decoration:none;width:0;}
.artikel .List li {padding:3px 0;background:none;}
.artikel ul{padding-left:15px;list-style-type:circle;margin:10px 0;}
.artikel ul.DocumentPagination, .artikel ul.nobul{padding-left:0;list-style-type:none;}
.artikel .assets_left{margin:10px 10px 0 0;float:left;text-align:center;width:212px;}
.artikel .assets_right{margin:10px 0 0 10px;float:right;text-align:center;}
.artikel .assets_center{text-align:center;margin-bottom:20px;overflow:hidden;}
.artikel .assets_center .subtitle{margin-top:5px;}
.artikel .fullImage{display: inline;}
.artikel .docImgCtr {float:right; width:100%; text-align:center;}
.artikel .halfImageDocument{width:290px;margin:0 10px;float:left;}
.artikel .thirdImageDocument{width:186px;margin:0 10px;float:left;}
.artikel .halfImageNews{width:250px;margin:0 10px;float:left;}
.artikel .thirdImageNews{width:173px;margin:0 10px;float:left;}
.docNews .imgR{margin:30px 0 10px 6px;width:222px;}
.docNews .imgR img{width:220px;}
.docNews .imgR div{border:1px solid #CCC;text-align:center;}
.docNews .imgR p{color:#888;font-size:0.9em;}
.docNews .imgR p a{color:#888;}
.docNews .caAds .timage, .docNews .caAds .thtml, .docNews .caAds .tflash{margin-top:30px;}
.docNews .caAds .thtml{height:250px;width:300px;}
/*.docNews #adsense-1 {padding-right:90px}*/
.teaser img{border:1px solid #DEDEDE;}
.newsMeta{margin-top:-22px;}

/* Informer */
#informerNav{margin-left:80px;}
#informer h1, #informer p.h1{font-size:2em;font-weight:bold;margin-bottom:0;display:inline;}
#informer p.h1 a, #informer h1 a{color:#333333;}
#informer p.h1 a:hover, #informer h1 a:hover{text-decoration:none;}
#informer .informerHead span, #informer .informerHead span{font-weight:bold;color:#878787;margin-left:5px;}
#informer img{width:70px;}
#informer ul{padding-right:15px;width:90px;}
#informer ul.last{padding-right:0px}
#informer li{border-bottom:1px dotted #AAA;}
#informer li.active a, #informer li.alt1 a{color:#333333;font-weight:bold;}
#informer li a, #informer li span{display:block;padding:5px 5px 5px 0;}
#informer li a span{display:inline;padding:0;}
#informer ul.hersteller.col3{width:100px;}
#informer ul.hersteller.col4{width:100px;}
#informer ul.hersteller.col5{width:90px;}
#informer ul.anbieter.col3{width:110px;}
#informer ul.anbieter.col4{width:70px;}
#informer ul.anbieter.col5{width:120px;}
#informer ul.tarif{padding-right: 0;}
#informer ul.tarif.col1{width:62px;}
#informer ul.tarif.col2{width:100px;}
#informer ul.tarif.col3{width:96px;}
#informer ul.tarif.col4{width:302px;}
#informer ul.smartwatch.col5{width:120px;}
#informer ul.handys.col3, #informer ul.tablet.col3{width:100px;}
#informer ul.handys.col4, #informer ul.tablet.col4{width:70px;}
#informer ul.handys.col5, #informer ul.tablet.col5{width:120px;}
#informer ul.userlist.col1{width:80px;}
#informer ul.userlist.col2{width:275px;}
#informer ul.userlist.col3{width:135px;}
#informer .bookmark_list span{display:inline-block;width:16px;height:16px;}

/* update icons */
#update li span{display:block;padding:6px 5px 0 0;color:#757575;}
#update li a{background: url(/images/sprites/icon.png) no-repeat 0 0;padding:6px 30px;width:65%;}
#update li.NewCamPic a{background-position:0 -4px;}
#update li.NewEntry a{background-position:0 -33px;}
#update li.NewHandyPic a{background-position:0 -79px;}
#update li.NewForum a{background-position:0 -56px;}
#update li.NewTest a{background-position:0 -105px;}

/* Text */
#text li a.headline{width:90%;background: url(/images/sprites/icon.png) no-repeat -6px -103px;padding:6px 30px 6px 20px;font-weight:bold;}
#text li a.link{display:inline;float:none;background:none;}
#text li p{margin-bottom:15px;line-height:1.1em;}
#text li span.date{padding:0 10px 0 0;color:#757575;font-weight:normal;}

/* test */
#test{padding-top:10px;}
#test p{font-size:1em;line-height:1.1em;}
#test h2{padding:5px 0;font-weight:bold;}
#test #bewertung li{width:33%;}
#test #bewertung li .col1{width:30%;padding-top:14px;padding:14px 0 0 ;}
#test #bewertung li .col2{width:67%;float:left}
#test #bewertung li .col2 span{float:left}

/* table tinymce */
.tabelleTinyMCE .List table{border:none;}
.tabelleTinyMCE .List tr.odd td{background-color:transparent;}
.tabelleTinyMCE .List tr.even td{background-color: #F4F4F4;}
.tabelleTinyMCE .List td{padding:5px;}
.tabelleTinyMCE .List.sideheader thead tr:first-child td.head:first-child{background-color:#ffffff;border-right: 3px solid #cccccc;}
.tabelleTinyMCE .List tr td.head{background-color:#F4F4F4;font-weight: bold;border-right: 3px solid #cccccc;}
.tabelleTinyMCE .List thead tr:first-child td.head{border-bottom: 3px solid #cccccc;border-right: 1px solid #ffffff;}
.tabelleTinyMCE .List td{padding:4px 5px; border:1px solid #ffffff;}

/* table */
.tabelle table{width:100%;}
.tabelle thead,.tabelle th,.tabelle tr.level2 td,.level2 {background-color:#EDEDED;}/*changed #ededed*/
.tabelle tr.level1 td,.level1 {background-color:#CECECE;}
.tabelle .List th, .tabelle .List td, li.head, div.head{text-align:left;padding:5px;vertical-align:top;}
.tabelle .List tr.odd td, span.odd {background-color:transparent;}
.tabelle .List tr.even td, span.even ,.tabelle tr.level3 td,.level3 {background-color:#F2F2F2;}
.tabelle .List th, .tabelle .List td.head, li.head,div.head {color:#787878;} /*changed #787878*/
.tabelle .List td{padding:4px 5px; border-bottom:1px dotted #AAA; text-align:left;}
.tabelle .List td td { padding: 0;background:none;}
.tabelle .List td.head, li.head,div.head{background-color:#ededed;border-top:0px solid #C8CAC5;font-weight:bold;}
.tabelle .List td.col1{color:#757575;vertical-align:middle;width:11%;}
.tabelle .List td.bgRed{background-color:#FFCCCC;}
.tabelle .List td.bgGreen{background-color:#BBFFAA;}
.tabelle .List td.bgBlue{background-color:#BBDDEE;}
.tabelle .List td.bgDarkred{background-color:#FF9999;}
.tabelle .col1{line-height:1.2em;}
.tabelle td.col2,.tabelle td.colC,.tabelle th.colC{text-align:center;}
.tabelle td.colR,.tabelle th.colR{text-align:right;}
.tabelle td.vcolC{vertical-align:middle;}
.tabelle .colBord td{border-right:1px dotted #BBBBBB;}
.tabelle .metaInfo{color:#999999;}
.tabelle .linkToNews, .tabelle .linkToThread{background: url(/images/sprites/icon.png) no-repeat -1px -229px;padding:11px;display:block;}
.tabelle .linkToNews{background-position:-1px -292px;padding:11px 0 11px 41px;}
.tabelle a.link{margin-top:5px;}
.boxed {border:1px solid #CCCCCC;padding:5px 5px 10px;}
img.boxed {padding:0;}
.shadowBox{border-radius:5px;box-shadow:0 0 10px #BBBBBB;padding:10px;margin:0 10px;}

.calendar .month a,.calendar .month span{font-family:monospace; letter-spacing: -1px;}
.calendar .month {line-height:1.3em; height:150px; width:140px;}
.calendar .month span.weekdays {background-color:#EEEEEE;padding:1px;font-weight:bold;}
.calendar .month span.weekend {background-color:#EEEEFF;padding:0px 0 0px 1px;}
.calendar .month a:hover {background-color:#EEEEFF;text-decoration:none;}
.calendar .month span.activNews,.calendar .month span.activNews .weekend {background-color:#EEEEFF;font-weight:bold;}
.calendar .month span.inactivNews {color:#9E9E9E;}

td.colR, th.colR{text-align:right;}
td.colL, th.colL{text-align:left;}
td.vcolC, th.vcolC, .tabelle .List.vcolC td{vertical-align:middle;}
/* Kommentar */
#showCommentForm{background: url(/images/sprites/icon.png) no-repeat 0 -326px;padding:5px 0 0 26px;display:block;}
#newsComment li.commentBox, #smallComment li{background-color:#EDEDED;}
#smallComment li .infotxt, #smallComment li .number {padding:5px; background-color:#CECECE;}
#smallComment li .infotxt .username{padding-left:30px;}
#newsComment .col1, #smallComment .col1{width:20%;padding:10px 0;text-align:center;}
#newsComment .col2, #smallComment .col2, #commentForm.col2 {width:80%;background-color:#FFFFFF;}
#newsComment .col2 form, #smallComment .col2 form,#smallComment .col2 p{padding:20px 25px;}
#comments p.pagetext,#comments p.commenttext{width:490px;overflow:auto;line-height:1.3}
#newsComment .commentText p{line-height:1.3em;padding:10px;overflow:hidden;}
#newsComment .commentText div {padding:10px 10px 0;}
#comments p.commenttext{width:600px;}
#comments .title {width:420px;overflow:hidden;}
/* ComparePhones */
#comparePhones .List li span{padding-bottom:5px;}
#comparePhones .List li span span a{width:100%;}
#comparePhones .List li.Links{width:50%;}
#comparePhones .List li.noB{background:none;}
#comparePhones .List li.Links .link{padding-left:8px;background-position:0 8px;}
#comparePhones .List li a.col1{width:20%;}
#comparePhones .List li span.col2{width:78%;color:#000;}
#comparePhones .List li span.stars{padding:0;width:55%;}
#comparePhones .List li span.stars span{padding:2px 0;float:left;}
#comparePhones .List li .stars .Half{background-position:0 -263px;}
#comparePhones .List li .stars .On{background-position:0 -205px;}
#comparePhones .List li .stars .Off{background-position:0 -179px;}
#comparePhones .List li span.col1{padding:2px 0 0;width:36%;}

/* imagecollection */
.imagecoll .c4 li, .imagecoll .c10 li {background:none;padding:5px 0 5px 5px;}
.imagecoll .c4 li {width:67px;}
.imagecoll .c10 li {width:24px;padding:5px 0 0 5px;}
.imagecoll .c4 li a,.imagecoll .c10 li a {padding:0;display:inline;border:1px solid #bfbfbf;}
.imagecoll .c4 li a {width:65px;height:57px;}
.imagecoll .c10 li a {width:24px;height:24px;border-color:#f2f2f2;}
.imagecoll li a:hover{border:1px solid #0e89d0;}

/* handybilder */
#handyFotos li{background:none;width:67px;padding:5px 0 5px 5px;}
#handyFotos li a{padding:0;width:65px;height:57px;display:inline;border:1px solid #bfbfbf;}
#handyFotos li a:hover{border:1px solid #0e89d0;}

/* User */
#user li{background:none;width:24px;padding:5px 0 0 5px;}
#user li a{padding:0;width:24px;height:24px;display:inline;border:1px solid #f2f2f2;}
#user li a:hover{border:1px solid #0e89d0;}

/* bewertung */
#bewertung .col1{width:52%;padding-top:13px;}
#bewertung .col2{width:43%;}

/* Zubehoer */
#zubehoer .List li a.col1{width:33%;}
#zubehoer .List li a img{border:1px solid #c1c1c1;}
#zubehoer .List li a:hover img{border:1px solid #0e89d0;}
#zubehoer .col2{width:65%;}
#zubehoer .col2 a{width:100%;display:block;padding:0;}
#zubehoer .col2 .price{float:left;padding:3px 0;}
#zubehoer .col2 .smallPrint{display:block;padding:0;width:100%;letter-spacing:1px;}

/* Games */
#games .List li a.col1{width:25%;}
#games .List li a img{border:1px solid #c1c1c1;}
#games .List li a:hover img{border:1px solid #0e89d0;}
#games .col2{width:73%;}
#games .col2 p a{display:inline;padding:0;width:10%;float:none;}
#games .col2 a{width:100%;display:block;padding:0;}

#games .col2 a span{display:inline;padding:0;width:10%;float:none;}
#games .col2 a.link{width:65%;display:block;padding:3px 0 0 8px;float:right;background-position:0 7px}

/* Tests */
#tests .List li {padding:5px 0;}
#tests .List li a.col1{width:25%;}
#tests .List li a img{border:none}
#tests .col2{width:73%;}
#tests .col2 p {padding:5px 0 0;}
#tests .col2 a{display:inline;padding:0;float:none;}

#wBuyTeaser table td{vertical-align:middle;padding:4px 0;}

/* Hersteller */
#wHstTop table{width:100%;margin:10px 0px 20px;}
#wHstTop table td{width:33%;vertical-align:bottom;text-align:center;padding-top:10px;}
#wHstTop table td a, #pictureHandyList a{text-decoration:none;}
#wHstTop table td a img{padding-bottom:13px;width:100px;}
#wHstTop table td span{display:block;padding:3px 0px;}

.hst p{line-height:1.3em;margin:10px 0;}
.hst .profil img{margin:10px 0 10px 10px;}

.slideTeaser ul li{padding:5px 0;}
.slideTeaser ul li .img{width:40px;height:40px;margin:0px 5px;border:1px solid #CCCCCC;text-align:center;overflow:hidden;line-height:40px;}
.slideTeaser ul li .img a{display:block;}
.slideTeaser ul li .img a img{height:35px; vertical-align:middle;}

.slidePrev .assetPrev{display:none;padding:5px;width:auto;position:absolute;top:70px;left:20px;background-color:#DEDEDE;opacity:0.6;border:1px solid #AAA;}
.slidePrev .assetPrev img{height:35px;border:1px solid #AAA;}
.slidePrev:hover .assetPrev{display:block;}

.testPreview h1{margin-bottom:5px;}

ul.testTeaser li{width:33%;float:left;}
.testTeaser p{margin-bottom:5px;line-height:1.2em;}
.testTeaser p.title{font-size:15px;font-weight:bold;margin-bottom:20px;}
.testTeaser div.img{float:left;width:70px;text-align:center;}
.testTeaser div.img a img{vertical-align:middle;}
ul.testTeaser div.dat{float:left;width:120px;}
div.testTeaser div.dat{margin-left:80px;}

/* Datenblatt */
#datenblatt ul.tabs-nav{display:block;padding:0;list-style:none;border-top:1px solid #C8CAC5}
#datenblatt ul.tabs-nav li.tabs-nav-item{float:left;font-weight:bold;width:20%;text-align:center;padding-bottom:5px;}
#datenblatt ul.tabs-nav li.tabs-selected{}
#datenblatt ul.tabs-nav li.tabs-nav-item a{height:50px;line-height:80px;border-bottom:1px solid #CCCCCC;border-left:1px dotted #CCCCCC;padding:0px 10px;display:block;text-decoration:none;}
#datenblatt ul.tabs-nav li.tabs-nav-item a:hover{color:#666666;border-bottom-color:#0E89D0;}
#datenblatt ul.tabs-nav li.tabs-nav-item a span{padding-top:40px;}
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconIndex{ background: url("/images/icons/datenblatt/allgemeines.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconHardware{ background: url("/images/icons/datenblatt/hardware.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconVerbindungen{ background: url("/images/icons/datenblatt/verbindungen.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconFeatures{ background: url("/images/icons/datenblatt/features.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconDatentransfer{ background: url("/images/icons/datenblatt/datentransfer.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item a span.iconWeiteres{ background: url("/images/icons/datenblatt/weitere.gif") no-repeat scroll center center transparent; }
#datenblatt ul.tabs-nav li.tabs-nav-item:first a{border-left:0px none;}
#datenblatt ul.tabs-nav li.tabs-selected{background: url('/images/sprites/arrows-small.gif') no-repeat center 44px;}
#datenblatt ul.tabs-nav li.tabs-selected a{border-bottom:1px solid #0E89D0;color:#666666;background-position:top;}
#datenblatt div.tabs-panel table tbody tr td{width:170px;line-height:1.5em;}
#datenblatt .productdata tr td{position:relative;}
#datenblatt .productdata .rm{position:absolute;top:2px;right:2px;opacity:0.7;filter:alpha(opacity=70);}
#datenblatt .productdata .rm:hover{opacity:1;filter:alpha(opacity=100);}
#datenblatt .productdata table th{text-align:center;font-style:italic;}
#datenblatt .productdata .tabs td{padding:10px 5px;}
#datenblatt .productdata .tabs .active{font-weight:bold;font-size:1.1em;}
#datenblatt .productimage{text-align:center;}
#datenblatt .productimage table{border-collapse:separate;border-spacing:5px;}
#datenblatt .productimage table .measures{border:1px solid #666;}
#datenblatt .productimage table .measures span{padding:3px;background-color:#FFFFFF;}
#datenblatt .productimage table .height{border-width:1px 0px;background: url(/images/dottedVer.gif) repeat-y 50% 0;vertical-align:middle;}
#datenblatt .productimage table .width{border-width:0px 1px;background: url(/images/dottedHor.gif) repeat-x 0 50%;}
#datenblatt ul.multivalue li{background: url(/images/kreuz_sm.gif) no-repeat 0 2px;padding-left:20px;color:#999999;}
#datenblatt ul.multivalue li.selected{background: url(/images/haken_sm.gif) no-repeat 0 2px;color:#333333;}
.datasheetDisclaimer{clear:both;padding:20px 10px;color:#CCCCCC;font-size:9px;}
#dialogFeedbackData input, #dialogFeedbackData textarea{padding:3px;}
#dialogFeedbackData textarea{width:100%;}

.hOvWrap{position:relative;}
.hOvDescX{top:-1400px;position:absolute;}

/* Videos */
#videos .videoView{text-align:center;margin-bottom:20px;}
#videos .videoView .video{width:480px;margin:0px auto;}
#videos .videoView .video h2{margin-bottom:20px;}
#videos .videoView .video p{margin:20px 0px;text-align:left;line-height:1.3em;}
#videos .videoList li{float:left;padding:10px 12px;text-align:center;}
#videos .videoList .thumb{width:182px;font-size:0.96em;}
#videos .videoList .thumb img{width:180px;border:1px solid #666666;}
#videos .videoList .thumb p{padding:5px 0px;margin:0;line-height:1.3em;}
#videos .videoList .thumb .pubdate{float:left;font-size:0.83em;}
#videos .videoList .thumb .duration{float:right;font-size:0.83em;}

.videoListTeaser{margin-bottom:3px;padding-bottom:10px;}
.videoListTeaser li{float:left;padding:10px 7px;text-align:center;}
.videoListTeaser .thumb{width:140px;font-size:0.96em;}
.videoListTeaser .thumb img{width:140px;border:1px solid #666666;}
.videoListTeaser .thumb p{padding:5px 0px;margin:0;line-height:1.3em;}
.videoListTeaser .thumb .pubdate{float:left;font-size:0.83em;}
.videoListTeaser .thumb .duration{float:right;font-size:0.83em;}


.List li a img{height:70px;}

/* Slideshow */
ul.slideshowList li{padding:10px 0;}
ul.slideshowList li div{padding:10px;background-color:#f2f2f2;}
ul.slideshowList li div h2{font-size:16px;font-weight:bold;background:none;}
ul.slideshowList li div ul li{margin-right:20px;padding:0px;}
ul.slideshowList li div ul li a{display:block;height:100px;line-height:100px;}
ul.slideshowList li div ul li a img{border:1px solid #787878;}

.slideshowTeaser{margin-bottom:10px;padding:5px;position:relative;}
.slideshowTeaser .prev, .slideshowTeaser .next{top:20px;right:20px;position:absolute;background:url(/images/sprites/arrows4.png) no-repeat scroll -41px -5px transparent;text-decoration:none;display:inline-block;height:65px;width:15px;}
.slideshowTeaser .prev{left:20px;right:auto;background-position:-14px -5px;}
.slideshowTeaser .prev:hover{background-position:-14px -80px;}
.slideshowTeaser .next:hover{background-position:-41px -80px;}

.cprLstEd, .cprLstUs{line-height:1.3em;font-weight:bold;}
.cprLstEd .head, .cprLstUs .head{color:#666;margin-bottom:15px;text-align:center;font-style:italic;}
.cprLstEd .imgL{margin:4px 5px 4px 0;}
.cprLstEd .device, .cprLstEd .vs, .cprLstUs .device, .cprLstUs .vs{float:left;display:inline;width:165px;}
.cprLstEd .vs{text-align:center;font-size:18px;color:#666;margin:30px 0 0;}
.cprLstUs .vs{text-align:center;color:#666;margin:10px 10px 0;width:30px;}
.cprLstUs .device{width:140px;}
.cprLstEd .device a, .cprLstEd .device a:visited, .cprLstUs .device a, .cprLstUs .device a:visited{color:#444;}
.cprLstEd .device a span, .cprLstUs .device a span{font-weight:normal;}

#slideshow{margin:0px auto;}
#slideshow .imageWrapper{text-align:center;}
#slideshow .navControls{padding:10px;position:relative;width:200px;height:40px;line-height:40px;margin:0 auto;}
#slideshow .navControls span.ctrlBtn{position:absolute;background: url("/images/sprites/sliderArrow.jpg") no-repeat center;text-decoration:none;}
#slideshow .navControls span.ctrlBtn{display:block;width:36px;height:36px;}
#slideshow .navControls span.prev{background-position:0 2px;left:0px;cursor: pointer;}
#slideshow .navControls span.next{background-position:-44px 2px;right:0px;cursor: pointer;}
#slideshow .navControls div{position:absolute;text-align:center;width:200px;font-size:1.2em;font-weight:bold;color:#787878;}
#slideshow .navControls span.prev:hover{background-position:0 -35px;left:0px;}
#slideshow .navControls span.next:hover{background-position:-44px -35px;right:0px;}
#slideshow ul.thumbs{display:inline-table;}
#slideshow ul.thumbs li {float:left;margin:0 5px 5px 0;width:80px;height:80px;line-height:80px;border:1px solid #666666;opacity:0.6;filter:alpha(opacity=60);}
#slideshow ul.thumbs li.active{border-color:#0E89D0;opacity:1.0;filter:alpha(opacity=100);}
#slideshow ul.thumbs img{height:80px;}

/* DocumentList */
.documentList ul li{clear:both;}
.documentList li{padding:5px 0 15px;border-bottom:1px dotted #AAA;clear:both;_height:80px;min-height:80px;}
.documentList li.odd{background-color:#FFFFFF;}
.documentList li.even{background-color:#F2F2F2;}
.documentList li a img{float:left;max-width:70px;}
.documentList li h2{margin-left:80px;font-size:1.1em;font-weight:bold;padding-bottom:5px;line-height:1.4em;background-image:none;}
.documentList li h2 span.date{font-weight:normal;color:#878787;background: url(/images/sprites/icon.png) no-repeat -7px -107px;padding-left:20px;}
.documentList li p{margin-left:80px;line-height:1.2em;}

.handyList li{padding:15px 0px;border-bottom:1px dotted #AAA;}
.handyList li .col2{float:left;width:420px;}
.handyList li .col3{float:left;width:120px;}
.handyList p{line-height:1.3em;margin-bottom:1em;}
.handyList .img{float:left;width:80px;text-align:center;}
.handyList .img img{max-width:70px;_width:70px;}
.handyList .data{margin-left:80px;}
/*.handyList .testRating{margin-left:10px;}*/
.handyList .info{float:left;width:450px;}
.handyList .info dt{float:left;padding-bottom:3px;width:140px;font-weight:bold;}
.handyList .info dd{float:left;padding-bottom:3px;width:310px;}
.handyList .info dt.even, .handyList .info dd.even{background-color:#F2F2F2;}
.handyList li li{background:none;padding:2px 0px;}

.vendorlist ul li{width:33%;float:left;}
.vendorlist ul li.head{width:auto;float:none;display:block;}

.testRating{color:#FFFFFF;width:55px;height:45px;line-height:auto;text-align:center;background:transparent url(/images/sprites/test-rating-str.png) no-repeat;font-family:Arial,sans-serif;}
.testRating .percent{font-size:20px;padding-top:8px;}
.testRating .descrip{font-size:9px;}
.testRating hr{border-width:1px 0 0 0}
.testRating.ratingC{margin:0px auto;}
.testRating.rate1{background-position:-8px -2px;}
.testRating.rate2{background-position:-68px -2px;}
.testRating.rate3{background-position:-128px -2px;}
.testRating.rate4{background-position:-188px -2px;}
.testRating.rate5{background-position:-248px -2px;}
.testRating.rate6{background-position:-308px -2px;}
.testRating.rate0{background-position:-368px -2px;}

.drb {font-size:12px;margin-left:80px;margin-bottom:10px;}
.drb2 {margin-left:20px;}
.drb3 {width:190px;-moz-box-shadow:5px 5px 7px #CCCCCC;-webkit-box-shadow:5px 5px 7px #CCCCCC;box-shadow:5px 5px 7px #CCCCCC;border:1px solid #EA0;padding:5px;}
.drb .red, .drb .use{text-align:center;padding:0 30px 5px 0;background:url(/images/sprites/text-vert.png) no-repeat top right;}
.drb .use{background-position: bottom right;color:#666;border-top:1px solid #999;padding:10px 30px 0 0;}
.drb .quiet{color:#999999;}
.drb2 .use{min-width:150px;_width:150px;}
.drb .ratper{font-size:24px;font-weight:bold;margin-bottom:3px;font-family:Verdana, Helvetica, sans-serif;}
.drb .use .ratper{font-size:20px;}
.drb .cur{vertical-align:top;margin-left:10px;}
.drb .ratdesc{font-size: 11px;margin-bottom:5px;}
.drb .cur .ratdesc{}
.drb .cur .ratper{}
.drb .rattxt{margin-bottom:10px;}
.drb .ratuse{font-size:11px;}
.drb .use2 .ratuse{margin-left:-20px;}
.drb .hl{font-weight:bold;}
.drb .nohl{color:#AAAAAA;}

.trs {margin:10px 0 20px;width:300px;height:194px;background: transparent url('/images/testlogo/bg.png') no-repeat;}
.trs table {width:280px;text-align:center;}
.trs table.trat {margin:5px 10px 15px;}
.trs table.urat {margin:15px 10px 15px;}

.trs .xxs {font-size:.75em;}
.trs .use{float:left;margin-left:5px;border:1px solid #000;width:90px;text-align:center;height:148px;background-color:#FFF;}
.trs .use div{line-height:1.2em;}
.trs .use .cap{background-color:#D9D7DC;font-size:12px;font-weight:bold;padding:7px 0;}
.trs .use .ratper{font-size:22px;font-weight:bold;font-family:Verdana, Helvetica, sans-serif;}
.trs .use .ratuse div{margin-top:5px;}
.trs .use .ratuse strong{display:block;}
.trs .cur{font-size:10px;}

#rating {border:none;border-bottom:1px solid #CCC;background:none;padding:0;font-size:12px;font-family:Arial, sans-serif;}
#rating .side {float:left;text-align:center;padding:5px;}
#rating.ui-corner-all, #rating .ui-corner-all, #rating .ui-corner-bottom{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
#rating ul.tabs-nav{height:28px;background: url(/images/bgTabs.gif) repeat-x bottom;border:1px solid #CCC;border-width:1px 0;padding:0;}
#rating.ratingTestview ul.tabs-nav{padding:0 0 0 180px;}
#rating ul.tabs-nav li.tabs-nav-item{border:0;margin:0;padding-bottom:5px;}
#rating ul.tabs-nav li.tabs-nav-item a{height:28px;line-height:28px;border-bottom:1px solid #CCCCCC;border-left:1px dotted #CCCCCC;padding:0px 10px;display:block;text-decoration:none;background: url(/images/bgTabs.gif) repeat-x bottom;}
#rating ul.tabs-nav li.tabs-nav-item a:hover{color:#666666;border-bottom-color:#0E89D0;}
#rating ul.tabs-nav li.ui-tabs-selected{background: url(/images/sprites/arrows-small.gif) no-repeat center 22px;}
#rating ul.tabs-nav li.ui-tabs-selected a{border-bottom:1px solid #0E89D0;color:#666666;background-position:top;}
#rating .ui-tabs-panel{padding:0 1em 1em;background-color:#FFF;}
#rating.ratingTestview .ui-tabs-panel{min-height:300px;_height:300px;}

#rating table tr td {height:40px;vertical-align:middle;padding:4px 5px;}
#rating table tr td.perc{font-size:18px;font-family:Verdana, Helvetica, sans-serif;}
#rating table.total {font-size:16px;font-weight:bold;}
#rating table.total tr td.perc{font-size:22px;}

.accTbl tbody.head{cursor:pointer;}
.accTbl tbody.head:hover{background-color:#eee;}
.accTbl tbody.head span.arrow{background:url("/images/sprites/arrows2.png") no-repeat scroll 0 0 transparent;display:inline-block;height:16px;width:16px;margin-right:10px;}
.accTbl tbody.head span.arrowUp{background-position:0px -48px;}
.accTbl thead tr td{height:20px;}

.tabify .tabs {padding:6px 0;}
.tabify .tabs a {padding:4px 5px;cursor:pointer;}
.tabify .tabs a.active {background-color:#EDEDED;color:#787878;}

.wTestrating dl{width:300px;}
.wTestrating dl dt{float:left;padding-bottom:3px;width:80px;height:45px;}
.wTestrating dl dd{float:left;padding-bottom:3px;width:220px;height:45px;}

ul.topflop {padding-left:30px;list-style:none;}
ul.topflop li{line-height:1.5em;}
ul.topflop li.head{margin-left:-30px;}
ul.topflop .top,ul.topflop .pro{list-style-image:url("/images/pro.gif");}
ul.topflop .flop,ul.topflop .contra{list-style-image:url("/images/contra.gif");}

.handyfinderForm table tbody td{width:25%;border-left:1px dotted #CCCCCC;}
.handyfinderForm table tbody td.first{border:0;}
.handyfinderForm table tbody td select{width:140px;}
.handyfinderForm table tbody td input.text{width:132px;}
.handyfinderForm table tbody td input.num{width:40px;}
.handyfinderForm table tbody td p{margin-bottom:0.6em;}

div.searchpage{padding:10px;min-height:400px;}
div.search .cat{font-size:14px;margin-bottom:1em;font-weight:bold;}
div.search .cat .active, div.search .filters ul li .active{color:#000000;}
div.search .searchField{width:380px;border:1px solid #0E89D0;padding:0;background:#FFFFFF url(/images/sprites/baseStripes.gif) repeat-x  0 -87px;margin:10px auto;}
div.search .searchField input.text{float:left;width:350px;}
div.search .searchField input.lupe{float:right;width:20px;height:13px;padding:4px 0 0;}
div.search label{vertical-align:super;}
div.search .resultCnt{padding:5px;background-color:#DDDDDD;border-top:1px solid #AAAAAA;}
div.search .filters ul li{line-height:1.5em;}

div.search .result{border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;padding:0 10px;}
div.search .result span.type{display:block;font-size:9px;font-weight:bold;}
div.search .result span.title{display:block;font-size:14px;}
div.search .result .date{font-weight:bold;}
div.search .result .img{border:1px solid #CCCCCC;height:60px;line-height:60px;margin:0 5px 0 0;text-align:center;width:60px;}
div.search .result .img a{display:block;}
div.search .result .img img{max-height:50px;_height:50px;max-width:50px;_width:50px;vertical-align:middle;}
div.search .result .pictures li{float:left;display:table;width:120px;height:120px;border:1px solid #CCCCCC;margin:0 8px 10px 0;text-align:center;}
div.search .result .pictures li span{display:table-cell;vertical-align:middle;}
div.search .result .pictures li span a{display:block;}

ul.image_search li{float:left;display:table;width:120px;height:120px;margin:0 8px 10px 0;text-align:center;border:1px solid #CCCCCC;}
ul.image_search li span{display:table-cell;vertical-align:middle;}
ul.image_search li span a{display:block;}

/* Lexicon */
.lexiconHead ul li{width:auto;}
.lexiconIndex td{width:33%;}
.lexiconIndex td a{display:block;}

/* Rating  */
span.star-rating-text{float:left;}
div.star-rating-input{margin-left:160px;}
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating {margin-bottom:3px;}
div.rating-cancel,div.rating-cancel a{background:url(/images/sprites/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/sprites/star2.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}

.srr .left,.srr .right{float:left;background:transparent url(/images/sprites/star.gif) 0 16px;height:16px;}

.wNews img{margin:4px 0;border:1px solid #DEDEDE;}
.wNews .text{margin-left:75px;padding:4px 2px;font-size:10px;}
.wNews.noimg .text{margin-left:0;}

.wWatchlist ul li{margin:5px;padding:5px;border:1px dotted #787878;width:78px;position:relative;}
.wWatchlist ul li .rm{position:absolute;top:2px;right:2px;opacity:0.7;filter:alpha(opacity=70);}
.wWatchlist ul li .rm:hover{opacity:1;filter:alpha(opacity=100);}

.wQuickfinder dl{padding:10px;}
.wQuickfinder dl dt{float:left;margin:10px 0;width:90px;font-weight:bold;}
.wQuickfinder dl dd{float:left;margin:10px 0;width:185px;}
.wQuickfinder select{width:100%;}

#hFinder form{padding:10px;}
#hFinder select{width:180px;margin-top:2px;}

.tagcloud .content {padding:5px 15px;}
.tagcloud .t1{font-size:10px;margin:2px}
.tagcloud .t2{font-size:10px;margin:2px}
.tagcloud .t3{font-size:10px;margin:2px}
.tagcloud .t4{font-size:12px;margin:2px}
.tagcloud .t5{font-size:14px;margin:2px}
.tagcloud .t6{font-size:16px;margin:2px}
.tagcloud .t7{font-size:18px;margin:2px}
.tagcloud .t8{font-size:20px;margin:2px}
.tagcloud .t9{font-size:22px;margin:2px}
.tagcloud .t10{font-size:24px;margin:2px}

.ciJsTeaser {position:relative;width:300px;height:90px;top:5px;overflow:hidden;}
.ciJsTeaser .description {position:relative;top:15px;left:2px;}
.ciJsTeaser .content {position:absolute;top:8px;width:275px;overflow:hidden;}
.ciJsTeaser .content .contentItem {height:90px;position:relative;}
.ciJsTeaser .content .contentItem .itemImage {position:relative;float:left;width:50px;text-align:center;}
.ciJsTeaser .content .contentItem .text {position:absolute;left:65px;top:0px;margin-left:2px;width:208px;}
.ciJsTeaser .content .contentItem .text span {display:block;}
.ciJsTeaser .content .contentItem .text .smtxt {font-size:9px;text-align:left;}
.ciJsTeaser .more {position:absolute;width:230px;height:40px;bottom:5px;right:5px;}
.ciJsTeaser .more .text {position:relative;float:left;top:5px;left:4px;}
.ciJsTeaser .more .text .smtxt {font-size:9px;}
.ciJsTeaser .more .images {position:relative;float:right;}
.ciJsTeaser .head {font-size:14px;font-weight:bold;line-height:10pt;margin:0;}

.resourceRating {float:left;}
.resourceRating .head{background-color:#EDEDED;text-align:center;padding:4px;color:#787878;font-weight:bold;height:30px;}
.resourceRating .testRating {margin:0px auto;}
.resourceRating .recommend div{height:35px;width:50px;color:#FFFFFF;font-size:20px;font-weight:bold;margin:4px 4px 2px 0; float:right; text-align:center;padding-top:15px;}
.resourceRating .recommend div.pos{background-color:green;}
.resourceRating .recommend div.neg{background-color:red;}
/* CommunitySpecial */
.post {border-top: 3px solid #CCCCCC;}
.post img {max-width:609px;_width:609px;}
.post .signatur img {max-height:80px;_height:80px;}
.post div{overflow:hidden;}
.post .msgarea{background-color:#FFF;padding:10px 10px 30px;min-height:200px;}
.post .btns{bottom:0;right:10px;}
.post .user > div, .post .postinfo{padding:5px 10px;}
.post hr{border-top:dotted #afb0ac 1px;}
.post hr.full {margin-left:-5px;margin-right:-4px;}

.doubleselect table {width: 90%;margin:4px;vertical-align: top;}
.doubleselect select {width: 250px;height: 120px;}
.doubleselect td {vertical-align: middle;text-align:center;margin:10px;padding:10px;}

#fotovergleich div.tabs {width:280px;height:100px;margin:10px;}
#fotovergleich h2 {font-weight:bold;font-size:16px;}

.NotificationBox{border: 1px solid rgb(220, 220, 220); margin: 15px 35px; padding: 10px; background-color: rgb(243, 244, 244);line-height:1.3em}
.Notification span.red {color:red;}
.Notification span.red , .Notification a {font-weight:bold;}

.ratingchart #choices {padding:0;list-style:none;}
.ratingchart #choices .idr{border:1px solid #CCC;padding:1px;display:inline-block; margin-right:10px;}
.ratingchart #choices .idr div{border:3px solid transparent;}
.ratingchart #choices .idr div input{margin: 0;}

form.tarif div {width:45%;height:30px;}
form.tarif div select,form.tarif div.button{width:100%;}
table.tarif td {vertical-align:middle;}

.survey li {padding:3px;}

.ratgebertree ul li{padding:5px;}
.ratgebertree ul li a.active{font-weight:bold;}
.ratgebertree ul ul{margin-bottom:0px;}
.ratgebertree ul ul li{padding:0px;padding-left:10px;width:126px;}
.ratgebertree ul ul li a.active{font-style:italic;}
.ratgebertree ul li i, .ratgebertree ul li b{display:block;padding:5px 2px;}
.ratgebertree ul li a{float:none;}
.ratgebertree ul ul ul li{width:116px;}
.ratgebertree ul ul ul ul li{width:106px;}

div#partnerDevices{position:relative;overflow:hidden;width: 620px;height:230px;}
div#partnerDevices div.items{width:20000em;position:absolute;}
div#partnerDevices div.items div{float:left;}
div#partnerDevices div.items a{margin:5px 25px 5px 20px;height:200px;display:block;}
div#partnerDevices div.items p{text-align:center;margin-top:10px;font-weight:bold;}
div.partnerDevices .navi{height:20px;margin-left:120px;}
div.partnerDevices .navi a{width:8px;height:8px;float:left;margin:3px;background:url(/images/sprites/scrollable.png) -36px 0 no-repeat;display:block;font-size:1px;cursor:pointer;}
div.partnerDevices .navi a:hover{background-position:-36px -8px;}
div.partnerDevices .navi a.active{background-position:-36px -16px;}
div.partnerDevices a.browse{background:url(/images/sprites/scrollable.png) no-repeat;display:block;width:18px;height:18px;margin:0 30px;cursor:pointer;font-size:1px;}
div.partnerDevices a.right{background-position:-18px 0;}
div.partnerDevices a.right:hover{background-position:-18px -18px;}
div.partnerDevices a.left{background-position:0 0;}
div.partnerDevices a.left:hover{background-position:0 -18px;}
div.partnerDevices a.disabled{visibility:hidden !important;}

/* *** typo.css */
body {color: #333;font-family: arial, verdana,helvetica,sans-serif;font-size: 12px;background-color: #F2F2F2;width: 100%;}
h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px;font-weight: bold;}
small {font-size: 0.85em;}
h2 small{font-size:0.55em;}
h1 small{font-size:0.45em;}
.xs  {font-size:0.67em;letter-spacing: 1.4pt;}
.x   {font-size:0.83em;}
.s   {font-size:0.93em;}
.m   {font-size:1em;}
.sl  {font-size:1.13em;}
.ml  {font-size:1.33em;}
.l   {font-size:1.83em;}
.xl  {font-size:2.08em;letter-spacing: -0.2pt;word-spacing: 0pt;line-height: 1;}
.xxl {font-size:2.50em;letter-spacing: -0.2pt;word-spacing: 0pt;line-height: 0.9;}
.lh {line-height: 1.3em;}
.lh2 {line-height: 1.5em;}
/* structure*/
.artikel h1, .artikel h2.h1 {font-size:24px;line-height:1.2em;}
.artikel p, .artikel ul {font-size:1em;line-height:1.5em;}
.MainNav li {font-family: Verdana, sans-serif;}
.ffV {font-family:Verdana,Helvetica,sans-serif;}

#siteWrapper{width: 1136px;margin:0 auto;}
#siteWrapperTiny{width: 100%;background-color: #fff;padding: 8px;}
#siteWrapperTiny #Footer{width: 960px;margin: 0 auto; display: block;float: none;}
#siteWrapperTiny .sna {width: 940px;}
#FooterBgTiny{width: 100%;}

/* *** 960.css /images/mainBg.gif */
.container_12{position:relative;background-color: #FFFFFF;padding: 8px;z-index: 1;}
/*.grid_1,.grid_2,.grid_3,.grid_4,.grid_4_3,.grid_5,.grid_6,.grid_7,.grid_7_2,.grid_7_3,.grid_7_8,.grid_8,.grid_8_3,.grid_1_8,.grid_2_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin:0 10px}*/
.alpha{margin-left:0}
.omega{margin-right:0}
/*.grid_1{width:60px}
.grid_2{width:140px}
.grid_3{width:220px}
.grid_4{width:300px}
.grid_4_3{width:100px}
.grid_5{width:400px}
.grid_6{width:460px}
.grid_7{width:540px}
.grid_7_2{width:260px}
.grid_7_3{width:170px}
.grid_7_8{width:620px}
.grid_8{width:640px}
.grid_8_3{width:200px}
.grid_1_8{width:200px}
.grid_2_8{width:400px}
.grid_9{width:720px}
.grid_10{width:780px}
.grid_11{width:860px}
.grid_12{width:960px}*/
.no_grid{padding-left:10px;}
/*.grid_8 .grid_3{width:140px;}
.grid_8 .grid_9{width:460px;}*/

.clear 	   { clear: both; }
.clear-lf  { clear: left; }
.clear-rt  { clear: right; }
.fl 	{ float: left; }
.fr 	{ float: right; }

.mb  {margin-bottom:30px;}
.mbxm {margin-bottom:15px;}
.mbm {margin-bottom:10px;}
.mbs {margin-bottom:5px;}
.mt  {margin-top:30px;}
.mtm {margin-top:10px;}
.mts {margin-top:5px;}
.mll {margin-left:20px;}
.mlx {margin-left:30px;}
.mlxx {margin-left:40px;}
.mlxxx {margin-left:50px;}
.ml60 {margin-left:60px;}
.mlm {margin-left:10px;}
.mls {margin-left:5px;}
.mrl {margin-right:20px;}
.mrx {margin-right:30px;}
.mrxx {margin-right:40px;}
.mrxxx {margin-right:50px;}
.mr60 {margin-right:60px;}
.mrm {margin-right:10px;}
.mrs {margin-right:5px;}
.noPad{padding:0 !important;}
.noMar{margin:0 !important;}
.noBg{background:none !important;}

.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}* html .clearfix{height:1%}
.clearfix{display:block}
.clear{clear:both;display:block;visibility:hidden;height:0;}

#liveteaser{background-color:#fff;border:1px solid silver;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
#liveteaser{height:250px;width:278px;overflow:hidden;padding:10px;}
#liveteaser .sB{float:right;height:240px;margin:5px 0;}
#liveteaser .sB .ui-icon{margin:-1px;}
#liveteaser .cP{float:left;height:250px;overflow:auto;}
#liveteaser .cP .cPi div{width:260px;text-align:right;margin-bottom:10px;font-size:10px;}
#liveteaser .cP .cPi div p{font-size:12px;line-height:1.1em;margin:2px 0;text-align:left;border:1px solid silver;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:5px;}
#liveteaser .cP .cPi div b{color:#666;padding-right:10px;}
#liveteaser .cP .cPi div div{color:#666;text-align:left;margin:0px;padding-left:5px;}
#liveteaser .cP .cPi div abbr{color:#666;border:0 none;cursor:text;letter-spacing:0;}

.shortnews{background:transparent url(/images/bg-shortnews.gif) repeat-y;padding-top:20px;min-height:800px;_height:800px;}
.shortnews .commentText p{width:auto;line-height:1.3em;}
.shortnews .artikel, .shortnews .artikel p{line-height:1.5em;}
.shortnews .artikel h1{line-height:1.1em;min-height:52px;}
.shortnews .breadcrumb{margin-left:20px;}
.shortnews .artikel{margin:10px 20px;}
.shortnews div.head{font-weight:normal;}
.shortnews #commentForm .text{width:290px;}

.tb-container{padding-right:10px;display:inline-block;}
.tb-container button{padding:0;margin:0;border:none;overflow:visible;float:left;background:transparent;outline:none;}
.tb-container .tb{display:inline-block;height:20px;cursor:pointer;width:67px;}
.tb-container .tb,.t-count,.t-count button{background:transparent url(/images/sprites/tweet_de.png) no-repeat;}
.tb-container .tb button{position:absolute;left:-999em;}
.tb-container .tb:hover,.tb-focus{background-position:0 -21px;}
.tb-container .tb:active{background-position:0 -42px;}
.tb-container.ncount .t-count{display:none;}
.tb-container.hcount .t-count{display:inline-block;background-position:0 -145px;height:20px;padding:0 0 0 8px;margin:0 0 0 3px;_position:relative;}
.tb-container.hcount .t-count button{background-position:right -145px;height:20px;min-width:26px;_width:26px;padding:0 4px 0 0;margin:0 -1px 0 0;_position:relative;display:block;font:bold 12px Arial,Helvetica,sans-serif;color:#2A7090;}
.tb-container.hcount .t-count.enabled:hover,.tb-container.hcount .t-count-focus.enabled{background-position:0 -166px;}
.tb-container.hcount .t-count.enabled:hover button,.tb-container.hcount .t-count-focus.enabled button{color:#30566D;text-shadow:0 1px 0 #fff;background-position:right -166px;}

a.fb_share{text-decoration:none;padding-right:10px;vertical-align:top;}
a.fb_share *{vertical-align:top;}
a.fb_share .FBConnectButton{background:#29447e url(/images/sprites/fb_connect.png);background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:0 0 0 1px;text-decoration:none;outline:none}
a.fb_share .FBConnectButton .FBConnectButton_Text{background:#5f78ab url(/images/sprites/fb_connect.png);border-top:solid 1px #879ac0;border-bottom:solid 1px #1a356e;color:#fff;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:bold;padding:2px 6px 4px;margin:1px 1px 0 0;text-shadow:none}
a.fb_share .FBConnectButton{text-decoration:none}
a.fb_share .FBConnectButton:active .FBConnectButton_Text{border-bottom:solid 1px #29447e;border-top:solid 1px #45619d;background:#4f6aa3;text-shadow:none}
a.fb_share .FBConnectButton_Text{padding:2px 6px 3px 6px;margin-left:21px}
a.fb_share .FBConnectButton_Small{background-position:left -232px;font-size:10px;line-height:10px}
a.fb_share .FBConnectButton_Small .FBConnectButton_Text{padding:2px 6px 3px;margin-left:17px}
a.fb_share .FBConnectButton_Small:active{background-position:left -250px}
a.fb_share .fb_share_count, .fb_like .fb_share_count{background:#b0b9ec none repeat scroll 0 0;color:#333;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;text-align:center}
a.fb_share .fb_share_count_inner, .fb_like .fb_share_count_inner{background:#e8ebf2;display:block}
a.fb_share .fb_share_count_right, .fb_like .fb_share_count_right{margin-left:-1px;display:inline-block}
a.fb_share .fb_share_count_right .fb_share_count_inner, .fb_like .fb_share_count_right .fb_share_count_inner{border-top:solid 1px #e8ebf2;border-bottom:solid 1px #b0b9ec;margin:1px 1px 0 1px;font-size:10px;line-height:10px;padding:2px 6px 3px;font-weight:bold}
a.fb_share .fb_share_count_nub_right, .fb_like .fb_share_count_nub_right{border:none;display:inline-block;padding:0;width:5px;height:10px;background-repeat:no-repeat;background-image:url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQIW2P4jwZ2HbvxnwFd4M37rwhBmABcEFkALAgSQMcAgNtcwi33CYYAAAAASUVORK5CYII=');vertical-align:top;background-position:right 5px;z-index:10;left:2px;margin:0 2px 0 0;position:relative}
a.fb_share .fb_share_no_count, .fb_like .fb_share_no_count{display:none}
a.fb_share .fb_share_size_Small .fb_share_count_right .fb_share_count_inner{font-size:10px}

.fb_like{color:#333333;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;}
.fb_like a {color:#3B5998;cursor:pointer;text-decoration:none;}
.fb_like .connect_widget_like_button {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #000000;padding:2px 4px;}
.fb_like .like_button_no_like {background-color:#ECEEF5;border-color:#CAD4E7;}
.fb_like .like_button_no_like:hover {border-color:#3B5998;}
.fb_like .connect_widget_like_button .liketext {background:url("/images/sprites/fb_like.png") no-repeat scroll left -33px transparent;color:#3B5998;padding-left:17px;white-space:nowrap;}
.fb_like .connect_widget_like_button span {line-height:17px;}

/*#iqdtec{background:transparent url(/images/iqdtec.png) no-repeat;width:75px;height:23px;display:inline-block;bottom:2px;}*/
#iqd_mainAd {position:relative;top:0;margin-bottom:0px;}
#iqd_align_Ad {width:976px;margin:0px 0px;}
#iqd_topAd {padding:0px 0px 0px 0px;position:relative;}
#iqd_rightAd {position:absolute;bottom:-680px;left:976px;width:160px;}
#iqadtile1 {text-align:center;}
#iqdWrapper{position: relative; z-index: 888;top:0;}

.grad1{background: #ffffff;background:-moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);background: -o-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );background: linear-gradient(top, #ffffff 0%,#e7e7e7 100%);}
.grad1rev{background: #e7e7e7;background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#ffffff));background: -webkit-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);background: -o-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);background: -ms-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );background: linear-gradient(top, #e7e7e7 0%,#ffffff 100%);}
.grad2{background: #feffff; background: -moz-linear-gradient(top,  #feffff 0%, #e4ebf1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e4ebf1));background: -webkit-linear-gradient(top, #feffff 0%,#e4ebf1 100%);background: -o-linear-gradient(top, #feffff 0%,#e4ebf1 100%);background: -ms-linear-gradient(top,  #feffff 0%,#e4ebf1 100%); background: linear-gradient(to bottom,  #feffff 0%,#e4ebf1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e4ebf1',GradientType=0 ); }

.adigNewsSlider {font: 13px/1.2 Verdana, Arial, Helvetica, sans-serif;border:1px solid #ccc;}
.adigNewsSlider .preview {width: 638px;height: 246px;background: #333;position: relative;overflow: hidden;color: #fff;cursor:pointer;}
.adigNewsSlider .preview h2 {font-weight: normal;margin: 0 0 5px;font-size:1.4em;}
.adigNewsSlider .preview h2 a{color:#FFF;}
.adigNewsSlider .preview p {margin: 0;line-height: 1.4em;color:#0E89D0;}
.adigNewsSlider .preview p span{color:#FFF;font-size: 15px;}
.adigNewsSlider .preview .desc{position: absolute;bottom: 0;left: 0;width: 100%;}
.adigNewsSlider .preview .block{padding: 10px;background: #111;border-top: 1px solid #000;opacity:.8;}
.adigNewsSlider .thumbs {width: 638px;background: #f0f0f0;border-top: 1px solid #ccc;}
.adigNewsSlider .preview ul li {margin:0;position: absolute;}
.adigNewsSlider .preview ul{position: relative;}
.adigNewsSlider .preview ul,.adigNewsSlider .thumbs ul {margin: 0;padding: 0;list-style: none;}
.adigNewsSlider .preview ul li img {width:640px; margin-top:-8px;}
.adigNewsSlider .preview ul li.video .playovl {background:url("/images/buttons/playbtn.png") no-repeat scroll 0 0 transparent;top:120px;height:50px;left:279px;position:absolute;width:70px;}
.adigNewsSlider .thumbs ul li{margin: 0;width: 212px;float: left;border-right: 1px solid #ccc;color:#333;}
.adigNewsSlider .thumbs ul li.li3{border-right-width: 0;}
.adigNewsSlider .thumbs ul li:hover,.adigNewsSlider .thumbs ul li.hover {cursor: pointer;color: #0E89D0;}
.adigNewsSlider .thumbs ul li:active,.adigNewsSlider .thumbs ul li.active {cursor: default;color: #0E89D0;}
html .adigNewsSlider .thumbs ul li h2 {font-size: 13px;height: 60px;overflow: hidden;margin: 8px 0 2px;padding: 0;}
.adigNewsSlider .thumbs h2 span {font-weight:bold;}
.adigNewsSlider .thumbs ul li div {padding: 5px; cursor: pointer;}

.homepage h2{font-size: 18px;}
.homepage .artikel h2 a{display: block; font-size: 18px;}
.homepage .artikel a span{color:#333;}
.homepage .artikel {padding-left: 180px;min-height:145px;_height:145px;}
.homepage .artikelad{margin:0 0 20px 180px;}
.homepage .artikel .img{left:0;top:25px;width:170px;height:120px;}
.homepage .playovl {background:url("/images/buttons/playbtn.png") no-repeat scroll 0 0 transparent;top:40px;height:50px;left:54px;position:absolute;width:70px;}
.homepage .artikel .iComment{right:0;top:5px;}
.homepage .artikel ul{list-style-type: square; padding-left: 15px;}
.homepage .doclist ul li{line-height:1.3em;padding:3px;}
.homepage .doclist ul li>span{display:inline-block;width:50px;}
.homepage .doclist ul .iComment{font-weight: normal;}
.homepage .doclist ul span{color:#333;}

.assocfeed li{border-bottom:1px dotted #AAA; padding:10px 0 10px 100px; min-height: 100px; _height:100px;}
.assocfeed li .img{height: 100px;left: 0;top: 30px;width: 100px;}
.assocfeed li.video img{width: 80px;}
.assocfeed .iComment, .assocfeed .iPosts {right: 0; top: 15px;}
.newsteaser li img{cursor:pointer;}
.artikel p.grid_1_8{margin:0 10px;}
.artikel p.grid_1_8.alpha{margin-left:0;}
.artikel p.grid_1_8.omega{margin-right:0;}

.stageToplist{margin:0 30px 20px;}
.stageToplist .panes>div{position:relative;}
.stageToplist .panes>div div{margin:0 40px;overflow:hidden;height:120px;width:500px;}
.stageToplist .panes div ol{position: relative;width:3000px;}
.stageToplist .panes div ol a{color:#333;}
.stageToplist .panes div ol a:hover{color:#0E89D0;}
.stageToplist span.browse{background:url(/images/sprites/scrollable.png) no-repeat;display:block;width:18px;height:18px;cursor:pointer;font-size:1px;position:absolute;top:60px;}
.stageToplist span.right{background-position:-18px 0;right:0px;}
.stageToplist span.right:hover{background-position:-18px -18px;}
.stageToplist span.left{background-position:0 0;left:0px;}
.stageToplist span.left:hover{background-position:0 -18px;}
.stageToplist span.disabled{visibility:hidden !important;}

.widget{border:1px solid #ccc;cursor: pointer;}
.widget.mb{margin-bottom: 17px;}
.widget .pad{padding:5px 10px;}
.widget ul{margin:0 0 1.5em;}
.widget.s1{height:160px;}
.widget.s3{height:70px;}
.widget a, .widget a:hover{text-decoration: none;}
.widget .opa a, .widget .opa a:hover{color:#FFF;}
.widget.bgiRedBB{background: transparent url(/images/bg/red-bb.jpg) top right no-repeat;}
.widget.bgiRedSMS{background: transparent url(/images/bg/red-sms.jpg) top right no-repeat;}
.widget.bgiRedRM{background: transparent url(/images/bg/red-rm.jpg) top right no-repeat;}
.widget.editorial h1{font-size: 24px;line-height: 1.1em;}
.widget.editorial p{line-height: 12px;}

.widget.s1 h2{font-size: 20px;line-height:1.1em;}
.widget .opa{position: absolute;bottom: 0;left: 0;width: 100%;opacity:.8;background: #111;color:#FFF;overflow:hidden;}
.widget .opa h2{color:#FFF;font-weight:normal;margin-bottom:5px;}
.widget.s2 .opa{height:70%;}
.widget .playovl{background:url("/images/buttons/playbtn.png") no-repeat scroll 0 0 transparent;top:40px;height:50px;left:118px;position:absolute;width:70px;}

.wgtfull{height:339px;background:#FFF url('http://www.areamobile.de/img/kampagnen/widgets/lte.jpg') 0 0 no-repeat;color:#FFF;}
.wgtfull .btn{border:1px solid #666;padding:2px 10px; line-height: 2em;width:225px; font-size:12px;font-weight:bold; background: #5e5e5e;opacity:.9;margin:4px 0;background: -moz-linear-gradient(top, #5e5e5e 0%, #000000 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#000000));background: -webkit-linear-gradient(top, #5e5e5e 0%,#000000 100%);background: -o-linear-gradient(top, #5e5e5e 0%,#000000 100%);background: -ms-linear-gradient(top, #5e5e5e 0%,#000000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#000000',GradientType=0 );background: linear-gradient(top, #5e5e5e 0%,#000000 100%);}
.wgtfull .btn:hover{background: #000000;background: -moz-linear-gradient(top, #000000 0%, #5e5e5e 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#5e5e5e));background: -webkit-linear-gradient(top, #000000 0%,#5e5e5e 100%);background: -o-linear-gradient(top, #000000 0%,#5e5e5e 100%);background: -ms-linear-gradient(top, #000000 0%,#5e5e5e 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e5e5e',GradientType=0 );background: linear-gradient(top, #000000 0%,#5e5e5e 100%);}
.wgtfull .btn a{display:block;color:#FFF;}
.wgtfull .btn.bg2{background: #ffffff;background: -moz-linear-gradient(top,  #ffffff 0%, #aaaaaa 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aaaaaa));background: -webkit-linear-gradient(top,  #ffffff 0%,#aaaaaa 100%);background: -o-linear-gradient(top,  #ffffff 0%,#aaaaaa 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#aaaaaa 100%);background: linear-gradient(top,  #ffffff 0%,#aaaaaa 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 );}
.wgtfull .btn.bg2:hover{background: #cccccc;background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff));background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%);background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%);background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%);background: linear-gradient(top,  #cccccc 0%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );}
.wgtfull .btn.bg2 a{color:#000;}
.wgtfull .btn.bg3{border:1px solid #666;background: #DA2828;background: -moz-linear-gradient(top, #DA2828 0%, #741B1B 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA2828), color-stop(100%,#741B1B));background: -webkit-linear-gradient(top, #DA2828 0%,#741B1B 100%);background: -o-linear-gradient(top, #DA2828 0%,#741B1B 100%);background: -ms-linear-gradient(top, #DA2828 0%,#741B1B 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DA2828', endColorstr='#741B1B',GradientType=0 );background: linear-gradient(top, #DA2828 0%,#741B1B 100%);}
.wgtfull .btn.bg3:hover{background: #741B1B;background: -moz-linear-gradient(top, #741B1B 0%, #DA2828 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#741B1B), color-stop(100%,#DA2828));background: -webkit-linear-gradient(top, #741B1B 0%,#DA2828 100%);background: -o-linear-gradient(top, #741B1B 0%,#DA2828 100%);background: -ms-linear-gradient(top, #741B1B 0%,#DA2828 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#741B1B', endColorstr='#DA2828',GradientType=0 );background: linear-gradient(top, #741B1B 0%,#DA2828 100%);}
.wgtfull .btn.bg3 a{color:#FFF;}
.wgtfull .btns{position:absolute;bottom:10px;width:100%;}
.wgtfull.powby .btns{bottom:95px;}
.wgtfull .powby{position:absolute;bottom:0;height:93px;width:100%;}

.wgtCtdwn .countdown_section {text-align: center;}
.wgtCtdwn .countdown_section span {font-weight: bold;display:inline-block; width:40px;}
.wgtCtdwn .countdown_section span.sep { width:17px;}
.wgtCtdwn .cdHead{text-align: center; font-size: 20px; line-height: 30px; margin:20px 0 0; font-weight:bold;}
.wgtCtdwn #countdown{width:98%;margin:0 auto; font-size: 30px; line-height:1em;}
.wgtCtdwn{height:339px;background:#FFF top center no-repeat;color:#FFF;}
.wgtCtdwn .powby{color:#333;}
.wgtCtdwn .btn{width:190px;opacity:0.8;}

.widget.wStageTest .pa{width:100px;text-align:right;}
.widget.wStageTest .pa img{transform: rotate(30deg) translate(-35px);-ms-transform: rotate(30deg) translate(-35px);-webkit-transform: rotate(30deg) translate(-35px);-o-transform: rotate(30deg) translate(-35px);-moz-transform: rotate(30deg) translate(-35px);}
.widget.wStageTest a{color:#333;font-size: 12px;}
.widget.wStageTest a span{font-size: 16px;font-weight: bold;line-height: 1.1em;}

.cprLstEdWgt {line-height:1.3em;font-weight:bold;font-size:12px; cursor:auto;}
.cprLstEdWgt .bb{margin:10px 5px 20px;;}
.cprLstEdWgt .ListHeadline{margin:10px 5px;}
.cprLstEdWgt .head{color:#666;margin-bottom:15px;}
.cprLstEdWgt .imgL{margin:4px 5px 4px 0;}
.cprLstEdWgt .device, .cprLstEdWgt .vs{float:left;display:inline;width:86px; text-align: center;}
.cprLstEdWgt .cols2 .device{width:128px;}
.cprLstEdWgt .vs{text-align:center;font-size:12px;color:#666;margin:30px 0 0;}
.cprLstEdWgt .cols2 .vs{width:40px;}
.cprLstEdWgt .cols3 .vs{width:20px;}
.cprLstEdWgt .device a, .cprLstEdWgt .device a:visited{color:#444;}
.cprLstEdWgt .device a span{font-weight:normal;}

.virtualforum .result .grid_2, .virtualforum .filter .grid_2{width:100px;}
.virtualforum .result .grid_5{width:420px;}
.virtualforum .filter .grid_1{width:75px;}
.virtualforum .filter .grid_2 .pr{padding-bottom:10px;}
.virtualforum .ListHeadline{border-bottom: 3px solid #CCCCCC;}
.virtualforum .filter select{width:100%;}
.virtualforum .filter ul {background: #FFF; border: 1px solid #ccc; padding: 10px; max-height: 200px; overflow:auto; width:150px;  box-shadow:3px 3px 5px #ccc; z-index: 500;}
.virtualforum .filter ul li a{display: block;}
.virtualforum .filter img{max-width: 60px; max-height: 50px;}
.virtualforum .filter span.img{height:52px;display:block;}
.virtualforum ul.liste li {padding-bottom:3px; margin:0 0 10px;border-bottom: 1px solid #CCC; border-left: 2px solid #CCC; }
.virtualforum ul.liste li.head {border-color:#EDEDED;padding-left:0;}
.virtualforum .grid_4 ul.liste li{margin:0 0 5px;}
.virtualforum ul.liste li img{max-width: 50px; max-height: 40px; }
.virtualforum ul.liste li .grid_5, .virtualforum ul.liste li .grid_1{margin-top:4px; }

.inlineSlideshow{text-align:center;width: 620px; margin: 0 auto;margin-top:30px;margin-bottom: 30px; background-color:#F6F6F6;}
.inlineSlideshow .item{margin:0px auto;position:relative;width:540px;height:360px;}
.inlineSlideshow.w620 .item{width:620px;height:465px;}
.inlineSlideshow .item > a{display:block;background-color:#FFF;}
.inlineSlideshow .item .more{margin:0 auto;padding-top:5em;width:450px;text-align:left;}
.inlineSlideshow .item .more ul{padding:0;}
.inlineSlideshow .desc{margin:0px auto;width:540px;text-align:left;}
.inlineSlideshow.w620 .desc{margin:0px auto;width:620px;text-align:left;}
.inlineSlideshow .desc p{padding:5px;margin:0;}
.inlineSlideshow .desc span{padding:5px;}
.inlineSlideshow .desc .fancy{color:#333;}
.inlineSlideshow .desc .fancy:hover{text-decoration:none;color:#333;}
.inlineSlideshow .prev a, .inlineSlideshow .next a{height:360px;width:40px;right:0;top:0;position:absolute;background:url('/images/sprites/arrows8.png') no-repeat scroll -53px 130px transparent;text-decoration:none;display:block;}
.inlineSlideshow .prev a{left:0;right:auto;background-position:0 130px;}
.inlineSlideshow .prev a:hover{background-position:-97px 130px;}
.inlineSlideshow .next a:hover{background-position:-150px 130px;}
.inlineSlideshow.w620 .prev a, .inlineSlideshow.w620 .next a{height:465px;width:60px;background-position:-53px 160px;}
.inlineSlideshow.w620 .next a{background-position:-43px 160px;}
.inlineSlideshow.w620 .next a:hover{background-position:-140px 160px;}
.inlineSlideshow.w620 .prev a{background-position:0 160px;}
.inlineSlideshow.w620 .prev a:hover{background-position:-97px 160px;}

.toplist > li{margin-bottom:30px;border-bottom:1px dotted #ccc;}
.toplist .grid_2{width: 120px;}
.toplist .grid_3{width: 260px;}
.toplist .grid_4{width: 200px;}
.toplist li .pos{top:0;left:0;font-size:24px;color:#999;font-weight:bold;border-radius:0 0 10px 0;opacity:0.8;padding:0 5px 5px 0;background-color:#FFF; z-index: 1;}
.toplist .List li.highlight {background-color: #FFEFBF;}
.toplist .List li span.col1{padding-left:0;width:45%;}
.toplist .List li span.col2{padding-right:0}
.toplist .grid_3 .sl a{display:block;}
.toplist .grid_4 .ratdesc{float:left;width: 120px;font-weight:bold;_height:50px;min-height:50px;}
.toplist .grid_4 .ratdesc a{display:block;}
.toplist .grid_4 .ratper{float:right;width:80px;text-align:center;font-size:30px;font-weight:bold;line-height:.8em;}
.toplist .grid_4 .rattxt{float:right;width:80px;text-align:center;font-size:11px;}

.toplistov .toplist .grid_3 {width: 220px;}
.toplistov .toplist > li {margin:5px 0 0;padding-bottom:5px;}
.toplistov .toplist li:last-child {background:0 none;}

.toplist .offerbox{float:right;width:100px;}
.toplist .offerbox .offer{_height:70px;min-height:70px;padding-right:25px;text-align:right;font-size:11px;background:transparent url(/images/sprites/shop-link.gif) 80px 0 no-repeat;}
.toplist .offerbox .offer.active:hover{background-position: 80px -70px;}
.toplist .offerbox .offer a{color:#000;text-decoration:none;display:block;}
.toplist .offerbox .offer .price{display:block;font-size:18px;font-weight:bold;color:#0CB826;}

.toplist .droplist {background-color:#EFEFEF;border-top:2px solid #999;padding:10px;}
.toplist .droplist .grid_2{text-align:center;_height:120px;min-height:120px;position:relative;}
.toplist .droplist .ph{background:#FFF url(/images/bg/handy.gif) center no-repeat;border:1px solid #CCC;display:inline-block;width:80px;height:80px;margin-bottom:5px;}
.toplist .droplist .ph img{max-width:70px;max-height:70px;margin:5px;}
.toplist .droplist .btn{bottom:0;right:0;}
.toplist .droplist .btn:active{position:absolute;top:auto;bottom:1px;}
.toplist .droplist .rm{top:0;right:0;display:none;cursor:pointer;}
.toplist .droplist .grid_2:hover .rm{display:inline;position:absolute;}
.effect-transfer { border: 2px dotted gray; }

.verticalToplist .ListHeadline {color:#FFF; background-color: #666; padding: 5px; font-weight:bold;}
.verticalToplist ol{margin:5px;}
.verticalToplist ol li{padding:5px;}
.verticalToplist ol li .id{top:5px; left:5px; font-size:14px; font-weight:bold; color:#999;}
.verticalToplist ol li > a{padding-left: 20px; height:50px; display:block; }
.verticalToplist ol li > a .t1{display:block; color:#000;}
.verticalToplist ol li > a .t2{display:block; font-weight:bold;}
.verticalToplist ol li img { display: none; }
.verticalToplist ol li .iComment {position: absolute; top:10px; right:1px;}
.verticalToplist ol li .iComment span{display: none;}
.verticalToplist ol li.active a{min-height: 70px; height:70px;}
.verticalToplist ol li.active img{display: inline; margin:0 10px 0 0;}
.verticalToplist ol li.active .iComment{position: inherit;}
.verticalToplist ol li.active .iComment span{display: inline;}

#hFinder td {padding:5px 5px 10px 0;vertical-align: middle;}

/* PRODUCT LINE DEVICES */
/************************/
.productline{overflow: hidden; margin:0 20px 30px;}
.productline ul li{width:145px;}
.productline ul li a{display:block;}
.productline .data{padding-bottom: 20px; border-bottom:2px solid #CCC; background: transparent url('/images/sprites/arrows9.gif') center 80px no-repeat; _height:110px; min-height:110px;}
.productline .active .data{background-position: center -130px;}
.productline .release{padding: 5px;}
.productline .active .release{font-weight: bold;}
.productline span.browse{background:url('/images/sprites/arrows5.png') no-repeat;display:block;width:20px;height:60px;cursor:pointer;font-size:1px;position:absolute;top:10px;}
.productline span.right{background-position:-20px 2px;right:0px;}
.productline span.right:hover{background-position:-20px -60px;}
.productline span.left{background-position:0 2px;left:0px;}
.productline span.left:hover{background-position:0 -60px;}
.productline span.disabled{visibility:hidden !important;}


/* PRODUCT LINE TARIFFS */
/************************/
.productlineTariff {overflow: hidden; margin:0 auto 40px; width: 600px;height: 162px;}
.productlineTariff.oneRow {height: 126px;}
.productlineTariff.twoRows {height: 144px;}

.productlineTariff ul li ul {padding-left: 10px;line-height: 18px; font-size: 11px;text-align: left;list-style: disc;}
.productlineTariff ul li ul.active {display: none;}

#productlineTariffHightlightWrapper{overflow: hidden;}
#productlineTariffHightlightWrapper div.outer{position: relative; left: 50%; float: left;}
#productlineTariffHightlightWrapper div.inner{position: relative; left: -50%; float: left;}

.productlineTariff .data{width: 160px; height:150px; font-size: 12px; line-height: 18px;padding: 0 20px;}
.productlineTariff .data span.alignHelper {display: inline-block; height: 100%;vertical-align: middle;}
.productlineTariff .data.oneRow{height:114px;}
.productlineTariff .data.twoRows{height:132px;}
.productlineTariff .data p.title{margin-top: 10px;height: 54px; overflow: hidden;position: relative;margin-bottom: 10px;}
.productlineTariff .data p.title:after {
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content:" ";
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1),rgba(255,255,255,0));
    background: -o-linear-gradient(bottom, rgba(255,255,255,1),rgba(255,255,255,0));
    background: -ms-linear-gradient(bottom, rgba(255,255,255,1),rgba(255,255,255,0));
    background: linear-gradient(bottom, rgba(255,255,255,1),rgba(255,255,255,0));
}
.productlineTariff .data p.title.active{margin-top: 10px; color: #000; font-weight: bold;}
.productlineTariff .data p.title.oneRow{height: 18px;}
.productlineTariff .data p.title.oneRow:after{background: none; overflow: hidden; white-space: nowrap;}
.productlineTariff .data p.title.twoRows{height: 36px;}
.productlineTariff .data p.title.twoRows:after{height: 20px;background: none;}
.productlineTariff span.browse{background:url('/images/sprites/tarife-icons.png') no-repeat;display:block;width:13px;height:59px;cursor:pointer;position:absolute;top:0;}
.productlineTariff span.right{background-position:-46px -99px;right:0px;}
.productlineTariff span.right:hover{background-position:-46px -238px;}
.productlineTariff span.left{background-position:-46px -28px;left:0px;}
.productlineTariff span.left:hover{background-position:-46px -169px;}
.productlineTariff span.disabled{visibility:hidden !important;}
.productlineTariff div.arrowCarrier{width: 200px; border-bottom: solid 2px #dedede;position: relative;}
.productlineTariff div.arrowCarrier.active{width: 200px; top: -32px;}
.productlineTariff div.arrowCarrier div.arrow{background: transparent url('/images/sprites/tarife-icons.png') no-repeat -41px -366px; width: 22px; height: 10px; margin: 0 auto;}
.productlineTariff div.arrowCarrier div.arrow.active{background: transparent url('/images/sprites/tarife-icons.png') no-repeat -11px -312px; width: 83px; height: 42px; margin: 0 auto; position: relative; top: 2px;}
 
.droplistWgt .grid_4_3{text-align:center;_height:120px;min-height:120px;position:relative;margin:0;}
.droplistWgt .ph{background:#FFF center no-repeat;display:inline-block;width:80px;height:80px;margin-bottom:5px;}
.droplistWgt .ph img{max-width:70px;max-height:70px;margin:5px;}
.droplistWgt .rm{top:0;right:0;cursor:pointer;display:inline;position:absolute;}

span.shoplogo{display:block;width:75px;height:20px;background:transparent url(/images/sprites/shop-logos.gif) 0 20px no-repeat;}
span.shoplogo.tmobile{background-position:0 0px;}
span.shoplogo.vodafone{background-position:0 -20px;}
span.shoplogo.base{background-position:0 -40px;}
span.shoplogo.o2{background-position:0 -60px;}
span.shoplogo.amazon{background-position:0 -80px;}
span.shoplogo.sparhandy{background-position:0 -100px;}
span.shoplogo.cong{background-position:0 -120px;}
span.shoplogo.note{background-position:0 20px;}
span.shoplogo.sho2{background-position:0 -100px;}
span.shoplogo.shbase{background-position:0 -100px;}
span.shoplogo.shvoda{background-position:0 -100px;}
span.shoplogo.shtmob{background-position:0 -100px;}

.squaretabs {font-family: Arial;padding:0; border:0; background: none;}
.squaretabs > ul {padding:0; border:0; background: none;}
.squaretabs.bb > ul {border-bottom: 1px solid #ccc;}

.mixedlist {font-family: Arial;padding:15px 0 0; border:0; background: none;}
.mixedlist ul .grid_3 {width: 170px; text-align: center;}
.mixedlist .grid_5 .sl span {color: #333333; display: block; font-size: 12px; line-height: 1.5em;}
.mixedlist li{ line-height: 1.3em; margin-bottom: 3em;}
.mixedlist.tabbed > ul, .mixedlist.tabbed > div {padding:0; border:0; background: none;}
.mixedlist.tabbed > ul {padding-bottom: 15px;}
.mixedlist .video .playovl {background:url("/images/buttons/playbtn.png") no-repeat scroll 0 0 transparent;top:40px;height:50px;left:54px;position:absolute;width:70px;}


/** FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Copyright (c) 2008 - 2010 Janis Skarnelis * Version: 1.3.4 (11/11/2010) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */
#fancybox-loading {position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}
#fancybox-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url('/js/fancybox/fancybox.png');}
#fancybox-overlay {position: absolute;top: 0;left: 0;width: 100%;z-index: 11000;display: none;}
#fancybox-tmp {padding: 0;margin: 0;border: 0;overflow: auto;display: none;}
#fancybox-wrap {position: absolute;top: 0;left: 0;padding: 20px;z-index: 11010;outline: none;display: none;}
#fancybox-outer {position: relative;width: 100%;height: 100%;background: #fff;padding:5px;border-radius:5px;box-shadow:0 0 10px #666;}
#fancybox-content {width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 11020;border: 0px solid #fff;}
#fancybox-hide-sel-frame {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 11010;}
#fancybox-close {position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url('/js/fancybox/fancybox.png') -40px 0px;cursor: pointer;z-index: 11030;display: none;}
#fancybox-error {color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;}
#fancybox-img {width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;}
#fancybox-frame {width: 100%;height: 100%;border: none;display: block;}
#fancybox-left, #fancybox-right {position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background: transparent url('/js/fancybox/blank.gif');z-index: 11020;display: none;}
#fancybox-left {left: 0px;}
#fancybox-right {right: 0px;}
#fancybox-left-ico, #fancybox-right-ico {position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 11020;display: block;}
#fancybox-left-ico {background-image: url('/js/fancybox/fancybox.png');background-position: -40px -30px;}
#fancybox-right-ico {background-image: url('/js/fancybox/fancybox.png');background-position: -40px -60px;}
#fancybox-left:hover, #fancybox-right:hover {visibility: visible; /* IE6 */}
#fancybox-left:hover span {left: 20px;}
#fancybox-right:hover span {left: auto;right: 20px;}
.fancybox-bg {position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 10010;}
#fancybox-title {font-family: Helvetica;font-size: 12px;z-index: 11020;}
.fancybox-title-inside {padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;}
.fancybox-title-outside {padding-top: 10px;color: #fff;}
.fancybox-title-over {position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;}
#fancybox-title-over {padding: 10px;background-image: url('/js/fancybox/fancy_title_over.png');display: block;}
.fancybox-title-float {position: absolute;left: 0;bottom: -20px;height: 32px;}
#fancybox-title-float-wrap {border: none;border-collapse: collapse;width: auto;}
#fancybox-title-float-wrap td {border: none;white-space: nowrap;}
#fancybox-title-float-left {padding: 0 0 0 15px;background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;}
#fancybox-title-float-main {color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url('/js/fancybox/fancybox-x.png') 0px -40px;}
#fancybox-title-float-right {padding: 0 0 0 15px;background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;}

/* custom adsense */
.caAds div#google_image_div{position: relative !important;} /* THIS IS A WORK AROUND BECAUSE OF CSS STYLES IN ADD DIV CONTAINER*/
.caAds a{color:#0E79D0;}
.caAds .caHead{margin-top:8px;}
.caAds .caHead a{color:#555555;font-size:12px;}
.caAds .caHead a:hover{text-decoration:underline;}

.caAds .style-1 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-1 .caRow{padding:7px 0px;}
.caAds .style-1 .caRow:hover{background-color:#E8E8F8}
.caAds .style-1 .caRow a:hover{text-decoration:none;}
.caAds .style-1 .caTitle a {color:#0E69D0;font-size:14px;font-weight:bold;margin-bottom:2px;}
.caAds .style-1 .caTitle a:hover {color:#AE0001;}
.caAds .style-1 .caLine,.caAds .style-1 a.caUrl,.caAds .style-1 a:hover.caUrl{color:#444444;font-size:12px;}

.caAds .style-2 {line-height:1.3em;width:100%;margin-bottom:10px;}
.caAds .style-2 .caRow{padding:7px 0px 7px 2px;width:33%;float:left;}
.caAds .style-2 .caRow:hover{background-color:#E8E8F8}
.caAds .style-2 .caRow a:hover{text-decoration:none;}
.caAds .style-2 .caTitle a {color:#0E69D0;font-size:14px;font-weight:bold;margin-bottom:2px;}
.caAds .style-2 .caTitle a:hover {color:#AE0001;}
.caAds .style-2 .caLine,.caAds .style-2 a.caUrl,.caAds .style-2 a:hover.caUrl{color:#444444;font-size:12px;}

.caAds .style-3 {line-height:1.3em;margin-bottom:10px;margin-top:-12px;}
.caAds .style-3 .caRow{padding:7px 0px;}
.caAds .style-3 .caRow a:hover{text-decoration:none;}
.caAds .style-3 .caTitle a {color:#0E79D0;font-size:14px;font-weight:bold;margin-bottom:2px;text-decoration:underline;}
.caAds .style-3 .caTitle a:hover {color:#AE0001;}
.caAds .style-3 .caLine,.caAds .style-3 a.caUrl,.caAds .style-3 a:hover.caUrl{color:#444444;font-size:12px;}

.caAds .style-4 {line-height:1.3em;margin-bottom:10px;margin-top:-8px;}
.caAds .style-4 .caRow{padding:7px 0px;}
.caAds .style-4 .caHead {background-color:#CECECE;width:100%;padding:4px 5px;margin-left:-6px;border-bottom:1px dotted #AFB0AC;}
.caAds .style-4 .caHead a{color:#333333;}
.caAds .style-4 .caRow a:hover{text-decoration:none;}
.caAds .style-4 .caLine {color:#444444;font-size:12px;}

.caAds .style-5 {line-height:1.3em;margin-bottom:15px;}
.caAds .style-5 .caRow{padding:7px 0px;clear:left;}
.caAds .style-5 .caRow .caTitle{float:left; margin-right:5px;font-weight: bold;font-size:14px;}
.caAds .style-5 .caHead {border-bottom:1px solid #C8CAC5}
.caAds .style-5 .caRow a:hover{text-decoration:none;}
.caAds .style-5 .caLine {color:#444444;font-size:12px;}
.caAds .style-5 .caLine a{color:#333333;font-size:11px;}

.caAds .style-6 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-6 .caRow{padding:7px 10px;}
.caAds .style-6 .caHead {border-top:1px dotted #AAA;padding:4px 5px;}
.caAds .style-6 .caHead a{color:#4E4E4E;font-weight:bold;}
.caAds .style-6 .caRow a:hover{text-decoration:none;}
.caAds .style-6 .caLine {color:#444444;font-size:12px;}

.caAds .style-7 {line-height:1.3em;margin-bottom:15px;margin-top:-10px;}
.caAds .style-7 .caRow{padding:7px 0px;clear:left;}
.caAds .style-7 .caRow .caTitle{float:left; margin-right:5px;font-weight: bold;font-size:14px;}
.caAds .style-7 .caRow a:hover{text-decoration:none;}
.caAds .style-7 .caLine {color:#444444;font-size:12px;}
.caAds .style-7 .caLine a{color:#333333;font-size:11px;}

.caAds .style-8 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-8 .caRow{padding:7px 0px;}
.caAds .style-8 .caRow:hover{background-color:#E8E8F8}
.caAds .style-8 .caTitle a {color:#0000FF;font-size:14px;font-weight:bold;margin-bottom:2px;text-decoration:underline;}
.caAds .style-8 .caTitle a:hover {color:#0000FF;text-decoration:underline;}
.caAds .style-8 .caLine{color:#444444;font-size:12px;}
.caAds .style-8 .caLine a{color:#008000;font-size:12px;}
.caAds .style-8 .caLine a:hover{text-decoration:none;}

.caAds .style-9 {line-height:1.3em;margin-bottom:15px;}
.caAds .style-9 .caRow{padding:7px 0px;clear:left;border-top:1px solid #C8CAC5;}
.caAds .style-9 .caRow .caTitle{float:left; margin-right:5px;font-weight: bold;font-size:14px;}
.caAds .style-9 .caRow a:hover{text-decoration:none;}
.caAds .style-9 .caLine {color:#444444;font-size:12px;}
.caAds .style-9 .caLine a{color:#333333;font-size:11px;}

.caAds .style-10 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-10 .caRow{padding:7px 10px;border-top:1px solid #C8CAC5;}
.caAds .style-10 .caRow .caTitle{font-weight: bold;}
.caAds .style-10 .caHead {border-top:1px dotted #AAA;padding:4px 5px;}
.caAds .style-10 .caHead a{color:#4E4E4E;font-weight:bold;}
.caAds .style-10 .caRow a:hover{text-decoration:none;}
.caAds .style-10 .caLine {color:#444444;font-size:12px;}

.caAds .style-11 {line-height:1.5em;margin-bottom:10px;}
.caAds .style-11 .caHead{padding:0 0 3px;border-bottom:1px dotted #CCC;}
.caAds .style-11 .caRow{padding:3px 0px;border-bottom:1px dotted #CCC;}
.caAds .style-11 .caRow a:hover,.caAds .style-11 .caTitle a:hover {text-decoration:underline;}
.caAds .style-11 .caTitle a {color:#0E69D0;font-size:12px;font-weight:bold;margin-bottom:2px;}
.caAds .style-11 .caLine{color:#444444;font-size:12px;}
.caAds .style-11.nb .caHead, .caAds .style-11.nb .caRow{border-bottom:1px none;}

.caAds .style-12 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-12 .caRow{padding:7px 0px;}
.caAds .style-12 .caRow a:hover{text-decoration:none;}
.caAds .style-12 .caTitle a {color:#D64411;font-size:14px;font-weight:bold;margin-bottom:2px;}
.caAds .style-12 .caTitle a:hover {color:#000;}
.caAds .style-12 .caLine,.caAds .style-12 a.caUrl,.caAds .style-12 a:hover.caUrl{color:#444444;font-size:12px;}

.caAds .style-13 {line-height:1.3em;margin-bottom:10px;}
.caAds .style-13 .caHead a{color:#333;}
.caAds .style-13 .caRow{padding:0 0 7px;}
.caAds .style-13 .caRow a:hover{text-decoration:none;}
.caAds .style-13 .caTitle a {font-size:18px;font-weight:bold;line-height:1.3em;;}
.caAds .style-13 .caTitle a:hover {color:#000;}

.caAds .style-19 {line-height:1.3em;margin:0 30px 15px;}
.caAds .style-19 .caHead{padding-bottom:5px;border-bottom:1px solid #C8CAC5;}
.caAds .style-19 .caRow{padding:7px 0px;border-bottom:1px solid #C8CAC5;}
.caAds .style-19 .caRow .caTitle{ margin-right:5px;font-weight: bold;font-size:14px;}
.caAds .style-19 .caRow a:hover{text-decoration:none;}
.caAds .style-19 .caLine {color:#333333;font-size:12px;}
.caAds .style-19 .caLine a{color:#555555;font-size:11px;}

.afsWide a, .afsNarrow a{color:#0E79D0;}
.afsWide .caHead a, .afsNarrow .caHead a{color:#555;font-size:12px;cursor:default;}
.afsWide .caHead a:hover, .afsNarrow .caHead a:hover{text-decoration:none;}
.afsWide span.title a:hover{text-decoration:underline;}
.afsWide span.ad_url a, .afsNarrow span.ad_url a{color:#000;}

.sna {background-color: #ffffff;width:956px;padding:5px 10px;text-align: center;}
.sna div {display: inline-block;margin-left:5px;}
.sna .caAds .caRow {width: 800px; text-align: center;}
.sna .caAds .caRow .caTitle a{font-size: 13px;}
.sna .caAds .style-7{margin:0;}
.sna .caAds .style-7 .caRow{margin-left: 20px;}
.sna .caAds .style-7 .caRow .caTitle{float:none;}
.sna .caAds .style-7 .caRow .caLine a{font-size: 12px;color: #0E79D0;}
.sna .caAds .style-12{margin:0;}
.sna .caAds .style-12 .caRow{margin-left: 20px;}

.custom-adsense-iframe {width: 540px; margin:-10px 0 10px 20px;}

/* via ajax requested flash messages */
div.flashMessages{text-align: center;background-color: #F2F2F2;line-height: 1.5;}
div.flashMessages ul{margin: 15px 0;padding: 5px;}
div.flashMessages ul li{color: red;font-weight: bold;}

/* SCROOLING HEADER */
#HeaderMiddleWrapper.scroller #HeaderMiddle{ position: fixed; z-index: 1002;height: 65px; width: 976px; margin-left: -8px; top: 0; background-image: url('/images/head2014_scrolling.png'); }
#HeaderMiddleWrapper.scroller{ background: none; }

#HeaderMiddleWrapper.scroller form.searchForm{position:fixed; z-index: 5003; margin-left:667px; top:2px; width: 303px;}
#HeaderMiddleWrapper.scroller input.text{width:253px;height:26px;}
#HeaderMiddleWrapper.scroller input#lupe{height:26px;}
#HeaderMiddleWrapper.scroller .loginWidget{top: 3px;right:inherit; position: fixed; z-index: 5004; width: 958px; height: 15px; text-align: right;}

#navigation.scroller{position: fixed; width: 960px; top: 19px; /*margin-left: -8px;*/ padding: 8px; padding-bottom: 0   ; background-color: #fff; z-index: 1002;border: none; left: inherit;}
#navigation.scroller .navLvl2{ box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); }
#navigation.scroller .iconList{ display: none; }

#scrollExtension { position: fixed; height: 82px; width: 100%; top: -85px;left: 0;background: #F6A10E; }
#scrollExtension .innerExtension { margin: 0 auto;width: 1136px; height: 82px;background: url('/images/head2014_scrolling_placeholder.png');position: relative; }
#scrollExtension .innerExtension .left { width: 5000px; position: absolute; right: 1136px;background: url('/images/bg/scrolling-header-left-extension.png') repeat-x; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);  height: 82px; }
#scrollExtension .innerExtension .right { width: 5000px; position: absolute; left: 976px; z-index: 1; background: url('/images/bg/scrolling-header-right-extension.png') repeat-x; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); height: 82px; }

#logoExtension{ position: relative; right: 10px; top: 18px; float: right; opacity: 1;}
#goToTopExtension{ position: relative; left: 11px; top: 57px; cursor: pointer; }

#adition_sky.scrolling{ left: inherit !important; top: 82px !important; position: fixed; margin-left: 976px;}
#iqdSkyscraper.scrolling{top: 82px !important;}
#iqdWrapper.scrolling{position: fixed; top: 0px; z-index: 0;}

/* KLICKBARE BILDER HOVEREFEKT */
#slideshow a img:hover{opacity: inherit;}
.inlineSlideshow a img:hover{opacity: inherit;}
.widget a img:hover { opacity: inherit; }
.caAds a img:hover { opacity: inherit; }
#iqdWrapper a img{ opacity: inherit; }
.cprLstEdWgt a img:hover{opacity: 0.7; }
a img:hover { opacity: 0.7; }
img.pointer:hover { opacity: 0.7; }
span.pointer img:hover { opacity: 0.7; }
div.pointer img:hover { opacity: 0.7; }

/* POSITION jQuery UI OVERLAY CORRECT */
.ui-widget-overlay{ z-index: 10004 !important; }
.ui-dialog{ z-index: 10005 !important; }
.ui-autocomplete.ui-menu.ui-widget {z-index: 10006 !important;}
.ui-datepicker.ui-widget{ z-index: 10007 !important; }

.fadeOutLine:after{ 
    content: "";
    pointer-events: none;
    position: absolute;
    width: 25px;
    height: 100%; 
    top: 0; 
    right: 0; 
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* NEUE NUTZERBEWERTUNGEN */
#newRatingBox {height: 150px;position: relative;}
#newRatingBox div#newRatingHeadline {margin-top: 20px;margin-bottom: 0px; font-weight: bold;}
#newRatingBox div#newRatingLeftSide {margin-top: 45px;}
#newRatingBox div.rating-message {font-size:134%;line-height: 1.5em; padding-right: 140px;}
#newRatingBox div.new-rating-btn {cursor: pointer; text-align: center; font-weight: bold; font-size: 140%; width: 180px; background-color: #2e2e2e; padding: 10px; color: white;float: left;margin-top: 10px;}
#newRatingBox div.new-rating-btn:first-child{margin-right: 20px;}
#newRatingBox #canvasWrapper {position: absolute; right: 35px; top: 30px;width: 100px; height: 100px;}


#cookieChooser {font-size: 13px; font-weight: bold; background-color: #5A5A5A; color: #FFF; line-height: 1.54;}
#cookieChooserWrapper {padding: 5px 15px;}
#cookieChooser .cookie-chooser-btn {line-height: 20px; display: inline-block; padding: 4px 8px; background-color: #303030; cursor: pointer; white-space: nowrap;}

/*      RESPONSIVE DESIGN     */
/******************************/
#informerNav {position: relative;}
#informerLogo {position: absolute; left: -80px; top: 0;}

#pageWrapper { background-color: white; width: 976px; }
#mobileMenue { display: none; position: absolute; top: 18px; right: 20px; cursor: pointer; }
 
#ContentLeft { width: 640px; float: left;margin-right: 10px; }
#mainSidebar { width: 300px; float: left; margin-left: 10px; }

#ambPixel {position: fixed; left: -100%;}

.adition-layer {z-index: 2147483646 !important;}

.footer-category {float: left; width: 140px; margin-right: 10px; margin-bottom: 20px;}
.footer-category:first-child div:not(.b){float: left;}
.footer-category:first-child {width: 200px;}
#latestNewsDump {width: 440px;}

#handysIndexDatenblatt div:nth-of-type(2),
#handysIndexDatenblatt div:nth-of-type(3){float: left; width: 300px;}

#productlineScrollbar {display: none;}
.productline-teaser-btn {display: none; font-weight: bold;text-align: center;color: #0E89D0;margin-bottom: 30px;}
.productline-teaser-btn::before, .productline-teaser-btn::after {vertical-align: -1px; content: ""; display: inline-block; width: 10px; height: 10px; background: url('/images/buttons/Pfeile.png') no-repeat -3px -17px;}
.productline-teaser-btn.active::before, .productline-teaser-btn.active::after {vertical-align: 0px; content: ""; display: inline-block; width: 10px; height: 10px; background: url('/images/buttons/Pfeile.png') no-repeat -3px -2px;}

#datenblatt .productimage { float: left; }
#datenblatt .productdata.tabelle .List li{ float: none; width: auto; }

.informerHead {position: relative;}
#informerMenuBtn {display: none; position: absolute; right: 5px; top: -6px;text-align: center;}

#purchaseProductImage {float: left; width: 220px;}
#purchaseProductImage + div {float: right; width: 400px;}
#purchaseProductImage + div > div div:first-child {float: left; margin-right: 10px;}
#purchaseProductImage + div > div div:last-child {float: left;margin-left: 10px;}

#ContentLeft .handyRanking ul li {width: 100px; float: left;}
#mainSidebar .handyRanking ul li.grid_4_3 {width: 100px;float: left;}
.handyRanking.smallAssociationList ul li {width: 290px; float: left;}

.news-startpage-teaser.mlr.alpha {width: 300px;float: left;}
.news-startpage-teaser.mll.omega {width: 300px;float: left;}

.newsteaser .grid_8_3 {width: 200px;float: left;}
.newsteaser .grid_2 {width: 150px;float: left;}
.newsteaser .grid_1_8 {width: 200px;float: left;margin: 0 10px;}
.newsteaser .grid_1_8.omega {margin-right: 0;}
.newsteaser .grid_1_8.alpha {margin-left: 0;}

.grid_8 .stageToplist .grid_4_3 {width: 120px; float: left;}

.inlineSlideshow.w620 .item {height: 100%;}
.inlineSlideshow .item .more .newsteaser .grid_2 {width: 140px;float: left;}

.theme-teaser-news-title {height: 115px;}

#imglist .imglist li .grid_3{float: left;}
#imglist .imglist li .grid_5{margin-left: 180px;}

.artikel.current-slideshows ul, 
.slideshow-listing-widget ul,
#handyTestTeaser ul {list-style: none;}

#cse-search-form {display: none;}

#iqadtile8 {display:block !important;}
#iqadtile9 {display:block !important;}

.social-button {background-image: url('/images/sprites/Social-Buttons.png'); background-repeat: no-repeat; width: 29px; height: 28px;}

#mobileOverlayButtonBars {display: block;position: relative;}
#mobileOverlayButtonBars .social-button {margin: 0 auto;}
#mobileOverlayButtonBars #topButtonBar {position: fixed; top: -60px; z-index: 999999999;height: 60px; width: 100%;left: 0px; background-repeat: no-repeat; background-position: 0 0;background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.7) 40%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);}
#mobileOverlayButtonBars .top-button {position: absolute; width: 29px; top: 10px;}
#mobileOverlayButtonBars #bottomButtonBar {position: fixed; bottom: -60px; z-index: 999998;height: 60px; width: 100%;left: 0px; background-repeat: no-repeat; background-position: 0 0;background-image: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.7) 40%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);}
#mobileOverlayButtonBars .bottom-button {width: 25%;float: left;text-align: center; margin-top: 20px;}
#topButtonHome {background-position: -29px -28px;left: 20px;}
#topButtonUp {background-position: -29px -84px;right: 20px;}
#bottomButtonFacebook {background-position: -29px -140px;}
#bottomButtonGooglePlus {background-position: -29px -196px;}
#bottomButtonTwitter {background-position: -29px -252px;}
#bottomButtonEmail {background-position: -29px -364px;}

@media (max-width: 360px) {
    
    
    div#indicatorBtnList {top: 0px; transform: scale(0.8,0.8);}
    
    #HeaderMiddle {background: #F6A20E url("/images/areamobile_logos/logo-header-scrolling.png") no-repeat 14px 8px;}
    #HeaderMiddle a.logo.pa {padding-left: 70px;}
    
    div#testLogo {width: 100%;float: none;margin: 0 auto;margin-bottom: 20px;}
    
    #purchaseProductImage + div > div div.grid_3:first-child {width: 50%;margin-right: 0;}
    
    .artikel .assets_left, .artikel .assets_right, .artikel .assets_center {margin: 0 auto; float: none;}
    .artikel .imgC {margin: 0;}
    
    #ContentLeft.site-tablet-startpage .homepage .artikel {padding-left: 110px;}
    #ContentLeft.site-tablet-startpage .homepage .artikel div,
    #ContentLeft.site-tablet-startpage .homepage .artikel img {width: 100px;}
    
    #newRatingBox div.new-rating-btn {width: 120px !important; }
    
    /*   INFORMER   */
    /*##############*/
    #informer .informerHead span {display: none;}
    #informer #informerNav.responsive ul{margin-bottom: 20px;}
    #informer #informerNav.responsive ul.first {margin-left: 10px;}
    #informer #informerLogo {width: 50px !important;}
    
    /* HANDY INFORMER */ 
    #informer #informerNav.handys.responsive ul li.index,
    #informer #informerNav.handys.responsive ul li.nachrichten,
    #informer #informerNav.handys.responsive ul li.testbericht,
    #informer #informerNav.handys.responsive ul li.datenblatt,
    #informer #informerNav.handys.responsive ul li.bilder,
    #informer #informerNav.handys.responsive ul li.videos,
    #informer #informerNav.handys.responsive ul li.amazon,
    #informer #informerNav.handys.responsive ul li.kaufen {display: block;padding: 0 9px 10px 0;}
    #informer #informerNav.handys.responsive ul li.amazon,
    #informer #informerNav.handys.responsive ul li.kaufen {padding: 0 0 10px 0;}
    
    /* TABLET INFORMER */ 
    #informer #informerNav.tablet.responsive ul li.index,
    #informer #informerNav.tablet.responsive ul li.nachrichten,
    #informer #informerNav.tablet.responsive ul li.testbericht,
    #informer #informerNav.tablet.responsive ul li.datenblatt,
    #informer #informerNav.tablet.responsive ul li.bilder,
    #informer #informerNav.tablet.responsive ul li.videos,
    #informer #informerNav.tablet.responsive ul li.amazon,
    #informer #informerNav.tablet.responsive ul li.kaufen {display: block;padding: 0 9px 10px 0;}
    #informer #informerNav.tablet.responsive ul li.amazon,
    #informer #informerNav.tablet.responsive ul li.kaufen {padding: 0 0 10px 0;}
    
    /* SMARTWATCH INFORMER */ 
    #informer #informerNav.smartwatch.responsive ul li.index,
    #informer #informerNav.smartwatch.responsive ul li.nachrichten,
    #informer #informerNav.smartwatch.responsive ul li.testbericht,
    #informer #informerNav.smartwatch.responsive ul li.bilder,
    #informer #informerNav.smartwatch.responsive ul li.videos,
    #informer #informerNav.smartwatch.responsive ul li.amazon,
    #informer #informerNav.smartwatch.responsive ul li.kaufen {display: block;padding: 0 9px 10px 0;}
    #informer #informerNav.smartwatch.responsive ul li.amazon,
    #informer #informerNav.smartwatch.responsive ul li.kaufen {padding: 0 0 10px 0;}
    
    /* DATENBRILLE INFORMER */ 
    #informer #informerNav.smartglasses.responsive ul li.index,
    #informer #informerNav.smartglasses.responsive ul li.nachrichten,
    #informer #informerNav.smartglasses.responsive ul li.testbericht,
    #informer #informerNav.smartglasses.responsive ul li.bilder,
    #informer #informerNav.smartglasses.responsive ul li.videos,
    #informer #informerNav.smartglasses.responsive ul li.amazon,
    #informer #informerNav.smartglasses.responsive ul li.kaufen {display: block;padding: 0 9px 10px 0;}
    #informer #informerNav.smartglasses.responsive ul li.amazon,
    #informer #informerNav.smartglasses.responsive ul li.kaufen {padding: 0 0 10px 0;}
    
    /* FITNESS-TRACKER INFORMER */ 
    #informer #informerNav.fitnesstracker.responsive ul li.index,
    #informer #informerNav.fitnesstracker.responsive ul li.nachrichten,
    #informer #informerNav.fitnesstracker.responsive ul li.testbericht,
    #informer #informerNav.fitnesstracker.responsive ul li.bilder,
    #informer #informerNav.fitnesstracker.responsive ul li.videos,
    #informer #informerNav.fitnesstracker.responsive ul li.amazon,
    #informer #informerNav.fitnesstracker.responsive ul li.kaufen {display: block;padding: 0 9px 10px 0;}
    #informer #informerNav.fitnesstracker.responsive ul li.amazon,
    #informer #informerNav.fitnesstracker.responsive ul li.kaufen {padding: 0 0 10px 0;}
    
    /* BETRIEBSSYSTEM INFORMER */ 
    #informer #informerNav.betriebssystem.responsive ul li.index,
    #informer #informerNav.betriebssystem.responsive ul li.nachrichten {display: block;padding: 0 9px 50px 0;}
        
    /* HERSTELLER INFORMER */
    #informer #informerNav.hersteller.responsive ul li.index,
    #informer #informerNav.hersteller.responsive ul li.nachrichten,
    #informer #informerNav.hersteller.responsive ul li.testberichte,
    #informer #informerNav.hersteller.responsive ul li.videos,
    #informer #informerNav.hersteller.responsive ul li.bilder,
    #informer #informerNav.hersteller.responsive ul li.handys,
    #informer #informerNav.hersteller.responsive ul li.tablets {display: block;padding: 0 9px 10px 0;}
        
    /* ANBIETER INFORMER */
    #informer #informerNav.anbieter.responsive ul li.index,
    #informer #informerNav.anbieter.responsive ul li.nachrichten,
    #informer #informerNav.anbieter.responsive ul li.tarife {display: block;padding: 0 9px 10px 0;}
        
    /* TARIF INFORMER */
    #informer #informerNav.tarif.responsive ul li.index,
    #informer #informerNav.tarif.responsive ul li.bestellen,
    #informer #informerNav.tarif.responsive ul li.nachrichten {display: block;padding: 0 9px 50px 0;}
    
}

@media (max-width: 420px) {
    #newRatingBox div.new-rating-btn {margin-left: 0px !important;}
}

@media (max-width: 560px) {
    .custom-adsense-iframe {display: none;}
}

@media (max-width: 595px) {
    #ContentBg {min-height:500px;}
    .responsive-none {display: none;}
    #navigationWrapper #navigation .responsive-show {display: block;}
    #ContentLeft { float: none; width: 100%;}
    #mainSidebar { float: none; width: 100%; margin-left: 0;}
    #Footer { width: 100%;}
    #siteWrapper{width:100%;}
    #pageWrapper{width:100%;}
    .ratg {display: none;}
    .adform-adbox {display: none}
    .loginWidget {display: none;}
    .wWatchlist {display: none;}
    
    /*.adigNewsSlider {display: none;}*/
    .adigNewsSlider {width: 100%;position: relative;margin-bottom: 80px;border: none;}
    .adigNewsSlider .preview {overflow: visible;}
    .adigNewsSlider .preview h2 {margin: 0;}
    .adigNewsSlider .preview {width: 100%; height: auto;}
    .adigNewsSlider .preview ul li {position: static; margin-bottom: -3px;}
    .adigNewsSlider .preview ul li img {margin: 0;}
    .adigNewsSlider .preview ul li.video img {margin-top: 0;}
    /*.adigNewsSlider .preview ul li.video img{height: 246px;width: 300px; position: relative; top: 30px; left: 50%; margin-left: -150px;}*/
    .adigNewsSlider .preview .block {border: none;padding: 5px;opacity: 1;background-color: #222;}
    /*.adigNewsSlider .preview ul li:not(:nth-of-type(3)) {display: none;}*/
    
    .adigNewsSlider .thumbs{display: none;}
    .adigNewsSlider .preview p {display: none;}
    .adigNewsSlider .preview .desc {font-size: 80%;bottom: -42px;}
    .adigNewsSlider .preview ul li.video .playovl {top: 40%; left: 50%;  margin-left: -30px;}
    
    #indicatorBtnList {position: absolute; margin-left: -45px; left: 50%; top: 10px; width: 90px;height: 18px; z-index: 1;}
    #indicatorBtnList ul li {margin: 5px;list-style: none; float: left; background: url('/images/buttons/Teaser-Button-neu.png') no-repeat -7px -32px; width: 19px; height: 18px;}
    #indicatorBtnList ul li.active {background-position: -7px -6px;}
    
    #purchaseProductImage {display: none;}
    #leserBewertung {display: none;}
    .sna {display: none;}
    #datenblatt .productdata ins.adsbygoogle {display: none;}
    #iqdWrapper{display: none;}
    #zparWrapper{width: 300px; margin: 0 auto;}
    #iqdSitebar{display: none;}
    .custom-adsense-iframe {margin:-10px auto 10px;}
    
    #HeaderMiddleWrapper {width: 100%; border-bottom: none;padding: 0;}
    #mobileMenue {display: inline-block;}
    
    #HeaderMiddleWrapper form.searchForm {display: none;position: static;margin-left: 0px;;margin-top: 10px;width: 100%;}
    #HeaderMiddleWrapper form.searchForm div.search {margin: 0 auto; width: 95%;height: 29px;top: 0; right: 0;}
    #HeaderMiddleWrapper form.searchForm div.search:after {content: "";clear: both;}
    #HeaderMiddleWrapper input.text {float: none;width: 90%;}
    #HeaderMiddleWrapper input#lupe {float: none;position: absolute; top: 0; right: 0;}
    
    .ui-autocomplete.ui-menu.ui-widget {width: 300px !important;}
    
    .footer-category,
    #iqdtecLogo, 
    #footerLinks a:not(#imprint):not(#versionSelector):not(#agbFooterLink), 
    .footer-link-seperator, 
    .footer-clear { display: none; }
    #versionSelector {line-height: 2.5;}
    #agbFooterLink {white-space: nowrap;}
    
    #mainSidebar.site-purchase { display: none; }
    #mainSidebar.site-test-index { display: none; }
    #mainSidebar.site-slideshow-startpage { display: none; }
    #mainSidebar.site-video-startpage { display: none; }
    #mainSidebar.site-informer-news-startpage .handyRanking,
    #mainSidebar.site-informer-news-startpage .handyRanking + a { display: none; }
    #mainSidebar.site-test .handyRanking + a { display: none; }
    
    #handysIndexDatenblatt div:nth-of-type(2),
    #handysIndexDatenblatt div:nth-of-type(3){float: none; width: 100%; margin-left: 0;}
    
    #navigation {display: none; width: 100%;}
    
    .navLvl1 { background-color: #EEEEEE;margin-top: -1px; }
    .navLvl1 { list-style: none;margin: 0; padding: 0;padding-top: 50px;border-bottom: solid 1px #CCC; }
    .navLvl1 li { border-bottom: solid 1px #CCC; width: 95%;margin: 0 auto; position: relative;}
    .navLvl1 > li:first-child { display: none; }
    .navLvl1 li:last-child { border-bottom: none; }
    .navLvl1 li::after { position: absolute; right: 0; top: 12px; content: ''; display: inline-block; height: 11px; width: 11px; background: url('/images/buttons/Navi-Pfeile.png') no-repeat -6px -19px; }
    .navLvl1 li.responsive-show::after { position: absolute; right: 0; top: 12px; content: ''; display: inline-block; height: 11px; width: 11px; background: url('/images/buttons/Navi-Pfeile.png') no-repeat -6px -4px; }
    .navLvl1 li a { text-decoration: none;padding: 10px 0;display: inline-block; color: #333; font-weight: bold;font-size: 90%; width: 100%; }
    .navLvl1 li a div { float: left; }
    .navLvl1 li a img { float: right; }
    
    .navLvl2.clearfix, .iconList { display: none; }
    
    #navigation .navLvl3 { display: none; }
    #navigation .navLvl3 li::after { position: absolute; right: 5px; top: 5px; content: ''; display: inline-block; height: 25px; width: 19px; background: url('/images/m-weiter.png') no-repeat center center; }
    
    
    #ContentLeft .artikel .grid_7{ width: 100%; }
    
    object {width: 100% !important;}
    .artikel div.txtC iframe[src*="youtube"],
    #ContentLeft.site-video .artikel .level3 iframe[src*="youtube"],
    .artikel div.txtC embed[src*="youtube"] {width: 100%;height: 50vw;}
    #newsComment .Notification {width: 80% !important;}
    
    #ContentLeft.site-video #writingCommentsBlock {display: none;}
    
    img{max-width: 100%}
    .bgiSpecial {background-position: center 0 !important;}    
    
    .productline-teaser-btn {display: block;}
    
    .productline {display: none; margin-left: 10px;margin-right: 10px;}
    .productline span.browse.prevPage, .productline span.browse.nextPage {display: none;}
    .productlineTariff {display: none; width: 100%;}
    .productlineTariff span.browse.prevPage, .productlineTariff span.browse.nextPage {display: none;}
    #productlineScrollbar {width: 100%; height: 5px; background-color: #F2F2F2;margin-bottom: 20px;overflow: hidden;position: relative;}
    #productlineScroller { width: 30px; height: 100%; background-color: rgba(246, 162, 14, 0.65);position: absolute;left: 0;}
    
    
    #datenblatt .productimage { float: none; }
    #datenblatt .productimage table { display: none; }
    #datenblatt .productimage div.print { display: none; }
    #datenblatt .productimage div.iEnvelope { display: none; }
    #datenblatt .productdata.tabelle { float: none; }
    #datenblatt .productdata.tabelle .iHint{ display: none; }
    
    
    .social-buttons { padding-top: 0; width: 235px;margin: 0 auto;}
    .social-buttons > div:not(:last-child) { width: auto !important; float: left; padding-top: 0 !important;}
    .ifFbH{float: none;}
    
    .slideshowTeaser {width: 260px; margin: 0 auto;}
    .slideshowTeaser .prev {left: 15px;}
    .slideshowTeaser .next {right: 15px;}
    .slideshowTeaser div a:not(:nth-of-type(1)):not(:nth-of-type(2)) {display: none;}
    
    .slideshowTeaser {width: 260px; margin: 0 auto;}
    .slideshowTeaser div a img:not(:nth-of-type(1)):not(:nth-of-type(2)) {display: none;}
    
    .docNews .thirdImageNews {width: 100%;}
    .docNews .halfImageNews {margin: 0 auto;float: none;}
    
    .docImgCtr .halfImageDocument {margin: 0 auto;float: none;}
    .docImgCtr .thirdImageDocument {width: 100%;}
    
    .docNews .imgR {float: none; margin: 0 auto;}
    .docNews .imgR + div {float: none; width: 336px; margin: 0 auto !important;}
    
    .newsteaser .grid_8_3 {border-bottom: 1px dotted #AAA; float: none; width: 100%;min-height: 85px;}
    .newsteaser .grid_8_3 > a:first-child {float: left;margin: 10px 0;}
    .newsteaser .grid_8_3 > a:first-child img {width: 80px;}
    .newsteaser .grid_8_3 div.title {margin-left: 100px;}
    
    .tabelleTinyMCE {width: 100%; overflow-x: scroll;}
    .tabelleTinyMCE table{width: 640px !important;}
    
    #testLogo {width: 55%; max-width: 300px; min-width: 190px;}
    
    #purchaseProductImage + div {width: 100%;}
    #purchaseProductImage + div > div div:first-child {width: 60%;margin-right: 0;/*min-width: 120px; max-width: 380px;*/}
    #purchaseProductImage + div > div div:last-child {float: right;width: 120px;text-align: right;margin-left: 0;}
    #purchaseProductImage + div .moreinfo {display: none;}
    
    #offerlistHardware tr td:nth-of-type(3),
    #offerlistHardware tr th:nth-of-type(3) {display: none;}
    
    #offerlist tr td:nth-of-type(3),
    #offerlist tr th:nth-of-type(3),
    #offerlist tr td:nth-of-type(4),
    #offerlist tr th:nth-of-type(4) {display: none;}
    #offerlist .moreinfo {display: none;}
    
    .news-startpage-teaser.mlr.alpha {width: 100%;float: none;margin-right: 0;margin-bottom: 20px;}
    .news-startpage-teaser.mll.omega {width: 100%;float: none;margin-left: 0;}
    
    #wBuyTeaser div table {width: 100%;}
    
    #hightlightsWrapper div.outer {}
    #hightlightsWrapper div.inner {width: 272px;margin: 0 auto;}
    #hightlightsWrapper div.content {width: 142px;margin-left: 0;text-align: left !important;}
    #hightlightsWrapper div.content:nth-of-type(2),#hightlightsWrapper div.content:nth-of-type(4) {width: 110px;margin-left: 20px;}
    #hightlightsWrapper div.content:nth-of-type(1),#hightlightsWrapper div.content:nth-of-type(2) {margin-bottom: 20px;}
    
    #tableHeaderTariff {width: 100% !important;}
    
    #tariffTable table tr:first-child td:first-child {display: none;}
    #tariffTable table:last-child tr:first-child td:nth-last-of-type(2) {display: none;}
    #tariffTable .labelTariffTable {width: 0;}
    
    #tariffTable #tariffTableInformation .labelTariffTable {width: 33%; padding-right: 5px;}
    #tariffTable #tariffTableLegal .labelTariffTable {width: 190px;}
    #tariffTable #tariffTableCosts .labelTariffTable {width: 190px;}
    
    #tariffTable #tariffTableAccounting tr td:last-child > span{border-bottom: none !important;width: 100%  !important;white-space:normal  !important;}
    #tariffTable #tariffTableAccounting .fadeOutLine:after {display: none;}
    #tariffTable #tariffTableAccounting a.moreInformationTariffTable{width:160px !important;}
    #tariffTable #tariffTableAccounting a.accountingTariffTable{width:110px !important;}

    #tariffTableInformation a.moreInformationTariffTable {width: 165px;}
    
    #newsComment #editingSection,
    #newsComment #commentButton {display: none;}
    
    #moreNewsSection {display: none;}
    #currentTestDevices {display: none;}
    
    .pagination span.p-pages,
    .pagination span.p-active,
    .pagination span.pagination-jump-spacer,
    .pagination span.p-next:last-child {display: none;}
    
    form[action="/testberichte"],
    form[action="/tablets/tablet-testberichte"] {display: none;}
    
    #directLinkHandyTests,
    #directLinkTabletTests {float: none;}
    
    .rating-subline {display: none;}
    
    .handy-test-list .data,
    .tablet-test-list .data {position: relative;margin-left: 0;margin-top: 100px;}
    
    .handy-test-list .data .imgR,
    .tablet-test-list .data .imgR {float: none;position: absolute; right: 0; top: -105px;}
    
    #widgetServiceRatgeber {width: 300px;margin: 30px auto;}
    .video-widget {width: 100%;}
    .video-widget a {display: block; width: 300px; margin: 0 auto;}
    .video-widget .playovl {left: 50%; margin-left: -35px;}
    
    .wStageTest div img {max-width: 120px;max-height: 120px;}
    
    #ContentLeft .inlineSlideshow {width: 100%;}
    
    #ContentLeft .inlineSlideshow .prev a,
    #ContentLeft .inlineSlideshow .next a {height: 84px; width: 18px; top: 50%; margin-top: -42px;}
    #ContentLeft .inlineSlideshow .prev a {left: 0; background-position: -14px -14px;}
    #ContentLeft .inlineSlideshow .next a {right: 0; background-position: -71px -14px;}
    
    #ContentLeft .inlineSlideshow .item {width: 100%;height: 100%;}
    #ContentLeft .inlineSlideshow .item a img{margin-top: 0 !important;}
    #ContentLeft .inlineSlideshow .item .more {width: 100%;}
    #ContentLeft .inlineSlideshow .desc {width: 100%;}
    #ContentLeft .inlineSlideshow .desc div > a{display: none;}
    
    #ContentLeft .inlineSlideshow .newsteaser {width: 280px; margin: 0 auto;}
    #ContentLeft .inlineSlideshow .newsteaser .teaser-element {display: none;}
    #ContentLeft .inlineSlideshow .newsteaser .teaser-element:nth-of-type(2) {display: block;}
    #ContentLeft .inlineSlideshow .newsteaser .teaser-element:nth-of-type(3) {display: block;}
    #ContentLeft .inlineSlideshow .newsteaser .teaser-element:nth-of-type(4) {display: block;}
    #ContentLeft .inlineSlideshow .newsteaser .teaser-element:nth-of-type(5) {display: block;}
    
    #themeTeaserImage {margin: 0 auto; margin-bottom: 20px; width: 300px;}
    .handyRanking {margin: 0 auto; margin-top: 50px; margin-bottom: 20px;width: 300px;}
    
    .theme-device-ranking ul {display: none;}
    .theme-device-ranking .ListHeadline {font-weight: bold; text-align: center; color: #0E89D0; margin-bottom: 30px;border-bottom: none;}
    .theme-device-ranking .ListHeadline::before,
    .theme-device-ranking .ListHeadline::after {vertical-align: -1px; content: ""; display: inline-block; width: 10px; height: 10px; background: url('/images/buttons/Pfeile.png') no-repeat -3px -17px;margin-right: 5px;}
    .theme-device-ranking .ListHeadline::after {margin-left: 5px;}
    .theme-device-ranking .ListHeadline.responsive-active::before,
    .theme-device-ranking .ListHeadline.responsive-active::after {vertical-align: 0px; content: ""; display: inline-block; width: 10px; height: 10px; background: url('/images/buttons/Pfeile.png') no-repeat -3px -2px;}
    
    #newsteaserTheme li.grid_1_8 { margin: 0; float: none; width: 100%; margin-bottom: 30px;}
    #newsteaserTheme li.grid_1_8 img { width: 140px; float: left;}
    
    .theme-teaser-news-title { margin-left: 150px; height: auto;}
    .theme-teaser-news-title + p { margin-left: 150px;}
    
    .site-thema .tagcloud {display: none;}
    
    #imglist .imglist {width: 100%;}
    #imglist .imglist li {width: 100%;margin-bottom: 30px;}
    #imglist .imglist li .grid_3{width: 120px;}
    #imglist .imglist li .grid_5{margin-left: 130px;}
    
    #mainSidebar.site-slideshow .newsteaser {width: 300px;margin: 0 auto;margin-bottom: 20px;}
    #mainSidebar.site-slideshow .handyRanking,
    #mainSidebar.site-slideshow .handyRanking + a.link {display: none;}
    #ContentLeft.site-slideshow .newsteaser {display: none;}
    #ContentLeft.site-slideshow .inlineSlideshow .newsteaser {display: block;}
    #ContentLeft.site-slideshow #newsComment #Kommentar {display: none;}
    #ContentLeft.site-slideshow #newsComment #Kommentar + .txtC {display: none;}

    #slideshow {margin-bottom: 30px;}
    #slideshow #clickablePreview {display: none;}
    #slideshow .navControls {padding-top: 30px;}
    
    #videolist .videolist {width: 100%;}
    #videolist .videolist li {width: 100%;margin-bottom: 30px;}
    #videolist .videolist li .grid_3{width: 120px;float: left;}
    #videolist .videolist li .grid_5{margin-left: 130px;}
    #videolist .videolist .playovl{left: 35px;top: 25px;}
    
    .grid_4.mlr.alpha,
    .grid_4.mrl.alpha {margin:0 0 30px 0;}
    .grid_4.mll.omega {margin:0;}
    
    #mainSidebar.site-device-news-startpage .handyRanking + a.link {display: none;}
    
    #link2HandyComparison, 
    #link2TabletComparison, 
    #link2HandyFinder, 
    #link2TabletFinder {display: none;}
    
    .verticalToplist {border: none;}
    .verticalToplist .ListHeadline {color: #333;background-color: transparent;}
    .verticalToplist ol li { padding-right: 50px;}
    .verticalToplist ol li.active .iComment{ position: absolute;}
    .verticalToplist ol li.active .iComment span{display: none;}
    .verticalToplist ol.items li > span.pa.id{display: none;}
    .verticalToplist ol.items li > a.nd{padding-left: 0; min-height: 70px; height: 70px;}
    .verticalToplist ol li img{ display: inline; margin: 0 10px 0 0;}
    
    .artikel.current-slideshows ul li {width: 100%;clear: both;}
    .artikel.current-slideshows ul li div img{width: 110px;}
    .artikel.current-slideshows ul li > div:first-child {float: left;}
    .artikel.current-slideshows ul li .text-content {padding-left: 120px;}
    
    .newthreads {display: none;}
    
    #ContentLeft.site-handy-startpage .virtualforum,
    #mainSidebar.site-handy-startpage .virtualforum,
    #mainSidebar.site-handy-startpage .tagcloud {display: none;}
    #mainSidebar.site-handy-startpage .handyRanking + a.link {display: none;}
    
    #ContentLeft.site-handy-startpage .slideshow-listing-widget ul li {width: 100%;clear: both;}
    #ContentLeft.site-handy-startpage .slideshow-listing-widget ul li div img{width: 110px;}
    #ContentLeft.site-handy-startpage .slideshow-listing-widget ul li > div:first-child {float: left;}
    #ContentLeft.site-handy-startpage .slideshow-listing-widget ul li .text-content {padding-left: 120px;}
    
    .new-handys-teaser {width: 100% !important;}
    .new-handys-teaser img {width: 70px !important;}
    .new-handys-teaser ul li:first-child {height: initial !important;}
    .new-handys-teaser ul p {padding-left: 80px;}
    .new-handys-teaser ul li div.nw {white-space: normal;}
    #newMiddleclassHandys {padding:0 !important; border: none !important;}
    
    #handyTestTeaser ul li {margin-bottom: 0px; border-bottom: 1px dotted #AAA; padding-bottom: 1px;}
    
    #handyTestTeaser ul li:first-child .imgR img {width: 200px;}
    #handyTestTeaser ul li:first-child p {margin-top: 110px;}
    #handyTestTeaser ul li:first-child div:first-child a{font-size: 0.85em;}
    #handyTestTeaser ul li:first-child div:first-child {margin-bottom: 20px;}
    
    #handyTestTeaser ul li:not(:first-child) {position: relative;}
    #handyTestTeaser ul li:not(:first-child) div:first-child {float: right;margin-top: 0px;}
    #handyTestTeaser ul li:not(:first-child) div:nth-of-type(2) {position: absolute;top:0;padding-bottom: 20px;}
    #handyTestTeaser ul li:not(:first-child) img {margin-top: 40px;}
    #handyTestTeaser ul li:not(:first-child) p {padding-top: 120px;}
    
    #ContentLeft.site-news-startpage .ListHeadline h1 span {display: none;}
    #mainSidebar.site-news-startpage #currentTestDevices {display: block;}
    
    #currentTestDevices .grid_3 {float: left; margin: 0 10px;}
    #currentTestDevices .grid_3.alpha {margin-left: 0;}
    #currentTestDevices .grid_1 {float: right;}
    #currentTestDevices .grid_1.omega {margin-top: 5px;margin-right: 0;}
    
    #empfiehlUnsWeiter {display: none;}
    
    #ContentLeft.site-test .lesermeinung,
    #ContentLeft.site-test .neuste-lesermeinung,
    #ContentLeft.site-test .bewertung {display: none;}
    
    #ContentLeft.site-test .testSummary {width: 300px;margin: 0 auto;}
    #ContentLeft.site-test .testSummary .urat,
    #ContentLeft.site-test .testSummary .trat,
    #ContentLeft.site-test .testSummary #syndBtn {display: none;}
    
    #ContentLeft.site-test #testlogo {background: none; height: auto;}
    
    #ContentLeft.site-test .DocumentPagination #testLesermeinungen {display: none;}
    
    #ContentLeft.site-test #rating .ui-tabs-panel {padding: 0;}
    #ContentLeft.site-test #rating > ul > li:nth-of-type(2) {display: none !important;}
    #ContentLeft.site-test #rating.ratingTestview ul.tabs-nav {padding: 0;}
    
    #ContentLeft.site-test #rating-1 > p {display: none;}
    #ContentLeft.site-test #rating-1 .tabelle > div:first-child {width: 300px; margin: 0 auto;}
    #ContentLeft.site-test #rating-1 .tabelle > div:first-child > div:nth-of-type(2),
    #ContentLeft.site-test #rating-1 .tabelle > div:first-child > div:nth-of-type(3) {display: none;}
    
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) {width: 100%;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > table {width: 100% !important;}
    
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults {width: 260px !important; margin: 20px auto;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults a {pointer-events: none;color: #333;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults:after {content:"";display: block;clear: both;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults .rating-result-entry {width: 130px; float: left;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults .rating-result-entry > div:first-child {margin-top: 0;}
    #ContentLeft.site-test #rating-1 .tabelle > div:nth-of-type(2) > #totalRatingResults .rating-result-entry > div:nth-child(2) {margin-top: 10px;}
    
    #readAllComments {display: none;}
    #erfahrungsberichteUndKommentare {display: none;}
    
    #wHstTop,
    
    #externalNewsSources {display: none;}
    
    #ContentLeft.site-hersteller-startpage ul.testTeaser li {width: 50%;}
    #ContentLeft.site-hersteller-startpage ul.testTeaser li {display: none;}
    #ContentLeft.site-hersteller-startpage ul.testTeaser li:nth-of-type(1),
    #ContentLeft.site-hersteller-startpage ul.testTeaser li:nth-of-type(2){display: list-item;}
    #ContentLeft.site-hersteller-startpage .artikel .imgR {display: none;}
    
    #ContentLeft.site-anbieter-startpage ul.testTeaser li {width: 50%;}
    #ContentLeft.site-anbieter-startpage ul.testTeaser li {display: none;}
    #ContentLeft.site-anbieter-startpage ul.testTeaser li:nth-of-type(1),
    #ContentLeft.site-anbieter-startpage ul.testTeaser li:nth-of-type(2){display: list-item;}
    #ContentLeft.site-anbieter-startpage .artikel .imgR {display: none;}
    
    #ContentLeft.site-anbieter-startpage #festnetzTarifTabelle tr td:nth-of-type(2) {display: none;}
    #ContentLeft.site-anbieter-startpage #festnetzTarifTabelle tr td:nth-of-type(3) {width: 110px;}
    
    #mainSidebar.site-hersteller-all-handys #handyListSmall,
    #mainSidebar.site-hersteller-all-tablets #handyListSmall {display: none;}
    
    #ContentLeft.site-hersteller-all-handys .handyList .abstract {display: inline-block;}
    #ContentLeft.site-hersteller-all-tablets .handyList .abstract {display: inline-block;}
    #ContentLeft.site-hersteller-all-handys .handyList .data {margin-left: 0;margin-top: 100px;position: relative;}
    #ContentLeft.site-hersteller-all-tablets .handyList .data {margin-left: 0;margin-top: 100px;position: relative;}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data {float: none;position: absolute; right: 0;top: -100px;}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data {float: none;position: absolute; right: 0;top: -100px;}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .drb {box-shadow: none; -webkit-box-shadow: none;margin-bottom: 0;}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .drb {box-shadow: none; -webkit-box-shadow: none;margin-bottom: 0;}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .drb3 {width: 180px}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .drb3 {width: 180px}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .drb2 {margin-left: 0px}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .drb2 {margin-left: 0px}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .red {background: none;padding: 0;}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .red {background: none;padding: 0;}
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .red .ib {width: 80px;}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .red .ib {width: 80px;}
    
    #ContentLeft.site-hersteller-all-handys .handyList .rating-data .use {display: none;}
    #ContentLeft.site-hersteller-all-tablets .handyList .rating-data .use {display: none;}
    
    #ContentLeft.site-hersteller-all-handys #pictureHandyList .grid_4_3 {width: 100px; float: left;}
    #ContentLeft.site-hersteller-all-tablets #pictureHandyList .grid_4_3 {width: 100px; float: left;}
    
    #ContentLeft.site-hersteller-all-handys #pictureHandyList ul {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
    #ContentLeft.site-hersteller-all-tablets #pictureHandyList ul {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
    
    #ContentLeft.site-test-index #hersteller .handyList .abstract {display: inline-block;}
    #ContentLeft.site-test-index #hersteller .handyList .data {margin-left: 0;margin-top: 100px;position: relative;}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data {float: none;position: absolute; right: 0;top: -100px;}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .drb {box-shadow: none; -webkit-box-shadow: none;margin-bottom: 0;}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .drb3 {width: 180px}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .drb2 {margin-left: 0px}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .red {background: none;padding: 0;}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .red .ib {width: 80px;}
    #ContentLeft.site-test-index #hersteller .handyList .rating-data .use {display: none;}
    
    #mainSidebar.site-video .handyRanking {display: none;}
    #mainSidebar.site-video .handyRanking + a.link{display: none;}
    #mainSidebar.site-video .newsteaser {display: none;}
    #mainSidebar.site-video #wBuyTeaser {display: none;}
    
    #ContentLeft.site-video .level3 {background-color: transparent;}
    #ContentLeft.site-video .level3 .videolist {width: 100% !important;}
    #ContentLeft.site-video .level3 .videolist li {list-style: none;}
    #ContentLeft.site-video .level3 .videolist .opa {height: 27%;}
    #ContentLeft.site-video .level3 .videolist .playovl {left: 108px;top: 75px;}
    #ContentLeft.site-video .level3 .videolist .grid_7_3 {width: 270px; margin: 0 auto;margin-bottom: 35px;}
    #ContentLeft.site-video .level3 .videolist .grid_7_3 img {width: 270px;}
    
    #navigation  .navLvl1 li.navigation-handy-index .navLvl3 li.navigation-- {display: none;}
    
    #navigation  .navLvl1 li.navigation-tarife-index .navLvl3 li.navigation-tarife-nachrichten,
    #navigation  .navLvl1 li.navigation-tarife-index .navLvl3 li.navigation-tarife-vorwahlen {display: none;}
    #navigation  .navLvl1 li.navigation-tarife-index .navLvl3 li.navigation-tarife-index {border-bottom: none;}
    
    #navigation  .navLvl1 li.navigation-gadgets-index .navLvl3 li.navigation-- {display: none;}
    #navigation  .navLvl1 li.navigation-gadgets-index .navLvl3 li.navigation-wearables-fitness-tracker {border-bottom: none;}
    
    #navigation  .navLvl1 li.navigation-community-index .navLvl3 li.navigation--:not(:first-child),
    #navigation  .navLvl1 li.navigation-community-index .navLvl3 li.navigation-service-newsletter,
    #navigation  .navLvl1 li.navigation-community-index .navLvl3 li.navigation-gewinnspiele-index {display: none;}
    #navigation  .navLvl1 li.navigation-community-index .navLvl3 li.navigation--:first-child {border-bottom: none;}
    
    #ContentLeft.site-gadgets-startpage .single-stage-news .artikel{padding-left: 100px;}
    #ContentLeft.site-gadgets-startpage .single-stage-news .artikel .img {width: 90px;}
    
    #ContentLeft.site-gadgets-device-startpage .single-stage-news .artikel{padding-left: 100px;}
    #ContentLeft.site-gadgets-device-startpage .single-stage-news .artikel .img {width: 90px;}
    
    #ContentLeft.site-gadgets-startpage .slideshow-listing-widget li {width: 100%;min-height: 80px;margin-bottom: 10px;}
    #ContentLeft.site-gadgets-startpage .slideshow-listing-widget .grid_1_8 div:first-child {float: left;width: 100px;}
    #ContentLeft.site-gadgets-startpage .slideshow-listing-widget .grid_1_8 div.text-content {padding-left: 110px;}
    #ContentLeft.site-gadgets-startpage .slideshow-listing-widget .grid_1_8 div.text-content div:first-child {float: none;}
    
    #ContentLeft.site-gadgets-device-startpage .slideshow-listing-widget li {width: 100%;min-height: 80px;margin-bottom: 10px;}
    #ContentLeft.site-gadgets-device-startpage .slideshow-listing-widget .grid_1_8 div:first-child {float: left;width: 100px;}
    #ContentLeft.site-gadgets-device-startpage .slideshow-listing-widget .grid_1_8 div.text-content {padding-left: 110px;}
    #ContentLeft.site-gadgets-device-startpage .slideshow-listing-widget .grid_1_8 div.text-content div:first-child {float: none;}
    
    #mainSidebar.site-gadgets-startpage .wgtfull {width: 298px; margin: 0 auto;background: none;margin-bottom: 20px;}
    
    #ContentLeft.site-startpage .homepage .artikel {padding-left: 110px;}
    #ContentLeft.site-startpage .homepage .artikelad {margin-left: 110px;}
    #ContentLeft.site-startpage .homepage .artikel .img {width: 100px;}
    #ContentLeft.site-startpage .homepage .artikel .img .playovl {top: 16px; left: 18px;transform: scale(0.6, 0.6);}
    
    #ContentLeft.site-startpage .homepage .stageToplist {margin: 0 0 20px;}
    #ContentLeft.site-startpage .homepage .stageToplist .panes > div div {width: auto;margin: 0 20px;}
    #ContentLeft.site-startpage .homepage .stageToplist .grid_4_3 {width: 120px;}
    
    #ContentLeft.site-startpage .homepage .doclist ul li > span {float: left;}
    #ContentLeft.site-startpage .homepage .doclist ul li a:nth-of-type(1) {padding-left: 50px;display: block;}
    #ContentLeft.site-startpage .homepage .doclist li a.iComment {display: none;}
    
    #mainSidebar.site-startpage .virtualforum {display: none;}
    #mainSidebar.site-startpage .wgtCtdwn {width: 300px; margin: 0 auto;margin-bottom: 20px;}
    
    .widget.wStageTest div:nth-of-type(2) {width: 40% !important;}
    .widget.wStageTest div:nth-of-type(3) {float: right;}
    
    #ContentLeft.site-tariff-startpage .homepage .artikel {padding-left: 110px;}
    #ContentLeft.site-tariff-startpage .homepage .artikel .img {width: 100px;}
    
    #ContentLeft.site-tariff-startpage #rateSpecialsContent {width: 100%;}
    #ContentLeft.site-tariff-startpage #rateSpecialsContent > div {float: none; padding: 0; width: 100%;min-height: 100px;}
    #ContentLeft.site-tariff-startpage #rateSpecialsContent > div a {float: left; padding: 0;}
    #ContentLeft.site-tariff-startpage #rateSpecialsContent > div img{width: 120px;}
    
    #ContentLeft.site-tariff-startpage #rateSpecialsContent div .rateSpecialCaption {padding-left: 130px;}
    
    #ContentLeft.site-tariff-startpage #providerTableWrapper {width: 300px; margin: 0 auto;}
    #ContentLeft.site-tariff-startpage .anbieter-column {display: none;}
    #ContentLeft.site-tariff-startpage .anbieter-row {width: 200px;}
    
    #ContentLeft.site-tariff-startpage #netzAnbieterAuswahlTitle {float: left;}
    #ContentLeft.site-tariff-startpage #netzAnbieterAuswahlSelectWrapper {padding-left: 150px;}
    #ContentLeft.site-tariff-startpage #netzAnbieterAuswahlSelect {width: 150px;}
    #ContentLeft.site-tariff-startpage #anbieterImageResponsive {float: left; width: 90px;margin-top: 20px;}
    #ContentLeft.site-tariff-startpage #providerTable {width: 200px;float: left;margin-top: 15px;margin-left: 10px;}
    
    iframe[name="googleSearchFrame"] {width: 100%;}
    
    #ContentLeft.site-handy-videos-startpage .videolist .grid_3 {float: left; width: 100px;}
    #ContentLeft.site-handy-videos-startpage .videolist .grid_3 .playovl {top: 16px; left: 18px;transform: scale(0.6, 0.6);}
    #ContentLeft.site-handy-videos-startpage .videolist .grid_5 {margin-left: 110px;}
    
    #ContentLeft.site-hersteller-videos-startpage .videolist .grid_3 {float: left; width: 100px;}
    #ContentLeft.site-hersteller-videos-startpage .videolist .grid_3 .playovl {top: 16px; left: 18px;transform: scale(0.6, 0.6);}
    #ContentLeft.site-hersteller-videos-startpage .videolist .grid_5 {margin-left: 110px;}
    
    #ContentLeft.site-tablet-startpage .slideTeaser > a:last-child {display: none;}
    
    #mainSidebar.site-datenblatt .slideTeaser { display: none; }
    
    .wgtfull {width: 300px; margin: 0 auto;}
    .news-subline {padding-right: 45px;}
    
    #ContentLeft.site-imprint img[src$="iqdtec-300.gif"] {width: 156px;}
    #ContentLeft.site-imprint img[src$="200603151215agof_logo.jpg"] {width: 160px;}
    #ContentLeft.site-imprint img[src$="download-pic.gif"] {width: 50px;}
    #mainSidebar.site-imprint #widgetServiceRatgeber {display: none;}
    #mainSidebar.site-imprint #widgetServiceRatgeber + .artikel {display: none;}
    
    #mainSidebar.site-slideshow #a4mCadSp {text-align: center;}
    
    #newRatingBox {}
    #newRatingBox div#newRatingLeftSide {font-size: 80%; padding-right: 140px; margin-top: 0;}
    #newRatingBox div.new-rating-btn {margin-left: 20px;font-size:170%; cursor: pointer; text-align: center; width: 180px; background-color: #2e2e2e; padding: 10px; color: white;}
    #newRatingBox div.new-rating-btn:first-child {margin-top: 30px;}
    #newRatingBox div#messageButtons {float: left;margin-left: 10px;}
    #newRatingBox div.rating-message {line-height: 1.5em; margin-top: 45px;padding-right: 0;}
    #newRatingBox #canvasWrapper {margin: 0;}
    
    .inline-social-btn {display: none;}
    
    
    #ContentBg.site-device-finder div.grid_4 .iqdCadTileX {width: 300px; margin: 0 auto;margin-bottom: 30px;}
    #ContentBg.site-device-finder #TabletfinderResultset,
    #ContentBg.site-device-finder #HandyfinderResultset {display: flex; flex-wrap: wrap; justify-content: center;}
    
    #ContentBg.site-device-finder #HandyfinderInfo,
    #ContentBg.site-device-finder #TabletfinderInfo {width: 300px; margin: 0 auto; margin-bottom: 20px;text-align: center;}
    #ContentBg.site-device-finder #HandyfinderInfo .grid_4,
    #ContentBg.site-device-finder #TabletfinderInfo .grid_4 {float: none; text-align: center;margin-top: 10px;}
    
    #ContentBg.site-device-finder #HandyfinderOptions,
    #ContentBg.site-device-finder #TabletfinderOptions {margin: 40px 0;}
    
    #ContentBg.site-device-finder #HandyfinderOptions > div.head + .cont,
    #ContentBg.site-device-finder #TabletfinderOptions > div.head + .cont {display: none;}
    
    #ContentBg.site-device-finder #HandyfinderResultset > div > span,
    #ContentBg.site-device-finder #TabletfinderResultset > div > span {background: none;}
    
    #ContentBg.site-device-finder #HandyfinderResultset > div,
    #ContentBg.site-device-finder #TabletfinderResultset > div {padding: 7px 3px 0;}
    
    #ContentBg.site-device-finder #HandyfinderResultset .grid_2,
    #ContentBg.site-device-finder #TabletfinderResultset .grid_2 {width: 165px;}
    
    #ContentLeft.site-bestenlisten .pagination span.p-pages,
    #ContentLeft.site-bestenlisten .pagination span.p-active, 
    #ContentLeft.site-bestenlisten .pagination span.pagination-jump-spacer, 
    #ContentLeft.site-bestenlisten .pagination span.p-next:last-child {display: inline-block;}
    
    #ContentLeft.site-bestenlisten .btn.startComparison {display: none;}
    
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_2 {margin: 0 auto;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_3 {margin: 20px auto;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_3 > div:first-child {text-align: center;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_4 {margin: 0 auto; width: 260px; border-bottom: 1px dotted #AAA; padding-bottom: 1px;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_4 > .clearfix {margin-left: 15px; ; width: 230px; border: none;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_4 > .clearfix .offerbox {width: 115px;}
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_4 > .clearfix .offerbox .offer {padding-right: 40px;}
    
    #ContentLeft.site-bestenlisten ul.toplist li div > div.grid_4 .bb > .clearfix:not(:first-child) {display: none;}
    
    #mainSidebar.site-bestenlisten .virtualforum {display: none;}
    #mainSidebar.site-bestenlisten .droplistWgt {display: none;}
    
    .bestenlistenAd {max-width: 400px; margin: 0 auto;}
    
    #ContentLeft.site-bestenlisten-landingpage .grid_7.tabelle {width: 100% !important;}
    #ContentLeft.site-bestenlisten-landingpage .grid_7.tabelle > .clearfix ul li span {float: none;padding-left: 135px;line-height: 1.35;}
    
    #ContentLeft.site-bestenlisten-landingpage .toplistov .grid_4 {width: 300px;margin: 0 auto;margin-bottom: 30px;}
    #ContentLeft.site-bestenlisten-landingpage .toplistov .grid_4  .grid_1 {float: left; width: 60px;margin-right: 10px;}
    #ContentLeft.site-bestenlisten-landingpage .toplistov .grid_4  .grid_1 img {max-width: 70px;/*width: 70px !important; height: 70px !important;*/}
    #ContentLeft.site-bestenlisten-landingpage .toplistov .grid_4  .grid_3 {float: left; width: 220px;margin-left: 10px;}
    
    #mainSidebar.site-bestenlisten-landingpage .virtualforum {display: none;}
    #mainSidebar.site-bestenlisten-landingpage .droplistWgt {display: none;}
    
    #ContentLeft.site-vergleich-handy #hFinder {width: 300px;margin: 0 auto;margin-top: 10px; margin-bottom: 50px;padding-bottom: 50px;overflow-x: hidden;}
    #ContentLeft.site-vergleich-handy #hFinder select {width: 140px;}
    #ContentLeft.site-vergleich-handy #hFinder form {padding: 0;}
    #ContentLeft.site-vergleich-handy #hFinder td {padding-left: 5px;}
    #ContentLeft.site-vergleich-handy #hFinder tr {width: 280px;}
    #ContentLeft.site-vergleich-handy #hFinder td.comparison-td {background: none !important; padding: 0;}
    #ContentLeft.site-vergleich-handy .btnJetztVergleichen {position: absolute;left: -225px;top: 60px;}
    
    #ContentLeft.site-vergleich-handy #tablet_vergleich_teaser {display: none;}
    #ContentLeft.site-vergleich-handy .print.pointer.loud {display: none;}
    #ContentLeft.site-vergleich-handy .cprLstUs {display: none;}
    #mainSidebar.site-vergleich-handy .cprLstEdWgt {width: 300px;margin: 0 auto;margin-top: 20px;}
    
    #ContentLeft.site-vergleich-tablet #hFinder {width: 300px;margin: 0 auto;margin-top: 10px; margin-bottom: 50px;padding-bottom: 50px;overflow-x: hidden;}
    #ContentLeft.site-vergleich-tablet #hFinder select {width: 140px;}
    #ContentLeft.site-vergleich-tablet #hFinder form {padding: 0;}
    #ContentLeft.site-vergleich-tablet #hFinder td {padding-left: 5px;}
    #ContentLeft.site-vergleich-tablet #hFinder tr {width: 280px;}
    #ContentLeft.site-vergleich-tablet #hFinder td.comparison-td {background: none !important; padding: 0;}
    #ContentLeft.site-vergleich-tablet .btnJetztVergleichen {position: absolute;left: -225px;top: 60px;}
    
    #ContentLeft.site-vergleich-tablet #tablet_vergleich_teaser {display: none;}
    #ContentLeft.site-vergleich-tablet .print.pointer.loud {display: none;}
    #ContentLeft.site-vergleich-tablet .cprLstUs {display: none;}
    #mainSidebar.site-vergleich-tablet .cprLstEdWgt {width: 300px;margin: 0 auto;margin-top: 20px;}
    
    #ContentLeft.site-hersteller-handy .tabelle .grid_4:first-child ul.List {margin-bottom: 30px;}
    #ContentLeft.site-hersteller-handy > .alle-hersteller-liste {margin-top: 30px;}
    #ContentLeft.site-hersteller-handy > .alle-hersteller-liste .flex-wrapper {display: flex; flex-wrap: wrap; justify-content: center;}
    #ContentLeft.site-hersteller-handy > .alle-hersteller-liste ul.List.clearfix {width: 200px !important;margin: 20px 10px;}
    
    #ContentLeft.site-hersteller-tablet .tabelle .grid_4:first-child ul.List {margin-bottom: 30px;}
    #ContentLeft.site-hersteller-tablet > .alle-hersteller-liste {margin-top: 30px;}
    #ContentLeft.site-hersteller-tablet > .alle-hersteller-liste .flex-wrapper {display: flex; flex-wrap: wrap; justify-content: center;}
    #ContentLeft.site-hersteller-tablet > .alle-hersteller-liste ul.List.clearfix {width: 200px !important;margin: 20px 10px;}
    
    /*   INFORMER   */
    /*##############*/
    #informer img{width: 100%;}
    #informer li a span.responsive-none {display: none;}
    
    #informer {width: 100%;}
    #informer li {border: none;}
    #informer #informerLogo {position: static; width: 70px;padding-top: 20px;}
    #informerMenuBtn {display: inline-block; position: absolute; right: 13px; top: -6px;}
    #informerTitle {width: 80%;}
    
    #informerNav {margin-left: 0;}
    #informerLogo, #informerNav ul {display: none;}
    #informer #informerNav ul {width: auto; padding: 0;margin-bottom: 0px;}
    #informerNav.responsive ul {margin-top: 0px;}
    #informerNav.responsive ul[style*="display: none"] ul {margin-top: 0;}
    #informerNav.responsive ul.first {margin-left: 20px;}
    #informerNav.responsive ul li {display: none;}
    
    /* HANDY INFORMER */
    #informerNav.handys.responsive ul li.index,
    #informerNav.handys.responsive ul li.nachrichten,
    #informerNav.handys.responsive ul li.testbericht,
    #informerNav.handys.responsive ul li.datenblatt,
    #informerNav.handys.responsive ul li.bilder,
    #informerNav.handys.responsive ul li.videos,
    #informerNav.handys.responsive ul li.amazon,
    #informerNav.handys.responsive ul li.kaufen {display: block;padding: 0 30px 10px 0;}
    #informerNav.handys.responsive ul li.amazon,
    #informerNav.handys.responsive ul li.kaufen {padding: 0 0px 10px 0;}
    
    /* TABLET INFORMER */
    #informerNav.tablet.responsive ul li.index,
    #informerNav.tablet.responsive ul li.nachrichten,
    #informerNav.tablet.responsive ul li.testbericht,
    #informerNav.tablet.responsive ul li.datenblatt,
    #informerNav.tablet.responsive ul li.bilder,
    #informerNav.tablet.responsive ul li.videos,
    #informerNav.tablet.responsive ul li.amazon,
    #informerNav.tablet.responsive ul li.kaufen {display: block;padding: 0 30px 10px 0;}
    #informerNav.tablet.responsive ul li.amazon,
    #informerNav.tablet.responsive ul li.kaufen {padding: 0 0px 10px 0;}
    
    /* SMARTWATCH INFORMER */
    #informerNav.smartwatch.responsive ul li.index,
    #informerNav.smartwatch.responsive ul li.nachrichten,
    #informerNav.smartwatch.responsive ul li.testbericht,
    #informerNav.smartwatch.responsive ul li.bilder,
    #informerNav.smartwatch.responsive ul li.videos,
    #informerNav.smartwatch.responsive ul li.amazon,
    #informerNav.smartwatch.responsive ul li.kaufen {display: block;padding: 0 30px 10px 0;}
    #informerNav.smartwatch.responsive ul li.amazon,
    #informerNav.smartwatch.responsive ul li.kaufen {padding: 0 0px 10px 0;}
    
    /* DATENBRILLE INFORMER */
    #informerNav.smartglasses.responsive ul li.index,
    #informerNav.smartglasses.responsive ul li.nachrichten,
    #informerNav.smartglasses.responsive ul li.testbericht,
    #informerNav.smartglasses.responsive ul li.bilder,
    #informerNav.smartglasses.responsive ul li.videos,
    #informerNav.smartglasses.responsive ul li.amazon,
    #informerNav.smartglasses.responsive ul li.kaufen {display: block;padding: 0 30px 10px 0;}
    #informerNav.smartglasses.responsive ul li.amazon,
    #informerNav.smartglasses.responsive ul li.kaufen {padding: 0 0px 10px 0;}
    
    /* FITNESS-TRACKER INFORMER */
    #informerNav.fitnesstracker.responsive ul li.index,
    #informerNav.fitnesstracker.responsive ul li.nachrichten,
    #informerNav.fitnesstracker.responsive ul li.testbericht,
    #informerNav.fitnesstracker.responsive ul li.bilder,
    #informerNav.fitnesstracker.responsive ul li.videos,
    #informerNav.fitnesstracker.responsive ul li.amazon,
    #informerNav.fitnesstracker.responsive ul li.kaufen {display: block;padding: 0 30px 10px 0;}
    #informerNav.fitnesstracker.responsive ul li.amazon,
    #informerNav.fitnesstracker.responsive ul li.kaufen {padding: 0 0px 10px 0;}
    
    /* BETRIEBSSYSTEM INFORMER */
    #informerNav.betriebssystem.responsive ul li.index,
    #informerNav.betriebssystem.responsive ul li.nachrichten {display: block;padding: 0 30px 50px 0;}
    
    /* HERSTELLER INFORMER */
    #informerNav.hersteller.responsive ul li.index,
    #informerNav.hersteller.responsive ul li.nachrichten,
    #informerNav.hersteller.responsive ul li.testberichte,
    #informerNav.hersteller.responsive ul li.videos,
    #informerNav.hersteller.responsive ul li.bilder,
    #informerNav.hersteller.responsive ul li.handys,
    #informerNav.hersteller.responsive ul li.tablets {display: block;padding: 0 30px 10px 0;}
    
    /* ANBIETER INFORMER */
    #informerNav.anbieter.responsive ul li.index,
    #informerNav.anbieter.responsive ul li.nachrichten,
    #informerNav.anbieter.responsive ul li.tarife {display: block;padding: 0 30px 10px 0;}
    
    /* TARIF INFORMER */
    #informerNav.tarif.responsive ul li.index,
    #informerNav.tarif.responsive ul li.bestellen,
    #informerNav.tarif.responsive ul li.nachrichten {display: block;padding: 0 30px 0px 0;}

}

@media (min-width: 596px){
    #navigation{position: relative; padding-top:0px; background-color: #ffffff;z-index:1002;border-left: 8px solid #ffffff;border-right: 8px solid #ffffff;width: 960px;}
    #navigation a{text-decoration: none;}
    #navigation .navLvl1 {/*background-color: #FBFBFB;*/ height: 29px; padding: 0 0; font-size: 15px; font-weight: bold;}
    #navigation .navLvl2 {background-color: #2E2E2E; padding-left:20px; font-size: 12px;}
    #navigation .navLvl3 {display: none; background-color: #FBFBFB; box-shadow:2px 3px 4px #888; border: 1px solid #BBB; border-top:0 none; width: 120px; margin-top: -1px; position: absolute; left:-1px; z-index: 5;}
    #navigation .navLvl3 ul {border-top: 2px solid #CCC; margin: 0 6px; font-size: 12px; font-weight: normal; }
    #navigation .navLvl1 li{float:left; width: 120px; height: 29px;text-align: center; border-right: 1px solid #BBB; position: relative;}
    #navigation .navLvl1 li:hover .navLvl3 {display: block;}
    #navigation .navLvl1 > li:first-child{width: 49px;}
    #navigation .navLvl2 li{float:left;}
    #navigation .navLvl2 li.fr{float:right;}
    #navigation .navLvl3 li{float:none; text-align: left; width: auto; border-right: 0 none; border-top: 1px dotted #BBB;}
    #navigation .navLvl3 li:first-child{border-top: 0 none;}
    #navigation .navLvl1 li a{color: #444; padding:.4em 0 .3em; display: block;}
    #navigation .navLvl2 li a, #navigation .navLvl2 li span{color: #DEDEDE; padding:.6em 1em; display: block;}
    #navigation .navLvl3 li a{padding: .7em 0;}
    #navigation .navLvl2 li a:hover{color: #FBFBFB;}
    #navigation .navLvl3 li a:hover{font-weight: bold;}
    #navigation .navLvl1 > li.active{ background-color: #2E2E2E;border-right: solid 1px #2E2E2E;border-left: solid 1px #2E2E2E;margin-left: -1px;}
    #navigation .navLvl1 > li:first-child.active{ background-color: #2E2E2E;border-right: solid 1px #2E2E2E; border-left: solid 1px #2E2E2E; margin-left:0px;}
    #navigation .navLvl1 > li.active > a{color: #FBFBFB;}
    #navigation .navLvl2 > li.active > a{color: #FFF; font-weight: bold; background: url('/images/sprites/navActiv.gif') no-repeat center bottom; }
    #navigation .iconList{position: absolute; height: 28px; right: 10px; top: 0;padding:0; margin: 0;}
    #navigation .iconList a.submitIdea{position:relative;top:9px;right:16px;color:#881111; font-weight:bold;}
    #navigation .iconListSocial{display: inline-block; position: relative; top: 3px; width:23px; height: 23px;}
    #navigation a.facebookIcon{background: url('/images/sprites/navIconList.png') -6px -30px no-repeat;}
    #navigation a.youtubeIcon{background: url('/images/sprites/navIconList.png') -6px -59px no-repeat;}
    #navigation a.twitterIcon{background: url('/images/sprites/navIconList.png') -6px -88px no-repeat;}
    #navigation a.googleplusIcon{background: url('/images/sprites/navIconList.png') -6px -117px no-repeat;}
    #navigation a.facebookIcon:hover{background: url('/images/sprites/navIconList.png') -6px -146px no-repeat;}
    #navigation a.youtubeIcon:hover{background: url('/images/sprites/navIconList.png') -6px -175px no-repeat;}
    #navigation a.twitterIcon:hover{background: url('/images/sprites/navIconList.png') -6px -204px no-repeat;}
    #navigation a.googleplusIcon:hover{background: url('/images/sprites/navIconList.png') -6px -233px no-repeat;}

    #navigation #homeHouseLabel{ background-image: url('/images/sprites/haus.png'); background-repeat: no-repeat; background-position: -6px -27px; width: 15px; height: 14px; margin: 0 auto; margin-top: 1px; } 
    #navigation .navLvl1 > li.active #homeHouseLabel{background-position: -6px -5px;}

    #navigationWrapper{ height: 55px; position: relative; }
    
    #ContentLeft .grid_4 {width:300px; float: left;margin: 0 10px;}
    .grid_1_8 {width:200px; float: left;margin: 0 10px;}
    .grid_1_8.alpha {margin-left: 0;}
    .grid_1_8.omega {margin-right: 0;}
    
    .grid_8 .stageToplist .grid_4_3 {width: 120px; float: left;}
    
    .virtualforum .result .grid_2, 
    .virtualforum .filter .grid_2 {width: 100px; float: left;}
    
    .virtualforum .filter .grid_5 {width: 400px; float: left;margin: 0 10px;}
    .virtualforum .filter .grid_2.fr {float: right;margin: 0 10px;}
    
    #currentTestDevices .grid_3 {width: 220px; float: left; margin: 0 10px;}
    #currentTestDevices .grid_3.alpha {margin-left: 0;}
    #currentTestDevices .grid_1 {width: 60px; float: left;margin: 0 10px;}
    #currentTestDevices .grid_1.omega {margin-top: 5px;margin-right: 0;}
    
    #ContentLeft.site-test .grid_2 {width: 140px; float: left;margin: 0 10px;}
    #ContentLeft.site-test .grid_2.alpha {margin-left: 0;}
    #ContentLeft.site-test .grid_2.omega {margin-right: 0;}
    #ContentLeft.site-test #rating-1 .grid_2.mtm {margin-top: 10px;}
    #ContentLeft.site-test .grid_4 {width: 300px; float: left;margin: 0 10px;}
    #ContentLeft.site-test .grid_4.alpha {margin-left: 0;}
    #ContentLeft.site-test .grid_4.omega {margin-right: 0;}
    #ContentLeft.site-test .grid_1 {width: 60px; float: left;margin: 0 10px;}
    
    #ContentLeft.site-test #rating1 .ratingchart + .tabelle .grid_6 {width:460px; float: left; margin: 0 10px;}
    #ContentLeft.site-test #rating1 .ratingchart + .tabelle .grid_6 div table:last-child {float: right;}
    
    #ContentLeft.site-test #rating1 #choices.grid_6 {width: 460px; float: left;margin: 30px 10px;}
    #ContentLeft.site-test #rating1 #choices table.grid_4 {float: left;margin: 0 10px;}
    #ContentLeft.site-test #rating1 #choices table.grid_4.alpha {margin-left: 0;}
    #ContentLeft.site-test #rating1 #choices table.grid_4.omega {margin-right: 0;}
    #ContentLeft.site-test #rating1 #choices table.grid_4:last-child {float: right;}
    
    #ContentLeft.site-hersteller-all-handys #pictureHandyList .grid_4_3 {width: 100px; float: left;}
    #ContentLeft.site-hersteller-all-tablets #pictureHandyList .grid_4_3 {width: 100px; float: left;}
    
    #ContentLeft.site-video-startpage #videolist .grid_3 {width: 170px; float: left;margin-right: 10px;} 
    #ContentLeft.site-video-startpage #videolist .grid_5 {width: 400px; float: left;margin-left: 10px;} 
    
    #ContentLeft.site-video .level3 .videolist .grid_7_3 {width: 170px; float: left; margin: 0 10px;margin-bottom: 15px;list-style: none;}
    
    #ContentLeft.site-handy-videos-startpage .videolist .grid_3 {width: 170px; float: left; margin: 0 10px;}
    #ContentLeft.site-handy-videos-startpage .videolist .grid_5 {width: 400px; float: left; margin: 0 10px;}
    
    #ContentLeft.site-hersteller-videos-startpage .videolist .grid_3 {width: 170px; float: left; margin: 0 10px;}
    #ContentLeft.site-hersteller-videos-startpage .videolist .grid_5 {width: 400px; float: left; margin: 0 10px;}
    
    #ContentBg.site-device-finder .grid_12 {width: 960px; float: left; margin: 0 10px; margin-left: 0;}
    #ContentBg.site-device-finder .grid_7_8 {width: 620px; float: left; margin: 0 10px;}
    #ContentBg.site-device-finder .grid_4 {width: 300px; float: left; margin: 0 10px;}
    #ContentBg.site-device-finder .grid_3 {width: 220px; float: left; margin: 0 10px; margin-left: 0;}
    #ContentBg.site-device-finder .grid_9 {width: 720px; float: left; margin: 0 10px; margin-right: 0;}
    
    #ContentBg.site-device-finder #TabletfinderResultset .grid_2 {width: 165px; float: left; margin: 10px 0 0 0;}
    #ContentBg.site-device-finder #HandyfinderResultset .grid_2 {width: 165px; float: left; margin: 10px 0 0 0;}
    
    #ContentLeft.site-bestenlisten .grid_2 {float: left; width: 120px;margin-right: 10px;}
    #ContentLeft.site-bestenlisten .grid_3 {float: left; width: 260px; margin: 0 10px;}
    #ContentLeft.site-bestenlisten .grid_4 {float: left; width: 200px;margin-left: 10px;}
    
    #ContentLeft.site-bestenlisten-landingpage .grid_1 {float: left; width: 60px;margin-right: 10px;}
    #ContentLeft.site-bestenlisten-landingpage .grid_3 {float: left; width: 220px;margin-left: 10px;}
    #mainSidebar.site-bestenlisten-landingpage .virtualforum .grid_3 {margin-left: 10px;}
    
    .responsive-wide-none {display: none;}
    .bestenlistenAd {margin-left: 140px;}
    
    #mainSidebar.site-bestenlisten .droplistWgt .grid_4_3,
    #mainSidebar.site-bestenlisten-landingpage .droplistWgt .grid_4_3 {width: 100px;float: left;}
    
}
