/* Main HTML elements */
body 
{
  font: 80% Verdana, Helvetica, Arial, sans-serif;
  background: #ccc url(../gfx/bg.png);
 }
h1,h2 { font-weight: bold; }
h1 { font-size: 140%; }
h2 { font-size: 120%; }

/* Global classes */
.raise { border: 1px solid; border-color: #fff #999 #999 #fff; }
.focus { background: url(../gfx/news.gif) no-repeat; }
.christmas { background: url(../gfx/julemand.gif) no-repeat; }
.newyear { background: url(../gfx/newyear.gif) no-repeat; }
.news { background: url(../gfx/news.gif) no-repeat; }

/* Top */
#top { background: #ccc url(../gfx/top_bg.gif); }
#topimg
{
  background: url(../gfx/top_bg2.jpg) no-repeat;
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
 }
#menu { background: #f1f1f1; }
#menu ul li a { color: #c0263c; font-weight: bold; text-decoration: none; }
#menu ul li a.active { text-decoration: underline; }

/* Content */
#container { background: #fff; }
#context { background: #f1f1f1; }
#container ul li { background: url(../gfx/bullit.gif) 0 0 no-repeat; }
#container ul li li { background: url(../gfx/bullit2.gif) 0 0 no-repeat; }
#container ol li li { background: url(../gfx/bullit2.gif) 0 0 no-repeat; }
.threecol { background: #f1f1f1; }

/* Footer */
#footer { background: #ccc url(../gfx/bottom_bg.gif); text-align: center; }
#footer a { text-decoration: none; }

