/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url("tl_files/layout/background_body.png");
	background-position:left top;
	background-repeat:repeat-x;
}

body, p, a, a:hover, h1, h2, h3, h4, h5, h6, li, td, input, textarea
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helevetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

h1
{
	font-weight:bold;
	font-size:16px;
	color:#004D91;
	line-height:20px;
}

h2
{
	font-weight:bold;
	font-size:14px;
	color:#004D91;
	line-height:20px;
}

h3
{
	font-weight:bold;
	font-size:12px;
	color:#004D91;
	line-height:25px;
}

hr
{
	height:1px;
	border-top:1px solid #B6B6B6;
	border-right:0px solid #B6B6B6;
	border-bottom:0px solid #B6B6B6;
	border-left:0px solid #B6B6B6;
}

a.Link
{
	padding-left:13px;
	background-image:url("tl_files/layout/pfeil_rechts.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

a.Link:hover
{
	background-image:url("tl_files/layout/pfeil_rechts_blau.gif");
}
