*{ 
	padding: 0; 
	margin: 0;
}

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

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,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-color: #FFF;
	color: #555768;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	font-size:13px;
	font-weight: normal;
}

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

#page{
	position: relative;
	width: 920px;
	margin: 0 auto;
}

#header{
	position: relative;
	width: 920px;
	height: 83px;
	background: url(../pic/bckg_header.jpg) no-repeat;
	font-size: 11px;
}
	#topmenu{
		position: absolute;
		top: 12px;
		right: 14px;
		width: 90px;
		text-align: right;
	}
	
	#logo{
		position: absolute;
		top: 11px;
		left: 29px;
		width: 66px;
		height: 61px;
	}
	
	#langmenu{
		position: absolute;
		top: 54px;
		right: 152px;
		width: 64px;
		height: 15px;
	}
	
	#langmenu img{
		padding-left: 10px;
	}
	
	#search{
		position: absolute;
		top: 52px;
		right: 14px;
		width: 127px;
		height: 19px;
		background: url(../pic/bckg_search.jpg) no-repeat;
	}
	
	#search input{
		border:  1px solid white;;
		background-color: white;
		width: 88px;
		height:13px;
		margin-left: 22px;
		margin-top: 2px;
		font-size: 11px;
	}

#mainmenu{
	height: 32px;
	margin-top: 12px;
	background: url(../pic/bckg_mainmenu.jpg) no-repeat;
	padding-left: 16px;
}

#content_wrap{
	margin-top: 14px;
}

#navigation_area{
	width: 196px;
	padding: 0 14px 0px 2px;
	float: left;
	font-size: 12px;
}

	#leftmenu{
		margin-bottom: 20px;
		border-bottom: 1px solid #D3D4D6;
	}
	
	#leftcontent{
		margin-bottom: 20px;

	}

#content_area{
	width: 708px;
	float: right;
}

	#bckg_top{
		background: url(../pic/bckg_top.jpg) no-repeat;
		height: 6px;
		line-height: 0px;
		font-size: 0px;
	}

	#bckg_middle{
		background: url(../pic/bckg_middle.jpg) repeat-y;
	}
	
		#tools{
			margin: 0px 14px;
			padding: 10px 0 6px 0 ;
			border-bottom: 1px solid #D3D4D6;
		}
			
			#breadcrumbs{
				width: 600px;
				float: left;
				font-size: 12px;
			}
				#breadcrumbs a{
				color: #555768;
				text-decoration: none;
				}
			
			#printpage{
				width: 17px;
				float: right;
				text-align: right;
			}
		
		#content{
			width: 440px;
			padding: 14px 30px 20px 23px;
			float: left;
			height: 400px;
		}
		
		html>body	#content{
			height: auto;
			min-height: 400px;
		}
		
		#sidebar{
			width: 192px;
			padding: 14px 23px 20px 0;
			float: right;
		}

	#bckg_bottom{
		background: url(../pic/bckg_bottom.jpg) no-repeat;
		height: 6px;
		margin-bottom: 14px;
	}

#footer{
	border-top: 1px solid #CACDCF;
	padding-top: 8px;
	font-size: 11px;
}

/*------- nav-items -------*/

#mainmenu .menuitem,
#mainmenu .menuitem_act{
	float: left;
	width: 126px;
	text-align: center;
	margin-top: 8px;
	font-size: 12px;
	color: white;
	
}

#mainmenu .menuitem_act a{
	color: #FF9933;
	text-decoration: none;
}

#mainmenu .menuitem a{
	text-decoration: none;
	color: white;
}

#leftmenu .menuitem,
#leftmenu .menuitem_act{
	font-size: 13px;
	padding: 4px 14px; 
	border-top: 1px solid #D3D4D6;
}

#leftmenu .menuitem_act{

}

#leftmenu .menuitem_first,
#leftmenu .menuitem_act_first{
	font-size: 13px;
	padding: 4px 14px; 
}

#leftmenu .menuitem a,
#leftmenu .menuitem_first a{
	color: #555768;
	text-decoration: none;
}

#leftmenu .menuitem_act a,
#leftmenu .menuitem_act_first a{
	color: #FF9933;
	text-decoration: none;
}

#leftmenu .submenuitem{
	font-size: 11px;
	margin-left: 14px;
	margin-top: -4px;
	padding: 4px 14px; 
	padding-bottom: 6px;
	background: url(../pic/bckg_submenuitem.gif) no-repeat 0px 6px;
}

#leftmenu .submenuitem a{
	color: #555768;
	text-decoration: none;
}

#topmenu .menuitem,
#topmenu .menuitem_end{
	padding: 0 6px;
	border-right: 1px solid #D3D4D6;
	float: left;
}

#topmenu .menuitem_end{
	border-right: 0px none;
}

#topmenu .menuitem a,
#topmenu .menuitem_end a{
	color: #555768;
	text-decoration: none;
}

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

#navigation_area H1,
#navigation_area #leftcontent H1{
	font-size: 13px;
	font-weight: lighter;
	padding: 4px 14px;
	padding-bottom: 5px;
	background: url(../pic/bckg_nav_h1.jpg) repeat-x;
	color: white;
}

#navigation_area #leftcontent H1{
	margin-bottom: 14px;
}

#navigation_area #leftcontent P{
	font-size: 11px;
	line-height: 135%;
	margin-bottom: 10px;
}

#content_area H1,
#content_area H2,
#content_area H3,
#content_area H4,
#content_area H5,
#content_area H6{
	line-height: 140%;
	margin-bottom: 18px;
}

#content_area P, #content_area ol, #content_area ol{
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 18px;
}

#content_area UL, #content_area ol{
	margin-left: 30px;
}

#content_area LI{
	/*list-style: disc;*/
	line-height: 155%;
}

#content_area H1{ font-size: 21px; font-weight: lighter; }
#content_area H2{ font-size: 18px; font-weight: lighter; }
#content_area H3{ font-size: 15px; font-weight: lighter; }
#content_area H4{ font-size: 15px; font-weight: lighter; border-bottom: 1px solid #CACDCF; padding-bottom: 3px; }
#content_area H5{ font-size: 12px; font-weight: bold; }
#content_area H6{ font-size: 11px; font-weight: bold; }


/*---------- tt-news -----------*/

.news-latest-container{ line-height: 110%; }

.news-latest-item-even{
	border-bottom: 1px solid #CACDCF;
	margin-bottom: 9px;
}

.news-latest-date{
	color: #1B5CA0;
	padding-bottom: 3px;
}

.news-latest-subheader {
	padding-bottom: 0;
}

.news-latest-subheader a{
	text-decoration: none;
	color: #555768;
}

.news-single-item{
	font-size: 12px;
}

/*.news-latest-spacer{
	height: 1px;
	background-color: #CACDCF;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: 9px;
}*/

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


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

.pdf{
	background: url(../pic/pdf_icon.jpg) no-repeat;
	padding-left: 19px;
	padding-top: 1px;
}

.breadcrumb_home{
	/*background: url(../pic/home_icon.jpg) 0px 3px no-repeat;
	padding-left: 12px;
	padding-top: 1px;*/
	float: left;
	padding-right: 2px;
	padding-top: 2px;
}

#breadcrumbs  .breadcrumb_act,
#breadcrumbs  .breadcrumb_act a {
	color: #FF9933;
	text-decoration: none;
}

.filelinks{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D4D6;
}

.tx-indexedsearch{
	font-size: 11px;
}
.tx-indexedsearch-title{
	font-size: 13px;
}

.tx-indexedsearch td{
	padding: 2px 4px;	
}

#content_area .csc-sitemap ul {
	margin-bottom:0;
}
#content_area .csc-sitemap ul li {
	margin-bottom:5px;
}
#content_area .csc-sitemap a, #content_area .csc-sitemap a:visited {
	color:#555768;
}
.csc-textpic-caption {
	font-style:italic;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
}
fieldset{
	border:0;
}
.csc-mailform input {
    float: left;
    left:250px;
    width: 160px;
    margin-top: 3px;
}
input.csc-mailform-check {
    float: left;
    left: 0px;
    width: 20px;
    border: 0px;
    background: transparent;
}
input.csc-mailform-radio {
    clear: both;
    width: 30px;
    float: left;
    background: transparent;
    border: 0px;
}
.csc-mailform-radio fieldset {
  float: left;
  clear: none;
  margin-left: 155px;
  width: 250px;
  display: inline;
}
.csc-mailform-radio fieldset label {
   text-align: left;
   clear: none;
}
.csc-mailform label {
    padding-top: 3px;
    display: block;
}
.csc-mailform textarea {
    left:250px;
    height:140px;
    width: 160px;
    margin-top: 3px;
}
input.csc-mailform-submit {
   height:20px;
   width:70px;
   margin-left:109px;
}
fieldset.csc-mailform {
   border:0;
}
.csc-mailform label {
   clear: both;
   float: left;
   margin: 3px 9px 0pt 0pt;
   text-align: right;
   width: 100px;
}
.csc-mailform-field select {
   min-width: 150px;
}
.csc-mailform-field {
   clear: both;
}
span.csc-form-radio {
   clear: none;
}