/**
 * Style sheet layout
 */
@charset "utf-8"; html *
{
	font-size:100.01%;
}

body
{
	background-color:#fff;
	font-family:arial, sans-serif;
	font-size:80.00%;
	color:#555;
	line-height:1.4em;
}

#header
{
	width:891px;
	height:103px;
	margin:0px;
	padding:0px 0px 0px 15px;
	background-image:url("tl_files/gfx/header_top.png");
	background-repeat:repeat-y;
}

#header .inside
{
	background-image:url("tl_files/gfx/header_bottom.png");
	background-repeat:no-repeat;
	background-position:211px 93px;
}

#left
{
	width:223px;
	text-align:left;
}

#right
{
	width:173px;
	font-family:verdana, sans-serif;
	font-size:80%;
	line-height:118%;
}

/* Content-Feld zwischen Header und Footer */
#container
{
	padding:36px 0px 30px 0px;
}

#main
{
	width:485px;
	bottom:0px;
	overflow:hidden;
	color:#555;
	line-height:165%;
}

img, .noborder td, .noborder table
{
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:0px;
}

.img1
{
	float:left;
	margin-top:10px;
	margin-right:12px;
	margin-bottom:6px;
}

.img2
{
	margin-bottom:10px;
}

.img1 img, .img2 img
{
	margin:0px;
	padding:0px;
	background-color:#ff0000;
	border:1px solid #941F2A;
}

.clear
{
	clear:left;
}
