/*------ 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{
margin:0;
}


/*----- layout ---------*/

body{
background: url(pic/bckg_background.jpg) repeat-x #BFD1DF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

#page{
position:relative;
margin:0 auto;
width:980px;
}

#header_area{
background:url(pic/bckg_header.jpg) no-repeat;
width:980px;
height:248px;
}

	#logo{
	position: absolute;
	width: 195px;
	height: 120px;
	top: 50px;
	left: 10px;
	}

	#main_menu{
	padding: 8px 20px;
	}
	
	#language_menu {
	position: absolute;
	top: 232px;
	left: 5px;
	}
	
#content_area_top_shade {
background:url(pic/bckg_content_area_topshade.jpg) no-repeat;
width:980px;
height:21px;
}
	
#content_area{
background:url(pic/bckg_content_area.jpg) repeat-y;
width:960px;
padding:0 10px;
}

#content_area_bottom_shade {
background:url(pic/bckg_content_area_bottomshade.jpg) no-repeat;
width:980px;
height:21px;
}

	#content{
	float:left;
	width:470px;
	padding: 0 10px 15px 10px;
	}

	#sidebar_left{
	float:left;
	width:215px;
	padding: 0 10px;
	}
	
		#sidebar_left_content{}
		
	#sidebar_right{
	float:left;
	width:215px;
	padding: 0 10px;
	}
	
		#sidebar_right_content{}
		
#content_area_bottom_shade {
}
	
#footer_area{
margin-bottom: 30px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 130%;
}

/*------ navigation items ----------*/

#main_menu .menuitem a,
#main_menu .menuitem_last a,
#main_menu .menuitem_act a,
#main_menu .menuitem_last_act a {
float: left;
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
text-decoration: none;
color: white;
border-right: 1px solid #CCCCCC;
padding: 0 8px;
}

#main_menu .menuitem_last a,
#main_menu .menuitem_last_act a  {
border: 0;
}

#main_menu .menuitem a:hover,
#main_menu .menuitem_last a:hover,
#main_menu .menuitem_act a,
#main_menu .menuitem_last_act a {
color: #83CCFF;
}


/*------ typo ----------*/

#content P, A, OL, UL {
line-height: 140%;
margin-bottom: 18px;
}

A {
color: #00428B;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}

#content H1 {
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: lighter;
font-size: 22px;
margin-bottom: 18px;
color: #333333;
}

#sidebar_left P,
#sidebar_right P {
line-height: 140%;
margin-bottom: 10px;
}

#sidebar_left H1,
#sidebar_right H1 {
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-weight: lighter;
font-size: 13px;
color: white;
background: url(pic/bckg_header_sidebar.jpg) repeat-x;
padding: 5px 10px 6px 10px;
margin-bottom: 14px;
}

#content UL {
padding-left: 35px;
}

#content UL LI {
list-style-type: circle;
list-style-position: outside;
padding-bottom: 10px;
}

#content OL {
padding-left: 35px;
}

#content OL LI {
list-style-type: decimal;
list-style-position: outside;
padding-bottom: 10px;
}

/*------ other --------*/

.clearer{
clear: both;
height: 0px;
line-height: 0px;
font-size: 0px;
display: block;
}

#content label {
display: block;
float: left;
width: 80px;
height: 13px;
line-height: 100%;
padding-top: 4px;
}

#content .csc-mailform input {
width: 200px;
}

#content img {
padding: 5px;
border: 1px solid #CCCCCC;
}  

/*------ chgallery -----*/

.chgallery-list .tx-chgallery-pi1 {
width: 490px;
}

.chgallery-list .item {
padding: 0;
margin: 0 0 20px 0;
width: 220px;
float:left;
}

.chgallery-list .img {
padding-right: 10px;
float: left;
}

.chgallery-list .text {
float: left;
width:130px;
}

.tx-chgallery-pi1 .single {
float: left;
width: 130px;
padding-bottom: 10px;
text-align: center;
}

.tx-chgallery-pi1 .dir_back {
float:right;
padding-right: 5px;
margin-bottom: 10px;
}

.tx-chgallery-pi1 .pagebrowser {
float:left;
margin-bottom: 10px;
}

.tx-chgallery-pi1 .prev,
.tx-chgallery-pi1 .text,
.tx-chgallery-pi1 .next {
display: inline;
}

.tx-chgallery-pi1 .prev a {
padding-right: 10px;
}

.tx-chgallery-pi1 .next a {
padding-left: 10px;
}