/* --------------------  legende  -------------------- */
#tech_legend {/* Legende */
	width:677px;
	height:25px;
	background:#599fcf;
	padding:10px;
	font-size:11px;
	color:#b6d5ea;
}

/* --------------------  header_content  -------------------- */

.result {
	font-size:34px;
	color:#cfec69;
}

#resultdisplay {
	width:457px;
	text-align:center;
	margin-top:10px;
}
/* --------------------  content  -------------------- */
#tech_content .firstlink {/* links on the top */
	color:#61ade1;
	margin:0px 45px;
	font-size: 12px;
}

#tech_content table {/* analysis table */
	width:697px;
}

#tech_content table a {/* analysis table -> link */
	color:#61ade1;
}

#tech_content tr {/* analysis table -> row */
	font-size:12px;
	color:#444;
	width:100%;
	height:25px;
}

#tech_content td {/* analysis table -> column */
	text-align:center;
}

#tech_content .kategorie_name {/* analysis table -> kategorie-column */
	width:185px;
	text-align:left;
	padding-left:10px;
}

#tech_content .points_check, #tech_content .points, #tech_content .kat_info {/* analysis table -> 3 columns on the right_check,points and info */
	width:185px;
}

#tech_content .points_green {/* analysis table -> points_color -> green */
	color:#7dab1b;
}

#tech_content .points_red {/* analysis table -> points_color -> red */
	color:#ab1b1b;
}

#tech_content .darkgrey_bg {/* analysis table -> dark_grey background */
	font-size:11px;
	color:#888;
	background:#eeebeb;
}

#tech_content .grey_bg {/* analysis table -> light_grey background */
	background:#f6f4f4;
}

#tech_content .analys_mistake, #tech_content .analys_mistake_dark { /* error_analysis */
	width:677px;
	background:#f6f4f4;
	padding:20px 10px;
	font-size:11px;
	color:#555;
}

#tech_content .analys_mistake_dark{/* error_analysis */
	background:#eeebeb;
}

#tech_content .kat_mistake {/* error_analysis -> small caps */
	font-size:10px;
	color:#888;
}

/* --------------------  Legends  -------------------- */
#tech_legend img {/* Legende -> images */
	margin-left:25px;
}
#ibox_legend {
	width:550px;
	height:25px;
	background:#599fcf;
	padding:10px;
	font-size:11px;
	color:#b6d5ea;
	position:absolute;
	bottom:-4px;
	left:0px;
}
#ibox_legend img {/* Legende -> images */
	margin-left:5px;
}

/* --------------------  TechStart  -------------------- */
#techstart {
	height: 500px;
	
}

