/*
body
  page
    header
      logo
      menuMeta
    boxMain
      boxMarginal
        loginMarginal
        menu
        contentMarginal
      boxContent
        menuRessorts
        content
      boxRightMarginal
      clearing
    footer
  p
    .question
  news
  .tx-majordomo-pi1
  form
*/



body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1.6em;
}
h1, h2, h3, p, fieldset, dl, dt, dd, input {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  line-height:1.2em;
}
h1, h2 {
  margin-bottom:.6em;
}
h1 {
  font-size:2em;
}
p, ol, ul, th, td, fieldset {
  font-size: 1.2em;
  padding-bottom:.4em;
}
img {
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
hr,
#loginMarginal legend,
#loginMarginal label {
  display: none;
}
span.small {
  font-size:small;
  padding-right:0.2em;
}
span.medium {
  font-size:medium;
  padding-right:0.2em;
}
span.large {
  font-size:large;
  padding-right:0.2em;
}
span.act {
  color:#FF9900;
}


/* page      *********************************************/

#page {
  width: 788px;
  width: 1000px;
  margin: 42px 42px 0;
  padding-bottom: 42px;
/*  margin: 24px 42px 0;
  padding: 24px 0 42px 0;
  border-top: 4px #FF9900 solid;
*/}


/* header    *********************************************/

#header {
  width: 100%;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-image: url('img/header_lines_1000x80.gif');
}
#header,
#header #logo,
#header #menuMeta {
  height: 80px;
  overflow:hidden;
}
#header #logo {
  width: 472px;
  float: right;
  height: 78px;
  margin: 1px 0;
  right: 212px;
  position: relative;
}
#header #menuMeta {
  width: 292px;
}

#header #menuMeta ul,
#header #menuMeta li {
  margin:0;
  padding::0;
}
#header #menuMeta ul {
  list-style-type: none;
  padding: 32px 0;
}
#header #menuMeta li {
  border-left:1px solid black;
  padding: 0 .6em;
  float: left;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

#header #menuMeta li.first {
  border-left:0px;
  padding-left:0em;
}
#header #menuMeta li.lang {
  border-left:0px;
  padding-left:0em;
}
#header #menuMeta li.lang-last {
  padding-right:2em;
}

#header #menuMeta a {
  text-decoration: none;
}
#header #menuMeta a:hover {
  color: #666666;

}
#header #menuMeta .act a,
#header #menuMeta .actifsub a,
#header #menuMeta .cur a,
#header #menuMeta .curifsub a {
  color: #FF9900;
}


/* boxMain    ********************************************/

#boxMain {
  background-repeat: no-repeat;
  background-position: left bottom;
  /*background-image: url('img/footer_lines_1000x44.gif');*//* lhayer 080401*/
}


/* boxMarginal      ****************************************/

#boxMarginal {
  width: 268px;
  overflow: hidden;
  float: left;
  padding-bottom: 24px;
}


/* loginMarginal    ****************************************/

#loginMarginal fieldset {
  border: none;
  background-color: #999;
  height: 20px; /* 35px - (2 x 8px) */
  width: 252px; /* 268px - (2 x 8px) */
  padding: 8px;
}
#loginMarginal fieldset input {
  border: none;
  height: 19px;
  background-color: #FF9900;
  color: #FFFFFF;
  padding: 0 4px;
  font-weight: bold;
  font-size: 1em;
  width: 50px;
}
#loginMarginal fieldset input#user,
#loginMarginal fieldset input#pass {
  background-color: #FFFFFF;
  color: #000000;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  width: 80px;
}
#loginMarginal dd {
  float: left;
}


/* contentMarginal    ***************************************/

#contentMarginal {
  background-repeat: no-repeat;
  background-image: url('img/typewriter.jpg');
  padding-top: 60px;
}
#contentMarginal h1 {
  font-size: 1.6em;
  margin-bottom: 0.6em;
}
#contentMarginal .bodytext {
  text-align: justify;
}


/* boxContent ********************************************/

#boxContent {
  float: right;
  width: 472px;
  right: 212px;
  position: relative;
}
#boxMarginal #loginMarginal,
#boxContent #menuRessorts {
  height: 60px;
  margin-bottom: 24px;
}


/* menuRessorts  *****************************************/

/*lhyer 080401*/
#menuRessorts {
  background-color: #EDEDED;
  padding: 1em 1.4em;
  font-size:.8em;
}

#menuRessorts ul,
#menuRessorts li {
  margin: 0;
  padding: 0;
}
#menuRessorts ul {
  list-style-type: none;
  /*height: 1.6em;*/
}
#menuRessorts li {
  border-left:1px solid #666666;
  float: left;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 0.5em;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0.4em 0;
}
#menuRessorts li.first {
  border-left: none;
  padding-left: 0em;
}

#menuRessorts a {
  text-decoration: none;
  color: #666666;
}
#menuRessorts a:hover {
  color: #000000;
}

/* dwildt, 080331 */
#menuRessorts .act a {
  color: #FF9900;
}


/* content    ********************************************/

#content .news-list-container .news-list-item p a,
#content .news-list-container .news-list-item h2 a,
#content .news-list-container .news-list-item h3 a {
  text-decoration: none;
}
#content h1,
#content .news-single-item h1,
#content .news-single-item h2,
#content .news-single-item h3,
#content .news-list-container .news-list-item h2,
#content .news-list-container .news-list-item h3 {
  margin-bottom: 0.6em;
}
#content .news-single-item h1,
#content .news-list-container .news-list-item h2 {
  letter-spacing: 1px;
}
#content .news-list-container .news-list-item h2 {
  font-size: 1.6em;
}
#content .news-single-item h2,
#content .news-list-container .news-list-item h3 {
  font-size: 1.5em;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  /*letter-spacing: 0.1em;*/
}
.more {
  text-decoration: underline;
}
.more,
#content a,
#contentMarginal a,
#content .news-list-container .news-list-item h3 a,
#content .news-list-container .news-list-browse .tx-ttnews-browsebox a {
  color: #FF9900;
}
#contentMarginal a {
  font-weight:bold;
}

a:hover .more,
#content a:hover,
#contentMarginal a:hover,
#content .news-list-container .news-list-item a:hover,
#content .news-list-container .news-list-browse .tx-ttnews-browsebox a:hover {
  color: #666666;
}
#content .news-list-container .news-list-item,
#content .news-list-container .news-list-browse .tx-ttnews-browsebox {
  border-top: 1px solid;
  padding: 1.6em 0;
  border-top-color: #EAEAEA;
}
#content .news-list-container .news-list-item a,
#content .news-list-container .news-list-browse .tx-ttnews-browsebox a {
  color: #000;
}
#content .news-list-container .news-list-browse .tx-ttnews-browsebox {
  font-size: 1.2em;
}



/* boxRightMargin ********************************************/

#boxRightMargin {
  float: right;
  left:472px;
  position:relative;
  width: 200px;
}
#boxRightMargin p {
  font-size: 1.1em;
  line-height: 1.4em;
}

#story,
#videos {
  background: #EDEDED;
  padding: 1em 10px;
}
#story p.header,
#videos p.header {
  font-size:1.1em;
  font-weight:bold;
}



/* footer    *********************************************/

#footer {
  /*width: 268px;*//* lhayer 080401*/
  /*margin-top: -44px;*//* lhayer 080401*/
  padding: 14px 0;
  font-size: 1em;
  background-image: url(img/footer_lines_1000x44.gif); /* lhayer 080401*/
}
#footer a {
  color: #FF9900;
}


/* classes    ********************************************/

.clearing {
  clear: both;
  height: 1px;
}

/* RTE        ********************************************/
p.question {
  font-weight:bold;
}





/* news        ********************************************/

.news-latest-container-tom {
  padding-top:2em;
}
.news-single-item .news-single-img {
  float:left;
  font-size:.8em;
  font-weight:bold;
  line-height:1.4em;
  max-width:250px;
}

.news-list-item img,
.news-single-item img {
  float: left;
  margin:3px 10px 5px 0;
  border: none;
}
.news-list-item-1 img,
.news-single-item-1 img {
  float: right;
  margin:3px 0 5px 10px;
  border: none;  
}
p.news-single-imgcaption {
  padding-right:10px;
}





/* majordomo        ********************************************/


.tx-majordomo-pi1 form {
  overflow:hidden;
}
.tx-majordomo-pi1-buttons {
  width:268px;
}
.tx-majordomo-pi1-button_left,
.tx-majordomo-pi1-button_right {
  padding-top:.2em;
}
.tx-majordomo-pi1-button_left {
  float:left;
}
.tx-majordomo-pi1-button_right {
  text-align:right;
}





/* form        ********************************************
    dl
      dt
    input
    select
    textarea
*/

form {
  font-size:1.4em;
  padding:.4em 0;
}

fieldset {
  margin: 10px 0;
  padding: 0 10px 10px 10px;
  border:1px solid #CCCCCC;
}
legend {
  font-weight: bold;
}

form dl dt {
  float:left;
  width: 8em;
  text-align: right;
  margin-right: 10px;
}
form dl dt,
form dl dd {
  margin-bottom: 10px;
/*  height:1.8em;
*/}
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #D6D6D6;
  border:0;
  cursor: hand;
  font-size:.85em;
}
*html input[type=submit] {    /* IE */
  margin:1px 0 0 0;
  m\argin:1px 0 0 0;
  vertical-align: top;
  v\ertical-align: top;
}

input[type=checkbox],
input[type=radio],
input[type=password],
input[type=text],
select,
/*textarea,
*/textarea.text {
  border: 1px solid black;
  color: black;
  font-size:0.85em;
}
input[type=password],
input[type=text],
textarea {
  border: 1px dotted black;
}
textarea {
  font-size: 1.2em;
}
input[type=checkbox],
input[type=radio] {
  border:0;
}
