/* @override http://topscan.de/css/styles.css */

/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
}
table, input, textarea{
	font-size: 1em;	
	line-height: 150%;	
}
a{
	color: #0095d8;
}
a:hover{
	text-decoration: none;
}
h1{
	color: #0095d8;
	font-size:  1.6em;
}
h2{
	color: #0095d8;
	font-size:  1.3em;
	font-weight:  normal;
	border-bottom: 1px solid #0095d8;
	margin-bottom:  0;
}
h3{
/*	color: #e8529a; */
	color: #d3558a;
	font-size: 1.2em;

}
p{
	margin: 0.5em 0 1.2em 0;
}
.caption{
	font-size: 0.9em;
	padding-left: 10px;
	color: #0095d8;
	background: url('../_gfx/sub_arrow.gif') 0 6px no-repeat;	
}
label{
	clear:both;
	display: block;
	float:left;
	width: 100px;
	font-weight:bold;
}
#content ul{
	list-style-type: none;
	padding-left:  2em;
}
#content li{
	background: url('../_gfx/sub_arrow.gif') 0px 6px no-repeat;
	margin-left: 0; padding-left: 15px;
}
img.imgright{
	float: right;
	margin-left: 10px;
	clear:both;
}
img.imgleft{
	float: left;
	margin-right: 10px;
	clear:both;
}
img.border{
	border: 1px solid #0ba4c9;
	padding: 1px;
}
table.techsheet{
	font-size: 0.9em;
	width:  100%;
	border: 1px solid #0ba4c9;
	text-align: left;
}
table.techsheet tbody th{
	text-align: left;
	font-weight: bold;
	color: #0095d8;

}
table.techsheet .blue{
	background-color: #e0f4f8;
}
table.techsheet thead th{
	color:  #d3558a;
	text-align:left;
}
table.techsheet th, table.techsheet td{
	padding: 1px 3px;
}


.request label{
	width: 120px;
	border: 1px solid #0095d8;
	text-align:right;
	font-weight: bold;
	color: #0095d8;
	border-left: none;
	border-bottom: none;
	padding: 0 5px;
	margin: 2px 0;
	margin-right: 5px;
	height: 21px;
}

.request input, .request textarea, .request select{
	display: block;
	float:left;
	margin: 2px 0;
}
.request input, .request textarea {
	width: 170px;
}
.justifyoff {
	text-align: left;
}
