/**
 * Style sheet left
 */
#left
{
	background-color:#62bcd1;
	height: 100%;
	position: absolute;
	LEFT: 0px;
	width: 215px !important;
}

.inside
{
}

.unten2BT
{
	margin: 35px;
}

.nachOben
{
	float: left;
}

.printen
{
	float: right;
	margin-bottom: 35px;
}

#left .inside
{
	background-color:#62bcd1;
	margin-right: 0px !important;
	margin-right: -6px;
}


/**
 * left
 */
#logo
{
	width:215px;
	height:87px;
	background-image:url("tl_files/bodypix/logo.jpg");
	margin-left: 0px !important;
	margin-left: 2px; /*behebt IE6 3px Bug*/
	margin-right: 0px !important;
	margin-right: 2px; /*behebt IE6 3px Bug*/
	display: block;
}

