/*  ====================================================================
**  http://www.diku.dk/forside/index.css
**  $Id: index.css,v 1.26 2006/08/18 14:05:43 katz Exp $
**
**  Inkluderes efter /diku.css. Indeholder regler specielt til
**  opsætning af DIKUs forside.
**  ====================================================================
*/


/* --- Rammen "head" --- */
#head {
  margin:               0;
  border:               0;
  padding:              0;
  background-color:     #c1cec4;
  background-image:     url(/forside/head-bg.gif);
  background-repeat:    repeat-x;
  white-space:		nowrap;
  font-size:            x-small;
}

#head a:link, #head a:visited {
  color:                #849e8b;
  text-decoration:      none;
}

#head a:hover, #head a:active {
  color:                #901a1e;
  text-decoration:      underline;
}


/* --- Rammen "menu" --- */
#menu {
  margin:               20px 20px 20px 10px;
  border:		0;
  border-right:		1px solid #325d3d;
  padding:              0 10px 0 0;
  color:                #849e8b;
  font-size:            small;
}

#menu a:link, #menu a:visited {
  color:                #849e8b;
  text-decoration:      none;
}

#menu a:hover, #menu a:active {
  color:                #901a1e;
  text-decoration:      underline;
}

#menu ul {
  padding-left:		0;
  margin-left:		1em;
}


/* --- Rammen "main" --- */
#main {
  background-color:	#ffffff;
  font-size:		medium;
}

/* Content laves lidt anderledes på forsiden... */
#main #content {
  color:		#325d3d;
}

#main #content a {
  text-decoration:	none;
}

#main #content h1 {
  font-size:		xx-large;
  text-align:		left;
  margin-bottom:	0;
}

#main #content h2 {
  font-size:		large;
  text-align:		left;
  text-indent:		5em;
  margin-top:		0;
}

#main #content #bullets {
  font-size:		x-small;
  margin-top:		2em;
}

#main #content #bullets h3 {
  font-size:		small;
  font-weight:          bold;
  text-transform :      uppercase;
}

#main #content #bullets a {
  text-decoration:	underline;
}

#main #content #bullets .bullet {
  float:                left;
  width:                130px;
}

#main #content #bullets .bullet + .bullet {
  margin-left:         5px;
}

#main #content #bullets .bullet + .bullet + .bullet {
  padding-bottom:	3em;
}

#main #content #bullets .bullet img {
  float:                left;
  margin:               2px;
}

#main #content #themes {
  margin-top:           2em;
  padding-top:          1em;
  border-top:		1px solid #adbeb1;
  clear:                left;
}

#main #content #themes .theme {
  float:                right;
  margin-left:          1em;
}
