/*         Det følgende formaterer TOPPMENYEN
--------------------------------------------------------------------- */

td.topmenu1 {
  background-color: 003300;
  border-left: 8px solid #006600;
  border-bottom: 8px solid #006600;
  }

td.topmenu1 a {
  color: cccc99;
  padding-top: 8px;
  display: block;
  height: 30px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  }

td.topmenu1 a:hover {
  background-color: 009900;
  color: ffffcc;
  display: block;
  height: 30px;
  }

td.topmenu2 {
  background-color: cccc99;
  border-bottom: 8px solid #006600;
  }

td.topmenu2 a {
  color: 003300;
  padding-top: 8px;
  display: block;
  height: 30px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  }

td.topmenu2 a:hover {
  background-color: ffffcc;
  color: 009900;
  display: block;
  height: 30px;
  }

td.topmenu3 {
  background-color: 003300;
  border-bottom: 8px solid #006600;
  }

td.topmenu3 a {
  color: cccc99;
  padding-top: 8px;
  display: block;
  height: 30px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  }

td.topmenu3 a:hover {
  background-color: 009900;
  color: ffffcc;
  display: block;
  height: 30px;
  }

td.topmenu4 {
  background-color: cccc99;
  border-right: 8px solid #006600;
  border-bottom: 8px solid #006600;
  }

td.topmenu4 a {
  color: 003300;
  padding-top: 8px;
  display: block;
  height: 30px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  }

td.topmenu4 a:hover {
  background-color: ffffcc;
  color: 009900;
  display: block;
  height: 30px;
  }

/*           Det følgende formaterer BUNNMENYEN
--------------------------------------------------------------*/

td.bottombar1 {
  background-color: 006600;
  height: 20px;
  font-family: arial;
  font-size: 10px;
  color: cccc99;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  }

td.bottombar1 a {
  color: cccc99;
  text-decoration: none;
  }

td.bottombar1 a:hover {
  color: ffffff;
  }

td.bottombar2 {
  background-color: 006600;
  height: 20px;
  font-family: arial;
  font-size: 10px;
  color: cccc99;
  text-decoration: none;
  text-align: center;
  padding-bottom: 5px;
  }

td.bottombar2 a {
  color: cccc99;
  text-decoration: none;
  }

td.bottombar2 a:hover {
  color: ffffff;
  }


/*            Øvrig formattering
---------------------------------------------------------------*/

td.main
  {
  background-color: white;
  border-left: 8px solid #006600;
  border-right: 8px solid #006600;
  }

body {
  background-color: #cccc99;
  }