/* ------------------------------------------------------------------------- */
/*                                                                           */
/* Pete's home page style file                                               */
/*                                                                           */
/* Author: Peter J. Nuernberg (pnuern@cs.aaue.dk)                            */
/* Date: Jan 2006                                                            */
/*                                                                           */
/* ------------------------------------------------------------------------- */

body
{
  background-color: #ffffff;
  margin-top: 2%;
}

/* ------------------------------------------------------------------------- */
/* Generic header styles                                                     */
/* ------------------------------------------------------------------------- */

h1, h2, h3, h4
{
  font-family: Arial, Helvetica, sans-serif;
}

h1
{
  background-color: #444488;
  color: #ffffff;
  font-size: 135%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5pt;
}

h2
{
  font-size: 125%;
  padding: 5pt;
}

/* ------------------------------------------------------------------------- */
/* contact info table                                                        */
/* ------------------------------------------------------------------------- */

table.contactinfo
{
  background-color: #ddddff;
  border: none;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20pt;
  width: 80%;
}

td.leftaddressinfo
{
  padding-left: 2%;
  text-align: left;
  width: 40%;
}

td.rightaddressinfo
{
  padding-right: 2%;
  text-align: right;
  width: 40%;
}

td.picture
{
  padding-left: 2%;
  padding-right: 2%;
}

/* ------------------------------------------------------------------------- */
/* normal text                                                               */
/* ------------------------------------------------------------------------- */

div.text
{
  border-top: medium solid #000088;
  border-bottom: medium solid #000088;
  margin-left: 5%;
  margin-right: 5%;
}

p.text
{
}

span.hi
{
  font-size: 125%;
  font-weight: bold;
}

/* ------------------------------------------------------------------------- */
/* links                                                                     */
/* ------------------------------------------------------------------------- */

div.links
{
  background-color: #eeeeee;
  margin-left: 5%;
  margin-right: 5%;
}

li.info
{
  padding: 3pt;
}

li.hide
{
  display: none;
}

/* ------------------------------------------------------------------------- */
/* certifications                                                            */
/* ------------------------------------------------------------------------- */

div.certs
{
  margin-left: 5%;
  margin-right: 5%;
}

p.certs
{
  text-align: right;
}

a.certs img
{
  border: none;
}

/* ------------------------------------------------------------------------- */
/* Link styles                                                               */
/* ------------------------------------------------------------------------- */

/* regular links */
a:link
{
  color: #000088;
  text-decoration: none;
}

a:visited
{
  color: #444488;
  text-decoration: none;
}

a:active
{
  background-color: #ffaa00;
  color: #000000;
  text-decoration: none;
}

a:hover
{
  background-color: #aaaaff;
  color: #000000;
  text-decoration: none;
}
