/* Style sheet created by Dan Pettersson */


h1, h2, h3
{
  border: 1px none red;
  margin: 0px;
}

h1
{
  font-size: 18px;
  margin-bottom: 16px;
}

h2
{
  font-size: 14px;
  margin-bottom: 5px;
}

ul
{ 
  margin-top: 4px;
  margin-bottom: 4px;
}

ol
{ 
  margin-top: 4px;
  margin-bottom: 4px;
}

.counter, .updated
{ 
  border: 1px none black;
  font-size: 10px;
  color: #878787;
  padding-bottom: 5px;
}

.updated
{
  color: red; /* Ändra den här färgen */
}

.centered-image
{ 
  text-align: center;
}

.login-input
{
  font-size: 10px;
  width: 90px;
  height: 15px;
}

.news-date
{ 
  font-weight: bold;
}

.board-table
{
  height: 22px;
  border-bottom: 1px dashed black;
}

tr
{ 
  height: 22px;
}

td
{ 
  border-bottom: 1px dashed black;
}

a:hover
{
  color: red;
}

a
{ 
  text-decoration: none;
  color: #055822;
}

div.menu-links a:hover
{
  color: red;
}

div.menu-links a
{
  text-decoration: none;
  color: #055822;
}

div.footer-links a:hover
{
  color: red;
}

div.footer-links a
{
  text-decoration: none;
  color: #055822;
}

body
{ 
  background-image: url('images/background.gif');
  background-color: #055822;
  background-repeat: repeat-x;
  background-position: top left;
  margin: 0px;
  padding: 0px;
/*  margin-top: 15px;*/
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
}

#super-container
{
  position: relative;
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#top-container
{
  border-left: 1px dashed #000000;
  border-right: 1px dashed #000000;
  background-image: url('images/top_background.jpg');
  width: 800px;
  height: 100px;
}

#top-spacer
{ 
  background-color: #669966;
  width: 800px;
}

#bottom-container
{ 
  border-bottom: 1px dashed #000000;
  border-left: 1px dashed #000000;
  border-right: 1px dashed #000000;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 800px;
  float: left;
}

#left-container
{ 
  float: left;
  border: 1px none blue;
  width: 180px;
  margin-left: 5px;
  text-align: center;
}

#menu-container
{
  border: 1px none red;
  width: 180px;
  padding-top: 15px;
  line-height: 17px;
  margin: 0 auto;
}

#news-container
{
  border: 1px none green;
  margin: 0 auto;
  font-size: 11px;
  width: 150px;
}

#login-container
{
  border: 1px dashed black;
  background-color: #99CC99;
  margin: 0 auto;
  font-size: 10px;
  width: 135px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#main-container
{
  border: 1px none orange;
  width: 598px;
  float: left;
  margin-left: 5px;
  margin-right: 2px;
}

