@import url(basic.css);


body {
	background: url(../img/hintergrundbild.jpg) repeat-x;
}
#linieLinks {
	position: absolute;
	top: 80px; left: 210px;
	height: 490px; width: 1px;
	background-color: #D4D4D4;
	z-index: 50;
}
* html #linieLinks {
	height: 490px; width: 1px;
}
#linieRechts {
	position: absolute;
	top: 0; left: 968px;
	height: 570px; width: 1px;
	background-color: #B2B2B2;
	z-index: 50;
}
* html #linieRechts{
	height: 570px; width: 1px;
}
#logo {
visibility: hidden;
}

#subNavBild {
position: absolute;
	top: 180px; left: 0;
	width: 210px; height:140px;
	z-index: 8;
}
#subNav {
	background-color: #D4D4D4;
	position: absolute;
	top: 320px; left: 0;
	width: 210px;
	height: 250px;
}
#subNavBild img {
	width: 210px; height: 140px;
}

#subNavContain {
background-color: #FFFFFF;
}

#startNews {
	visibility: visible;
	z-index: 36;
	background-color: #D4D4D4;
	height: 120px;
}
* html #startNews {
	height: 140px;
}
#subnavtipp {
	z-index: 37;
	background-color: #D4D4D4;
	height: 100px;
   margin-left: 18px;
   margin-top: 10px;
   position: static;
}
#subnavtipp img {
	margin-bottom: 0;
}
* html #subnavtipp img {
	margin-bottom: 8px;
}

#banner {
position: absolute;
bottom: -12px; left: 0;
height: 110px;
width: 994px;
background: url(../img/startbannerhg.jpg) no-repeat;
z-index: -1;
}
#bannerBilder {
	margin-left: 210px; margin-top: 12px; 
}
#bannerBilder img {
	height: 86px;
	margin-right: 4px;
}

#mainContain {
	margin: 0; padding:0;
}

#contentContainer {
	background-color: #F3F3F3;
	position: absolute;
	top: 155px; left: 210px;
	width: 758px;height: 317px;
	z-index: 10;
}
#mainContent {
	margin-left: 30px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#startNews #newsLatest {
	margin: 0 10px 0 18px;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
#startNews #newsLatest p {
	font-size: 0.7em; display: inline;
}
#startNews #newsLatest .news-latest-item {
	line-height: 80%;
}

#startNews #newsLatest H2 {
	color:#95A2B1;
	font-size: 0.7em;
	margin: 3px 0 0 0;
}
#startNews #newsLatest H2 A {
	text-decoration: underline;
}
#startNews #newsLatest div.news-latest-item {
   clear: both;
}
