img.auto-width {
	max-width: 100%;
	height: auto;
}

img.padR20 {
	padding-right:20px;
}

img.padB20 {
	padding-bottom:20px;
}

textarea.speedtest {
	width:100%;
}

/* ************************************************ */
/* CODE 						 													*/
/* ************************************************ */

code {
	color:red;
}

code::before {
  content: '\'';
}

code::after {
  content: '\'';
}


/* ************************************************ */
/*      error message table 									 */
/* ************************************************ */

#errormessages th {
	font-size:0.75rem;
}



/* ************************************************ */
/*      HOME									 */
/* ************************************************ */

.homeproduct {
	padding-bottom:0px;
}

.homeproduct img {
	float:left;
	padding-right:15px;
}

.homeproduct h2 {
	margin-bottom:10px;
	line-height:30px;
	border-bottom:0px;
}

.homeproduct p {
	padding-bottom:20px;
	text-align : justify;
}

.homeproduct div {
	padding: 15px 0px 20px 0px;
}

.homeproduct a.button {
	margin-right:10px;
}

.homeproduct {
	text-align:center;
}

#product-requirements,
#homefeatures,
#homescreenshots,
#homeadvantages,
#homehighlights,
#homearticles,
#homeabout,
#homeawards {
	margin-top:30px;
	padding-bottom:20px;
	clear: both;
}

#homearticles {
	display: inline-block;
	padding-top:30px;
	padding-bottom:20px;
}

div.mainbuttons a.button {
	margin-bottom:10px;
}






/* ************************************************ */
/* hilfe / t_fehlermeldungen.php						 													*/
/* ************************************************ */


#errormessages table td:first-child {
  width: 1px;
  white-space: nowrap;
  padding-right:10px;
}

/* ************************************************ */
/* hilfe / b_wichtig.php						 													*/
/* ************************************************ */

ul.wichtig > li {
	margin-bottom:10px;
}

/* ************************************************ */
/* hilfe produkteditionen */
/* ************************************************ */

table.prodboxes,
table.prodboxes td {
	border:0;
}

table.prodboxes td {
	width:30%;
	text-align:center;
}

img.prodboxes {
}

table.proddiff th,
table.proddiff td {
	text-align:center;
}

table.proddiff td {
	vertical-align:middle;
}

table.proddiff th:first-child,
table.proddiff td:first-child {
	text-align:left;
}

table.onlyfirstcolleft th,
table.onlyfirstcolleft td {
	text-align:center;
}

table.onlyfirstcolleft td {
	vertical-align:middle;
}

table.onlyfirstcolleft th:first-child,
table.onlyfirstcolleft td:first-child {
	text-align:left;
}

img.checkmark {
	display:inline;
	vertical-align:middle;
}
img.checkmark2 {
	vertical-align:top;
	margin-top:3%;
}

/* ************************************************ */
/* AllDup pic Erkennungsrate */
/* ************************************************ */


table.RecognitionRate th {
	text-align:center;
	text-transform:none;

}

table.RecognitionRate td {
	text-align:right;
}

table.RecognitionRate th:first-child,
table.RecognitionRate td:first-child {
	text-align:left;
}

table.RecognitionRate tr td:nth-child(even){ 		background: #f8f8f8;	}

/* ************************************************ */
/* AllDup pic checksum speed */
/* ************************************************ */

table.cspeed tr td:nth-child(2){text-align:center;}
table.cspeed tr td:nth-child(3){text-align:right;}
table.cspeed tr td:nth-child(4){text-align:right;}

/* ************************************************ */
/* similar Filename examples */
/* ************************************************ */

table.similarfilename {
	width:60%;
}

table.similarfilename th,
table.similarfilename td {
	text-align:right;
}

table.similarfilename th:first-child,
table.similarfilename td:first-child {
	text-align:left;
}

td.reporticon,
img.reporticon,
span.reporticon {
	vertical-align: middle;
	}

img.reporticon {
	margin-right: 6px;
	}

/* ************************************************ */
/* BUTTON 						 													*/
/* ************************************************ */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
a.button {
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	padding: 5px 13px 4px 13px;
	margin: 2px 0px 2px 0px;
	font-size:0.813rem;
	color: black;
	border: 1px solid #c9c9c9;
	outline: 0px none;
	cursor: pointer;
	text-transform:uppercase;
	letter-spacing: 1px;
  background: #e9e9e9;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	padding: 8px 13px 7px 13px;
}

input[type="submit"].mini,
input[type="reset"].mini,
input[type="button"].mini,
button.mini {
	font-size:0.688rem;
	padding: 5px 7px 5px 7px;
	margin: 2px 0px 2px 0px;
}

input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited,
input[type="submit"]:link,
input[type="reset"]:link,
input[type="button"]:link,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	text-decoration: none;
	color: black;
}

a.button:visited,
a.button:link,
a.button:hover,
a.button:active,
a.button:focus {
	text-decoration: none;
	color: black;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover {
	background: #d9d9d9;
	color: black;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
a.button:active {
	background: #e9e9e9;
	color: black;
}

a.aktiv {
	background: #e9e9e9;
	color: black;
}

a.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

a.disabled:hover {
	background: #e9e9e9;
}

/* ************************************************ */
/* UL MULTI COLUMNS  						 													*/
/* ************************************************ */

ul.multicolumn2, ol.multicolumn2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.multicolumn3, ol.multicolumn3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

ul.multicolumn4, ol.multicolumn4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}


/* ************************************************ */
/* UL 2 COLUMN LIST 						 													*/
/* ************************************************ */

div.multicolumn2 ul {
	width:100%;
}

div.multicolumn2 ul li {
  float: left;
  width: 50%;
}


div.multicolumn2:after {
  content: '';
  display: block;
  clear: both;
}

/* ************************************************ */
/* UL 3 COLUMN LIST 						 													*/
/* ************************************************ */

div.multicolumn3:after {
  content: '';
  display: block;
  clear: both;
}


div.multicolumn3 ul {
	width:100%;
}

div.multicolumn3 ul li {
    float: left;
    width: 30%;
}


/* ************************************************ */
/* UL 4 COLUMN LIST 						 													*/
/* ************************************************ */

div.multicolumn4:after {
  content: '';
  display: block;
  clear: both;
}


div.multicolumn4 ul {
	width:100%;
}

div.multicolumn4 ul li {
    float: left;
    width: 22%;
}






/* ************************************************ */
/* TABLE 3 COLUMN LIST 						 													*/
/* ************************************************ */

table.multicolumn3 {
	width:100%;
	border:0;
}

table.multicolumn3 td {
	width:33%;
	text-align:center;
	padding-top:20px;
	border:0;
}

ul.nobullet li {
	list-style-type: none;
	margin: 0px;
	padding-left:5px;
}

.TextWrapRight {
	float: right;
	margin: 10px;
}

.TextWrapLeft {
	float: left;
	margin-top:5px;
	margin-right: 10px;
}



/* ************************************************ */
/* 			TABLE mit Border 										*/
/* ************************************************ */


td.diff {
	text-align:center;
	font-size:0.938rem;
}


/* ************************************************ */
/* 			TABLE ohne Border 										*/
/* ************************************************ */

table.noborder,
table.noborder td {
	border:0;
	padding:0;
}

table.noborder2,
table.noborder2 td {
	border:0;
	padding-left:0px;
}

table.noborder3,
table.noborder3 td {
	border:0;
}

span.smaller {
	font-size: smaller;
}


table.noborder td:first-child,
table.noborder2 td:first-child {
  width: 1px;
  white-space: nowrap;
  padding-right:10px;
}

table.noborder img {
	margin-top:4px;
}

table.zeilenabstand td {
	padding-bottom:10px;
}

Table.unvis {
	width:585px;
}

TD.unvis {
	line-height:20px;
	vertical-align: top;
	padding-bottom:10px;
	text-align:left;
}

TD.unvis2 {
	line-height:20px;
	vertical-align: top;
	width: 30px;
}

/* ************************************************ */
/* 			TABLE auto width  */
/* ************************************************ */

table.autowidth {
	width: auto;
}

table.col1notextbreak td:nth-child(1)  {white-space: nowrap;}
table.col1notextbreak th:nth-child(1)  {white-space: nowrap;}

table.col1alignright td:nth-child(1)  {text-align:right;}
table.col1alignleft td:nth-child(1)  {text-align:left;}
table.col2center td:nth-child(2)  {text-align:center;}

table.bottommargin td{padding-bottom:20px;}

table.col1width50px td:nth-child(1) {width:50px;}

table.col1center td:nth-child(1) {text-align:center;}

table.centerall td {text-align:center;}

thead.padleftright th {padding-left:10px; padding-right:10px;}

td.fitwidth {
    width: 1px;
    white-space: nowrap;
}

th.alignright,
td.alignright,
input.alignright {
	text-align:right;
}

th.alignleft,
td.alignleft,
input.alignleft {
	text-align:left;
}

div.aligncenter,
th.aligncenter,
td.aligncenter,
input.aligncenter {
	text-align:center;
}

div.valignmiddle,
th.valignmiddle,
td.valignmiddle,
input.valignmiddle {
	vertical-align:middle;
}


td.textbold {
	font-weight:bold;
}