/*------ reset ---------*/

*{ 	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

img a{
	border:0;
}

body{
	background: #F6F6F6;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/*----- layout ---------*/

#page{
	position: relative;
	width: 900px;
	margin: 30px auto;
	background: url(../pic/page_bckg.jpg) repeat-y;
	padding: 0 10px;
}

#header_area{
	position: relative;
	width: 900px;
	height: 160px;
}

	#logo{
	position: absolute;
	width: 135px;
	height: 61px;
	}
	
	#main_menu{
	position: absolute;
	top: 95px;
	width: 500px;
	height: 20px;
	}
	
	#sub_menu{
	position: absolute;
	width: 900px;
	height: 20px;
	top: 118px;
	border-top: 1px solid #ED1C24;
	padding-top: 5px;
	}
	
		.submenu_wrap {
		display: none;
		}
	
	#toolbar_menu{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 95px;
	right: 120px;
	}
	
	#lang_menu{
	position: absolute;
	width: 80px;
	height: 20px;
	top: 95px;
	right: 0;
	text-align: right;
	}
	
#content_area{
}

	#content{
	width: 838px;
	padding: 25px 30px;
	border: 1px solid #CCCCCC;
	background: url(../pic/content_bckg.jpg) repeat-x #EBEBEB;
	height: 350px;
	}
	
	html>body #content{
	height: auto;
	min-height: 350px;
	}
	
	.projects_wrap {
	width: 900px;
	}
	
	.projects_left {
	float: left;
	width: 178px;
	}
	
	.projects_right {
	float: left;
	width: 700px;
	padding-left: 20px;
	}
	
	.projects_gallery {
	width: 700px;
	padding-bottom: 20px;
	}
	
	.projects_content {
	width: 650px;
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	background: url(../pic/content_bckg.jpg) repeat-x #EBEBEB;
	}
	
	.projects_menu {
	height: 320px;
	padding: 25px 25px 25px 0;
	border-left: 1px solid #CCCCCC;
	/*
border: 1px solid #CCCCCC;
	background: url(../pic/content_bckg.jpg) repeat-x #EBEBEB;
*/
	}
	
		html>body .projects_menu{
		height: auto;
		min-height: 320px;
		}
	
#footer_area{
}

	#page_title {
	float: left;
	padding-top: 10px;
	}
	
	#subpage_title{
	float: right;
	padding-top: 10px;
	}
	

/*------ home --------*/

#box_wrap {
width: 898px;
border: 1px solid #CCCCCC;
background: url(../pic/content_bckg.jpg) repeat-x #EBEBEB;
}

#box1 {
float: left;
width: 259px;
height: 350px;
padding: 25px 10px 25px 30px;
background: transparent;
}

#box2 {
float: left;
width: 280px;
height: 350px;
padding: 25px 10px;
background: transparent;
}

#box3 {
float: left;
width: 259px;
height: 350px;
padding: 25px 30px 25px 10px;
background: transparent;
}


/*------ navigation items ----------*/

#main_menu .menu_item,
#main_menu .menu_item_act {
display: inline;
padding-right: 15px;
}

#sub_menu .menu_item,
#sub_menu .menu_item_act {
display: inline;
}

#lang_menu .menu_item {
display: inline;
padding-left: 15px;
}

#toolbar_menu .menu_item {
display: inline;
}

.projects_menu .menu_item,
.projects_menu .menu_item_act {
padding-bottom: 5px;
padding-left: 10px;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 10px;
}

/*------ typo ----------*/

P, UL, OL, H1, H2, H3, H4, H5{
line-height: 160%;
margin-bottom: 18px;
}

#content H1,
.projects_wrap H1 {
	font-family: "Trebuchet MS", Arial, Jamrul, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #999999;
	border-bottom: 1px solid #CCCCCC;
	text-transform: lowercase;
}

#box_wrap H1 {
font-family: "Trebuchet MS", Arial, Jamrul, sans-serif;
font-size: 22px;
font-weight: lighter;
color: #999999;
border-bottom: 1px solid #CCCCCC;
text-transform: lowercase;
}

#content H2,
.projects_wrap H2 {
font-family: "Trebuchet MS", Arial, Jamrul, sans-serif;
font-size: 18px;
font-weight: lighter;
color: #1E1E1E;
text-transform: lowercase;
}

#content H3{
}

#content H4{
}

#content UL, #content OL,
.projects_wrap UL, .projects_wrap OL{
	margin-left: 30px;
}

#content OL,
.projects_wrap OL{
	margin-left: 30px;
	list-style-type: decimal;
}

#content UL LI,
.projects_wrap UL LI{
	list-style: circle;
	margin-bottom: 3px;
}

#content OL LI,
.projects_wrap OL LI{
	list-style: decimal;
	margin-bottom: 3px;
}

#content A,
.projects_wrap A {
text-decoration: none;
color: #EE7B80;
}

	#content A:hover,
	.projects_wrap A:hover {
	text-decoration: underline;
	}

/*------ other --------*/

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.filelinksItem {
line-height: 160%;
padding-bottom: 8px;
}

#content img {
/*
border: 1px solid #F05D63;
padding: 5px;
margin-right: 10px;
*/
}

.csc-textpic-imagewrap {
}

/*----- tt_news -----*/

.news-latest-container {
}

.news-latest-header {
display: none;
}

.news-latest-category {
display: none;
}

.news-latest-item {
}

.news-latest-date {
padding-bottom: 8px;
}

.news-latest-date A{
font-size: 11px;
color: #999999;
text-decoration: none;
}

.news-latest-title {
padding-bottom: 10px;
}

.news-latest-title A {
font-size: 13px;
color: #ED1C24;
text-decoration: none;
}

	.news-latest-title A:hover {
	text-decoration: underline;
	}

.news-latest-image {
}

.news-latest-subheader P {
margin-bottom: 9px;
}

.news-latest-morelink {
display: none;
}

.news-latest-gotoarchive {
display: none;
}

.news-list-container {
}

.news-category-rootline {
}

.news-list-category {
display: none;
}

.news-list-item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #CCCCCC;
}

.news-list-title {
font-family: "Trebuchet MS", Arial, Jamrul, sans-serif;
font-size: 15px;
font-weight: lighter;
padding-bottom: 10px;
line-height: 150%;
}

.news-list-date {
font-size: 11px;
padding-bottom: 8px;
}

.news-list-image {
float: left;
padding-right: 15px;
}

#content .news-list-subheader P {
margin-bottom: 8px;
}

.news-list-morelink {
}

.news-list-browse {
}

.news-single-item {
}

.news-category-rootline {
}

.news-single-timedata {
padding-bottom: 10px;
color: #999999;
}

.news-single-title {
font-family: "Trebuchet MS", Arial, Jamrul, sans-serif;
font-size: 22px;
font-weight: lighter;
color: #1E1E1E;
padding-bottom: 18px;
line-height: 150%;
}

.news-single-author {
display: none;
}

.news-single-category {
display: none;
}

.news-single-subheader {
}

.news-single-image {
float: left;
padding-right: 15px;
}

.news-single-content {
}

.news-single-text-related {
}

.news-single-news-related {
}

.news-single-text-files {
}

.news-single-file-link {
}

.news-single-text-links {
}

.news-single-news-related {
}

.news-single-text-relatedcat {
}

.news-single-news-relatedcat {
}

.news-single-pagebrowser {
}

.news-single-backlink {
padding-top: 8px;
border-top: 1px solid #CCCCCC;
}

.tx-ttnews-browsebox table {
margin: 0 auto;
}

.tx-ttnews-browsebox td {
padding: 5px;
}