/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/player.css";
@import "custom/google.maps.css";

/* ---------- */

table.spacer {
	background: url(../images/bg_spacer.gif) center center no-repeat;
}

#status {
	position: relative;
	float: right;
	right: 70px;
	top: 30px;
	font-size: 12px;
	text-align: center;
}
	#status ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		
	}
		#status ul li {
			float: left;
			padding-top: 40px;
			width: 60px;
		}
		#status ul li.green { background: url(../images/bg_status_green.gif) top center no-repeat; }
		#status ul li.orange { background: url(../images/bg_status_orange.gif) top center no-repeat; }
		#status ul li.red { background: url(../images/bg_status_red.gif) top center no-repeat; }

#banner {
	height: 175px;
	background: url(../images/bg_banner.jpg) no-repeat;
}

#content h1, #content .Kop1 {
	position: absolute;
	top: -35px;
}

#twitter {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#twitter a {
	display: block;
	padding: 0 10px 0 35px;
	width: 265px;
	line-height: 32px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/home-tweet.png) 5px 50% no-repeat;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#news {
	position: relative;
	height: 163px;
	background: url(../images/bg_news.gif) repeat-x;
}

#news .item {
	position: relative;
	float: left;
	padding: 15px 30px 45px 30px;
	width: 250px;
	height: 103px;
	color: #ffffff;
	background: url(../images/bg_news_spacer.gif) bottom right no-repeat;
}

#news .item .content {
	overflow: hidden;
	height: 103px;
}

#news .item .more {
	position: absolute;
	bottom: 2px;
	right: 15px;
}

#news a {
	color: #ffffff;
}

#contact {
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	background: url(../images/bg_contact.gif) no-repeat;
}

#contact a {
	color: #000000;
}

#divDatum td {
	padding: 1px;
	text-align: center;
}

#divDatum .clsBttn {
	float: right;
}