﻿body
{
    background-image: url(img/bg.gif);
    background-color: #a8a8a8;
    margin: 0px;
    height: 100%;

}

html {
	height: 100%;
}

.topHead 
{
    font-weight: bold; 
    font-size: 23pt;  
    color: white; 
    font-family: Verdana, Arial, Helvetica;
}

.topAdd
{
    font-family: 'Times New Roman', Arial;
    color: white;
    font-size: 14px;
    
}

/* Sider */

.overskrift
{
    font-weight: bold;
    font-family: 'Times New Roman' , Arial;
    font-size: 20px;
    color: White;
}

.header
{
    font-weight: bold;
    font-family: 'Times New Roman' , Arial;
    font-size: 14px;
}
td
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    
}

p
{
    line-height: 20px; 
}

.caption
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #545454;
}




A.menu, A:active.menu, A:link.menu, A:visited.menu
{
    color: #b3b3b3;
    text-decoration: none;
    text-transform: uppercase;
}


A:hover.menu
{
    color:White;
    text-decoration: none;
    text-transform: uppercase;
}

A, A:active, A:link, A:visited
{
    color:White;
    text-decoration: none;
}

A:hover
{
    color: Blue;
    text-decoration: none;
}
HR
{
    color: black;
    background-color: black;
    height: 1px;
}
