/* 
    Document   : forsiden
    Created on : 30-11-2008, 16:04:17
    Author     : Marianne Dale
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  background: url(../images/bg/dark_body.gif) repeat-y top center;

}


#ContentForsiden{
  float: left;
  width: 350px;
  margin-left: 0px;
  margin-bottom: 30px;
}
#rightColoumForsiden{
  float: right;
  width: 230px;
  color: #5D6F73;

}

#rightColoumForsiden a{
  color: #5D6F73;
}
#rightColoumForsiden a:hover{
  color: #fff;
}
#Shoutbox{
  float: right;
  margin-top: 50px; margin-right: 30px;
  width: 200px;
  color: #5D6F73;
  font-size: 13px;
  font-weight: bold;
 
}
