s
		
/****
	JUMP
		****/
		
		#jump {
			display: none;
		}
		
/****
	PATH
		****/
		
		#path {
			display: none;
		}
		

/****
	CONTENT 
		****/
		
		#content {
			position: relative;
			top: 0; left: 0;
			margin: 526px 0 0 0;
			width: 100% ; height: auto;
			padding: 0 0 40px 0;
			background: #000000;
		}
		
			
		/*** COL1 ***/
			
			#col1 {
				float: right;
				margin: 10px 26px 0 0;
				width: 608px; 
			}
			
		/*** COL2 ***/
			#col2 {
				float: right;
				margin: 10px 0 0 0;
				width: 302px; 
			}
			
			#col2 .teaser {
				float: left;
				width: 143px; height: 143px;
				margin: 0 0 6px 6px;
				clear: none;
				border: 1px solid white;
			}
			
		/*** MEDIA ***/
		
			#media {
				position: absolute;
				top: 0; left: 0;
				width: 960px; height: 530px;
				margin: -526px 0 0 0;
				z-index: 0;
			}
		
/****
	SITEMETA
		****/
		
		/*** MENU ***/
		
			#menu {
				position: absolute;
				top: 0; left: 0;
				margin: 176px 0 0 700px;
				z-index: 99;
				border: 0;
				background: none;
				text-align: left;
				width: 200px;
			}
			
			#menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			#menu ul li {
				display: inline;
			}
			
			#menu ul li span {
				display: none;
			}
			
			#menu ul li ul {
				margin: 0;
			}
			
			#menu ul li ul li {
				display: block;
				clear: both;
				margin: 0 0 39px 0;
				padding-left: 5px;
				background: none;
				border: 0;
				line-height: auto;
				height: auto;
			}
			
			#menu ul li ul li.menu144 {
				margin: 3px 0 39px 0;
			}
			
			#menu ul li ul li.menu143 {
				margin: 4px 0 0 0;
			}
			
			#menu ul li ul li a {
				background: url(../img/menu_home_a.png) no-repeat left 2px;
				padding-left: 15px;
				text-transform: uppercase;
				font-size: 11px;
			}
			
			#menu ul li ul li a:hover,
			#menu ul li ul li a.active {
				background: url(../img/menu_home_a_active.png) no-repeat left 2px;
			}
			
		
		/*** MENU2 ***/
		
			#menu2 {
				display: none;
			}
			
		
/**** 
	NEWS CONFIG 
		****/
		
		.news-latest-item {
			position: relative;
			float: left;
			width: 278px; height: 125px;
			background: url(../img/news_item.png) no-repeat;
			padding: 10px;
			margin: 0 0 6px 6px;
		}
		
		


		.gotoarchive {
			display: none;
		}
		
		.news-latest-item .date {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 133px;
			text-align: right;
			
			
		}
		
		.news-latest-item .title {
			/*position: absolute; */ position: relative;
			width: 133px;
			margin: 20px 0 0 145px;
			text-align: left;
		}
		
		.news-latest-item .txt {
			position: relative;
			float: right;
			width: 133px;
			
			margin: 3px 0 0 0;
		}
		
		.news-latest-item .img {
			position: absolute;
			width: 135px; height: 125px;
			top: 10px;
			left: 10px;
			overflow: hidden;
		}
		
		.news-latest-item .morelink {
			position: absolute;
			bottom: 10px;
			right: 10px;
			width: 133px;
			text-align: right;
		}
		
