/**
 * Style sheet basic
 */
_img
{
	behavior:url("tl_files/leistungsdiagnostik/script/pngbehavior.htc");
}

body
{
	margin:0px 0px 24px 0px;
	padding:0px 16px 14px 16px;
	background-color:#CDCDCD;
	background-image:url("tl_files/leistungsdiagnostik/layout/body-bg.png");
	background-position:left top;
	background-repeat:repeat-x;
}

* html body
{
	margin-left:1px;
}

body, div, em, input, label, ol, select, span, td, th, textarea, u, ul
{
	font-family:Arial, sans-serif;
	color:#333333;
}

h1
{
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#E96B1D;
}

h2
{
	margin:12px 0px 6px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

h3
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:10px;
}

a
{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#006600;
}

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

pre, form
{
	margin:0px;
	padding:0px;
}

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.clear
{
	height:0.1px;
	clear:both;
	font-size:0.1px;
	line-height:0.1px;
}

.text
{
	padding:2px;
	border:1px solid #cccccc;
}

img
{
	vertical-align:middle;
	border:0px;
}

.text:focus, .textarea:focus
{
	background-color:#ebfdd7;
}
