/* --------------------------------------------------------- */
/* Style sheet for Hedderik van Rijn's main index.html page. */
/*                                                           */
/* Hedderik van Rijn, 031130                                 */
/* --------------------------------------------------------- */

BODY { 
    color: #111;
    background-color: #EEE;
    background-position: 95% 95%;
    min-width: 500px;
    margin: 20px 50px 10px 50px;
    padding: 20px 20px 20px 20px;
    font : normal 10pt/140% "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}

td {
    font : normal 10pt/140% "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}

strong, b {
    font-weight: bold;
}


h1 {
    font-weight: bold;
    font-size: x-large;
    margin: 0px 0px 40px -30px;
}

h2 {
    font-weight: bold;
    font-size: large;
    margin: 30px 10px 10px -10px;
}

h4 {
    font-size: 8pt;
    color: darkgray;
    margin: 30px 0px 0px 30px;
}

li {
   margin: 0px 0px 10px 0px;
}

table {
    margin: 20px 20px 20px 20px;
}

A:link  {
    color : #A22;
    text-decoration : none;
    border: 1px; 
    border-style: none none dotted none;
    border-color: #A22;
}

A:visited  {
    color : #511;
    text-decoration : none;
    border: 1px; 
    border-style: none none dotted none;
    border-color: #511;
}

A:active   {
    color : #e22;
    border: 1px; 
    border-style: none none dotted none;
    border-color: #e22;
}

A:hover  {
    color : #f11;
    border: 1px; 
    border-style: none none dotted none;
    border-color: black;
}

#boxTop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    border: 5px solid #ccc;
}

#contact {
    position: fixed;
    top: 40px;
    right: 10px;
    border: 5px solid #ccc;
    padding: 5px;
    background-color: #ffd;
}

#box2 {
    position: absolute;
    top: 10px;
    left: 400px;
    width: 450px;
    border: 5px solid #ccc;
    padding: 5px;
    background-color: #ffd;
    font-weight: bold;
}

#box2a {
   padding: 2px 0px 0px 10px;
}

#box2b {
    position: absolute;
    top: 0px;
    left: 150px;
    padding: 5px;
    border: none;
    background-color: #ffd;
}

#box2c {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 150px;
    padding: 5px;
    border: none;
    background-color: #ffd;
}

#box4 {
    position: absolute;
    top: 350px;
    left: 450px;
    width: 350px;
    border: 5px solid #ccc;
    padding: 5px;
    background-color: #ffd;
}

#box5 {
    position: absolute;
    font-size: xx-small;
    color: #222;
    top: 600px;
    left: 385px;
    font-weight: bold;
}


.box ul {
  margin: 0;
  padding-left: 8px;
}

.box ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding-left: 8px;
}

.box ul li ul li {
  list-style: disc url(http://viropage.psy.cmu.edu/~rijn/blog/listmark.gif) outside;
  margin-left: 20px;
  padding: 0;
}

address {
    padding: 20px;
    text-decoration: none;
}

.belangrijk {
    padding: 20px;
    border: 5px solid #e99;
    margin: 10px 10px -10px 10px;
    background-color: #fcc;
}

.abstract {
    display: none;
    padding-left: 20px;
}