﻿/* MAIN LAYOUT */

#LayoutContainer
{
  background-image: url(gfx/blue/mainbg.gif);
  background-repeat: repeat-y;
}
#LayoutHeader
{
  background-image: url(gfx/blue/top.gif);
  background-repeat: no-repeat;
  height: 80px;
}
#LayoutFooter
{
  background-image: url(gfx/blue/bottom.gif);
  background-repeat: no-repeat;
  height: 80px;
}

/* MENU ITEMS */

#LayoutMenu a.MenuItem:link, #LayoutMenu a.MenuItem:visited
{
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  color: navy;
}
#LayoutMenu a.MenuItem:hover
{
  background-color: #F4F4F4;
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
}
#LayoutMenu a.SubMenuItem:link, #LayoutMenu a.SubMenuItem:visited
{
  color: Black;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
#LayoutMenu a.SubMenuItem:hover
{
  background-color: #FAFAFA;
  border-top: solid 1px #E3E3E3;
  border-bottom: solid 1px #E3E3E3;
}

/* GENERAL */

body
{
  background-color: #2c749e;
}
a:link, a:visited, a:hover
{
  color: #2c749e;
}
h1, h2
{
  border-bottom: solid 1px #1e74a6;
}
.pris
{
  color: #0000C0;
}
legend
{
  color: Blue;
}
