/** 
 * hide 
 * - the game.
 * - the font size changer.
 * - the navigation
 * - the subnavigation
 * - the search
 * - the XHTML strict message
 * - the university logo
*/
#dimGame, #dimFontSize, #dimNavi, #accNavigation, #dimSearchContainer, #dimValid, #dimUniLogo {
  visibility: hidden;
  width: 0px;
  height: 0px;
  z-index:-99;
}


/** 
 * everything is black on white. 
*/
body, body * {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 120%;
  color: #000;
}

body {
 margin: 20px;
}


/** 
 * no blue borders with images.
*/
img {
  border: 0px;
}
/**
 * the header 'bildet vielfalt' looks nice. leave it there.
*/
#dimHeaderText {
  position: absolute;
  top: 10px;
  left: 10px;
}
/**
 * blue headers, with a bit more margin.
*/
h1, h1 * {
  color: #006CB0;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
/** 
 * smaller footer.
*/
#dimFooter {
  font-size: 0.8em;
}
/** 
 * links without text-decoration:
*/
a {
 text-decoration: none;
}



