
/* ------------- Main Layout --------------- */


body{
  background: url(../imgs/bg_sub.jpg) repeat-x;
  margin: 0;padding:0;
  text-align: center;
}

#outer-wrap{	
	width:950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#wrap{
	height:1px;
}

#head {
	height: 304px;
	
}

#logo{
	position:absolute;
	left:33px;
	top: 0px;
}

#meta-navi{
	position: absolute;
	top:0;
	right:0;
}

#main-menu {
	position: absolute;
	right: 40px;
	top:62px;
	z-index: 400;
}


#statement{
	position: absolute;
	top:178px;	
	width:960px;
	height: 140px;
}
#topicimg{
	position: absolute;
	background: no-repeat center;
	height: 140px;
	right:0;
	width: 595px;
}
#topicteaser{
	width:300px;
}

/* --- 2 col content --- */
#content-right{
	float: left;
	width: 610px;
	margin-left: 290px;
	position: relative;
	}
* html #content-right{
	display: inline;
	}
#content-left{
	float: left;
	width: 270px;
	padding-right:0px;
	margin-left: -900px;
	}

#content-rand{
	right:0;
	position: absolute;
	}

#content-wrap{
	margin-top: 20px;
	display: inline-block;
	float: left;
	float/**/: none;
	
	}
/* easy clearing */
#content-wrap:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
#content-wrap{
	display: block;
	padding: 0px;
	}
/* end easy clearing */



#content-rand{
	float:right;
	height:100%;
}

.content-inner{
	padding: 15px;
}

#footer{
	clear: both;
	height:33px;
	width:951px;
	background: url(../imgs/bg_footer.gif) no-repeat;
	padding-bottom: 100px;
	position: relative;
}

.facebook{
	float:left;
	margin: 7px 10px;
}

.facebook a img{
	position: relative;
	top: -2px;
}

#footer-menu{
	text-align: right;
	position: absolute;
	right:10px;
	top:10px;
}

/* Slideshow */


#statement{
	position: relative;
	top:97px;
	width:950px;
}


#statement .csc-textpic{
	z-index: 300;
	position: absolute;
}

#slideshow{
	overflow: hidden;
	width:950px;
	height: 445px;
	margin-bottom: -150px;
	position: relative;
}

#slideshowWrap{
	height:300px;
	width:50000px;
	position: relative;
}

#slideshowNavi{
	z-index: 250;
	position: absolute;
	top:0;left:0;
}

#slideshowNavi span{ 
	display: block;
	width:40px;
	height: 38px;
	cursor: pointer;
	top: 120px;
	position: absolute;
}

#slideshowNavi span#slideshowNext{
	left:900px;
	background: url(../imgs/butt_slide_next.png) no-repeat;
	
}
#slideshowNavi span#slideshowPrev{

	background: url(../imgs/butt_slide_prev.png) no-repeat;
}


#slideshowNavi span#slideshowNext.gray{
	background: url(../imgs/butt_slide_next_gray.png) no-repeat;
	cursor: default;
	
}
#slideshowNavi span#slideshowPrev.gray{
	background: url(../imgs/butt_slide_prev_gray.png) no-repeat;
	cursor: default;
}

.tx-cllicefaslideshow-pi1-listrow{
	height:448px;
	width:830px;
	padding: 80px 60px 0 60px;
	position: relative;
	float:left;
}
.tx-cllicefaslideshow-pi1-listrow p.bodytext{
	width:350px;

}
/*
.tx-cllicefaslideshow-pi1-listrowField-image{
	position: absolute;
	left:260px;
	top:20px;
	background: no-repeat center;
	height: 303px;
	width: 620px;
	z-index: -1;
}
*/

.tx-cllicefaslideshow-pi1-listrowField-image{
	position: absolute;
	right:0px;
	top:20px;
	background: no-repeat right top;
	height: 303px;
	width: 936px;
	z-index: -1;
}


#slideshowfade_l,
#slideshowfade_r{
	width:60px;
	height: 445px;
	background: url(../imgs/slide_fade_l.png);
	position: absolute;
	left:0;top:0;
}
#slideshowfade_r{
	left:891px;top:0;
	background: url(../imgs/slide_fade_r.png);
}

