@charset "windows-1252";
* {
  margin: 0px;
}
html, body {
  height: 100%;
}
body {
  background-image: url(/images/bg-body.png);
  background-repeat: repeat-x;
  font-family: Arial;
  font-size: 10pt;
}
#main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -20px; /* the bottom margin is the negative value of the footer's height */
  width: 950px;
}
#main #logos {
  background-color: #e5e5e5;
  position: absolute;
  margin-left: 30px;
  width: 920px;
  top: 410px;
}
#main #logos div {
  text-align: center;
  overflow: hidden;
  height: 70px;
  width: 153px;
  float: left;
}
#main #logos a {
  outline: none;
}
#main #logos div img {
  position: relative;
  top: -60px;
}
#main #line {
  background-color: #666666;
  position: absolute;
  margin-left: 30px;
  width: 920px;
  height: 5px;
  top: 495px;
}
/* #######################
##   STYLE :: COLUMN1   ##
####################### */
#column1 {
  width: 450px;
  float: left;
}
/* ######################
##   STYLE :: HEADER   ##
###################### */
#header {
  padding: 25px 0px 0px 30px; /* top right bottom left */
  height: 115px;
}
#header a {
  cursor: default;
}
/* #########################
##   STYLE :: CONTAINER   ##
######################### */
#container {
}
/* ####################
##   STYLE :: MENU   ##
#################### */
#menu {
  background-image: url(/images/bg-menu.png);
  background-repeat: repeat-x;
  color: #ffffff;
  height: 250px;
  width: 175px;
  float: left;
}
#menu #slideshow {
  border-left: 30px solid #bbbbbb;
  position: relative;
  height: 100px;
}
#menu #slideshow img {
  position: absolute;
  z-index: 8;
  left: 0px;
  top: 0px;
}
#menu #slideshow img.active {
  z-index: 10;
}
#menu #slideshow img.last-active {
  z-index: 9;
}
#menu ul {
  padding: 10px 0px 0px 10px; /* top right bottom left */
  border-bottom: 5px solid #777777;
  background-color: #666666;
  list-style: none;
  float: right;
  height: 140px;
  width: 135px;
}
#menu ul li {
}
#menu ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
#menu ul li a:hover {
  text-decoration: underline;
}
/* #######################
##   STYLE :: SUBMENU   ##
####################### */
#submenu {
  border-bottom: 5px solid #aaaaaa;
  background-color: #bbbbbb;
  color: #ffffff;
  height: 250px;
  width: 275px;
  float: left;
}
#submenu ul {
  padding: 10px 0px 0px 30px; /* top right bottom left */
  list-style: none;
}
#submenu ul li {
}
#submenu ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
#submenu ul li a:hover {
  text-decoration: underline;
}
#submenu #subcontent {
  padding: 10px 0px 0px 30px; /* top right bottom left */
}
#submenu #subcontent a {
  text-decoration: none;
  color: #ffffff;
}
#submenu #subcontent a:hover {
  text-decoration: underline;
}
/* ###########################
##   STYLE :: TRANSLATION   ##
########################### */
#translation {
  padding: 3px 0px 0px 30px;
  display: inline-block;
}
#translation p {
  color: #aaaaaa;
  font-size: 7.5pt;
}
/* #######################
##   STYLE :: COLUMN2   ##
####################### */
#column2 {
  padding: 0px;
  width: 500px;
  float: right;
}
#column2 #top {
  padding: 2px 0px 0px 0px; /* top right bottom left */
  text-align: right;
  height: 18px;
}
#column2 #picture, #column2 #picture_big {
  border-top: 20px solid #666666;
}
#column2 #picture {
  height: 200px;
}
#column2 #picture_big {
  border-bottom: 5px solid #aaaaaa;
  height: 350px;
}
#column2 #picture #overlay1, #column2 #picture_big #overlay1 {
  background-image: url(/images/bg-overlay.png);
  margin-bottom: 80px;
  height: 20px;
  width: 100%;
}
#column2 #picture #overlay2, #column2 #picture_big #overlay2 {
  background-image: url(/images/bg-overlay.png);
  color: #ffffff;
  height: 100px;
  width: 100%;
}
#column2 #picture #overlay2 h2, #column2 #picture_big #overlay2 h2 {
  padding: 35px 0px 0px 20px; /* top right bottom left */
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13pt;
}
#column2 #picture #overlay2 h1, #column2 #picture_big #overlay2 h1 {
  padding: 0px 0px 0px 30px; /* top right bottom left */
  font-weight: normal;
  font-size: 21pt;
}
#flags {
  float: right;
}
  .dd .ddChild li.hover {
  background-color: #bbbbbb;
}
  .dd .ddChild li.hover span {
  color: #fff;
}
/* #######################
##   STYLE :: CONTENT   ##
####################### */
#content {
  padding: 20px 0px 10px 20px; /* top right bottom left */
  overflow: hidden;
  color: #666666;
}
#content a {
  text-decoration: none;
  color: #666666;
}
#content a:hover {
  text-decoration: underline;
}
#content a.noline {
  text-decoration: none;
  cursor: default;
}
#content h1 {
  padding: 0px 0px 10px 0px; /* top right bottom left */
  font-size: 14pt;
  color: #666666;
}
#content h2 {
  font-size: 11pt;
  color: #666666;
}
#content #link_column_1 h2, #content #link_column_2 h2 {
  padding: 2px 10px 2px 0px; /* top right bottom left */
  border-left: 20px solid #bbbbbb;
  background: #666666;
  color: #ffffff;
}
#content #link_column_1 h2 a, #content #link_column_2 h2 a {
  cursor: default;
  color: #ffffff;
}
#content #link_column_1 h2 a:hover, #content #link_column_2 h2 a:hover {
  text-decoration: none;
}
#content h3 {
  padding: 2px 0px 2px 10px; /* top right bottom left */
  border-left: 20px solid #bbbbbb;
  background: #666666;
  margin-bottom: 5px;
  font-size: 12pt;
  color: #ffffff;
}
#content h4 {
  text-decoration: underline;
  font-size: 10pt;
  padding: 0px;
}
#content ul {
  padding: 0px 10px 0px 25px; /* top right bottom left */
}
#content blockquote {
  padding: 0px 10px 0px 25px; /* top right bottom left */
}
#content #link_column_1 ul, #content #link_column_2 ul {
  padding: 5px 0px 5px 30px; /* top right bottom left */
  border: 1px solid #aaaaaa;
  margin-bottom: 10px;
  list-style: none;
  border-top: 0px;
}
#content #link_column_1, #content #link_column_2 {
  width: 235px;
  float: left;
}
#content #link_column_2 {
  margin-left: 10px;
}
#content span.info {
  font-size: 8pt;
}
#content dl {
  overflow: hidden;
  clear: both;
}
#content dl span.required {
  font-weight: bold;
  color: #ff0000;
}
#content table.choices td {
  text-align: center;
  padding: 0px;
}
#content dt, #content table.choices th.dt, #content table.choices td.dt {
  padding: 2px 2px 2px 0px; /* top right bottom left */
  text-align: left;
  width: 183px;
  float: left;
}
#content dd {
  padding: 2px 0px 2px 0px; /* top right bottom left */
  width: 295px;
  float: left;
}
#content input.text, #content textarea.text, #content select.select {
  padding: 0px 5px 0px 5px; /* top right bottom left */
  border: 1px solid #aaaaaa;
  font-family: Arial;
  font-size: 10pt;
  color: #666666;
  width: 283px;
}
#content input.file {
  width: 235px;
}
#content select.select {
  padding: 0px;
  width: 295px;
}
#content select.day { width: 52px; }
#content select.month { width: 100px; }
#content select.year { width: 62px; }
#content input.else { width: 180px; }
#content input.firstname { width: 133px; }
#content input.surname { width: 134px; }
#content input.euro { width: 60px; }
#content input.antispam {
  width: 70px;
}
#content input.btn {
  padding: 2px 10px 2px 10px; /* top right bottom left */
  border: 0px;
  border-left: 20px solid #bbbbbb;
  background: #666666;
  margin-bottom: 5px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  cursor: pointer;
  color: #ffffff;
}
#content input.btn:hover {
  border-left: 20px solid #666666;
  background: #bbbbbb;
  color: #ffffff;
}
#content input.btn[disabled] {
  border-left: 20px solid #dddddd;
  background: #cccccc;
  cursor: default;
  color: #aaaaaa;
}
#content dt.error {
  color: #ff0000;
}
#content #errors {
  border: 1px solid #ff0000;
  margin-bottom: 20px;
  color: #ff0000;
  padding: 10px;
}
#content #errors ul {
  padding: 10px 0px 0px 20px; /* top right bottom left */
}
#content #errors li {
  padding-bottom: 10px;
}
#content #errors div.info {
  padding: 10px 0px 0px 0px;
}
#content #message {
  border: 1px solid #666666;
  margin-bottom: 20px;
  color: #ff0000;
  padding: 10px;
}
#content div.box h2 {
  padding: 2px 0px 2px 10px; /* top right bottom left */
  border-left: 20px solid #bbbbbb;
  background: #666666;
  font-size: 12pt;
  color: #ffffff;
}
#content div.box div {
  padding: 10px 0px 0px 30px; /* top right bottom left */
  border: 1px solid #aaaaaa;
  margin-bottom: 20px;
}
#content div.box img {
  padding: 0px 10px 30px 0px; /* top right bottom left */
}
/* #############
##   FOOTER   ##
############# */
#footer, #pusher {
  height: 20px;
}
#footer {
  padding: 0px 0px 0px 30px; /* top right bottom left */
  margin: 0px auto;
  width: 920px;
  clear: both;
}
#footer p {
  font-size: 8pt;
  color: #999999;
}
#footer a {
  text-decoration: none;
  color: #999999;
}
