.benchmark_table_border_outer{
	width:100%;
	overflow-x:auto;
}
.table_outer-main table.benchmark_table {
    min-width: inherit;
	margin-bottom: 0 !important;
}
.table_outer-main table.benchmark_table {
    min-width: auto !important;
}
.benchmark_table_border{
  /*äußerer Rand um das Benchmark-Diagramm*/
	border: 1px solid black;
	margin:10px auto;
	position:relative;
}

.benchmark_table{	
  /*Allgemeine Angabe zur Schriftart*/
  font-family: Verdana;
  /*Allgemeine Angabe zur Schriftgröße*/
  font-size:11px;
	/*Abstand benachbarter Zellen - Fehler mit IE*/
	border-spacing: 0px 0px; 
	/*Rahmen sollen zusammenfallen*/	
	border-collapse: collapse;
	/*Werte aus der final-style.php mit den Standardwerten überschreiben*/
	width: auto;
	/* ? */
  vertical-align: baseline;
}

.benchmark_table_td{	
	color: white; 
	text-align:right;
	padding:0px;
	
	/*Abstand wegen Schatten unterhalb bar*/
	padding-bottom: 1px; 
	vertical-align:middle;
	
}

.benchmark_title {
	/*Abstand Titelzeile nach unten*/
	padding-bottom:10px;
	/*Textausrichtung*/
	text-align:center; 
	/*Schrift*/
	font-weight:bold; 
}

/* Table-Zelle mit Legende und Kriterien-Div*/
.benchmark_legend_td { 
	/*Umrandung Legende-Textbox*/
	border:1px solid black;	
	/* Legenden-Kriterien mittig zentrieren */
	text-align:center;
	/* Abstände der Kriterien zum Rand */   	
	padding-top: 2px;
	padding-bottom: 4px;
}

/* DIV das _alle_ Kriterien umschließt (innerhalb der Legenden-Zelle im Table)*/
.benchmark_legend_div { 
  display:inline-block; 
  zoom:1; 
  *display:inline;
   font-size: 12px;
}
.benchmark_legend_div p {
    display: inline;
	font-size: 12px;
}
#content table.benchmark_table p {

    margin: 0;

}
.benchmark_legend_div_quad { 
  vertical-align:middle; 
  border: 1px solid black; 
  display: -moz-inline-stack; 
  display:inline-block; 
  zoom:1; 
  *display:inline;
}
.benchmark_legend_div_quad_half { 
  font-size: 0px;
  width:6px; 
  height:3px;
}

.benchmark_bar_top_div {
  font-size:0px; 
  text-align: right; 
  border-top: 1px solid black;
  border-right: 2px solid black;
}
.benchmark_bar_bottom_div {
  font-size:0px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.benchmark_bar_value_span {
    color: white;
    font-size: 11px;
    padding-right: 3px;
    white-space: nowrap;
    position: relative;
    top: -4px !important;
}
.benchmark_testproducts{ 
	/*Schrift*/
	text-align: right; 
	vertical-align:middle;
  		
	
}

.benchTd {
	/*Breite*/		
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding-bottom:20px;	
	padding-right: 0px;
	padding-left:0px;	
	padding-top:20px;	
	background-image:url(../images/flip_chart_2.png);
}
table.benchmark_table,
.benchmark_table tr,
.benchmark_table td{
    border: none;
}
.benchmark_table td.benchmark_legend_td {
    border: 1px solid;
}
table td.title {
    font-weight: bold;
    background: #555;
    color: white;
}
/* Gesamte Seite */

/* Seitenausrichtung in final-style-{left,center}.php */

/* Gesamte Seite */

/*
11pt - 1.1em
10pt - 1em
9pt - 0.9em
8pt - 0.8em
7pt - 0.7em

*/

body {
	top:0px;
	position:relative;
	margin: 1px auto 0px auto;
	background-color:#fafafa;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	font-family: "Verdana", "Helvetica", "Arial", "Sans-Serif";
}

body, h2, h3 {
	font-size:0.9em;
	font-family: "Verdana", "Arial", "Helvetica", "Sans-Serif";
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size:1.1em;
	font-family: "Verdana", "Arial", "Helvetica", "Sans-Serif";
}

#button_cse {
	margin-right:5px;
        background:#7d7d7d;
        border:0 none;
        cursor:pointer;
        color: #fff;
        height: 21px;
}

#cookie_consent {
    /* display value overwritten with flex by javascript */
    display:none;    
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,.8);
    z-index:9999;
}

#cookie_consent_text {
    color:white;
    margin:20px;
}

#cookie_consent_button {
    border:0px;
    border-radius: 5px;
    background: white;    
    margin:20px;
    width:80px;
    text-align:center;
}

.newsbox .title h1 {
        /* background-image is just a simple red rectangle */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23aa271b' d='M0 0h8v8H0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: left; 
        background-position-y: 5px;
        background-size: 8px 8px;
	padding: 0px 0px 0px 12px;
	max-height: 43px;
}
.newsbox .title h2.subtitel:not(.front) + h1 {
	margin: 13px 0px;
	/* font-size: 1.6em; */
	line-height: 1em;
}
.newsbox .title .subtitel {
	color:#555;
	font-weight:bold;
	/* font-size: 1.1em; */
	margin: 0 0 10px 0;
	padding: 0;
	border-style: solid;
	border-color: #bbb;
	border-width: 0 0 1px 0;
}
.newsbox .title .subtitel.news {
	font-weight: normal;
}
.newsbox .title .subtitel.news.front {
	color:#555;
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
}

span.button {
	border: solid 1px #c0c0c0;
	text-decoration:none;
	padding:2px;
	background-color:#efefef;
	margin:2px;
	cursor:pointer;
	vertical-align:middle;
	font-size:8pt;
}

div#page {
	padding-top: 5px;
	width:990px;
	vertical-align: top;
	position:relative;
	background-color:#fff;
	color:#333;
}

div#bgbottom {
	background-color:#555;
	height: 25px;
	width: 990px;
	clear: both;
	margin: 0px;
	padding: 0px;
	
	position: relative;
	
}

div#leaderboard_top {
	min-height:32px;
	/* zentrierung */
	width:728px;
	margin-left:131px;	/* (#page.witdh-728)/2 */
}
div#leaderboard_top.tandem {
	width:1000px;
	margin-left:0;
}

div#fzlogo {
	width:199px;
	float:right;
	height:30px;
	margin:1px 5px;
}

div {
	margin:0px;
}

#maintable {
	left:5px;
	position:relative;
	vertical-align: top;
	margin:0px 10px 0px 0px;
}

#container1 {
	background-color:#fff;
	background-repeat: repeat-y;
	margin:0px;
	float:left;
	width:690px;
}

#container {
	width:700px;
	position:relative;
}

.specialinfos {
	vertical-align:top;
	border:none;
	margin:0px 0px 20px 0px;
	padding:0;
	width:690px;
	position:relative;
	height:400px;
}

.specialinfos .newsbox .title h1, .specialinfos .newsbox .title h1 {
	text-align:left;
}

.specialinfos .newsbox .title h1 img, .specialinfos .newsbox .title h1 img {
	vertical-align:middle;
}

.collumn_left {
	vertical-align:top;
	width:49%;
	float:left;
	height:100%;
}

.collumn_right {
	vertical-align:top;
	width:49%;
	float:right;
	height:100%;
}

a:hover {
	color:#bb0000;
	text-decoration:underline;
}

.titel_text {
	height:20px;
	margin:5px 0px 10px 0px;
	padding-top:5px;
	width:97%;
	background:url(https://images.ht4u.net/punkte.gif) no-repeat right;
	clear:both;
	max-width:1000px;
}

.titel_text .title, div.plistaWidgetHead, div.titel_text span.text {
	background-color:white;
	padding-right:10px;
	margin:0px;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}

.titel_text img, .titel_text span.text img {
	height:15px;
	vertical-align:middle;
	border:none;
	margin:0px;
}

.titel_text span.title {
	background-image: url("https://images.ht4u.net/bilder_3.png") no-repeat left -110px;
	padding: 0px 3px 0px 30px;
	background-color:white;
}

/* Definition fuer normale Tabellen in den News oder Artikeln */
table {
	width: 97%;
	vertical-align: top;
	color:#1F1F1F;
}

td {
	vertical-align:top;
}

td.dark {
	background-color:#eeeeee;
	text-align:center;
	vertical-align:top;
}

td.light {
	background-color:white;
	text-align:center;
	vertical-align:top;
}

.light img, .dark img {
	border-width:1px;
	border-style:solid;
	border-color:#c0c0c0;
}

.newsbox .newstext td.title, .text td.title {
	font-weight:bold;
	text-align:center;
	color:#fafafa;
	background-color:#a0a0a0;
}

img.headline {
	margin:0px 0px 10px 0px;
}

img.lupe {
	position: relative;
	left: -45px;
	top: -5px;
	width:40px;
	border:none;
}


/***** Ende Gesamte Seite */


/********** Suchmenu */
/* Suchmenu-Zeile */
#suchmenu {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	border:0px;
	padding:0px;
	height:32px;
	
	white-space:nowrap;
	color:#eee;
	background-color:#555;
}

#suchmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#suchmenu li {
    float: left;
}

#suchmenu li a {
    display: block;
    width:24px;
    height:24px;
    margin-left:5px;
	margin-top:5px;
    background-color: #3c3c3c;    
    background-size: contain;
}

/*
Logos SVG (Generation process)
Step 1; Locate SVG: /var/www/hardtecs4u/www/html/images/*.svg
Step 2; SVG-Optimization with SVGO: https://jakearchibald.github.io/svgomg/
Step 3: URL-Encoding with: http://codepen.io/jakob-e/full/doMoML/
*/
#logo_facebook {
    /*logo_facebook.svg*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E %3Cpath fill='none' d='M0 0h24v24H0z'/%3E %3Cpath fill='%23fff' d='M18.424 21.573V13.69h2.646l.396-3.07h-3.042V8.657c0-.89.247-1.496 1.522-1.496h1.627V4.418c-.28-.037-1.247-.12-2.37-.12-2.346 0-3.95 1.43-3.95 4.06v2.265H12.6v3.07h2.65v7.883h3.173z'/%3E %3C/svg%3E");
}

#logo_twitter {
    /*logo_twitter.svg*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.032 18.5c6.038 0 9.34-5.002 9.34-9.34 0-.142 0-.284-.01-.424.676-.49 1.175-1.006 1.638-1.7-.63.28-1.2.436-1.885.517.504-.302.867-.67 1.16-1.18.123-.212.208-.403.283-.636l-.068.04c-.658.38-1.27.61-2.016.757-.232-.246-.46-.425-.75-.595-.525-.31-1.04-.44-1.644-.44-.605 0-1.12.13-1.643.44-.524.3-.9.68-1.202 1.2-.303.52-.44 1.04-.44 1.64 0 .26.024.48.085.74-1.55-.08-2.85-.46-4.194-1.24-1.036-.59-1.818-1.26-2.572-2.19-.002 0-.003.004-.005.004-.31.524-.44 1.04-.44 1.642 0 .603.13 1.12.44 1.642.26.456.58.792 1.02 1.09-.55-.02-1.01-.147-1.49-.415v.04c0 .61.13 1.12.44 1.65.3.524.67.9 1.2 1.203.32.186.62.3.99.373-.3.08-.56.115-.86.115-.22 0-.41-.016-.62-.06.07.235.16.426.28.64.3.522.68.9 1.2 1.202.5.29 1 .426 1.58.44-.26.2-.5.36-.78.523-1.05.61-2.08.886-3.29.886-.28 0-.51-.014-.78-.047.13.08.24.15.37.223 1.48.86 2.94 1.25 4.65 1.25h.01z'/%3E%3C/svg%3E");
}

#logo_newsletter {
    /*logo_newsletter.svg*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E %3Cpath fill='none' d='M0 0h24v24H0z'/%3E %3Cpath fill='%23fff' d='M19.293 20h-4.88v-7.723q0-.943-.084-1.87-.07-.944-.28-1.388-.25-.53-.72-.75-.47-.24-1.27-.24-.6 0-1.21.22t-1.303.71V20H4.7V4.43h4.86v1.72q1.192-1.013 2.315-1.582Q13.012 4 14.385 4q2.384 0 3.646 1.51 1.27 1.5 1.27 4.355V20z' font-weight='bold' font-size='27.5' font-family='Tahoma' letter-spacing='0' word-spacing='0'/%3E %3C/svg%3E");
}

#logo_newsfeed {
    /*logo_rss_newsfeed.svg*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cpath fill='none' d='M0 0h24v24H0z'/%3E %3Cg fill='%23fff' transform='translate(1.333 1.333) scale(34.13333)'%3E %3Ccircle cx='.156' cy='.469' r='.078' class='symbol'/%3E %3Cpath d='M.078.313a.234.234 0 0 1 .234.234h.08A.313.313 0 0 0 .077.234z' class='symbol'/%3E %3Cpath d='M.078.156a.39.39 0 0 1 .39.39h.08A.47.47 0 0 0 .078.08z' class='symbol'/%3E %3C/g%3E %3C/svg%3E");
}

#logo_impressum {
    /*logo_impressum.svg*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E %3Cpath fill='none' d='M0 0h24v24H0z'/%3E %3Cpath fill='%23fff' d='M13.8 20h-3.6V8.452h3.6V20zm.1-13.193h-3.804V4H13.9v2.807z' font-weight='bold' font-size='26.249' font-family='Tahoma' letter-spacing='0' word-spacing='0'/%3E %3C/svg%3E");
}


#suchmenu li a:hover {
    background-color: #7f7f7f;        
}

a.menu_text {
	top:0px;
	font-size: 0.8em;
	color:white;
	position:relative;
}

/* Suchformular */

#searchform, #cse-search-box {
	margin:0px 10px 0px 0px;
	padding:0px;
	float:right;
	position:relative;
	z-index:10;
	top:-25px;
	left:0px;
	text-align:right;
	vertical-align: middle;
	width:auto;
	height:26px;
}

#searchform .searchbox, #searchform .button, #searchform .search_kat,
#cse-search-box .searchbox, #cse-search-box .button, #cse-search-box search_kat {
	font-size:8pt;
	margin:0px 2px;
	padding:0px 2px;
	vertical-align:middle;
	border:none;
	height:15px;
	font-family:"Verdana", "Arial", "Sans Serif";
	top:5px;
	position:relative;
}

#searchform select.search_kat {
	padding:0px 0px 0px 2px;
}

#searchform input[type=text] {
	width:135px;
}

#searchform input[type=submit] {
	cursor:pointer;
	padding:0px 2px;
}

input#disclaimer_ok {
	font-size:12pt;
	padding:3px;
	cursor:pointer;
}

#searchbox_submit {
	width:35px;
}

/******** Suchmenu ENDE ***/


/******** Logo Bereich */
#top_logo {
/* Logo-hintergrund ohne Punkte */
	width:100%;
	margin:0px;
	border:none;
	padding:0px;
	height: 105px;
	position:relative;
	text-align:left;
	white-space:nowrap;
	top:0;
	left:0;
	font-size:8pt;
        background-color:#3c3c3c;
}

/* Tabellenspalten */
a.logo {
	display:block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -150px;        
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='80' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='-809.747' x2='-426.837' y1='673.013' y2='155.87' gradientTransform='translate(262.612 77.303)' gradientUnits='userSpaceOnUse' xlink:href='%23a'/%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='red'/%3E%3Cstop offset='1' stop-color='red' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg font-family='Tahoma' letter-spacing='0' word-spacing='0'%3E%3Cpath fill='%23fff' d='M133.11 62.517h-10.978v-19.37h-14.94v19.37H96.216V18.813h10.978V34.81h14.94V18.813h10.977v43.704z' font-weight='bold' font-size='60' style='line-height:125%25'/%3E%3Cpath fill='%23fff' d='M145.344 62.517V27.15H132.43v-8.337h36.806v8.336H156.32v35.36h-10.976z' font-weight='bold' font-size='60' style='line-height:125%25'/%3E%3Cpath fill='%23aa241b' d='M192.874 52.242h-5.9v10.275h-10.596V52.242h-19.225v-8.137l18.873-25.292h10.948v25.584h5.9v7.845zm-16.496-7.845v-14.84l-11.065 14.84h11.065z' font-weight='bold' font-size='59.92' style='line-height:125%25'/%3E%3Cpath fill='%23fff' d='M212.178 62.517q-8.806 0-13.56-4.17-4.726-4.168-4.726-12.19V18.813h10.977v26.71q0 4.458 1.7 6.643 1.73 2.185 5.6 2.185 3.78 0 5.54-2.09 1.79-2.1 1.79-6.73V18.82h10.98v27.31q0 7.906-4.64 12.16-4.61 4.228-13.68 4.228z' font-weight='bold' font-size='59.385' style='line-height:125%25'/%3E%3Cpath fill='%23fff' d='M239.155 62.517h-5.196V56.75h5.19v5.767z' font-weight='bold' font-size='30' style='line-height:125%25'/%3E%3Cpath fill='%23fff' d='M257.93 62.517h-3.26l-9.656-18.843v18.843H242.3V40.665h4.123l8.79 17.303V40.665h2.716v21.852zm1.194 0V40.665h13.663v2.583H262.03v5.988h10.024v2.583H262.03v8.11h10.757v2.58h-13.663z' style='-inkscape-font-specification:Tahoma' font-size='30'/%3E%3Cpath fill='%23fff' d='M279.756 62.517v-19.27h-7.337v-2.582H290v2.583h-7.338v19.27h-2.906z' style='-inkscape-font-specification:Tahoma' font-size='30'/%3E%3C/g%3E%3Cpath fill='%23dc1c1b' d='M59.39 75.27c-1.396-.168-3.595-.885-3.72-1.212-.048-.127-.224-1.37-.392-2.762-.18-1.496-.356-2.58-.43-2.652-.61-.592-3.986-2.06-3.986-1.733 0 .26-.79 1.78-1.11 2.15-.768.88-1.814 1.02-2.47.34-.61-.63-4.006-4.63-4.125-4.85-.078-.14.038-.76.48-2.59.32-1.32.557-2.46.524-2.55-.8-2.11-2.27-4.03-2.91-3.81-1.32.46-2.05.21-2.81-.94-.63-.97-.63-.96-1.21-3.68-.67-3.12-.74-2.7.76-4.22l1.27-1.28-.18-3.04-.18-3.04-.69-.36c-.81-.42-1.57-1.06-1.93-1.59l-.25-.38.57-3.55c.35-2.17.64-3.71.76-3.98l.2-.44.48.07c1.82.26 2.04.19 2.58-.84 1.4-2.65 1.48-5.23.26-7.51-.5-.93-.63-.55 1.12-3.36 3.22-5.14 2.89-4.86 4.03-3.45 1.32 1.64 1.4 1.64 3.39-.03 1.77-1.49 1.56-1.04 1.75-3.64.09-1.24.22-2.33.3-2.52.72-1.72 5.03-3.56 6.89-2.94.56.19.58.25.95 2.6.2 1.24.39 2.29.44 2.34.13.13 4.35.46 4.47.36.06-.04.63-1.22 1.28-2.62.94-2.03 1.22-2.54 1.39-2.56.4-.06 7.43 3.19 7.43 3.44 0 .12-.32 1.67-.7 3.45-.39 1.78-.7 3.32-.7 3.43 0 .16 2.55 3.27 3.41 4.16.17.17.27.15 2.73-.59 3.02-.91 3.4-.96 3.53-.45.23.87.86 2.62 1.6 4.47.91 2.27 1.23 3.4 1.38 4.88.13 1.25.34.97-2.15 2.82-1.1.82-2.03 1.54-2.07 1.61-.06.12.55 7.5.65 7.74.03.06 1.18.63 2.57 1.27s2.54 1.21 2.56 1.27c.2.52-1.12 7.87-1.75 9.72-.82 2.4-.44 2.24-3.91 1.71-1.24-.19-2.29-.31-2.33-.27-.12.12-2.69 6.17-2.69 6.34 0 .08.57 1.32 1.26 2.75 1.52 3.15 1.56 2.63-.27 4.43-5.56 5.47-4.56 5.14-7.3 2.4-1.19-1.19-2.21-2.16-2.27-2.16-.17 0-3.58 1.42-3.72 1.55-.07.07-.17 1.17-.28 3.12-.09 1.65-.18 3.03-.2 3.07-.06.11-3.58.3-4.16.23zM60 59.02c10.368-1.966 15.206-19.76 8.48-31.19-6.756-11.48-19.244-7.592-22.374 6.966-2.42 11.252 3.448 23.493 11.63 24.27 1.336.126 1.364.125 2.264-.046z'/%3E%3Cpath d='M59.28 15.808a18.226 24.476 0 0 0-18.226 24.476A18.226 24.476 0 0 0 59.28 64.76a18.226 24.476 0 0 0 18.227-24.476A18.226 24.476 0 0 0 59.28 15.808zm4.19 5.253c.187-.02 1.732 1.01 2.533 1.71 3.364 2.93 5.493 7.26 6.23 12.7.165 1.23.21 1.98.185 3.25l-.03 1.66-.063-1.15c-.15-2.76-.64-5.35-1.497-7.91-1.108-3.31-2.42-5.54-4.53-7.7-.71-.72-1.648-1.58-2.087-1.9-.43-.32-.77-.6-.75-.63h.02zm-5.072.12c1.215 0 2.517.17 3.323.49 1.55.61 3.17 1.68 4.31 2.87 1.2 1.24 2.59 3.31 3.3 4.88.76 1.69 1.78 5.14 2.02 6.82.59 4.12.06 9.19-1.35 12.97-.89 2.39-2.19 4.53-3.91 6.42-1.57 1.72-3.81 2.99-6.06 3.41-.89.17-.92.17-2.26.05-1.81-.17-3.47-.85-5.2-2.12-.82-.6-2.51-2.52-3.42-3.89-1.36-2.03-2.7-5.63-3.22-8.62-.22-1.28-.31-5.79-.15-7.34.36-3.38 1.79-7.59 3.44-10.07.73-1.09 2.51-3.07 3.32-3.68 1.22-.92 3.14-1.81 4.35-2.03.46-.08 1-.12 1.55-.12z'/%3E%3Cpath fill='url(%23b)' d='M-337.956 208.117a227.062 304.92 0 0 0-227.062 304.917 227.062 304.92 0 0 0 227.062 304.92 227.062 304.92 0 0 0 227.06-304.92 227.062 304.92 0 0 0-227.06-304.917zm52.2 65.437c2.322-.33 21.558 12.588 31.542 21.264 41.913 36.42 68.43 90.45 77.61 158.142 2.063 15.216 2.6 24.63 2.31 40.455l-.377 20.625-.79-14.375c-1.87-34.4-7.98-66.657-18.65-98.54-13.81-41.248-30.16-69.03-56.46-95.958-8.83-9.036-20.53-19.703-26-23.703-5.47-4-9.69-7.526-9.38-7.836.04-.04.09-.063.17-.074zm-63.204 1.385c15.133-.08 31.364 2.12 41.407 6.05 19.287 7.54 39.367 20.93 53.61 35.74 14.865 15.45 32.237 41.2 41.042 60.82 9.41 20.98 22.16 64.04 25.14 84.91 7.32 51.32.73 114.4-16.89 161.57-11.1 29.72-27.37 56.36-48.8 79.9-19.56 21.48-47.46 37.18-75.55 42.51-11.21 2.12-11.56 2.13-28.19.55-22.55-2.14-43.3-10.62-64.85-26.49-10.2-7.51-31.25-31.45-42.6-48.42-16.96-25.37-33.68-70.14-40.12-107.44-2.76-15.94-3.92-72.13-1.9-91.51 4.39-42.13 22.31-94.61 42.83-125.48 9.09-13.68 31.26-38.28 41.37-45.89 15.19-11.45 39.08-22.6 54.2-25.29 5.74-1.03 12.39-1.53 19.27-1.56z' transform='translate(86.408 -.897) scale(.08027)'/%3E%3Cpath fill='%23ab1010' d='M59.54 75.262c-2.157-.193-3.85-.92-3.938-1.69l-.05-.454.43.07c.37.058.423.045.37-.092-.106-.277-.26-1.26-.526-3.383-.142-1.13-.29-2.087-.33-2.124-.106-.11-5.758-2.91-5.79-2.88-.018.01 1.142.64 2.576 1.38 2.906 1.51 2.747 1.4 2.82 1.98.082.63.03.62-2.023-.44-2.18-1.12-2.09-1.12-2.51-.08-.55 1.35-1.24 2.06-2.16 2.21-.69.11-.78.03-2.94-2.51-1.14-1.34-2.14-2.51-2.23-2.61-.14-.16.35-2.58 1.05-5.11.02-.09.1-.15.17-.12.07.02.2-.01.3-.08.24-.18-2.85-5.73-3.22-5.78-.33-.05-.29.2.12.95.45.82.47.77-.38 1.02-1.59.47-2.24.21-2.98-1.17-.12-.23-.12-.23.23-.17.44.09.45.01.06-.68-.22-.39-.41-1.03-.71-2.43-.47-2.19-.53-2.36-.79-2.36-.27 0-.44-.24-.37-.53.1-.43 2.44-2.67 2.56-2.46.18.31.49.22.49-.15.01-1.02-.44-7.37-.52-7.48-.25-.31-.38-.14-.31.42.1.89-.77.73-2.02-.37-.89-.79-1.28-1.89-.44-1.26.28.21 1.01.57 1.16.57.02 0-.11-.13-.29-.28-.18-.15-.42-.38-.52-.5-.1-.13-.27-.23-.38-.23-.26 0-.26-.02.21-3.16.61-4.07.66-4.2 1.7-3.98.59.12 1.18.08 1.54-.1.49-.25 1.59-2.79 1.83-4.21.04-.22.14-.43.24-.48.71-.38-.2-4.72-1-4.72-.26 0-.26.07 0 .66.29.67.18.78-.19.2-.46-.72-.46-.7 1.2-3.36 1.78-2.86 1.62-2.73 2.45-1.83 1.05 1.14 1.58 1.2 2.66.31 4.45-3.64 3.95-2.94 4.1-5.72.16-2.94.35-3.23 2.91-4.46 2.29-1.11 4.91-1.21 3.1-.13l-.81.48.05.37c.26 1.88.66 4.46.7 4.53.09.16 2.05-.91 2.05-1.11 0-.05-.16-1.11-.36-2.35-.32-2.02-.36-2.51-.19-2.34.03.03.21 1.11.41 2.4.43 2.83.1 2.49 2.61 2.7 2.57.21 2.28.38 3.33-1.88.46-1 .93-1.9 1.04-2 .2-.18.2-.18.14 0-.06.15.1.26.96.66l2.53 1.2 1.48.7 1.16-.39c2.09-.71 2.01-.94 1.09 3.29-.84 3.83-.8 3.69-1.04 3.55-.12-.07-.55-.02-1.32.15-.63.13-1.16.24-1.18.24-.24 0 4.3 5.45 4.59 5.5.11.02.45-.27.93-.78.41-.45.81-.81.9-.81.08 0 1.2-.32 2.49-.7 2.89-.87 2.82-.87 1.87.08l-.78.78.1.45c.05.25.5 1.49.99 2.75.83 2.14 1.32 3.72 1.32 4.22 0 .27 2.19 1.34 2.75 1.34.15 0-.05-1.91-.31-2.93-.28-1.14-.25-1.4.06-.46.26.81.48 1.93.57 2.91l.07.77-2.16 1.61c-2.58 1.92-2.3 1.08-1.9 5.64.32 3.6.33 4.15.12 3.8-.12-.2-.17-.61-.49-4.39-.15-1.78-.32-3.27-.37-3.32-.14-.13-2.38-.92-2.44-.86-.08.07.78 9.71.87 9.79.13.11 4.59 2.2 4.69 2.2.06 0 .68-.22 1.39-.5 1.38-.54 1.76-.61 1.76-.32 0 1.63-1.23 8.16-1.89 10.03-.67 1.89-.33 1.78-3.64 1.27-1.89-.29-2.35-.33-2.45-.23-.07.07-.72 1.53-1.45 3.24l-1.32 3.11-1.37-.03c-1.85-.04-1.81-.27-.51 2.59 1.33 2.93 1 2.56 2.44 2.75 1.73.22 1.8.22 1.72-.12l-.07-.28.19.3c.27.43.4.27-2.97 3.52-3.68 3.55-2.97 3.45-5.63.8-1.2-1.19-2.23-2.16-2.3-2.16-.21 0-3.57 1.41-3.73 1.56-.12.11-.19.8-.32 3.11-.09 1.63-.18 2.98-.207 3-.05.05-3.08.35-3.347.33l-.6-.06zm11.735-6.022c.094-.244-3.847-4.18-4.09-4.085-.35.134-.114.447 1.762 2.325 1.88 1.88 2.19 2.117 2.328 1.76zm-24.143-1.06c.138-.168-3.218-4.086-3.5-4.086-.405 0-.232.27 1.42 2.202 1.695 1.983 1.867 2.14 2.08 1.883zm13.112-8.09c8.68-2.16 14.05-15.135 11.096-26.8-.31-1.218-.346-1.622-.06-.634.467 1.6.93 4.517 1.053 6.605.062 1.07.065 1.05.083-.65.074-7.2-3.214-14.13-8.107-17.09-.98-.59-1.16-.56-.28.05 1.26.88 3.7 3.45 4.33 4.56.17.3.17.3-.02.05-3.76-5.11-7.73-7.11-12.65-6.37-11.02 1.66-16.6 19.99-9.89 32.46 3.35 6.24 8.85 9.23 14.43 7.84zM70.39 30.328c-.034-.09-.06-.216-.056-.28.003-.065.05-.01.102.123.053.14.078.26.056.28-.02.03-.068-.03-.102-.12zm-.2-.602c-.098-.252-.07-.318.05-.114.058.102.085.205.06.23-.027.027-.076-.025-.11-.115zm-.644-1.405c-.287-.57-.5-1.05-.473-1.05.066 0 1.075 2.02 1.03 2.07-.02.02-.27-.43-.557-1.01zm-.724-1.35c-.06-.11-.084-.2-.057-.2.028 0 .1.09.158.2.06.11.085.2.057.2-.028 0-.1-.09-.158-.2zm9.188 37.06c-.055-.14-.043-.15.056-.05.068.07.1.15.068.18-.03.03-.087-.02-.124-.12zm5.584-41.79c-.674-1.69-.952-2.49-.893-2.55.03-.02.12.18.22.44.1.27.45 1.17.78 2.02.33.85.58 1.56.56 1.59-.02.03-.31-.64-.65-1.49zm-1.264-3.53c-.034-.13-.09-.32-.123-.4-.034-.09-.013-.16.045-.16.06 0 .137.16.174.36.076.4-.003.58-.096.21z'/%3E%3Cpath fill='%238e0a0a' d='M59.09 75.165c-1.863-.293-3.283-.858-3.418-1.36-.153-.57-.06-.608.964-.38.494.108 1.237.194 1.65.19l.753-.008-.98-.238c-1.77-.43-1.65-.23-2.08-3.55-.23-1.81-.33-2.28-.48-2.42-.39-.37-5.87-3.05-6.03-2.95-.29.18-.13.29 2.57 1.69 3.05 1.58 2.88 1.47 2.97 1.98.09.52.07.51-2.06-.58-2.16-1.11-1.97-1.12-2.45.03-.69 1.66-2.08 2.63-2.93 2.05-.26-.18-4.37-5.06-4.34-5.16.02-.06.81.8 1.77 1.91.95 1.11 1.78 2.02 1.83 2.02.18 0 .49-.21.49-.34 0-.07-.59-.8-1.32-1.63-.72-.83-1.53-1.79-1.78-2.13-.34-.45-.52-.62-.65-.59-.25.06-.24-.03.3-2.19.43-1.76.49-1.91.71-1.96.56-.13.53-.24-1.15-3.21-1.67-2.96-1.78-3.11-2.14-2.85l-.22.15.41.74c.49.89.5.85-.46 1.14-1.19.35-1.76.21-2.35-.62-.37-.51-.38-.67-.05-.61.45.08.59-.15.31-.52-.42-.56-.54-.9-.95-2.77l-.46-2.08c-.04-.15-.16-.25-.38-.31-.63-.16-.51-.42.79-1.73 1.06-1.08 1.19-1.18 1.34-1.05.18.16.56.2.64.07.03-.05-.06-1.82-.2-3.94-.28-4.42-.16-4.01-1.38-4.52-.47-.19-.96-.48-1.2-.71l-.4-.38.06-.74c.04-.4.2-1.61.36-2.69.27-1.79.28-1.96.13-2.07-.32-.23-.09-.4.64-.46 1.49-.12 2.28-.96 3.27-3.46.33-.83.54-1.22.67-1.26 1.1-.29.19-5.99-.96-5.99-.3 0-.32.13-.1.64.19.46.12.46-.16 0-.27-.44-.38-.21 1.45-3.18 1.51-2.45 1.6-2.53 1.96-1.94 1.13 1.82 1.87 1.7 4.76-.76 1.75-1.48 2.02-1.68 2.16-1.56.58.49.62.4.78-1.83.19-2.69.19-2.7-.11-2.82-1.34-.51 2.73-3.08 5.3-3.35.72-.08.71.02-.03.47l-.55.33.03.6c.03.62.59 4.53.67 4.66.02.04.28.07.57.08.29.01 1.72.13 3.18.27 2.93.28 2.77.29 2.86-.18.03-.18.19-.53.35-.78.16-.24.64-1.2 1.06-2.12.69-1.5.8-1.68.98-1.62 1.07.34 5.24 2.48 5.14 2.65-.03.04-.34 1.43-.7 3.09-.36 1.66-.7 3.11-.76 3.22-.13.24-.14.22 2.69 3.56 1.01 1.2 1.91 2.18 1.99 2.18.21 0 .69-.35 1.38-1l.6-.57 2.13-.63c2.43-.72 2.44-.72 1.68 0-.51.48-.55.55-.46.79.05.14.13.39.16.55.04.16.44 1.26.9 2.45.93 2.42 1.22 3.32 1.32 4.1.05.41.12.55.28.62 1.21.5 2.63 1 2.74.96.65-.25-.17.51-2.03 1.9-1.18.88-2.15 1.63-2.15 1.66 0 .04-.2-.03-.43-.15-.56-.28-2.46-.92-2.53-.85-.05.05.66 8.53.8 9.61l.06.44 1.22.58 2.51 1.2 1.29.62 1.04-.41c.57-.23 1.08-.41 1.13-.41.05 0 .21-.09.36-.21.44-.35.44-.2 0 2.94-.57 4.02-1.02 5.94-1.89 8.08l-.17.43h-.55c-.3 0-1.44-.14-2.52-.31-1.09-.17-2.09-.3-2.22-.28-.21.02-.4.39-1.61 3.18l-1.36 3.15-1.41-.02c-1.93-.04-1.9.2.48 4.9l.23.46.8.12c.44.06 1.18.15 1.64.19.78.07.82.08.7.25-.23.33-5.92 5.76-6.11 5.83-.24.09-1.13-.69-2.93-2.58-1.91-2.01-1.48-1.9-3.68-1-1.01.42-1.9.82-1.97.88-.09.09-.18 1.03-.29 3.03-.2 3.5-.4 4.16-.28.9.04-1.22.08-2.57.08-3.01v-.8l-1-.52c-1.23-.64-1.11-.82-1.26 1.93-.066 1.27-.16 2.48-.2 2.69l-.08.38.99.71c.55.39.994.74.994.78 0 .19-2.94.38-3.82.24zm12.246-5.81c.318-.382-3.67-4.484-4.184-4.302-.496.175-.38.34 1.68 2.41 2.015 2.024 2.25 2.2 2.504 1.893zM60.244 60.09c6.705-1.667 11.526-9.543 11.89-19.423l.082-2.208-.036 2.25c-.02 1.24-.108 2.86-.195 3.6-.19 1.64-.15 1.75.137.39.386-1.83.413-2.1.477-4.65.25-10.09-4.31-18.12-11.48-20.17-.51-.15-1.01-.25-1.11-.22-.13.03-.1.06.12.12.48.12 1.46.48 1.42.52-.02.02-.29-.05-.6-.16-13.19-4.54-23.32 16.92-15.16 32.1 3.35 6.23 8.85 9.22 14.43 7.83zm21.92-8.18c-.184-.183-4.577-.814-4.97-.715-.52.13-.092.248 1.963.542 2.427.347 3.23.393 3.007.172zM59.792 19.644c0-.055-.093-.1-.207-.1-.113 0-.178.045-.144.1.04.055.13.1.21.1.08 0 .15-.045.15-.1zm-21.734 19.23c-1.003-.54-1.942-1.456-1.945-1.897 0-.23.015-.226.52.115.238.16.794.438 1.235.62.945.385 1.073.513 1.033 1.038-.03.51-.1.52-.84.127zm34.377-23.89c0-.91 1.353-6.78 1.563-6.78.194 0-.92 5.874-1.31 6.9-.08.217-.253.136-.253-.12z'/%3E%3Cpath fill='%23730505' d='M59.34 75.163c-2.095-.27-3.662-.926-3.662-1.537 0-.358-.035-.355 1.075-.09 1.035.245 2.61.29 3.448.095.47-.1.61-.1.81.01.4.22 1.8 1.22 1.8 1.29 0 .17-2.6.35-3.46.24zm-.5-2.1c-2.235-.44-2.197-.392-2.617-3.3-.407-2.81-.23-2.607-3.846-4.408-2.406-1.197-2.62-1.27-2.998-1.004-.4.28-.26.38 2.51 1.79 3.08 1.57 3.08 1.57 3.08 2.04 0 .43.18.49-1.95-.62-2.24-1.16-2.06-1.16-2.52-.04-.89 2.16-2.29 2.86-3.3 1.67-1.68-1.97-2.3-2.71-2.15-2.6.09.08.49.52.88.98.77.91 1.01 1.02 1.39.64.3-.3.24-.51-.26-1-.55-.53-2.22-2.49-2.6-3.05-.34-.49-.32-.74.2-2.91.54-2.28.55-2.05-.08-3.26-.92-1.75-2.38-4.24-2.64-4.5l-.24-.24-.9.27c-1.78.53-1.99.32-2.72-2.79-.45-1.91-.51-2.06-.85-2.06-.73 0-.55-.38.76-1.69l1.04-1.03.42.13c.69.21.68.27.47-3.1-.33-5.41-.26-5.17-1.53-5.74-1.5-.68-1.53-.8-1.03-4 .25-1.62.3-2.08.2-2.23-.2-.32-.14-.36.5-.44 1.3-.14 1.97-.82 3.01-3.01.25-.51.38-.69.51-.67.75.13 1.19-3.12.69-5.14-.37-1.51-.62-1.96-1.1-1.96-.6 0-.6 0 .89-2.4 1.62-2.61 1.56-2.54 1.79-2.22.09.14.42.51.72.83l.56.58h.64c.79 0 .88-.05 2.9-1.79 2.18-1.86 2-1.75 2.51-1.57.62.22.62.23.8-2.36.17-2.3.16-2.38-.25-2.57-1.06-.51 2.1-2.3 3.89-2.22l.63.03.03.45c.15 2.23.69 4.73 1 4.66.09-.02 1.52.09 3.18.25 3.2.31 3.26.31 3.26-.02 0-.12.16-.53.36-.92.2-.38.68-1.37 1.06-2.2.38-.82.71-1.51.73-1.53.15-.15 5.22 2.34 5.15 2.53-.03.08-.36 1.54-.72 3.23-.37 1.7-.69 3.12-.72 3.17-.1.16.17.51 2.39 3.14 1.22 1.44 2.23 2.65 2.25 2.67.02.03.18-.01.36-.08s1.38-.44 2.67-.83c2.58-.77 2.61-.77 2.61-.06 0 .15.4 1.33.89 2.61.96 2.52 1.09 2.9 1.26 3.89l.11.64 1.36.53c.74.29 1.45.53 1.58.53.43 0 .2.22-1.97 1.84-1.76 1.32-2.22 1.62-2.35 1.53-.24-.17-2.77-1.02-2.84-.94-.05.05.65 8.55.81 9.8.05.39.1.45.48.61 1.22.53 4.15 1.95 4.28 2.07.43.42-.99 7.79-1.48 7.69-2.15-.45-4.61-.61-4.97-.33-.58.46-.44.51 2.42.91l2.64.37.79.8c.75.76.94 1.05.67 1.04-.07 0-1.12-.15-2.34-.34-2.67-.41-2.17-.8-3.8 2.96-1.16 2.67-1.57 3.45-1.57 2.99 0-.07.57-1.5 1.27-3.18l1.27-3.04-.79-.74c-.44-.41-.84-.74-.9-.75-.06 0-.83 1.7-1.71 3.78-1 2.36-1.7 3.86-1.85 4.01l-.24.23L74 62.53c.61 1.35 1.12 2.51 1.12 2.57 0 .18.37.27 1.9.46.8.1 1.46.19 1.48.2.09.08-6.05 5.87-6.23 5.87-.14 0-.96-.74-2.38-2.15-1.195-1.18-2.21-2.16-2.26-2.16-.26 0-3.66 1.48-3.89 1.69-.153.14-.28.2-.28.13 0-.13-2.27-1.29-2.36-1.2-.03.04-.13 1.16-.21 2.5-.184 3-.28 3.12-2.195 2.74zm12.385-3.548c.1-.053.255-.28.345-.504l.163-.4-1.598-1.55c-2.38-2.32-2.463-2.37-3.178-2.1-.406.16-.428.19-.284.34.4.43 4.31 4.33 4.338 4.34.02 0 .12-.04.22-.1zM60.243 60.09c5.057-1.258 9.316-6.365 11.096-13.304.15-.607.28-1.02.28-.916 0 .103-.18.916-.41 1.806-.54 2.12-.53 2.07-.4 2.07.52 0 1.71-4.473 2.02-7.553 1.42-14.368-7.82-26.02-17.91-22.593l-.4.13.55-.05c.3-.028 1.23-.067 2.05-.087l1.5-.038-1.31.077c-13.79.83-19.48 23-9.24 36.027 2.92 3.71 7.82 5.5 12.14 4.42zm11.405-14.658c0-.138.022-.195.05-.126.028.07.028.182 0 .25-.028.07-.05.013-.05-.124zm.104-.552c.002-.166.024-.22.05-.124.025.098.023.233-.004.3-.028.07-.048-.01-.046-.176zm.096-.653c0-.137.023-.194.05-.125.03.07.03.182 0 .25-.027.07-.05.013-.05-.125zm-27.263 21.85l-.295-.327.326.295c.304.274.372.357.295.357-.01 0-.16-.147-.32-.326zm-.603-.703l-.294-.326.326.294c.304.275.372.358.295.358-.02 0-.17-.147-.33-.326zm-.504-.602l-.192-.226.226.19c.212.18.272.26.19.26-.018 0-.12-.1-.224-.224zm-3.904-9.16c-.22-.08-.41-.144-.418-.145-.07-.007-.636-.873-.636-.975 0-.08.126-.13.33-.13.18 0 .427-.07.547-.154.342-.24 1.553-.668 1.635-.58.04.045.26.427.49.85l.418.768-.63.202c-.917.292-1.284.327-1.736.165zm44.6-1.59c0-.02.113-.284.25-.584.645-1.41 1.096-3 1.598-5.65l.153-.8-.054.7c-.15 1.977-1.94 7.814-1.94 6.335zm2.023-7.286c0-.138.022-.194.05-.126.028.07.028.182 0 .25-.028.07-.05.014-.05-.124zm.4-2.91c0-.138.024-.194.052-.125.02.07.02.19 0 .26-.03.07-.06.01-.06-.12zm.087-.71c0-.19.047-.41.102-.494.07-.105.08-.014.034.3-.08.563-.138.643-.136.193zm-48.638-4.262c-.62-.31-1.433-1.015-1.74-1.51-.295-.48-.19-.524.38-.16.264.167.796.428 1.182.578.866.337.93.396.97.895.04.51-.097.544-.792.197zM72.584 14.83c.03-.14.302-1.494.61-3.012.305-1.517.6-2.928.654-3.135.105-.397.333-.538.245-.15-.03.124-.35 1.58-.715 3.235-.365 1.656-.705 3.078-.755 3.16-.065.108-.076.08-.04-.1z'/%3E%3Cpath fill='%236d0404' d='M59.49 75.165c-1.72-.173-3.63-.866-3.754-1.365-.126-.508-.098-.516.86-.26.91.242 2.733.316 3.798.152l.552-.084.853.617c1.09.79 1.1.748-.24.888-1.12.116-1.37.122-2.08.052zm.352-3.152c-1.026-.134-1.293-.21-1.623-.455-.18-.135-.39-.212-.48-.178-.12.044-.16-.002-.16-.168 0-.126-.07-.304-.16-.397-.16-.172-.34-.754-.6-1.904-.28-1.23-.91-2.41-1.61-3.01-.38-.32-1.48-1-1.63-1-.06 0-.17-.06-.24-.14-.07-.08-.28-.2-.48-.26-.2-.06-.66-.28-1.02-.49-1.29-.72-2.32-.75-2.51-.05-.06.2-.17.43-.26.51-.19.2-.08.39.27.48.37.1 5.33 2.69 5.46 2.86.15.2.16.62.01.62-.06 0-.92-.41-1.9-.91-2.12-1.08-2.03-1.08-2.47.01-.87 2.14-2.19 2.83-3.26 1.68-.58-.62-.58-.59-.17-.77.95-.44 1.08-1.32.31-2.14-.88-.93-1.75-1.94-1.75-2.03 0-.04-.11-.22-.25-.4-.29-.38-.37-.94-.24-1.74.55-3.48.47-3.98-1.13-6.71l-.57-.98c-.84-1.45-1.15-1.67-2.36-1.71-1.06-.03-1.71-.22-1.83-.52-.05-.13-.24-.71-.97-3.03-.22-.7-.27-.75-.58-.58-.29.16-.82.01-.78-.21.08-.48 2.12-2.32 2.49-2.25.95.19.88.2 1.05-.2.18-.44.21-2.18.05-3.72-.06-.54-.12-1.42-.15-1.94-.1-1.95-.7-3.33-1.71-3.97-.83-.53-.94-1.06-.7-3.35l.18-1.63-.27-.28c-.36-.37-.33-.41.22-.41 1.03 0 1.69-.51 2.53-1.98.77-1.34 1.07-1.26.65.16-.2.68-.13.75.21.2 1.72-2.73 2.08-5.6 1.1-8.95-.19-.64-.23-.94-.16-1.07.31-.58.07-.56-.44.03-1.58 1.86-1.43.93.3-1.85l1.38-2.21.23.27c.13.15.23.33.23.41 0 .42 1.02 1.01 1.72 1 .84-.01 1-.11 3.3-2.07.89-.76 1.7-1.38 1.79-1.38.19 0 .84.37.95.54.26.41.84-.79 1.01-2.09.31-2.3.13-3.36-.57-3.36-1.73 0 .2-1.57 2.54-2.06 1.27-.27 1.53-.2 1.44.41-.06.36.55 4.47.68 4.6.05.05.31.08.58.07.27-.01 1.74.09 3.26.24 2.95.29 3.06.28 3.06-.08 0-.13.22-.68.48-1.23.27-.55.72-1.53 1.02-2.18.3-.66.59-1.17.66-1.17.21 0 4.95 2.24 4.95 2.34 0 .02-.07.17-.14.33-.08.16-.29.97-.46 1.8L69.8 14c-.137.63-.27 1.353-.3 1.6l-.04.45 2.09 2.46c1.15 1.352 2.23 2.633 2.402 2.85l.32.38.33-.2c1.4-.86 5.2-1.61 5.2-1.03 0 .22.08.65.19.95.1.3.16.56.14.59-.03.03.02.12.11.21.08.09.16.287.16.43 0 .15.03.44.06.65.05.3.03.378-.09.378s-.14.07-.1.35c.05.303.03.35-.15.35-.27 0-.52.1-.52.212 0 .05.07.09.15.09.08 0 .15.047.15.1 0 .057.07.1.15.1.082 0 .15.09.15.2 0 .234-.15.27-.23.06-.08-.2-.49-.08-.45.13.012.09.16.186.32.214.252.04.27.068.13.18-.09.078-.25.11-.36.07-.55-.17-.916.43-.536.89.16.19.12.2-.23.07-.14-.05-.26-.16-.26-.25 0-.08-.05-.15-.11-.15-.07 0-.09.1-.05.25.05.18.01.32-.14.47-.11.12-.26.35-.33.5-.06.16-.2.31-.29.34-.19.06-.32.47-.29.91.03.39-.26.68-.41.42-.13-.235-.28-.22-.28.03 0 .18.104.24.326.21.11-.02.09.266-.02.34-.055.03-.1.15-.1.25 0 .106-.045.19-.1.19-.056 0-.1.07-.1.15 0 .088.06.15.13.15.074 0 .2.15.28.33.08.18.27.39.42.46.15.076.28.17.28.22 0 1.71.89 9.94 1.08 10 .09.037 1.154.52 2.36 1.078l2.19 1.02-.06.406c-.03.22-.084.536-.11.7-.03.16-.06.45-.057.63 0 .19-.06.35-.14.38-.1.04-.14.21-.13.586.02.545-.2 1.053-.45 1.056-.09 0-.09.02.01.08.17.11.07.542-.18.77-.123.11-.2.13-.25.05-.045-.08-.104-.08-.19-.01-.09.07-.224.06-.445-.02-.26-.1-.365-.097-.53.01-.16.1-.28.1-.56.01-.305-.1-.37-.1-.45.04-.123.22-.365.2-.57-.05-.16-.19-.21-.2-.67-.09-1.32.31-1.38.334-1.48.62-.06.173-.17.275-.294.275-.105 0-.165.048-.13.1.03.06-.058.24-.2.41-.29.348-.356 1.02-.127 1.34.13.184-.14.9-2.06 5.48-.23.52-.61 1.45-.85 2.054s-.49 1.2-.55 1.32c-.14.26-.15.21 1.01 2.75.94 2.07.89 1.85.48 2.03-.35.15-.98.71-.98.87 0 .05-.21.15-.46.22s-.5.2-.56.3c-.13.23-.31.22-.62-.02-.14-.11-.35-.2-.45-.2-.11 0-.25-.07-.32-.15-.07-.08-.26-.16-.43-.18-.17-.02-.34-.1-.38-.18-.04-.08-.13-.28-.21-.43-.07-.15-.21-.28-.3-.28-.1 0-.2-.07-.23-.15-.04-.08-.15-.15-.25-.15-.11 0-.25-.07-.32-.15-.07-.08-.21-.15-.3-.15-.1 0-.23-.07-.3-.15-.18-.21-.94-.19-1.56.04-.28.1-.75.25-1.06.31-.87.19-1.55.49-1.66.71-.06.12-.43.35-.9.55-1.29.56-2.05 1.25-1.95 1.79.07.36.45.26 2.87-.79l2.42-1.05 2.14 2.15c2.38 2.38 2.33 2.36 2.89 1.62.38-.51 2.09-2.29 3.19-3.33l.52-.49 1.61.18c1.97.22 2.15-.19-1.35 3.17-3.6 3.47-2.89 3.37-5.54.75-1.21-1.19-2.24-2.16-2.29-2.16-.12 0-3.62 1.43-3.89 1.59-.17.1-.37.03-1.43-.53-1.48-.77-1.38-.85-1.47 1.14-.1 2.27-.16 2.71-.35 2.69l-.77-.09zm.402-11.922c4.355-1.08 8.123-5 10.294-10.69.51-1.34.497-1.08-.017.36-.22.63-.46 1.33-.53 1.55-.59 1.84-2.05 4.26-3.56 5.91-.35.39-.35.39-.05.21 1.08-.66 2.57-2 3.32-3 .21-.27.46-.56.57-.63.11-.07.19-.17.19-.22 0-.05.22-.4.49-.77s.52-.79.56-.92c.04-.14.16-.34.26-.45.1-.11.22-.32.25-.47.04-.15.13-.32.21-.39.08-.06.14-.2.14-.3 0-.1.05-.19.1-.19s.13-.12.16-.27c.1-.44.26-.82.36-.82.05 0 .09-.09.09-.19s.06-.32.14-.48c.33-.65.4-.9.47-1.54.01-.08.08-.24.16-.35.07-.1.13-.36.13-.57 0-.24.07-.45.2-.58.17-.16.19-.28.14-.6-.04-.29-.02-.41.08-.45.1-.03.13-.18.1-.5-.02-.32.02-.52.17-.73.14-.19.17-.33.11-.43-.12-.18-.12-.95-.01-1.17.31-.59.34-.72.24-.85-.23-.29-.25-.75-.03-.9l.21-.14-.22-.27c-.18-.22-.19-.29-.08-.43.21-.25.31-2.6.11-2.56-.17.04-.15-.22.03-.37.19-.15.2-.3.03-.3s-.4-.54-.43-.98c-.02-.33-.01-.34.29-.29.29.06.3.05.13-.08-.17-.13-.18-.16-.02-.31.18-.18.13-.35-.09-.35s-.25-.13-.13-.58c.08-.35.07-.46-.06-.67-.09-.14-.17-.46-.18-.72-.01-.35-.06-.51-.22-.64-.21-.17-.21-.17-.01-.39.19-.21.19-.23.03-.35-.09-.07-.17-.2-.17-.29 0-.09-.05-.16-.1-.16-.06 0-.1.08-.1.17 0 .26-.19.03-.23-.27-.01-.13.02-.25.07-.25.16-.01.35-.15.35-.26 0-.06-.07-.05-.2.01-.26.14-.4.05-.4-.25 0-.15.06-.25.15-.25s.15-.05.15-.1c0-.06-.04-.1-.09-.1-.05 0-.11-.09-.14-.2-.03-.11-.12-.2-.21-.2-.3 0-.56-.37-.49-.7.05-.26.03-.3-.14-.3-.18 0-.2-.04-.15-.35.04-.24.02-.35-.06-.35-.07 0-.11-.08-.1-.18.03-.32-.01-.42-.15-.42-.08 0-.17.06-.19.12-.03.07-.03-.05 0-.25.05-.34.03-.38-.17-.38-.12 0-.19-.05-.15-.1.04-.06-.01-.13-.09-.16-.08-.04-.15-.12-.15-.19s-.09-.21-.2-.31c-.11-.1-.18-.24-.15-.31.02-.07.01-.13-.03-.13-.05 0-.12-.17-.18-.38-.07-.31-.14-.39-.37-.41-.19-.02-.27-.09-.25-.2.02-.1-.08-.22-.25-.3-.15-.08-.27-.22-.27-.33 0-.1-.05-.21-.1-.25-.06-.03-.1-.14-.1-.24 0-.21-.26-.35-.36-.2-.1.17-.24.1-.24-.14 0-.25-.36-.65-.47-.54-.11.1-.34-.14-.34-.35 0-.15-.05-.18-.25-.13-.21.05-.26.02-.31-.2-.03-.14-.1-.26-.15-.26-.05 0-.1-.12-.11-.26-.03-.24-.76-.62-.91-.47-.1.1-.96-.39-1.25-.72-.3-.33-.34-.35-.46-.19-.09.13-.2.16-.39.11-.27-.06-.38-.36-.14-.36.07 0 .04-.05-.05-.11-.1-.06-.31-.08-.46-.04-.19.04-.32.01-.4-.08-.13-.16-.58-.32-.79-.28-.07.01-.13-.05-.13-.14 0-.2-.18-.2-.41.01-.16.15-.2.14-.44-.05-.26-.21-.66-.21-1.06 0-.1.05-.24.02-.37-.07-.14-.1-.44-.14-.94-.13-.41.01-.84-.02-.96-.06-.18-.06-.23-.03-.23.1 0 .1-.04.15-.09.12-.05-.03-.31-.01-.58.05-.27.06-.62.12-.79.14-.16.016-.37.055-.45.09-.08.03-.4.12-.7.2-.91.24-3.2 1.46-3.21 1.71-.01.13-.42.56-.55.56-.33 0-3.47 3.31-3.47 3.65 0 .05.33-.22.74-.6 1.96-1.85 5.09-3.5 6.54-3.444.22.01.17.03-.18.09-10.63 1.79-15.99 20.21-9.43 32.4 3.35 6.24 8.85 9.23 14.43 7.84zm10.693-11.9c.005-.11.03-.14.06-.06.03.08.026.16-.007.2s-.057-.02-.053-.13zM55.904 19.68c.097-.024.255-.024.35 0 .098.026.02.047-.174.047-.194 0-.273-.02-.176-.046zM75.15 39.99c-.01-.12-.15-.096-.19.033-.02.067.02.103.08.08.07-.02.12-.072.118-.112zm2.3-12.715c0-.054-.07-.1-.15-.1-.084 0-.13.046-.092.1.035.057.105.1.157.1.05 0 .094-.043.094-.1zm-4.21-.356c0-.09-.04-.13-.1-.1-.05.03-.1.1-.1.15 0 .05.05.09.1.09.06 0 .1-.07.1-.16zm-8.1-14.37c.39-.38 1.38-1.71 1.38-1.84 0-.06.06-.23.14-.38.785-1.52.73-3.03-.108-3.03-.19 0-2.224 4.4-2.256 4.87-.042.62.394.81.85.36zm11.09 46.68c.11-.28.68-1.65 1.266-3.05 1.273-3.05 1.254-2.68.185-3.68-1.12-1.05-1.19-1.03 1.85-.61l2.59.36.83.82c1.06 1.05 1.08 1.04-1.55.63-2.64-.41-2.42-.46-2.92.68l-1.32 3.02c-.83 1.91-1.4 3.04-.92 1.8zm-37.22-4.06c-.59-.61-.59-.63-.057-.77.233-.06.795-.25 1.246-.42l.82-.32.41.71c.49.86.48.9-.27 1.12-1.13.31-1.6.24-2.16-.34zm45.27-1.26c0-.09.3-.65.345-.65.02 0-.012.15-.07.35-.09.29-.276.49-.276.29zm-46.248-15.1c-.763-.42-1.183-.76-1.523-1.23-.42-.58-.39-.74.1-.42.21.14.79.43 1.27.64l.88.38.04.46c.03.56-.03.57-.78.16zm42.702-6.84c-.1-.06-.68-.29-1.29-.5-1.624-.58-1.59-.55-1.07-.89.24-.16 1.178-.85 2.086-1.55 1.883-1.45 1.72-1.4 3.114-.86.58.22 1.2.46 1.38.52.18.06.326.14.326.18 0 .04-.147.18-.326.3-.18.12-1.13.83-2.11 1.56-1.9 1.41-1.835 1.38-2.11 1.22zm-.2-7.09c-.144-.03-.157-.07-.064-.18.152-.18.258-.18.33 0 .067.17-.02.23-.267.17zm-7.086-14.02c.005-.12.028-.14.06-.06.03.07.026.15-.007.19-.04.03-.06-.03-.06-.14zm.1-.51c.005-.12.03-.14.06-.06.03.07.026.16-.007.19-.04.03-.06-.03-.06-.14zm.11-.4c-.002-.25.358-1.67.368-1.46.004.08-.076.49-.178.9-.103.41-.188.66-.19.55z'/%3E%3Cpath fill='%23330202' d='M59.792 75.162c-1.2-.12-3.684-.8-3.892-1.065-.15-.19-.238-.67-.125-.67.056 0 .452.098.88.22.838.238 2.77.314 3.79.15.5-.082.504-.08 1.332.516l.83.6-.68.102c-.884.135-1.696.19-2.135.147zm12.542-3.767c0-.1 5.852-5.65 5.988-5.68.273-.06.135.084-2.762 2.894-2.385 2.31-3.226 3.04-3.226 2.78zm-2.537-2.284c-1.043-1.04-1.97-1.9-2.058-1.9-.16 0-3.04 1.15-3.69 1.47-.29.14-2.46-.72-2.46-.97 0-.03 1.13-.55 2.51-1.15l2.51-1.08 1.72 1.71c.94.94 1.99 1.95 2.32 2.24.51.45.75.76 1.19 1.49.29.5-.45-.14-2.08-1.78zm-21.916.54c-.12-.02-.4-.26-.62-.52l-.4-.47.35-.12c.55-.2 1.1-1.12 1.8-3.04.26-.7 5.78 1.76 5.86 2.61.04.42.21.47-1.94-.64-2.14-1.11-1.97-1.12-2.5.16-.56 1.36-1.48 2.22-2.23 2.1l-.3-.05zm8.33-9.17c-1.29-.26-1.3-.27-.67-.2 5.97.65 10.45-1.99 13.79-8.11.23-.41.41-.71.41-.66.01.3-1.78 3.31-2.59 4.37-2.57 3.37-7.31 5.37-10.93 4.62zm-1.55-.35c.08-.03.16-.02.2.01s-.02.06-.13.06c-.12 0-.14-.03-.06-.06zm-1.38-.43c-.08-.05-.1-.1-.05-.1.06 0 .17.05.25.1.09.05.11.1.05.1-.05 0-.16-.04-.25-.1zm-1.03-.48c-2.61-1.44-4.88-3.87-6.59-7.06-.28-.52-.5-.99-.5-1.04 0-.05.26.38.56.96 1.78 3.34 4.01 5.72 6.72 7.16.39.21.66.38.61.38-.05 0-.4-.17-.78-.37zm-12.88-3.73c-.17-.1-.41-.32-.52-.49-.22-.31-.29-.58-.11-.47.05.04.56-.1 1.12-.29 1.3-.45 1.19-.47 1.63.34l.38.7-.67.21c-.83.26-1.41.26-1.81.02zm41.8-1.82c-.96-.16-1.89-.28-2.06-.26-.3.03-2.17-1.53-2.02-1.69.03-.03 1.18.1 2.54.29l2.49.35.74.74c1.05 1.05 1.1 1.03-1.67.58zM44.96 50.7c-.17-.37-.137-.45.045-.113.085.156.136.303.113.326-.023.023-.095-.073-.16-.214zm-.255-.603c-.097-.252-.07-.317.05-.114.058.1.085.205.06.23-.027.026-.076-.026-.11-.116zm-.2-.5c-.098-.254-.07-.32.05-.115.057.1.084.203.058.23-.025.025-.075-.028-.11-.117zm-7.445-1.162c-.106-.167 2.056-2.296 2.33-2.296.434 0 .352.22-.33.92-1.216 1.24-1.826 1.66-2 1.37zm6.785-.85c.005-.116.03-.14.06-.06.03.072.026.16-.007.192-.034.033-.058-.026-.054-.132zm-.1-.4c.005-.118.028-.142.06-.062.03.074.026.16-.007.194-.035.034-.058-.025-.054-.13zm-.193-.745c0-.138.023-.194.05-.126.03.07.03.18 0 .25-.027.07-.05.014-.05-.124zm-.108-.46c.005-.117.028-.14.06-.06.03.072.026.158-.007.192-.034.032-.058-.027-.053-.133zm-.093-.443c0-.138.03-.195.05-.126.03.07.03.18 0 .25-.02.07-.05.02-.05-.12zm-.09-.552c0-.166.03-.22.05-.123.03.096.03.232 0 .3-.02.067-.05-.01-.04-.178zm-.1-.602c0-.165.03-.22.05-.123.03.098.03.234 0 .3-.03.07-.05-.01-.04-.176zm-.09-.65c0-.194.02-.273.05-.177.03.097.03.255 0 .35-.02.098-.04.02-.04-.174zm-.09-.904c0-.31.02-.43.05-.28.03.15.03.4 0 .55-.02.15-.04.02-.04-.28zm-.08-2.81c0-1.24.02-1.75.03-1.13.02.62.02 1.63 0 2.25-.02.62-.03.11-.03-1.13zm-4.83-1.2c-.73-.41-1.24-.83-1.58-1.31-.29-.43-.28-.65.03-.38.2.18 1.84.97 2.02.97.27 0 .43.89.17.97-.05.01-.33-.1-.62-.26zm4.92-1.57c0-.28.02-.38.05-.23s.03.38 0 .5c-.02.12-.04 0-.04-.28zm.1-.91c0-.22.02-.3.05-.18.03.12.03.3 0 .4-.02.09-.04-.01-.04-.23zm.1-.7c.01-.17.03-.23.05-.13.03.1.03.23 0 .3-.03.07-.05-.01-.05-.18zm.1-.61c.01-.17.03-.23.05-.13.03.09.03.23 0 .3-.03.07-.05-.01-.05-.18zm.1-.56c0-.14.02-.2.05-.13.03.07.03.18 0 .25s-.05.01-.05-.13zm.09-.46c.01-.12.03-.14.06-.06.03.07.03.16 0 .19s-.06-.03-.05-.14zm.1-.4c.01-.12.03-.14.06-.06.03.07.03.16 0 .19s-.05-.03-.05-.13zm.1-.41c.01-.12.03-.14.06-.06.03.07.03.16 0 .19s-.05-.03-.05-.14zm.1-.4c.01-.12.03-.14.06-.06.03.07.03.16-.01.19-.03.03-.06-.03-.05-.13zm.2-.71c.01-.11.03-.14.06-.06.03.07.03.16-.01.19s-.06-.03-.05-.13zm36.89-.2c-.03-.03-.59-.25-1.24-.48-1.48-.53-1.53-.38.72-2.11 2.19-1.68 1.92-1.6 3.46-1.01.65.25 1.27.45 1.36.45.32 0 .11.18-1.94 1.7-1.94 1.44-2.2 1.6-2.35 1.45zm-36.49-.99c0-.06.05-.17.1-.25.06-.09.1-.11.1-.05 0 .05-.04.17-.1.25-.05.08-.09.1-.09.05zM38 30.8c-.033-.055.13-.124.39-.16.798-.11 1.49-.6 2.007-1.414.348-.55.547-.475.364.14-.29.98-2.37 2.06-2.75 1.44zm6.76-.98c0-.05.046-.165.1-.25.05-.08.096-.103.096-.05 0 .057-.048.17-.1.25-.055.086-.1.11-.1.05zm.208-.5c0-.054.09-.26.196-.45.1-.193.19-.306.19-.25 0 .054-.09.257-.19.45-.11.194-.196.307-.196.25zm.396-.946c0-.05.04-.12.1-.155.053-.04.07 0 .04.09-.07.17-.14.2-.14.06zm.4-.707c.11-.22.226-.4.254-.4.027 0-.042.18-.155.404-.114.22-.23.4-.256.4-.027 0 .04-.18.155-.4zm1.1-1.844c0-.02.08-.1.178-.18.16-.126.162-.12.04.037-.13.166-.217.22-.217.137zm.655-.868c.1-.11.2-.2.23-.2s-.03.09-.13.2c-.1.11-.21.2-.24.2s.03-.09.13-.2zm.4-.508c.1-.11.2-.2.23-.2s-.03.09-.13.2c-.1.11-.21.2-.23.2-.03 0 .03-.09.13-.2zm.25-.33c0-.017.35-.367.78-.78l.77-.75-.75.777c-.7.724-.81.825-.81.75zm1.6-1.517c0-.02.08-.1.17-.176.16-.124.16-.12.04.04-.13.165-.22.22-.22.136zm.5-.4c0-.02.08-.1.17-.177.16-.127.16-.12.03.036-.13.17-.22.22-.22.14zm24.48-.515c-.17-.2.02-.274 2.68-1.054 2.09-.61 2.48-.66 2.42-.33-.07.32-4.9 1.64-5.1 1.39zM41.1 19.27c.247-.67 2.58-4.23 2.702-4.13.23.192.174.312-1.022 2.16-1.08 1.673-1.446 2.144-1.66 2.144-.046 0-.056-.08-.02-.175zm5.07-2.4c-.205-.084-.14-.235.1-.236.392-.002 1.177-.546 2.886-2 1.63-1.386 1.95-1.57 2.198-1.272.134.16-3.107 2.946-3.895 3.348-.42.21-.99.28-1.29.16zm14.5-5.052c-2.95-.295-3.37-.36-3.225-.497.186-.17 6.56.5 6.56.7 0 .14-.054.13-3.335-.2zm-9.005-3.816c-.19-.127.046-.34 1-.902 1.26-.744 3.615-1.305 3.615-.86 0 .188-.005.19-.903.356-.713.133-2.032.71-2.744 1.2-.473.324-.715.376-.968.206z'/%3E%3C/svg%3E");
	white-space:nowrap;
	width:300px;
	height:80px;

}

.logo_werbung {
	position:absolute;
	margin:0px;
	padding:0px;
	top:5px;
	left:380px;
	width:468px;
	text-align:right;
	height:70px;
	vertical-align:middle;
	width:468px;
	height:60px;
	border-style:solid;
	border-width:0px;
	border-color:#cfcfcf;
	z-index:0;
}

.logo_werbung2 {
	margin:0px;
	padding:0px;
	position:absolute;
	left:868px;
	top:16px;
	visibility:hidden;
}

/******** ENde Logobereich */


/******* Hauptmenu */
#top_navimenu2 {
	background-color:#000;
	height:25px;
	padding:0px;
	margin:0px 0px 20px 0px;
	border:none;
	position:relative;
	top:0px;
}

/* Tabelle */
#top_navimenu2 .mainmenu {
	margin: 0px auto 0px 0px;
	text-align:left;
	position:relative;
	top:0px;
	height:26px;
	width:64%;
	font-size:8pt;
	vertical-align:bottom;
	border:none;
        background-color: #555;
}

.mainmenu img {
	vertical-align:bottom;
	border:none;
}

.mainmenu .menu_kasten_links {
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	top:0px;
	vertical-align:bottom;
	width:40px;
}

/* Eintraege */
#top_navimenu2 .menu_entry {

	margin:0px;
	padding: 0px 2px 0px 3px;
	height:100%;
	position:relative;
	top:0px;
	float:left;
	width:17.7%;
	text-align:center;
        background-color:#aaa;
}

#top_navimenu2 .menu_entry:hover {
	
	font-size:8pt;
	color:#bb0000;
	text-decoration:none;
	/*background-color:#bfbfbf;*/
}

#top_navimenu2 .menu_entry a {
	color:#fff;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	vertical-align:middle;
}

#top_navimenu2 .menu_entry_red a {
	color:#bb0000;
}

#top_navimenu2 #top_navimenu3 .menu_entry {
	width:auto;
	padding: 0px 8px 0px 8px;
}

#top_navimenu2 #top_navimenu3 .menu_entry_forum {
	width:auto;
        height: 100%;
	padding-right: 25px;
        margin-right: 10px;
        float:right;
        background-repeat:no-repeat;
        background-size: 18px 18px;
        background-position-y: center;
        background-position-x: right;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%23ccc' fill-rule='evenodd' transform='translate(-68.792 -53.423)'%3E%3Cpath d='M74.177 64.105a9.95 11.24 0 0 0-3.856 4.08 10.865 11.623 0 0 0 8.473 4.36 10.865 11.623 0 0 0 8.478-4.357 9.95 11.24 0 0 0-3.864-4.083 6.25 6.25 0 0 1-4.613 2.044 6.25 6.25 0 0 1-4.615-2.046z'/%3E%3Ccircle cx='78.792' cy='59.573' r='4.75'/%3E%3C/g%3E%3C/svg%3E");
}

/* Eintrag TEXT */
#top_navimenu2 .menu_text {
	font-weight: bold;
	font-size: 8pt;
	top:5px;
}

.menu_text3 {
        font-size:7pt;
        font-weight:bold;
}

/** submenu folgt am Ende der Datei **/

/**********ENDE Hauptmenu */


/******* NEWS Bereich */

.newsbox .text > a, .newsbox .text > ul > li > a {
	text-decoration:underline;
}

.newsbox .text > a[target="_blank"]:after {
	content: url("https://images.ht4u.net/external_link.png");
	margin: 0px 0px 0px 2px;
	height:8px;
}

/*
.newsbox .text > a[href*="ht4u.net/reviews"]:after {
	content: " (HT4U-Test)";
	margin: 0px 0px 0px 0px;
} */

.newsbox .text > ul li {
	padding-left:5px;
        list-style-type:square;
        list-style-position:outside;
}

.newsbox .text h2, .newsbox .newstext h2 {
	vertical-align:top;
        text-align:left;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.newsbox .text h3, .newsbox .newstext h3 {
	font-size:9pt;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


div#news, div#newsarchiv, div#suche {
	position:relative;
	top:20px;
	left:10px;
	min-height:2200px;
	margin:0px 40px 0px 0px;
}

div#newsarchiv a {
	text-decoration:none;
}

#newsarchiv table, tr, tr {
	padding:0px;
	margin:0px;
}

#newsarchiv .title, #newsarchiv .newstitle {
	color:#0f0f0f;
	font-weight:bold;
}

/* Newsboxen */
.newsbox {
/*	border-top: 1px solid rgb(240, 231, 230);
	border-left: 1px solid rgb(240,231,230);
*/	padding: 3px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
	position:relative;
	text-align:justify;
/*	line-height:14pt; */
	line-height:1.2em;
}

#news .newsbox { clear:both; }

/* News Titel */
.newsbox .title { margin:2px 0px 3px 0px; }


.newsbox .title h1, .newsbox .newstitle h1 {
	margin:0px;
	text-align:left;
	font-weight:bold;
}

.newsbox .title img {
	border:none;
	margin:0px;
	padding:0px;
}

.newsbox div.text center > img, .newsbox div.text > center > a > img {
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#afafaf;
	overflow:auto;
	max-width:650px;
}

a {
	color:#3c3c3c;
	text-decoration:none;
}

/* News Datum */
.newsbox .date {
	text-decoration:none;
/*	font-size:7pt; */
	font-size:0.7em;
	vertical-align:top;
	text-align:left;
	margin: 0px 0px 2px 0px;
	color:#4f4f4f;
}

/* News Text */
.newsbox .text {
	vertical-align:top;
	text-align:justify;
/*	font-size:10pt; */
	font-size:0.9em
}

#reviews > .newsbox > .text /*, #news > .newsbox > .text */ {
	margin:10px 20px 0px 0px;
}


ul.newslist, div.newslist {
	vertical-align:middle;
	text-align:left;
	margin:0px 0px 0px 5px;
}

ul.inhaltsverzeichnis {
	padding:2px 10px;
	margin:0px;
}

ul.inhaltsverzeichnis > li {
	list-style-type:none;
        background: url(https://images.ht4u.net/bilder_3.png) no-repeat left -311px;
        margin-left: 10px;
        padding: 2px 0px 0px 10px;
}

ul.inhaltsverzeichnis li a {display:block;}
ul.inhaltsverzeichnis li a:hover {background-color:#f0f0f0;}
ul.inhaltsverzeichnis > ul.newslist > li {list-style-position:outside;}

.text > ol > li.newslist {
	list-style-type:none;
}

.newslist a {
	text-decoration:none;
}

.newslist li {
	list-style-type:square;
        list-style-position:inside;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}

/* Bilder im Newstext */
.newsbox .text > img, .newsbox .text > center > img {
	border-style:solid;
	border-width:1px;
	max-width:680px;
	text-align:center;
	padding:2px;
}

.newsbox .text center > div > a > img {
	border-width:1px;
        border-style:solid;
        overflow:auto;
	padding:2px;
	max-width:650px;
}

.newsbox .text > center > a >img {
	border-style:solid;
        border-width:1px;
        text-align:center;
	padding:2px;
}

/* Tabellen im Newstext */
.newsbox .text > table {
	font-size:8pt;
}

p > table {
	font-size:8pt;
}

.newsbox .related_left {
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#7f7f7f;
	text-align:left;
	float:left;
	width:200px;
	margin:3px 10px 3px 10px;
	padding: 0px 5px 3px 0px;
	vertical-align:top;
	font-size:8pt;
}

.related_left li {
	list-style-type:square;
	list-style-position:outside;
	margin:3px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	font-size:8pt;
}

.newsbox .text .related_right {
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#7f7f7f;
	text-align:left;
	float:right;
	width:200px;
	margin: 5px 0px 3px 10px;
	padding: 0px 5px 3px 5px;
	vertical-align:top;
	font-size:8pt;
}

.related_left .more_news_titel {
	font-size:8pt;
	border-style:dotted;
	border-width: 0 0 1px 0;
	padding:3px 0px 6px 5px;
	margin:0;
}

.related_right .more_news_titel {
	border-style:dotted;
	border-width: 0 0 1px 0;
}

.smalltext {
	font-size:8pt;
}

.date .smalltext, .seitenleiste .smalltext {
	color:#505050;
}

/* Kategoriefeld mit Liste der Nebenkategorien */
.news_logo {
        text-decoration:none;
        font-size:7pt;
	width:130px;
	height:60px;
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	border:none;
}

.news_logo img {
	border:none;
}


/* Weitere News - Titel */
.more_news_titel {
        text-decoration:none;
	font-weight:bold;
	vertical-align:top;
	padding-bottom:5px;
}

.more_news {
	font-size:9pt;
        vertical-align:top;
	padding:0px;
	list-style-type:square;
	list-style-position:inside;
	text-align:left;
	margin:0px;
}

ul.more_news li {
	margin:1px;
	padding:2px;
}

.collumn_left .more_news li, .collumn_right .more_news li {
	text-align:left;
	font-size:8pt;
}

.more_news a {
	display:block;
	padding:3px 2px;
}

.more_news a:hover {
	background-color:#f0f0f0;
}

.seitenleiste_review_entry .more_news {
	margin-bottom:0px;
}

.more_news_table {
	width:100%;
	text-align: left;
	padding-left:20px;
}

.related {
	vertical-align:top;
	padding-left:5px;
	margin: 0px 0px 20px 5px;
}

.related li {
	list-style-type:square;
	list-style-position:outside;
	margin-left: 10px;
	padding:0px;
}

#reviews .specialinfos-next-news {
        padding: 4px 0px;
	margin:10px 0px 10px 0px;
}

#news .special-infos-next-news {
	padding: 4px 0px;
	margin:0px;
}

.specialinfos-next-news:hover {
	background-color:#f0f0f0;
}

.newsbox > .text > table.presse {
	padding-left:20px;
	width:auto;
}

td.pressetitel {
	font-weight:bold;
	vertical-align:top;
	height:30px;
}

td.pressetext {
	font-size:9pt;
	vertical-align:top;
	text-align:justify;
	text-align:left;
}

.download_box {
	float:right;
	z-index:1;
	border-top: 1px solid rgb(240, 231, 230);
        border-left: 1px solid rgb(240,231,230);
        padding: 3px 0px 3px 0px;
        margin: 0px 0px 30px 10px;
        position:relative;
	width:290px;
	min-height:300px;
	display:block;
	background-color:white;
}

.download_box table {
	margin:0px 0px 0px 10px;
	background:none;
	border:none;
}

/***** ENDE News*/


/***** Werbung */

.werbung {
	font-size:8pt;
	font-weight:bold;
	vertical-align:top;
	color:#003366;
	margin:0px 0px 20px 0px;
	width:340px;
	height:300px;
	position:relative;
	clear:both;
	float:left;
}

#footer {
	width:994px;
	margin:0px auto;
	position:relative;
	float:left;
}

#werbung_footer {
	width:730px;
	clear:both;
}

#impressum_hinweise {
	width:730px;
	clear:both;
}

#skyscraper2 {
	left: 100%;
	position: absolute;
	top: 0;
	padding-left: 4px;
}

#skyscraper_wall {
	position:absolute;
	top:-97px;
	left:auto;
	float:right;
	margin-left:996px;
	text-align:left;
}

#billboard {
	width:728px;
	margin:0px auto;
	background-color:silver;
	height:auto;
}

/* ENDE Werbung */


/******* Seitenleiste */

#seitenleiste {
       padding:0px 0px;
       overflow:hidden;
       position:absolute;
       top:0px;
       width:300px;
       left:692px;
       text-align:left;
       margin:0px;
       float:right;
       display:block;
}
#seitenleiste_werbung_top {
	margin:20px 0 10px 0;
}

.seitenleiste {
	/*border: 1px solid #bfcfbf;*/
	background-color:#efefef;
	margin:0px 0px 20px 0px;
}

.seitenleiste h1 {
	margin:5px 0px;
}

.partner {
	font-size:7pt;
}

.ssi_table {
	font-size:8pt;
}

td[align=right] {
	width:100px;
}

/* Artikelleiste auf der Review Ansicht */
#artikelleiste_top {
	position: relative;
	width:675px;
	left: 0px;
	top: 0px;
	padding: 0px;
	text-align: center;
}

.seitenleiste_werbung {
	border: 0px solid rgb(240, 231, 230);
	font-size:7pt;
	font-weight:bold;
	color: #003366;
	vertical-align: top;
	text-align: center;
	width:300px;
	padding:2px 0px 3px 0px;
	border:none;
	margin:0px 0px 20px 0px;
	min-height:250px;
}

.seitenleiste_werbung_google {
        font-size:7pt;
        font-weight:bold;
        color: #003366;
        vertical-align: top;
	width:300px;
	padding:0px 0px 0px 0px;
	text-align:left;
	border:none;
	margin: 0px 0px 20px 0px;
}

.seitenleiste_werbung_google_long {
border: 1px solid rgb(240, 231, 230);
        padding: 4px;
        font-size:7pt;
        font-weight:bold;
        color: #003366;
        text-align: center;
        vertical-align: top;
        height:270px;
        width:100%;
}

.seitenleiste .title {
	font-size:8pt;
	border:none;
	color:#fefefe;
        background: #555;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23aa271b' d='M0 0h8v8H0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left center; 
        background-size: 8px 100%;
	height:15px;
}

.seitenleiste .title h1, .seitenleiste .title h2 {
	font-weight:bold;
	font-size:8pt;
	padding:0px 0px 1px 0px;
	height:15px;
	border:none;
	margin:0px;
	/*background:url("https://images.ht4u.net/bilder_3.png") no-repeat right -1px;*/
	width:300px;
}

.seitenleiste .title h1 span, .seitenleiste .title h2 span {
	/*background: url("https://images.ht4u.net/bilder_3.png") no-repeat left -518px;*/
	padding: 0px 0px 0px 12px;
}

.seitenleiste .text {
	background:none;
	padding: 5px 18px 10px 8px;
	text-align:left;
	vertical-align:top;
	color:#111111;
}

.seitenleiste .text .smalltext {
	font-size:7pt;
}

a.seitenleiste_review_link {
	color:#003366;
}

.seitenleiste_review_entry {
	margin: 5px 0px 7px 0px;
	background:none;
	text-align:left;
	clear:both;
	width:auto;
	font-size:8pt;
}

.seitenleiste_review_img {
	padding: 0px 0px 0px 0px;
	width:90px;
	border: 1px solid silver;
}

.seitenleiste_download_entry {
	background: url(/images/line3.gif);
	vertical-align: top;
	padding: 5px 8px 10px 8px;
	text-align:center;
	overflow:hidden;
}

.seitenleiste .text img {
	float:left;
	margin:5px 5px 5px 0px;
	border: 1px solid silver;

}

.seitenleiste_preisvergleich {
        background: url(/images/line3.gif);
        vertical-align: top;
        padding: 5px 8px 0px 8px;
        text-align:center;
}

.seitenleiste_download_entry a {
	font-size:7pt;
	overflow:hidden;
}

.seitenleiste_space {
	height: 0px;
	margin:0px;
}

/* ENDE Seitenleiste */


/**** Bottom Leiste */

.bottomleiste {
	background-color: #555;	
	font-weight:bold;
	color:#fff;
	text-align: right;
	margin:0px 0px 0px 0px;
	clear:both;
	height:20px;
	padding:0px 10px 0px 0px;
	position:relative;
}

.bottomleiste_link {
	font-size:7pt;
	color: #fff;
	text-decoration: none;
	padding:0;
}

/* ENDE Bottomleiste */

/****** Reviewbereich ****/

#reviews {
        position: relative;
        top: 20px;
        left:10px;
	text-align:center;
	min-height:2200px;
	margin: 0px 40px 0px 0px;
}

#reviews quote, #news quote {
	display:block;
	margin: 15px 0 15px 0;
	font-family:courier new,courier, fixed;
	text-align:center;
}

#reviews h2 {
	font-size:9pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#reviews select {
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
}

#reviews td li {
	text-align:left;
}

#reviews li {
	text-align:left;
}

table.review-table {
	width:100%;
	text-align:center;
	vertical-align:top;
}

.reviewlogo {
	margin-bottom:10px;
        margin-left:0px;
        position: relative;
	height:80px;
	text-align:center;
	vertical-align:top;
	width:100%;
}

.reviewlogo-left {
	background:url(/images/string.jpg);
	text-align:left;
}

.reviewlogo-middle {
	text-align:center;
	background:url(/images/string.jpg);
}

.reviewlogo-right {
	text-align:right;
	background:url(/images/string.jpg);
}

.review-icon {
	width:33%;
	text-align:center;
	padding:10px;
}

.review-img {
	border:1px solid silver;
        padding: 0px 0px 0px 0px;
	margin: 0px 4px 4px 0px;
}

td.review-entry, td.download-entry {
        vertical-align:top;
        text-align:center;
	width:25%;
	padding:10px;
}

.review-link {
	text-decoration:none;
	font-weight:bold;
}

.current-review-link, .current-download-link {
	font-size:8pt;
	text-decoration:none;
	display:block;
}

.current-review-link {
	text-align:center;
	height:150px;
	width:130px;
	padding:5px;
	margin:1px;
}

.current-review-link:hover {
	background-color:#fafafa;
	border:solid 1px #afafaf;
	margin:0px;
}

.current-reviews {
	border-top: 1px solid rgb(240, 231, 230);
        border-left: 1px solid rgb(240,231,230);
        padding: 3px 0px 3px 10px;
        margin: 0px 0px 5px 0px;
        position:relative;
        text-align:left;
	width:650px;
}

div.menu_sub {
	display:none;
	position:absolute;
	width:990px;
	background-color:#efefef;
	z-index:999;
	background-color:#393c39;
}

div.menu_sub div.current-reviews {
	z-index:999;
	margin:5px;
	float:right;
	border:none;
}

div.current-reviews ul {
	margin:0px;
	padding:0px;
}

ul.menu-list {
	border-width:0px 1px 1px 0px;
	border-color:#000;
	border-style:solid;
	width:220px;
	font-weight:bold;
	padding:2px 10px;
	margin:5px;
	background-color:#525552;
}

ul.menu-list li {
	list-style-type:none;
	background: url(https://images.ht4u.net/bilder_3.png) no-repeat left -311px;
	margin: 0px 0px 2px 10px;
	padding: 2px 0px 0px 10px;
}

ul.news-list li {
	list-style-type:none;
	background: url(https://images.ht4u.net/bilder_3.png) no-repeat left -311px;
	margin:0px 0px 4px 10px;
	padding: 2px 10px;
}

div.current-reviews ul.download-list li {
	list-style-type:none;
        background: url(https://images.ht4u.net/bilder_3.png) no-repeat left -311px;
        margin:0px 0px 4px 10px;
        padding: 2px 10px;
}

div.current-reviews ul.review-list li {
	float:left;
	width:235px;
	margin:0px 5px 10px 0px;
	color:white;
	list-style-type:none;
	background:none;
	max-height:120px;
}

ul.review-list img {
	float:left;
	margin:5px 5px 25px 0px;
	border-style:solid;
	border-color:#c0c0c0;
	border-width:1px;
}

.current-reviews .title h1 {
	text-align:left;
	margin-bottom:2px;
}

.current-reviews .title h2 {
	background: url(https://images.ht4u.net/bilder_3.png) no-repeat left -311px;
	margin-left: 10px;
	padding: 2px 10px;
	text-transform:uppercase;
}

#reviews .newstext h1 {
	font-weight:bold;
	text-align:left;
}


#impressum {
	width:650px;
	position: relative;
        top: 20px;
        left:20px;
	min-height:1000px;
}


/**** Downloads ***/

#downloads {
	width:675px;
	position: relative;
	top: 20px;
	left: 0px;
	min-height:1500px;
}

.current-downloads {
	border-top: 2px solid rgb(240, 231, 230);
        border-bottom: 2px solid rgb(240,231,230);
        padding: 3px 0px 3px 10px;
        margin: 0px 0px 20px 0px;
        position:relative;
        text-align:left;
	width:70%;
	min-height:130px;
	background-color:#f9f9f9;
}

table.specialinfos-downloads {
        vertical-align:top;
        border:0;
        margin:0;
        padding:0;
	margin-bottom:50px;
}

td.specialinfos-downloads-left {
	vertical-align: top;
	width:400px;
}

td.specialinfos-downloads-middle {
	width:50px;
	vertical-align:top;
}

td.specialinfos-downloads-right {
	vertical-align:top;
	background-color:#f5f5f5;
	width:250px;
	border: 1px solid rgb(200, 201, 200);
        padding: 4px;
}

.download-button {
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#003366;
	color:white;
	cursor:pointer;
}

/***** Sitemap ***/
#sitemap {
	width:100%;
	position:relative;
	top:20px;
	left:0px;
}

/**** geizhals preisvergleich ***/
#preisvergleich {
	margin:0px 15px 0px 5px;
	padding:0px;
        position:relative;
        top: 20px;
        left:0px;
	min-height:1500px;
}

/**** Dynamisches submenu **/
/** CSS fuer die DIV-Version des Untermenue***/

/* positionierung best. submenus */
#submenu_news {
	margin:0px 0px 0px 44px;
	z-index:100;
}
#submenu_reviews {
	margin:0px 0px 0px 161px;
	z-index:100;
}
#submenu_downloads {
	margin:0px 0px 0px 280px;
	z-index:100;
}
#submenu_forum {
	margin:0px 0px 0px 397px;
	z-index:100;
}

#submenu_preisvergleich {
	margin:0px 0px 0px 515px;
	z-index:100;
}


/* abstand der submenus von oben */
div#submenu {
        position:absolute;
        top:137px;
        z-index:100;
	opacity:0.85;
	white-space:normal;
	background:none;
	left:0px;
	opacity:1;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

ul.submenu {
        list-style: none;
	padding:0px;
        margin:0px;
	background-color:#b9b6b9;
	border:none;
	width:160px;
	position:absolute;
}

ul.submenu li:hover a:hover {
	background-color:#e0e0e0;
	color:#bb0000;
	margin:0px;
	text-decoration:none;
}
ul.submenu li a
{
	padding:3px;
	margin:0px;
	display:block;
	color:white;
}


/**** Weblinks *****/

#weblinks {
        position: relative;
        top: 20px;
        left:0px;
        width: 675px;
        text-align:center;
        min-height:2200px;
}

.weblinks_menu {
	width: 190px;
	border-right: 1px solid rgb(240,231,230);
	text-align:left;
	margin-left:10px;
}

.weblinks_inhalt {
	width: 500px;
	text-align:left;
}

.text label {
	font-style:italic;
	size:8pt;
}

.plistaWidgetList {
	position:relative;
	display:block;
}

.plistaWidget {
	font-family: "Verdana", "Arial", "Helvetica", "Sans Serif";
}

.plista_widget_standard_4_item, .plista_widget_standard_1_item, plista_widget_belowArticle_item {
	display:block;
	margin:1px 5px 4px 0px;
	height:100px;
	border-width:1px;
	border-color:white;
	border-style:solid;
	padding:5px;
}

a.plistaItem {
	clear:both;
	position:relative;
}

.plista_widget_standard_4_item:hover, .plista_widget_standard_1_item:hover, plista_widget_belowArticle_item:hover {
	background-color:#f5f5f0;
	border-color:#afafaf;
}

.plistaWidget span.petItem {
	background-color:#bfefef;
}

.plistaWidget span.petClue {
	float:right;
}

span.petClue > img {
	width:13px;
}

.plistaWidget .plistaItem .plista_widget_imgwrapper {
	width:90px;
	margin:5px 10px 10px 0px;
	display:block;
}

div.plistaWidgetHead {
	margin:5px;
}

.plistaWidget .itemText{
	display:block;
	text-decoration:none;
	color:#0f0f0f;
}

.plistaWidget span.itemTitle, .plista_widget_belowArticle span.itemTitle {
	font-weight:bold;
	display:block;
	margin:0px 0px 4px 0px;
	font-size:100%;
}

.plistaWidget span.clear {
	clear:both;
	
}

.plistaWidgetLink {
	display:block;
	float:right;
}

.plistaWidget img {
	border:none;
	border-width:0px;
}

/** Benchmark-Vergleich BenchmarkCompare ***/
.button_benchcompare {
    display:block;
    margin-left: auto;
    margin-right: auto;    
    padding:2px;
    width:180px;
    border-radius: 2px;
    background-color: #f7f7f7;    
    
    color:black;
    text-align:center;    
    text-decoration:none; 
          
    border:1px solid darkgray;
    border-color: darkgray;
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
}

.button_benchcompare:hover
{
    color:black;
    background-color:#e6e6e6;
    cursor:pointer;
    border-color: #bbb;
    border-top:1px solid darkgrey;
    border-left:1px solid darkgrey;
    text-decoration: none;
}

div.shadowbox_highlight {
	border-style:solid;
	border-width:1px;
	background-color:#efefef;
	padding:3px;
	border-color:#bfcfbf;
	box-shadow:3px 3px 3px #666;
	text-align:center;
}



.menu_sub a { color:white; }

img#facebook {
	background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -510px;
}

img#twitter {
        background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -530px;
}

img#rss {
        background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -550px;
}

img#software, img#treiber, img#tools {
	width:30px;
	height:30px;
	border:none;
}

img#software {
	background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -220px;
}
img#tools {
	background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -250px;
}
img#treiber {
	background:url("https://images.ht4u.net/bilder_3.png") no-repeat left -280px;
}

#buttom_profile li {
	list-style:none;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;

}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.tandem #fzlogo {
	float:left !important;
	margin-bottom:10px;
}
.tandem #leaderboard_top {
	margin-left:427px !important;
}
.tandem #page {
	margin:0 !important;
	border-width: 0 1px !important;
}

#hwi-product-prices {margin-left:15px;}
#hwi-product-prices tr:nth-child(n+6) { display: none; }
#hwi-product-prices h2 {margin:20px 0px 10px 0px;}
