/* top */
#top {
	width: 980px;
	height: 59px;
	
	background: url('/fileadmin/web/images/top.gif') top left no-repeat;
}
.layout_0 #top {
	background: url('/fileadmin/web/images/top1.gif') top left no-repeat;
}
.layout_1 #top {
	background: url('/fileadmin/web/images/top2.gif') top left no-repeat;
}
.layout_2 #top {
	background: url('/fileadmin/web/images/top3.gif') top left no-repeat;
}

/* Breadcrumbs */
#breadcrumbs {
	color: #999999;
	padding: 18px 0 0 27px;
}
#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}

/* Header Image */
#pimage {
	position: absolute;
	left:179px;
	top: 181px;
	
	margin: 0 0 0 13px;
}
#pimage .content {
	width: 80px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

/* sidemenu */
#sidemenu {
	float: left;
	width: 148px;
	
	padding: 9px 0 12px 0;
	
	background-color: #ffffff;
}
#sidemenu li {
	margin: 0 0 0 18px;
	font-size: 12px;
}
#sidemenu li a {
	color: #666666;
	text-decoration: none;
}
#sidemenu li a:hover, 
#sidemenu li a.active {
	color: #64A38E;
}

/* content */
#content {
	float: right;
	width: 654px;
	
	margin-right: 10px;
}
#content h1 {	
	margin: 0 0 51px 0;
}

#text {
	float: left;
	width: 654px;
}
#text .csc-menu {
	width: 480px;
	height: 160px;
	
	margin: 0 0 20px 0;
	
	overflow: hidden;
}
#text .csc-menu li {
	float: left;
	list-style: none;
	margin: 0;
}
#text .csc-menu li a {
	display: block;
	width: 70px;
	height: 70px;
	
	border: #848281 1px solid;
	
	margin: 8px 8px 0 0;
	
	font-size: 48px;
	color: #64A38E;
	text-decoration: none;
	text-align: center;
}
#text .csc-menu li a:hover, 
#text .csc-menu li .act {
	background-color: #ffffff;
}

#text .content {
	float: left;
	
	width: 258px;
	/*height: 130px;*/
	
	padding: 12px 18px 12px 99px;
	
	font-size: 12px;
	
	background: url('/fileadmin/web/images/content/pdetail.gif') center left no-repeat #666666;
}
#text .csc-frame .content {
	height: auto;
	width: 375px;
	
	padding: 0;
	margin: 10px 0 0 0;
	background: none;
	text-align: right;
}
#text .csc-frame .content a {
	background: none;
	border: none;
	color: #64A38E;
	
	margin: 0;
	padding: 0;
}
#text .content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 15px 0;
}
#text .content .bodytext {
	color: #ffffff;
}
#text .content a {
	color: #64A38E;
}
#text .content ul {
	color: #ffffff;
	font-size: 11px;
}
#text .content ul li {
	margin-left: 20px;
}

#text .pics .csc-textpic-imagerow {
	margin: 0;
}
#text .pics {
	float: left;
	
	width: 247px;
	height: 155px;
	
	margin: 0 0 0 14px;
	
	background: url('/fileadmin/web/images/content/detail_pic.png') top left no-repeat;
	behavior: url(iepngfix.htc);
}
#text .pics .csc-textpic-imagecolumn {
	margin: 0 5px 0 0;
}
* html #text .pics .csc-textpic-imagecolumn {
	margin: 0;
}
#text .pics .csc-textpic-image {
	position: relative;
	margin: 0 13px 11px 0;
}
#text .pics .csc-textpic-image img {
	display: block;
	border: #656666 1px solid;
}
#text .pics .csc-textpic-image .sign {
	position: absolute;
	right: -7px;
	top: -6px;
	
	width: 12px;
	height: 12px;
	
	z-index: 9;
	
	background: url('/fileadmin/web/images/content/plus.png') top left no-repeat;
	behavior: url(iepngfix.htc);
}


#sidebar {
	float: right;
	width: 148px;
	
	overflow: hidden;
}


