html, body 
{
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


body
{
    background-image: url('images/b.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ededed;
    text-align: center;

}

td.menu
{
    font-family: Verdana;
    font-size:smaller;
    font-weight: bold;
    
    border: solid 1px White;
    color: #999999;
    text-align:center;
}

#contentcell 
{
    padding: 5px 15px 5px 15px;
    
}

td 
{
    background-color: White;
    font-family:Trebuchet MS;
    font-size: 13px;
}

.rubrik 
{
    font-size: 17px;
    font-weight:bold;
    color: #d20000;
}


.smallerrubrik 
{
    font-size: 12px;
    font-weight:bold;
    color: #d20000;
}

.smallrubrik 
{
    font-size: 14px;
    font-weight:bold;
    color: #d20000;
}

a.menu, a.menu:visited, a.menu:active
{
    color: #0061C2;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;   
}

a.menu:hover
{
    text-decoration: underline;
}

.abovemenu
{
	background-image: url('images/shadow_reverse.gif');	
	background-repeat: repeat-x;
	background-position:bottom;
}


.belowmenu
{
	background-image: url('images/shadow.gif');	
	background-repeat: repeat-x;
	background-position:top;
}

#logocell 
{
    background-color: #d20000;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
}

#menucell
{
    padding-top: 4px;
    padding-bottom: 1px;
    text-align: center;
}
    
#leftcell 
{
    background-color: #E2E3D1;
}

a
{
    color: #0061C2;
    text-decoration: none;   
}

a:hover
{
    text-decoration: underline;
        
}

.box
{
	background-color: #f5f5d5;
	border: solid 1px #f99c1c;
	padding: 5px 5px 5px 5px;
}

.grey
{
	color: #555555;
}