/**
 * Style sheet layout
 */
html
{
	width:100%;
	background-color:#707070;
	height: 100%;
}

body
{
	width:100%;
	height:100%;
	background-color:#fff;
	background-image:url("tl_files/structure/bg_body.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	font: 78.5%/1.6em verdana, geneva, sans-serif;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, ul, li
{
	margin:0;
	padding:0;
}

.invisible
{
	display:none;
}

.clear
{
	clear:both;
}

#branding
{
	left:35px;
	top:21px;
	position:absolute;
}

#outerWrapper
{
	width:840px;
	position:relative;
	margin-left:89px;
	background-color:#7a7a7a;
	background-image:url("tl_files/structure/bg_outer.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
	min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}

#innerWrapper
{
	background-position:left top;
	background-repeat:no-repeat;
}

#header
{
	width:733px;
	height:85px;
	position:absolute;
	z-index: 999;
	margin-top: -80px;
	left: 54px;
}

#container
{
	width:733px;
	margin: 0 auto;
}

#main
{
	margin:0;
	padding:0;
}

#accessBar
{
	width:400px;
	height:35px;
	overflow:hidden;
	float:right;
	background-image:url("tl_files/structure/bg_accessbar.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#accessBarLang
{
	width:120px;
	float:left;
}

#accessBarSearch
{
	width:200px;
	float:left;
	margin-top:8px;
	padding-left:0px;
}

#accessBarSwitcher
{
	width:70px;
	float:left;
	margin-top:9px;
	text-align:right;
}

#accessBarSearch .text
{
	float:left;
	display:inline;
	margin-top: 2px !important;
}

#accessBarSearch .submitContainer
{
	float:left;
	display:inline;
	margin-top:2px;
	margin-left:6px;
}

#separator
{
	width:733px;
	height:20px;
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0 auto;
}

#footer
{
	width:733px;
	background-color:#818181;
	font-size:80%;
	color:#fff;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#footerInfoLine
{
	margin-right:20px;
	margin-left:20px;
	padding-bottom:8px;
	border-bottom:1px solid #696969;
}

#footerShortImprint
{
	margin-right:20px;
	margin-left:20px;
	padding-top:16px;
	padding-bottom:16px;
	line-height:1.3em;
}

#footerShortImprint div.left
{
	width:450px;
	float:left;
}

#footerShortImprint div.right
{
	float:right;
	margin-top:40px;
}
