* {
  /*border: 1px solid black;*/
}
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#splash-screen {
  margin: 0;
  padding: 0;
  min-height: 768px;
}
/* SPLASH PAGINA: HEADER EN FOOTER */

#splash-header {
  height: 140px;
  width: 100%;
  background: url("/images/front_end/aias/splash-header-background.gif") repeat-x;
}

#splash-header #header-right {
  background: url("/images/front_end/aias/splash-header-right.gif");
  float: right;
  width: 235px;
  height: 140px;
}

#splash-header #header-left {
  position: relative;
  height: 140px;
  margin-right: 236px;
}


#splash-header #header-left.nl {
  background: url("/images/front_end/aias/splash-header-left-nl.gif") no-repeat;
}

#splash-header #header-left.en {
  background: url("/images/front_end/aias/splash-header-left-en.gif") no-repeat;
}

#splash-footer {
  /*position: absolute;*/
  background: url("/images/front_end/aias/splash-footer-background.gif") repeat-x;
  height: 82px;
  /*bottom: 0;
  right: 0;
  left: 0;*/
}

#splash-footer #footer-image {
  float: right;
}

/* splash-content */

/* container */
div#splash-content {
   margin-left: 120px;
   width: 900px;
}

/* the search header */
div#search {
  height: 30px;
  width: 1020px;
  padding: 0 0 20px 0;
  margin: 0;
}

div#search form {
  float: right;
  margin: 0px;
}

div#search form input.text {
  border: 1px solid #5d9cb8;
  height: 16px;
  width: 145px;
}

/* container news and agenda */
div#news-agenda {
  color: #666666;
  line-height: 15px;
}

div#news-agenda a {
  color: #00668d;
  text-decoration: none;
}

div#news-agenda a:hover {
  text-decoration: underline;
}

div#news-agenda a:visited {
  color: #003f61;
}

div#news-agenda div#news, div#news-agenda div#agenda {
  margin: 0;
  min-height: 180px;
  padding: 0 0 0 440px; /* 0 0 0 590px; */
  line-height: 15px;
}

div#news-agenda div#news {
  background: url("/images/front_end/aias/splash-intro-top-small.png") bottom left no-repeat;
  padding-bottom: 5px;
}

div#news-agenda div#agenda {
  background: url("/images/front_end/aias/splash-intro-bottom-small.png") top left no-repeat;
  padding-top: 5px;
}

/* -- ALTERNATIVE SPLASH -- */

table.override {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  line-height: 15px;
}

table.override td {
}

/* 150 px meer met small plaatjes */

table.override td#top {
  width: 370px;
  background: url("/images/front_end/aias/splash-intro-top-small.png") bottom left no-repeat;
}

table.override td#bottom {
  width: 370px;
  background: url("/images/front_end/aias/splash-intro-bottom-small.png") top left no-repeat;
}

table.override td#content {
  padding: 0;
  width: 400px;
}

table.override td#content div{
  margin: 0 0 0 8px;
  min-height: 400px;
}




/* ======================== */

div#news-agenda h1{
  margin-top: 0px;
}

div#news-agenda p {
  padding: 2px 0 0 0;
  margin: 0;
  color: #58585a;
  font-size: 11px;
  text-align: left;
}

a#goto_other_language {
   display: block;
   float: left;
   width: 412px;
   height: 180px;
   margin-left:-442px;
   clear:all;
}

a#goto_other_language_table {
   display: block;
   width: 412px;
   height: 180px;
   margin-top: -20px;
}


a#uva-2-nl {
   display: block;
   position: absolute;
   width: 230px;
   height: 35px;
   top: 50px;
   left: 550px;
}

a#uva-2-en {
   display: block;
   position: absolute;
   width: 210px;
   height: 35px;
   top: 50px;
   left: 585px;
}

