.mainbg {
background-color: #ffffff;
}
.menubg {
background-color: #ebebeb;
}
.menubg2 {
background-color: #ffffff;
}
BODY {
        font-family: verdana;
        font-size: 10px;
        color: 082F50;
}
TD {
        font-family: verdana;
        font-size: 10px;
        color: 082F50;
}
A:link {
        color:#164064;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        font-family: verdana;
}
A:visited {
        color: #164064;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        font-family: verdana;
}
A:hover {
        color: #AECCE6;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        font-family: verdana;
}



input, textarea, select {
        border: 1px solid black;
        font-size: 10px;
        font-family: verdana;
        color: black;
        background-color: #FFFFFF
}
radio {
        border: 0px solid black;
        font-size: 10px;
        font-family: verdana;
        color: white;
        background-color: #ffffff
}

img {
    border: 0px;
}

td.nav{
background-color:#C6D1E3;
}
a.navpunkt {
	text-decoration: none;
	display: block;
}

a.navpunkt:hover {
border: 1px solid #718890; 
border-top-width: 0; 
border-bottom-width: 2; 
border-left-width: 0; 
border-right-width: 0;

	background-color:#A0B5D9;
}

.galleri {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
        font-size: 10pt;
        font-family: verdana;
}
.topbg {
background:#ffffff url(images/topbg.gif) repeat-x top left
height: 26;
}