/* 
    Document   : nyhetsArkiv
    Created on : den 1 februari 2005, 14:41
    Author     : Anders
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#helaSidan{
    width: 640;
    margin: 2px;
    border: 1px solid #BBD9B5;
    background-color: #EBE7DE;
    font-size: 12px;
}
#leftCol{
    width: 320px;
    padding: 0px;
    margin-top: 5px;
    float: left;
}
#rightCol
{
    width: 359px;
    padding: 0px;
    margin-top: 5px;
    float: left;
    border: 1px solid #BBD9B5;
}
.oldNews{
    font-size: 11px;
    color: #368156;
}
.rightBox
{       
    width: 353px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: black;
    padding: 3px;
   white-space: wrap;
}
.nameDate
{
    margin-top: 5px;
    font-size: 10px;
    font-style: italic;
    color: black;
    float: right;
}