@import url(navi.css);
@import url(texte.css);
@import url(newloginbox.css);
@import url(suche.css);
@import url(special_content.css);

@import url(tt_news_intranet.css);
 



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color:#b4beca;
	background-image:url(body_bg.jpg); 
	background-repeat: no-repeat;
	text-align: center;
}


#header {
	background-image:url(logo.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	height: 81px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #fff;
}


html>body #header {
	height: 81px;
}

#hauptnavi {
	position: absolute;
	left: auto;
	top: 38px;
	padding: 0 0 0 180px;
	margin: 0;
	width: 620px;
	height: 20px;
	z-index:111;
}
#hauptnavi2 {
	position: absolute;
	left: auto;
	top: 58px;
	margin: 0 0 0 180px;
	height: 22px;
	width: 620px;
	background-color: #eef3f9;
	z-index:112;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 80px;

}

#main{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 100%;
	border-left: 1px solid #fff;
	background-image:url(main_bg.gif);
}


#leftblock {
	width: 180px;
	margin: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #fff;
}


#contentblock {
	margin: 0;
	width: 620px;
	padding: 0 0 20px 0;
}

#quicksearch {
	margin: 10px 0 0 0 ;
	padding: 0;
	width: 760;
	text-align: right;
}

#langnavi{
	margin: -15px 20px 0 0 ;
	padding: 0;
	width: 760;
	text-align: right;
}

#content{
	width: 600px;
	padding: 20px 20px 20px 20px;
	margin:0;
}

html>body #content {
	width: 580px;
}

#abschluss {
	clear: both;
	height: 1px; 
}


#footer {
	position: absolute;
	bottom: 0;
	background-color: #a0b4cb;
	width: 800px;
	padding: 0 5px;
}

html>body #footer {
	width: 790px;
}

