/**
 * Style sheet layout
 */
#main
{
	padding-right:10px;
	padding-bottom:10px;
	min-height:565px;
}

#right
{
	border:1px solid #ab0e0e;
}

#footer
{
	height:50px;
	border-top:1px solid #ab0e0e;
}

body
{
}

#header
{
	overflow:visible;
	background-image:url("tl_files/goethe8/images/layout/logo-sbt.gif");
	background-position:center top;
	background-repeat:no-repeat;
	position:relative; 
	z-index:1;
}

