/* general --------------------------------------- */

body
  {
    background: #EEEEEE;
    color: #000000;
    font-family: sans-serif;
    font-size: 12pt;
    line-height: 120%;
    padding: 0;
    margin: 0;
  }

p
  {
    margin: 0;
    padding: 0;
  }

.smaller
  {
    font-size: 10pt;
  }

td.compact
  {
    font-size: 10pt;
    border: 1px solid #999999;
    padding: 2px 4px 2px 4px;
  }

/* links -------------------------------------------------- */

a, a:link, a:visited
  {
    text-decoration: none;
    color: #0000AA;
  }

a:hover
  {
    color: #FF0000;
  }

a.ext, a.ext:link, a.ext:visited
  {
      text-decoration: none;
      padding: 0px 2px 0px 20px;
      background-image: url('/img/icon_ext.png');
      background-repeat:no-repeat;
      border-style: dotted;
      border-width: 1px;
      border-color: #999999;
      color: #0000AA;
  }

a.ext:hover
  {
      color: #FF0000;
      background-image: url('/img/icon_ext.png');
      background-repeat:no-repeat;
  }

/* organization colours ----------------------------------- */

td.cUNIBZ
  {
    background-color: #96c7f4;
  }

td.cLBSBZ
  {
    background-color: #ffdfb0;
  }

td.cLBSBX
  {
    background-color: #74dfe2;
  }

td.cGOB
  {
    background-color: #cccccc;
  }

td.cCFP
  {
    background-color: #e9b196;
  }

td.cRO
  {
    background-color: #e88d8d;
  }

td.cURANIA
  {
    background-color: #eeeeee;
  }

td.cKANTEA
  {
    background-color: #b9cca6;
  }

td.cENDIAN
  {
    background-color: #c4f900;
  }

td.cLUGBZ
  {
    background-color: #cee7fc;
  }

td.cJUGTAA
  {
    background-color: #f4f2ba;
  }

td.cCONFSL
  {
    background-color: #dddddd;
  }


/* language chooser --------------------------------------- */

div.flagde
  {
    position: absolute;
    left: 68px;
    top: 8px;
    width: 12px;
    border-style: none;
  }

div.flagit
  {
    position: absolute;
    left: 96px;
    top: 8px;
    width: 12px;
    border-style: none;
  }


div.flagen
  {
    position: absolute;
    left: 122px;
    top: 8px;
    width: 12px;
    border-style: none;
  }


/* navigation --------------------------------------- */

div.navigation
  {
    position: absolute;
    left: 8px;
    top: 26px;
    width: 134px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #6688AA;
    background: #BBDDFF;
  }

p.nav_title
  {
    padding: 4px;
    text-align: right;
    font-weight: bold;
    font-size: 16pt;
  }

p.nav_main
  {
    text-indent: 4px;
    padding: 2px 0px 2px 0px;
  }

p.nav_main_sel
  {
    text-indent: 4px;
    background: #FFFFFF;
    padding: 2px 0px 2px 0px;
  }

p.nav_sub
  {
    text-indent: 16px;
    font-size: 10pt;
    padding: 2px 0px 2px 0px;
  }

p.nav_sub_sel
  {
    text-indent: 16px;
    font-size: 10pt;
    background: #FFFFFF;
    padding: 2px 0px 2px 0px;
  }

a.navigation, a.navigation:link, a.navigation:visited
  {
    text-decoration: none;
    color: #333333;
  }


a.navigation:hover
  {
    color: #FF0000;
  }



/* content --------------------------------------- */

div.content
  {
    position: absolute;
    left: 160px;
    top: 8px;
    width: 815px;
    padding: 0px 24px 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #6688AA;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #999999;
    -moz-box-shadow: 0px 0px 12px #999999;
    -webkit-box-shadow: 0px 0px 12px #999999;
    -o-box-shadow: 0px 0px 12px #999999;
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
  }

h2.maintitle
  {
    color: #666666;
    line-height: 120%;
  }

h4.subtitle
  {
    color: #000000;
  }

p.news
  {
    border-width: 1px;
    border-style: dotted;
    border-color: #999999;
    padding: 4px 8px 4px 8px;
}

.news_title
  {
    font-size: 10pt;
    color: #666666;
}

p.rights
  {
    font-size: 10pt;
    text-align: right;
    color: #666666;
  }

p.minitxt
  {
    font-size: 10pt;
  }

pre
  {
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    background: #EEEEEE;
    font-size: 10pt;
  }


