/**
 * Style sheet basic
 */
html
{
	margin:0px;
	padding:0px;
	height: 100%;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url("tl_files/structure/bg_body.gif");
	background-position:left top;
	background-repeat:repeat-x;
	height: 100%;
	font: 78.5%/1.6em verdana, geneva, sans-serif;
}

div.clear
{
	clear:both;
}

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

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:#006db4;
}

a:hover
{
	text-decoration:underline;
}

#webliftingBranding
{
	width:20px;
	height:20px;
	bottom:10px;
	right:10px;
	position:absolute;
	display:block;
	background-image:url("tl_files/structure/weblifting_branding.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

#webliftingBranding:hover
{
	width:20px;
	height:139px;
	background-image:url("tl_files/structure/weblifting_branding_hover90Grad.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

