/*****************************************************
* BASE
******************************************************/
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
    line-height: 1.4; 
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
	padding: 0;
    line-height: 1.2;
	font-weight: normal;
    font-style: normal;
}

h2.csc-firstHeader, h3.csc-firstHeader {
	margin: 0 0 .5em 0;
}

h1 {
    font-size: 2.3em;
	color: #204998;
	letter-spacing: 1px;
}

h2 {
    font-size: 1.5em;
	text-transform: uppercase;
	color: #fff;
	background: #b4b7dc;
	padding: 3px 10px;
}

h3 {
    font-size: 1.4em;
	color: #204998;
}

h4 {
    font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
	list-style-type: none;
}

ul.browsebox {
    margin: .75em 0 .75em 0;
}

p {
    margin: .75em 0;
}


address {
    margin: .75em 0;
    font-style: normal;
}

a {
    text-decoration: underline;
}

a:link {
    color: #204998;
}

a:visited {
    color: #204998;
}

a:hover, a:focus, a:active {
    color: #204998;
	text-decoration: none;
}

:focus {
	outline: 0;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle;
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/******************************************************
  STRUCTURE
*******************************************************/
#container {
	/*width: 1020px;*/
	width: 1046px;
	margin: 0 auto;
	background: #fff url(../images/shadow.gif) repeat-y left top;
}

/******************************************************
  HEADER  
*******************************************************/
#header {
	height: 100px;
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 180px;
	font-weight: bold;
}

#header h1 span {
	display: block;
	font-size: .6em;
	letter-spacing: 2px;
	word-spacing: 2px;
}

#header img.logo {
	position: relative;
	top: 20px;
	left: 30px;
}

#header img.logoctj {
	position: absolute;
	top: 47px;
	left: 568px;
}

#header ul {
	margin: 0;
	list-style-type: none;
	position: absolute;
	right: 30px;
	top: 20px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

#header ul li a.sitemap {
	background: #fff url(../images/sitemapIcon.gif) no-repeat left top;
}

#header ul li a.print {
	background: #fff url(../images/printIcon.gif) no-repeat left top;
}

#header ul li a.feed {
	background: #fff url(../images/rss_icon.gif) no-repeat left top;
}

#header ul li span {
	display: none;
}


#header .tx-macinasearchbox-pi1 {
	position: absolute;
	right: 30px;
	top: 50px;
}

#header .tx-macinasearchbox-pi1 input.submit,
table.searchForm input.submit {
	color: #fff;
	background-color: #999999;
	border: 1px solid #999999;
	cursor: pointer;
}

#header .tx-macinasearchbox-pi1 input#indexedSearchWord {
	color: #666666;
	
}

/******************************************************
  MENU
*******************************************************/
#menu {
	width: 1020px;
	overflow: hidden;
	margin: 0 auto;
}

.menu {
	/*background: url(../images/menuBg.gif) no-repeat left top;*/
	background: url(../images/menubkg.gif) no-repeat left top;
	height: 56px;
}

.submenu {
	/*background: url(../images/submenuBg.gif) no-repeat left top;*/
	background: url(../images/submenubkg.gif) no-repeat left top;
	height: 56px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu ul.level1 {
	width: 1020px;
	height: 36px;
}

#menu ul.level1 li {
	display: block;
	float: left;
	width: 170px;
	text-align: center;
}

#menu ul.level1 li a:link, #menu ul.level1 li a:visited,
#menu ul.level1 li a:hover, #menu ul.level1 li a:active {
	line-height: 36px;
	height: 36px;
	display: block;
	color: #333399; 
	text-decoration: none;
}

#menu ul.level1 li a:hover, #menu ul.level1 li a:active,
#menu ul.level1 li a.act:link, #menu ul.level1 li a.act:visited,
#menu ul.level1 li a.act:hover, #menu ul.level1 li a.act:active {
	color: #cc3333;
	background: url(../images/menuHover.png) no-repeat center bottom;
}


#menu ul.level2 {
	width: 1020px;
	height: 21px;
}

#menu ul.level2 li {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
}

#menu ul.level2 li.sep {
	width: 10px;
	text-align: center;
}

#menu ul.level2 li.sep span {
	display: block;
	height: 21px;
	line-height: 21px;
}


#menu ul.level2 li a:link, #menu ul.level2 li a:visited,
#menu ul.level2 li a:hover, #menu ul.level2 li a:active {
	line-height: 21px;
	height: 21px;
	display: block;
	color: #333399; 
	text-decoration: none;
}

#menu ul.level2 li a:hover, #menu ul.level2 li a:active,
#menu ul.level2 li a.act:link, #menu ul.level2 li a.act:visited,
#menu ul.level2 li a.act:hover, #menu ul.level2 li a.act:active {
	color: #cc3333;
	background: 0;
}


/******************************************************
  SIDEBAR
*******************************************************/
#sidebar ul {
	margin: .75em 0;
	list-style-type: none;
}

#sidebar a {
	color: #000;
}

#content ul.button {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#content ul.button li {
	background: 0;
	padding: 0;
}

#content #sidebar ul.button a {
	display: block;
	background: #323298;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	text-decoration: none;
}

#content #sidebar ul.button a:hover {
	background: #CC3333;
}


/******************************************************
  CONTENT
*******************************************************/
#content {
	width: 960px;
	margin: 30px auto;
}

#content ul li {
	padding: 4px 0 4px 10px;
	background: transparent url(../images/puce.gif) no-repeat 0px 10px;
}

#content ul.list-alt li {
	padding: 4px 0 4px 10px;
	background: transparent url(../images/puce_alt.gif) no-repeat 0px 10px;
}

#content ul.list-logo li {
	padding: 4px 0 4px 20px;
	background: transparent url(../images/puce_logo.gif) no-repeat 0px 6px;
}

#content ul.browsebox li {
	display: inline;
	padding: 0 10px 0 0;
	background: 0;
}

.small-text {
	font-size: .85em;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.greyBox, .brownBox {
	padding: 15px 10px 5px 10px;
	margin-bottom: 30px;
}

.greyBox {
	background-color: #f1f1f8;
}

.brownBox {
	background-color: #f9eae3;
}

.greyBox h3 {
	color: #333399;
	margin: 0;
}

.brownBox h3 {
	color: #ea1f23;
	margin: 0;
}

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

.news-list-item h3 {
	margin: 0;
}

.news-list-item p.news-date {
	font-size: .9em;
	margin-top: 0;
}

.news-amenu-container li {
	padding: 2px 0;
}

.news-amenu-container li.news-amenu-item-year {
	font-weight: bold;
	padding: 2px 0 8px 0;
}

.news-single-additional-info dl {
	margin: 0 0 20px 0;
}

.news-single-additional-info dt {
	font-weight: bold;
	padding-bottom: 10px;
}

.news-single-additional-info dd img.fileicons {
	padding: 0 5px 0 0;
}

.news-single-backlink {
	margin-top: 20px;
}

.tx-felogin-pi1 fieldset {
	border: 0;
}

.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 label {
	display: block;
	margin-top: 20px;
}

.tx-thmailformplus-pi1 table {
	width: 100%;
	border-collapse: collapse;
}

.tx-thmailformplus-pi1 th, .tx-thmailformplus-pi1 td {
	padding: 5px 0;
}

.tx-thmailformplus-pi1 th {
	width: 130px;
	text-align: left;
	vertical-align: top;	
}

.tx-thmailformplus-pi1 span.mandatory {
	color: #CC0000;
	padding-left: 5px;
}

.tx-thmailformplus-pi1 span.error {
	color: #CC0000;
}

input.radio {
	vertical-align: top;
}

.tx-thmailformplus-pi1 input.submit {
	background: #999999;
	color: #fff;
	border: 1px solid #999999;
	cursor: pointer;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	padding: 1px 3px;
	border: 1px solid #666;
}

table td.bluebg {
	background: #99ccff;
}

table td p {
	margin: 0;
}

table.tx-rlmpofficeimport-pi1 {
	font-size: .85em;
}

table.mailform td, table.csc-uploads td,
table.searchForm td, table.searchResults td {
	border: 0;
}


/******************************************************
  FOOTER
*******************************************************/
#shadowbottom {
	width: 1046px;
	margin: 0 auto;
	background: url(../images/shadowbottom.gif) no-repeat left top;
	height: 15px;
}

#footer {
	position: relative;
	overflow: hidden;
	z-index:10;
	width: 1020px;
	margin: 0 auto;
}

#footer .contact {
	background: url(../images/footerBg.gif) no-repeat 0px 20px;
	height: 85px;
}

#footer.noBg .contact {
	background: none;
	height: 85px;
}

#footer .contact .left {
	width: 450px;
	float: left;
	margin-left: 30px;
}

#footer .contact .right {
	width: 450px;
	float: right;
	position: relative;
	left: 9px;
}

#footer .contact h5 {
	color: #fff;
	height: 28px;
	margin: 0;
}

#footer .contact h5 span {
	position: relative;
	top: 2px;
	left: 10px;
	/*padding: 2px 0 0 10px;*/
	z-index: 100;
}

#footer .contact .left h5 {
	background: url(../images/contactBg_fr.png) no-repeat left top;
}

#footer .contact .right h5 {
	background: url(../images/contactBg_ch.png) no-repeat left top;
}

#footer .contact ul {
	margin: 0 0 0 20px;
	list-style-type: none;
}

#footer .contact li {
	width: 200px;
	padding:  0 0 4px 0;
	float: left;
	color: #8a8a8a;
}


#footer p {
	color: #8a8a8a;
	font-size: 85%;
	padding: 5px 0 0 30px;
}

#footer p.lastUpdate {
	position: absolute;
	top: 70px;
	right: 30px;
}

#footer p.copyright {
	position: absolute;
	right: 30px;
	top: 130px;
}

#footer p.bodytext {
	position: relative;
	top: -15px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #8a8a8a;
	text-decoration: none;
}

#footer ul.footerMenu {
	position: absolute;
	top: 100px;
	right: 30px;
}

#footer ul.footerMenu li {
	display: inline;
	padding: 0 0 0 5px;
}

#footer ul.footerMenu li a:link, #footer ul.footerMenu li a:visited,
#footer ul.footerMenu li a:hover, #footer ul.footerMenu li a:active {
	color: #000;
}

#footer ul.partners {
	margin: 10px 0 0 20px; 
	height: 41px;
}

#footer ul.partners li {
	display: block;
	float: left;
	height: 41px;
	margin: 0 30px;
	line-height: 41px;
}
