
/****
	CONTENT 
		****/
		
		#content {
			float: right;
			width: 780px ; height: auto;
			padding: 0 0 40px 0;
			margin: 70px 0 0 0;
		}
		
			
		/*** COL1 ***/
			
			#col1 {
				float: left;
				width: 610px; height: auto;
			}
			
			
			
		/*** COL2 ***/
			
			#col2 {

				float: left;
				width: 150px; height: auto;
				margin: 0 0 0 20px;
			}
		
/****
	SITEMETA
		****/
		
		#sitemeta {
			float: right;
			width: 160px;
			margin: 70px 0 0 0;
		}
		
		
		#menu2 {
				clear: both;
				width: 160px; height: auto;
				margin: 0;
				padding: 0;
				
			}
		
		
		#teaser {
			clear: both;
			position: relative;
			top: 10px;
			width: 160px; 
			overflow: hidden;
		}
			
		#teaser .teaser {
			margin: 0 0 4px 0;
			
		}
			
		#teaser .teaser img {
			border: 1px solid white;
		}

		
		
		
			

			
			

		
		
/**** 
	NEWS CONFIG 
		****/
		
	/*** LATEST ***/
		
		.news-latest-item {
			position: relative;
			width: 602px; height: 217px;
			margin: 0 0 0 6px;
			padding: 80px 0 0 0;
			background: url(../img/news_latest_item.png) no-repeat;
		}
		
		.news-latest-item .title {
			/*position: absolute;*/ position: relative;
			width: 292px; height: 20px;
			text-align: left;
			margin: 0px 0px 0 300px;
		}
		
		#col1 .news-latest-item .title h4 {
			font-size: 16px;
			font-weight: bold;
		}
		
		.news-latest-item .date {
			position: absolute;
			width: 80px; height: 20px;
			/*margin: 10px 0 0 512px;*/
			top: 10px;
			right: 10px;
			
			text-align: right;
		}
		
		.news-latest-item .txt {
			/*position: absolute;*/ position: relative;
			width: 292px; height: 120px;

			margin: 5px 0 0 300px;
		}
		
		.news-latest-item .txt p {
			font-size: 14px;
		}
		
		.news-latest-item .img {
			position: absolute;
			width: 272px; height: 272px;
			overflow: hidden;

			/*margin: 12px 0 0 12px;*/
			top: 12px;
			left: 12px;
		}
		
		.news-latest-item .img img {
			border: 1px solid white;
		}
		
		.news-latest-item .morelink {
			position: absolute;
			width: 100px; height: auto;

			/*margin: 270px 0 0 492px;*/
			bottom: 10px;
			right: 10px;
			text-align: right;
		}
		
		
	/*** LIST ***/
	
		.news-list-container {
			margin: 10px 0 0 -3px;
		}
		
		.news-list-item {
			position: relative;
			float: left;
			width: 278px; height: 125px;
			background: url(../img/news_item.png) no-repeat;
			padding: 10px;
			margin: 0 0 6px 8px;
		}
		
		
		.gotoarchive {
			display: none;
		}
		
		.news-list-item .date {
			position: absolute;
			/*width: 278px;*/
			text-align: right;
			
			top: 10px;
			right: 10px;
			width: 133px;
			
			
		}
		
		.news-list-item .title {
			/*position: absolute;*/ position: relative;

			width: 133px; height: auto;
			margin: 20px 0 3px 145px;
			text-align: left;
		}
		
		.news-list-item .txt {
			float: right;
			width: 133px;
			/*margin: 55px 0 0 0;*/
			
			position: relative;
			margin: 3px 0 0 0;
		}
		
		.news-list-item .img {
			/*float: right;*/
			width: 133px; height: 123px;
			/*margin-right: 10px;*/
			overflow: hidden;
			border: 1px solid white;
			
			
			
			
			position: absolute;
			top: 10px;
			left: 10px;
		}
		
		.news-list-item .morelink {
			/*clear: both;*/
			/*float: right;*/
			/*margin: -10px 0 0 0;	*/
			
			position: absolute;
			bottom: 10px;
			right: 10px;
			width: 133px;
			text-align: right;		
		}
		
		.news-list-browse-top,
		.news-list-browse-bottom {
			clear: both;
		}
		
		.news-list-browse-top {
			position: absolute;
			top: 0; left: 190px;
			margin: 75px 0 0 0;
	
		}
		
		.news-list-browse-top .tx-ttnews-browsebox,
		.news-list-browse-bottom .tx-ttnews-browsebox {
			width: 602px; height: 20px;


		}
		
	
	/*** SINGLE ***/
	
		.tt_news_single {
			width: 602px;
		}
		
		.tt_news_single .time,
		.tt_news_single .age_text,
		.tt_news_single .age,
		.tt_news_single .additional {
			display: none;
		}

		.tt_news_single .img {
			float: left;
			width: auto;
			margin: 0 20px 0 0;

		}

		.tt_news_single .txt {
			margin: 45px 0 0 0;
			position: relative;
			
		}
		
		.tt_news_single .txt h3 {
			font-size: 18px;
			margin: 0 0 10px 0;
			
		}

		
		.tt_news_single .txt h3 span {
			

			font-size: 18px;
			margin: 0 0 10px 0;
			padding: 0 0 0 25px;
			background: url(../img/single_news_h3.png) no-repeat;
		}
		
		.tt_news_single .txt h4 {
			font-size: 12px;
			margin: 0 0 15px 0;
		}
		
		.tt_news_single .txt .timedata {
			float: right;
			margin: -25px 0 0 0;
			position: absolute;
			top: 0;
			right: 0;
		}
		
		.tt_news_single .backlink_top,
		.tt_news_single .backlink_bottom {
			width: 602px;
			text-align: center;
		}
		
		.tt_news_single .backlink_top {
			margin: -15px 0 10px 0;
			border-bottom: 1px solid #999999;

		}
		
		.tt_news_single .backlink_bottom {
			text-align: right;
			float: right;


		}

