/* LINK */
a { cursor:pointer; }
a:link    { color:#666; text-decoration: none; }
a:visited { color:#666; text-decoration: none; }
a:hover   { color:#999; text-decoration: none; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#18262F; }

table {
	float:left;
}
table, table tr {
	margin:0;padding:0;
}
table tr td {
	margin:0;padding:2px 0;
}

/* form elements */
.form,.fieldset,.send { float:left; margin:0; padding:0; }
.warning,.label,.input,.info,.file,.text { float:left; margin:0; padding:3px; }

.fieldset { width:300px; border:none; }
.label    { width:300px; padding:3px 0 0; }
.input    { width:252px; padding:2px 5px 1px 5px; }
.info     { width:252px; padding:3px 5px 2px 5px; }
.text     { width:256px; height:120px; padding:3px 5px; overflow:auto; }
.send     { margin-top:3px; padding: 2px 5px 1px 5px; }

.block {
	float:left;
	margin:0 0 15px 0;
	padding:3px 0;
	width:270px;
}

.private {
	float:left;
	margin:0 5px 0 0;
	padding:20px 0;
	width:100%;
}
.private a {
	font-weight:bold;
	text-decoration:underline;
}
.private input {
	color:#666;
	width:150px;
	margin:0 5px 0 0;
}

#contact-left {
	float:left;
	width:300px;
}

#contact-right {
	float:left;
	width:140px;	
}

/* BODY */
body {
	background:url('images/bicolor.jpg') repeat-x #29292B;
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#666;
}

#wrapper1 {
    background:url('images/background.jpg') top center no-repeat;
	width:1180px;
	height:900px;
	margin:0 auto;
	
}
#wrapper2 {
	margin:0 auto;
	width:960px;
}

#languages {
	float:left;
	font-size:1.1em;
	padding:10px 0 0 40px;
	width:920px;
	height:40px;
}
#languages a { color:#fff; }
#languages a:hover { color:#ddd; }

#header {
	float:left;
	font-size:1.4em;
	color:#666; 
	padding:20px 0 0 0;
	height:70px;
}
#header a {
	float:left;
    outline:none;
    margin-left:40px;
	width:280px;
	height:60px;
}

#header span {
	float:left;
	padding:0 0 0 40px;
	width:560px;

}
#header span.big {
    font-size:1.3em;
    font-weight:bold;
    margin-top:12px;
}
#header span.small {
    font-size:0.9em;
    margin-top:6px;
}

#content-body {
	float:left;
	background:url(images/body.jpg) 33px 0 repeat-y;
	width:960px;
}

#copyright {
	position:absolute;
	top:526px;
	margin-left:10px;
}
#copyright a {
	display:block;
	width:12px;
	height:85px;
}

#menu {
	float:left;
	font-size:1.2em;
	width:260px;
}

#menu ul {
	list-style:none;
	margin:30px 0 0 55px;
	padding:0;
	width:185px;
}

#menu ul li a {
	display:block;
	color:#7A7572;
	border-bottom:1px solid #C7C4BC;
	padding:5px 10px 5px 20px;
	width:155px;
}
#menu ul li a:hover,
#menu ul li a.active {
	color:#fff;
	background:#F20000;
}
#menu ul li a.self {
	color:#fff;
	background:#27404F;
}

#menu ul li ul li a {
	color:#7A7572;
	padding-left:40px;
	width:135px;
}
#menu ul li ul li a:hover,
#menu ul li ul li a.active {
    color:#F20000;
    background:url('images/arrow-menu.jpg') 10px 5px no-repeat;
	padding-left:40px;
	width:135px;
}

#content {
	float:left;
	font-size:1.2em;
	padding:20px 30px 0 60px;
	width:440px;
	min-height:528px;
}

* html #content {
  height:528px;
}

#content-footer {
    float:left;
    background:url('images/footer.jpg') 33px bottom no-repeat;
    padding-bottom:206px;
}

#content h1 {
	font-size:1.4em;
	margin-left:-20px;
}
#content ul {
	margin:0 0 20px 35px;
}

#content-right {
	float:left;
	width:170px;
}

.news-close,
.news-open {
	float:left;
	padding-bottom:10px;
}
.news-close {
	font-size:1.2em;
	padding:20px 10px 20px 26px;
    width:130px;
}

.news-close img {
	margin:5px 0 3px;
	width:120px;
}

.news-close .date,
.news-close .title,
.news-open .date,
.news-open .title {
	float:left;
	font-weight:bold;
	width:120px;
}

/*
.news-close .title {
	height:20px;
}
*/

.news-close .date {
	font-size:0.9em;	
}
.news-open .date {
	font-size:0.9em;		
}

.news-open img {
	float:left;
	margin:10px 20px 10px 0;	
}

#content .news-open h1 {
	margin:0 0 0 -20px;
	width:440px;
}
#content .news-open h3 {
	margin:2px 0 20px -20px;
	font-size:0.9em;
}

.news-close .title a {
	float:left;
	font-size:1.2em;
	padding:5px 0;
} 

.news-close .desc {
	float:left;
	width:120px;
}
.news-close .desc p {
	font-size:11px;
	padding:0;
}

.news-close .more {
	float:left;
	padding-top:3px;
	width:120px;
} 
.news-close .more a {
	font-size:11px;
	font-style:italic;
}

.all {
	border-bottom:1px solid #C7C4BC;
	padding:0 0 30px;
	margin:0 0 20px;
	width:440px;
}
.all .title,
.all .more {
	width:440px;
}

#searchForm {
	float:left;
	margin-top:50px;
    padding-left:55px;
	width:188px;
}
#searchForm .input {
	border:1px solid #ddd;
	padding:2px 3px;
	width:180px;
}
#searchForm a {
	float:left;
	cursor:pointer;
	color:#fff;
	padding:5px 0 0 10px;
}

.accordion a {
	float:left;
	font-size:1.1em;
	padding:5px 0 8px 20px;
	width:405px;
}
.accordion a:hover {
	color:#808E9B;
}
.accordion div {
	float:left;
	width:100%;
	overflow:hidden;
}
.accordion .space {
	float:left;
	font-size:0.9em;
	border-top:1px solid #808E9B;
	padding:7px 0 0;
	margin:0 0 7px;
	width:425px;
}
.accordion div.informations ,
.accordion div.informations p a  {
	float:left;
	padding:0;
	width:253px;
}
.accordion div.informations p a {
	font-size:1em;
}
.accordion div.informations p.title {
	font-weight:bold;
	color:#18262F;
}	
.accordion .space img {
	float:right;
	border:1px solid #808E9B;
}
.accordion .space p {
	float:left;
	padding:0 0 2px 10px;
	width:243px;
}

#footer {
	float:left;
	font-size:1em;
	padding:20px 0 20px 180px;
	width:780px;
}

#refGallery div {
	float:left;
	width:100%;
	padding:5px 0;
}
#refGallery div a {
	float:left;
	text-transform:uppercase;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #525252; text-decoration:underline;}
#TB_window a:visited {color: #525252; text-decoration:underline;}
#TB_window a:hover {color: #999; text-decoration:underline;}
#TB_window a:active {color: #525252; text-decoration:underline;}
#TB_window a:focus{color: #525252; text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('images/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #DBD8D0;
	z-index: 102;
	color:#333;
	display:none;
	border: 4px solid #59595B;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	color:#fff;
	background-color:#59595B;
	height:27px;
}
#TB_window a#TB_closeWindowButton {
	color:#fff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#wrapper-img {
	float:left;
	margin:0;padding:0;
	width:539px;
	height:369px;
}

#descImg {
	float:left;
	font-size:1.1em;
	margin:1px 0 -30px;
	padding:2px 0 0;
}

#descImg a { text-decoration: none; margin: 0 4px 0 0; padding: 1px 3px;  }
#descImg a.activeSlide { }
#descImg a:focus { outline: none; }



/* JQUERY */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons.jpg); }
.ui-icon-triangle-1-e { background-position: -32px -13px; }
.ui-icon-triangle-1-s { background-position: -64px -13px; }
.ui-accordion .ui-accordion-header { cursor: pointer; position:relative; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; padding:0; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left:0; top:2px; }
