  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
      CSS Theme for TUC RAIL
      
      Default font	Arial
      Cufon used	No
      PNG transp.	in IE6.css file
  
      Color:
      Red:      #db0014
      Green:    #c6D028
      Orange:   #D88315
      Blue:     #009AD6
  
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body
{
  padding-top: 1em;
  background: url(img/bg_body.gif) #e7e8ed top left repeat-x; 
  color: #333;
}

#wrapper
{
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

.intro
{
  font-size: 1.3em;
  line-height: 1.4em;
}

a.back
{
  text-decoration: none;
  font-size: 0.8em;
  color: #666;
  
}

/* -------------------------------------------------------------
 bye bye
------------------------------------------------------------- */
div.clear,
ul#fontsize
{display: none;}

a#top,
form.search label,
form.cv label
{position: absolute; top: auto; left: -9999px;}


/* -------------------------------------------------------------
 anchors
------------------------------------------------------------- */

input.submit {border: none; cursor: pointer; background: url(img/bg_readmore_button.gif) #f26a4d top left repeat-x; text-shadow: #6D0A0B 1px 1px 1px; color: white; font-weight: bold; font-size: 0.9em; text-decoration: none; display: inline-block; padding: 0.3em 0.8em; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.sidebar a.download
{
  display: block;
  padding: 0.6em 0.6em 0.6em 30px;
  text-decoration: none;
  color: #414141;
  background: url(img/icon_download_gray.gif) white 7px 0.6em no-repeat;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}

.sidebar .project a.download {background: url(img/icon_download_white.gif) #c6D028 7px 0.6em no-repeat; color: white !important;}
.sidebar .nieuws a.download {background: url(img/icon_download_white.gif) #009AD6 7px 0.6em no-repeat; color: white !important;}

.sidebar a.external
{
  display: block;
  padding: 0.6em 0.6em 0.6em 30px;
  text-decoration: none;
  color: #414141;
  background: url(img/icon_external-gray.gif) white 7px 0.85em no-repeat;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}

.sidebar .project a.external {background: url(img/icon_external-white.gif) #c6D028 7px 0.85em no-repeat; color: white !important;}
.sidebar .nieuws a.external {background: url(img/icon_external-white.gif) #009AD6 7px 0.85em no-repeat; color: white !important;}




.sidebar a.download:hover, .sidebar a.external:hover{text-decoration: underline;}

/* read more button -------------------- */

a.button, a.read-more-button {background: url(img/bg_readmore_button.gif) #f26a4d top left repeat-x; text-shadow: #6D0A0B 1px 1px 1px; color: white; font-weight: bold; font-size: 0.9em; text-decoration: none; display: inline-block; padding: 0.3em 0.8em; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* read more link --------------------- */
a.read-more
{
  background: url(img/bg_readmore.gif) transparent 0 0.2em no-repeat;
  padding-left: 15px;
  font-weight: bold;
  color: #414141;
   white-space: nowrap;
}

.vacature a.read-more-button {background: url(img/bg_readmore_button-yellow.gif) #F6891F top left repeat-x;}

a.read-more:hover
{
  color: #212121;
}


/* -------------------------------------------------------------
 header
------------------------------------------------------------- */

#header
{
  width: 100%;
  overflow: hidden;
}

#header a
{
  text-decoration: none;
}

#access
{
  width: 100%;
  overflow: hidden;
}

#actions 
{
  float: right;
  width: 23em;
  text-align: right;
  padding-top: 0.3em;
}

#actions li
{
  display: inline;
  padding: 0 0.3em;
  font-size: 0.85em;
  line-height: 1.9em;
}

#actions li.last
{
  border: 0;
}

#actions li a
{
  color: #666;
}

#actions li a:hover
{
  color: #666;
  text-decoration: underline;
}

#actions a.active
{
  color: #000;
  font-weight: bold;
}

form.search
{
  float: right;
  margin-left: 1em;
  width: 13.5em;
  overflow: hidden;
  position: relative;
}

#primary form.search {width: 90%;}

form.search .form-wrap
{
  background: #fafafa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.2em;
}


form.search input
{
  border: none;
  padding: 0.1em 0.3em;
  background: #fafafa;

}

form.search input.searchInput
{
  width: 10em;
  color: #999;
}

#primary form.search input.searchInput {width: 70%;}

form.search input.searchInput:focus
{
  color: #414141;
}

form.search input.submit
{
  background: #666;
  color: white;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: none;
}

form.search .button-wrap {display: inline-block;}

form.search input.submit:hover
{
  background: #333;
}

/* --------------- menu ------------------ */

#upperNav
{
  background: #e6e7eb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 0.5em;
 width: 100%;
  overflow: hidden;
  padding:0;
height: 2.4em;
}

#upperNav .nav-wrap {background: url(img/bg_menu.gif) transparent bottom left repeat-x;  width: 100%; overflow: hidden;  height: 2.4em;}

div.baseline
{
  display: block;
  float: left;
  width: 21.2%;
  background: url(img/bg_baseline-text.gif) #929499 bottom left repeat-x;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px; 
  
}

div.baseline a
{
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 2.3em;
  height: 2.5em;
  overflow: hidden;
  background: transparent;
}

div.baseline a span
{
   font-size: 0.7em;
   text-shadow: #000 0px 1px 1px;
   padding-top: 999px;
   display: block;
}

ul#menu
{
  float: left;
  width: 78.8%;
  margin: 0;
  height: 2.5em;
  padding: 0;
}

#menu li
{
  float: left;
  font-weight: bold;
}

#menu li a
{
  color: #515151;
  padding: 0 1.8em;
  text-align: center;
  display: block;
  line-height: 2.5em;
  border-right: 1px solid #ccc;
  font-size: 0.95em;
}

#menu li a:hover
{
  color: black;
  background: #eee;
}

#menu li.active a
{
  color: black;
  background: white;
}


/* -------------------------------------------------------------
 Logo
------------------------------------------------------------- */

#branding {position: relative; width: 100%; height: 229px; background: #ccc; overflow: hidden;}

h1#logo
{
  background: url(img/logo_tuc-rail.png) transparent top left no-repeat;
  width: 86px;
  height: 108px;
  position: absolute;
  top: -6px;
  left: 22px;
  z-index: 50;
}

h1#logo a
{
  display: block;
  padding-top: 9999px;
}


#visual .controllers   {position: absolute; z-index: 100; bottom: 1.5em; width: 100%;}
#visual .controllers a {display: block; width: 2.2em; height: 1.8em; overflow: hidden; color: white; background: transparent; text-align: center; font-weight: bold; /* line-height: 1.6em; background: #e31b23;-moz-border-radius: 5px; -webkit-border-radius: 5px; */}
#visual .controllers a#prev {float: left; margin-left: 1.5em; /* background: url(img/bg_slide-prev.gif) #e31b23 top center repeat-x; */}
#visual .controllers a#next {float: right; margin-right: 1.5em; /* background: url(img/bg_slide-next.gif) #e31b23 top center repeat-x; */}

/*#visual .controllers a span {padding-top: 10em; display: block; }*/
/* --------------- flash visual ------------------ */

object {margin: 0 !important; padding: 0 !important;}

/* -------------------------------------------------------------
  HOME
------------------------------------------------------------- */
body.home #branding {height: 360px;}
body.home .sidebar {display: none;}
body.home #content {margin: 0 6.30em; }
body.home #container {background: #e0e1e6;}
body.home #content .inner-content {padding: 0; }
body.home div.intro {width: 100%; height: 4.5em; position: absolute; font-size: 1em; left: 0em; top: -4.6em; z-index: 10; background: #e5e6eb; border-bottom: 0.1em solid white; }
body.home div.intro p {padding: 0.3em 0 0 4em; font-size: 1.2em; }

#content ul.doormat {list-style: none; margin: 0; padding: 0;}

body.home ul.doormat {width: 100%; overflow: hidden; background: url(img/bg_doormat.gif) #e0e1e6 0 4em repeat-x;}
body.home ul.doormat li {float: left; width: 33%; background: url(img/bg_doormat-li.gif) transparent top left repeat-x; }
body.home ul.doormat .portlet {padding: 0.5em; border-left: 1px solid #eee; overflow: hidden;}
body.home ul.doormat li.first .portlet {border-left: none;}

body.home ul.doormat .portlet h5 {font-weight: normal; border-top: 6px solid #666; line-height: 2em; margin-bottom: 1em; }
body.home ul.doormat .portlet h5.project   {border-color: #c6D028;}
body.home ul.doormat .portlet h5.vacature  {border-color: #D88315;}
body.home ul.doormat .portlet h5.nieuws    {border-color: #009AD6;}
body.home ul.doormat .portlet h5.corporate {border-color: #db0014;}
body.home ul.doormat .portlet h5 a {padding-left: 12px; background: url(img/bg_doormat-h5.gif) transparent 0.1em 0.35em no-repeat; color: #414141; text-decoration: none;}
body.home ul.doormat .portlet h5 a:hover {color: #212121;}

body.home ul.doormat li ul {list-style: none; margin: 0; padding: 0;}
body.home ul.doormat li li {float: none; width: auto; background: transparent;}


.doormat .image {height: 56px; margin-bottom: 0.3em;}

/* -------------------------------------------------------------
  Content
------------------------------------------------------------- */

#content {background: transparent; color: #414141; position: relative;}
.inner-content {background-color: #E7E8ED; padding: 1em; font-size: 0.9em;}
.image {overflow: hidden;}

/* headers ---------------------- */

h1  {font-size: 1.45em; color: #666; font-family: arial;}
#content h1.title {height: 3.5em; position: absolute; font-size: 1em; left: 0em; top: -4em; z-index: 10; background: #e5e6eb; width:100%; line-height: 3.4em;}
#content h1.title span { padding-left: 0.730em; font-size: 1.35em; font-weight: bold;}

h2{font-size: 1.1em; color: #db0014; font-weight: bold; margin-top: 1em;}
.vacature h2 {color: #D88315;}
h3{font-size: 1em; color: white;  font-weight: bold; padding: 0.3em 0.5em; background: #666; position: relative;}
h3 a {}
h4 {font-size: 1em;}
h5 {}

/* lists */

#content ul {list-style: disc; }
#content ul li {line-height: 1.5em;}

#content p.intro {color: #666;}

/* pagination ---------------------- */

.pagination
{
}

.pagination ul li
{
}

.pagination ul li a
{
}

.pagination ul li span
{
}

.pagination ul li a span
{
}

/* google maps --> project regions ---------------------- */  

div.projects-regio {width: 100%; position: relative;}
div.googlemap {position: absolute; width: 295px; top: 0; left: 0; }
div.projects-regio2 {width: 100%; position: relative; padding-top: 225px;}
div.googlemap2 {position: absolute; width: 295px; top: 220px; left: 0;}
div.projects-regio .projects {padding-left: 310px;}
div.projects-regio2 .projects {padding-left: 310px;}

#content div.projects-regio .projects ul {list-style: none; margin: 0; padding: 0;}
#content div.projects-regio2 .projects ul {list-style: none; margin: 0; padding: 0;}
div.projects-regio .projects ul li {padding-bottom: 0.5em; }
div.projects-regio2 .projects ul li {padding-bottom: 0.5em; }
#content  div.projects-regio .projects ul li a {color: #636262; text-decoration: none; display: block; background: url("img/bt_project-regio.png") bottom left #C5C5C6 no-repeat; padding: 0.75em 1em 1em 1em; font-size: 0.85em; font-weight: bold; }
#content  div.projects-regio .projects ul li a:hover {color: white;  background: url("img/bt_project-regio-hover.png") bottom left #9AC32E no-repeat;}
#content  div.projects-regio2 .projects ul li a {color: #636262; text-decoration: none; display: block; background: url("img/bt_project-regio.png") bottom left #C5C5C6 no-repeat; padding: 0.75em 1em 1em 1em; font-size: 0.85em; font-weight: bold; }
#content  div.projects-regio2 .projects ul li a:hover {color: white;  background: url("img/bt_project-regio-hover.png") bottom left #9AC32E no-repeat;}


/* actions ---------------------- */
#content .actions {padding: 1em 0;}

#content .actions ul.download {margin: 0; padding: 0; list-style: none; width: 100%; overflow: hidden;}
#content .actions ul.download  li {float: right;}
#content .actions ul.download  li a {display: inline-block; width: 10em; text-align: right; margin-left: 0.5em;}



/* taxonomy ---------------------- */
#content ul.taxonomy
{
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

#content ul.taxonomy li {float: left; width: 25%;}
#content ul.taxonomy li a {font-size: 0.85em; color: #414141; text-decoration: none; background: url(img/bg_tag-li.gif) transparent 0 0.7em no-repeat; padding-left: 10px; line-height: 1.7em; display: block;}
#content ul.taxonomy li a:hover {color: #000;}

/* gallery ---------------------- */

#content ul.gallery
{
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

#content ul.gallery li {float: left; width: 25%;}
#content ul.gallery li a {display: block; background: white; margin: 3px; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#content ul.gallery li a:hover {background: #818181;}
#content ul.gallery li a img {margin: 0.5em 0;}


/* accordion ---------------------- */

.accordion
{
  margin-bottom: 2em;
}

.accordion img.left {margin: 0 2em 1.5em 0;}
.accordion img.right {margin: 0 0 1.5em 2em;}

.accordion h3
{
  margin-top: 0.75em;
  background: #666 99% 0.4em no-repeat;  
}

.accordion h3.closed
{
  background-image: url("img/icon_plus_14px.gif");
}

.accordion h3.open
{
  background-image: url("img/icon_minus_14px.gif");
}

.accordion h3.hover
{
  background-color: #515151;
  cursor: pointer;
}

/* forms ---------------------- */

#content form {background: #C6C6C7; padding: 1em;}
#content form p {font-size: 0.9em;}

/* cv */
form.cv  {margin: 1em 0 ;}
form.cv input {font-size: 1.2em;}
form.cv input.emptyonclick {border: none; padding: 0.3em; width: 75%; color: #666;}
form.cv input.emptyonclick:focus {color: #414141;}
form.cv input.upload {}


form.cv input.submit {font-size: 1em;}
form.cv p.discreet {padding-top: 1em;}


/* search results ---------------------- */

#content ul.results, #content ul.paging   {list-style: none; margin-left: 0; padding-left: 0;}
ul.results li {border-bottom: 1px solid #ccc; padding: 0.5em 0 0.85em 0;}
ul.results li a.title {text-decoration: none; color: #db0014; font-weight: bold; display: block; padding-bottom: 0.3em; }
/*ul.results li a.title:hover {text-decoration: underline;}*/
ul.results li p {color: #666; font-size: 0.95em; padding-bottom: 0;}
ul.results li p strong {color: #333 ;}

/* news items ---------------------- */

#content ul.news  {list-style: none; margin-left: 0; padding-left: 0;}
ul.news li {border-bottom: 1px solid #ccc; padding: 0.5em 0 0.85em 0;}
ul.news li a.title {text-decoration: none; color: #db0014; font-weight: bold; display: block; padding-bottom: 0.3em; position: relative;}
/*ul.news li a.title:hover {text-decoration: underline;}*/
ul.news li a.title span.date {font-size: 0.9em; color: #818181; padding-left: 10px;}
ul.news li a.title span.location {font-size: 0.9em; color: #333;}
ul.news li p {color: #666; font-size: 0.95em; padding-bottom: 0;}
ul.news li p strong {color: #333 ;}


#content ul.paging {width: 65%; float: left;}
#content ul.paging li {display: inline; padding-right: 0.5em;}
#content ul.paging li a {color: #414141; text-decoration: none;}
#content ul.paging li a:hover {color:#db0014; text-decoration: none;}
#content ul.paging li span.current {font-weight: bold; color:#db0014; }

#content .actions a.back {width: 35%; float: right; text-align: right; font-weight: bold; padding: 0; font-size: 1.05em;}
#content .actions a.back:hover {color: #333;}

/* -------------------------------------------------------------
  Sidebar
------------------------------------------------------------- */

.sidebar {background: #f0f1f5;}
.sidebar .footer {background: #E7E8EC;}


/* portlet ----------------- */

.sidebar .portlet h4
{
  color: #515151;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  margin: 0 0 1em 0;
}

.sidebar .portlet h5
{
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

/* PRIMARY */
/* ------- navigation ----------- */

#primary {background: url(img/bg_primary.gif) #f3f4f6 top center no-repeat;}

#primary .portlet  {padding: 1em;}
#primary .footer {background: url(img/bg_primary-footer.gif) #e7e8ed top center no-repeat; padding-top: 5em;}

ul#navigation{ list-style: none; padding: 0em;}

ul#navigation li
{
  font-size: 0.9em;
  padding-bottom: 0.5em;
}

ul#navigation a
{
  text-decoration: none;
  color: #414141;
  line-height: 1.5em;
  padding-left: 10px;
  background: url(img/bg_navitem.gif) transparent 0 0.5em no-repeat;

}

ul#navigation a:hover
{
  text-decoration: underline;
  color: #b52e32;
  background: url(img/bg_navitem-hover.gif) transparent 0 0.5em no-repeat;

}


ul#navigation li.active a
{
    color: #db0014;
    font-weight: bold;
    background: url(img/bg_navitem-hover.gif) transparent 0 0.5em no-repeat;
}

ul#navigation li ul
{
  margin: 0 0 0 1em;
  list-style: none;
  padding: 0.5em 0 0 0 ;
}

ul#navigation li ul li
{

}

ul#navigation li ul li a,
ul#navigation li.active ul li a
{
  background: url(img/bg_navitem-nivo2.gif) transparent 0 0.5em no-repeat;
  color: #414141;
  padding-left: 10px;
  font-weight: normal;
}

ul#navigation li ul li a:hover
{
      color: #db0014;
}

ul#navigation li ul li.active a
{
    color: #db0014;
    font-weight: bold;
}


/* sidebar search */

#primary .portlet form.search {padding: 2em 0 10em 0; float: none; position: relative;}
#primary .portlet .search .form-wrap {/* border: 1px solid #aaa; */padding: 0.3em 0;}



/* SECONDARY */

#secondary {background: url(img/bg_secondary.gif) #f3f4f6 top center no-repeat;}

#secondary div.portlet {display: inline-block;}
#secondary .portlet h5 {padding: 1em; background: url() #DC000C top right no-repeat; color: white; margin: 0;}
#secondary .portlet.related h5, #secondary .portlet.project h5 {background: url() #c6D028 top right no-repeat;}
#secondary .footer {background: url(img/bg_secondary-footer.gif) #e7e8ed top right no-repeat; padding-top: 8em;}

#secondary .portlet .text {padding: 1em;}
#secondary .portlet blockquote {margin: 0; padding: 0 0 0.5em 0; font-size: 1.25em; color: #666;}
#secondary .portlet .image {overflow: hidden; /*height: 9.2em; */}

#secondary .portlet .meta {padding: 1em;}
#secondary .portlet .meta a {font-weight: bold; color: #414141; text-decoration: none;}
#secondary .portlet .meta a:hover {color: #000;}
#secondary .portlet .meta a span {font-weight: normal; display: block; color: #999 !important; font-size: 0.9em; line-height: 1.7em;}

/* listing in sidebar */
.portlet ul.list {padding: 1em;}
.portlet ul.list a {text-decoration: none; color: #db0014;}
.portlet ul.list a span {font-size: 0.8em; font-weight: bold; display: inline-block; color: #333; }
.portlet ul.list a span:hover {text-decoration: underline;}
.portlet ul.list li {font-size: 1.2em; line-height: 1.4em;}

.portlet ul.list.bullets {list-style: disc; margin: 0 1em; color: #666;}

/* popular search results ---------------------- */
.portlet ul.results  {list-style: none; margin-left: 0; padding: 1em; font-size: 0.95em;}
.portlet ul.results li {line-height: 1.4em;}


/* popular articles---------------------- */
.portlet ul.news  {list-style: none; margin-left: 0; padding: 1em; }
.portlet ul.news li {line-height: 1.4em; color: #999; font-size: 0.85em;}
.portlet ul.news li a {color: #666;}
.portlet ul.news li a:hover {color: #333;}

/* vacature portlet */
#secondary .portlet.vacature h5 {background: url() #D88315 top right no-repeat;}
#secondary .portlet.vacature a, #secondary .portlet.vacature ul.list a {color: #D88315;}
#secondary .portlet.vacature li {line-height: 1.5em;}
#secondary .portlet.vacature strong {color: #D88315 !important;}


/* projects portlet */
#secondary .portlet.project h5 {background: url() #c6D028 top right no-repeat;}
#secondary .portlet.project a, #secondary .portlet.project ul.list a {color: #c6D028;}
#secondary .portlet.project strong {color: #c6D028 !important;}


/* nieuws portlet */
#secondary .portlet.nieuws h5 {background: url() #009AD6 top right no-repeat;}
#secondary .portlet.nieuwst a, #secondary .portlet.nieuws ul.list a {color: #009AD6;}
#secondary .portlet.nieuws strong {color: #009AD6 !important;}


#secondary .portlet p.see-all {padding-left: 1em;}
#secondary .portlet p.see-all a.read-more {color: #414141; font-size: 0.9em;}

/* taxonomy in sidebar --- */

#secondary .portlet ul.taxonomy {overflow: hidden; list-style: none; margin: 0; padding: 1em;}
#secondary ul.taxonomy li {display: inline;}
#secondary ul.taxonomy li a {font-size: 0.85em; color: #414141; text-decoration: none; line-height: 1.7em; padding-right: 0.1em; white-space: nowrap;}
#secondary ul.taxonomy li a:hover {color: #000;}

ul.taxonomy li.low {font-size: 1em;}
ul.taxonomy li.average {font-size: 1.3em;}
ul.taxonomy li.high {font-size: 1.45em;}
ul.taxonomy li.veryhigh {font-size: 1.9em;}
ul.taxonomy li a span {font-size: 0.9em; color: #999; padding-left: 5px;}

/* address ----------- */

.sidebar address {font-style: normal; font-size: 0.9em; padding: 1.1em; line-height: 1.5em;}
.sidebar address strong {display:block; padding-left: 15px;}
.sidebar address p {padding-left: 15px;}
.sidebar address a {color: #414141;}
/* thumbs in sidebar ----------- */
#secondary .portlet ul.thumbs li
{
  padding: 0.5em 1em;
  position: relative;
}

#secondary .portlet ul.thumbs li .image
{
  width: 14em;
  height: 5em;
  overflow: hidden;
  margin: -5em 0 0em 0;
}

#secondary .portlet ul.thumbs h6
{
  width: 100%;
  height: 5em;
  position: relative;
  font-size: 1em;
}

#secondary .portlet ul.thumbs h6 a
{
  display: block;
  padding-top: 6em;
  position: absolute;
  font-size: 0.85em;
  top: 0;
  width: 100%;
  z-index: 5;
  color: #414141;
  text-decoration: none;
}

#secondary .portlet ul.thumbs h6 a:hover {  color: #b52e32; }

#secondary .portlet ul.thumbs h6 a span
{
  position: absolute;
  right: -9999px;
  bottom: 0em;
  color: #999;
  font-size: 0.9em;
  
}

#secondary .portlet ul.thumbs h6 a:hover span
{
  color: #333;  
}

/* secondary sidebar footer ------------ */
#secondary .footer
{
}

/* -------------------------------------------------------------
  Footer
------------------------------------------------------------- */

#footer
{
  text-align: center;
  padding-top: 1em;
}

#footer ul li
{
  display: inline;
  padding: 0 0.35em;
  color: #666;
  font-size: 0.85em;
}

#footer a
{
  color: #666;
  text-decoration: none;
}

#footer a:hover
{
  color: #333;
  text-decoration: underline;
}




/* -------------------------------------------------------------
  Lightbox styling
------------------------------------------------------------- */
#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("img/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}


#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}

.preload_largeLink, #prevLink:hover, #prevLink:visited:hover, #lightbox-nav-btnPrev:hover  {
	background:url("img/lightbox/prev.gif") left 45% no-repeat !important;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover, #lightbox-nav-btnNext:hover  {
	background:url("img/lightbox/next.gif") right 45% no-repeat !important;
}


#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-title-big {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}


/* --------- welcome page ----------- */

body.languagepage  {padding-top: 10%;}
body.languagepage #wrapper {width: 442px; min-width: 442px; max-width: 442px; height: 243px !important; background: url(img/bg_languagepage.jpg) #ccc top left repeat; }
body.languagepage #wrapper ul.selector {width: 330px; overflow: hidden; position: absolute; top: 115px; left: 10px; }
body.languagepage #wrapper ul.selector li {float: left; width: 90px; border-right: 1px solid #999; text-align: center;}
body.languagepage #wrapper ul.selector li a {color: #414141; text-decoration: none;  display: block; font-weight: bold; }
body.languagepage #wrapper ul.selector li a:hover {color: #db0014;}



