/* home.layout.css */
#layout {
	position: relative;
}

/* header */
#header {
	position: relative;
	
	height: 278px;
	width: 220px;
	
	padding: 45px 0 0 682px;
	
	background: #576065;
}

/* header image */
#header .frame_1 {
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 4;
}
#header .frame_1 h1 {
	position: absolute;
	top: 55px;
	left: 35px;
	z-index: 3;
	
	width: 210px;
	height: 41px;
	
	padding: 0 10px;
}


#header .frame_1 .csc-textpic-image {
	position: absolute;
	top: 0;
	left: 0;
}
#header .frame_1 .csc-textpic-text {
	position: absolute;
	top: 80px;
	left: 25px;
	z-index: 999;
	clear: both;
	
	display: block;
	width: 235px;
	height: 46px;
	
	padding: 5px 10px;
	
	color: #FFFFFF;
}

#header .frame_1 .effect {
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 1;
	
	display: block;
	width: 297px;
	height: 148px;
	
	background: url('/fileadmin/web/images/common/infobox.background.png') 0 0 no-repeat;
	behavior: url(iepngfix.htc);
}

#header .frame_1 a {
	color: #FFFFFF;
	text-decoration:none;
}

/* seal */
#header .frame_2 {
	position: absolute;
	top: 16px;
	left: 590px;
	
	z-index: 10;
}

/* context */
#context {
	position: absolute;
	top: 30px;
	right: 25px;
	width:216px;
}

/* content */
#content {
	clear: both;
	overflow: hidden;
	
	padding: 25px 0 25px 25px;
}

#content .content {
	display: block;
	float: left;
	overflow: hidden;
	
	width: 190px;
	height: 185px;
	
	padding: 0 15px;
	
	font-size:11px;
	
	background: url('/fileadmin/web/images/common/line-vertical.background.gif') right top repeat-y;
}

#content .content .content {
	padding:0px;
	background:none;
}

#content .plugin_news h2,
#content .plugin_news a {
	font-size: 11px;
	color: #333333;
	margin-top: 0;
}

#content .plugin_news p {
	margin: 0;
	text-align: right;
	
}
#content .plugin_news p a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #ec7405;
	text-decoration: none;
}
#content .plugin_news p a:hover {
	text-decoration: underline;
}

#content .plugin_news p a span {
	color: #576065;
	font-size: 16px;
}

#sidebar .content {
	background: none;
}

	/* COUNTDOWN */
	
	#header .tx_hypecountdown_pi1 {
		position:absolute;
		left:0;
		top:283px;
		width:628px;
		height:32px;
		padding:8px 0 0 24px;
		z-index:1000;
		background:url(/fileadmin/web/images/timer-bg.png) left top repeat-x;
	}
	
		#header .tx_hypecountdown_pi1 strong {
			display:block;
			float:left;
			
			font:normal 14px arial,sans-serif;
			color:white;
		}
		
		#header .tx_hypecountdown_pi1 table {
			float:left;
			margin-left:10px;
		}
		
			#header .tx_hypecountdown_pi1 table td {
				
			}

			#header .tx_hypecountdown_pi1 table tbody td {
				font:normal 10px arial,sans-serif;
				color:white;
			}
		
				#header .tx_hypecountdown_pi1 table thead td span {
					background:url(/fileadmin/web/images/timer-number-bg.gif) left top no-repeat;
					color:black;
					font:bold 13px arial,sans-serif;
					letter-spacing:7px;
					padding:0 2px 0 4px;
				}
		

