body {
	background:#666;
	margin:0px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:960px;
}
#header {
	height:300px;
	background-image: url('/image.php');
}
#top-print {
	display:none;
}
#top {
	background:#000000;
	height:102px;
	z-index:1;
}
#topmenu {
	background:inherit;
	padding-left:120px;
	padding-top:80px;
}
#main {
	background:#333;
	background-image: url('../images/main_bg.jpg');
}
#topmenu a {
	color:#fff;
	float:left;
	display:block;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
}
#topmenu a.active {
	color:#000;
	background-color:#fff;
}
#submenu {
	padding: 10px 0px 10px 0px;
}
#submenu a {
	color:#000;
	float:none;
	display:block;
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	font-weight:bold;
}
#submenu a.level2 {
	padding-left:20px;
}
#submenu a.cur {
	background-color:#666;
	color:#fff;
	background-image: url('../images/sub_menu_selected.png');
	background-repeat: no-repeat;
}
#submenu a.curifsub {
	background-color:#666;
	color:#fff;
	background-image: url('../images/sub_menu_selected.png');
	background-repeat: no-repeat;
}
#content {
}
#content-header {
	height:27px;
	background-image: url('../images/content-header.png');
	background-repeat: no-repeat;
}
#content-text {
	background-image: url('../images/content-text.png');
	background-repeat: repeat;
	padding: 10px 25px 10px 25px;
}
#content-footer {
	height:27px;
	background-image: url('../images/content-footer.png');
	background-repeat: no-repeat;
}
#left {
	padding-top:8px;
}
#left-header {
	height:22px;
	background-image: url('../images/left-header.png');
	background-repeat: no-repeat;
}
#left-text {
	background-image: url('../images/left-text.png');
	background-repeat: repeat;
	padding: 10px 20px 10px 20px;
}
#left-footer {
	height:22px;
	background-image: url('../images/left-footer.png');
	background-repeat: no-repeat;
}

#logo {
	position:relative;
	left:18px;
	top:20px;
	width:101px;
	height:100px;
	z-index:33;
	background-image: url('/fileadmin/templates/images/CSC_Logo.gif');
	background-repeat: no-repeat;
	visibility: visible;
}

#front_news {
	padding: 0px 10px 20px 10px;
}
#front_news a {
//	color:#000;
	display:block;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}
p.front_news_date {
	font-size:0.8em;
	color:#333;
	margin: 0px;
}
p.front_news_title {
	font-weight:bold;
	font-size:1em;
	color:#000;
	margin: 0px;
	padding-bottom:10px;
}
.front_news_title a {
	color:#000;
}
.front-page-news {
	margin-bottom:20px;
}
.front_news_abstract a {
	color:#1A0FF4;
}
.news-list-head a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.news-list-content {
	margin-bottom:15px;
}
.align-center {
	text-align:center;
}
