A.hvid:link
{
    color : white;
    text-decoration : none;
}

A.hvid:visited
{
    color : white;
    text-decoration : none;
}

A.hvid:hover
{
    color : white;
    text-decoration : none;
}

A.hvid:active
{
    color : white;
    text-decoration : none;
}

A:link
{
	color : Black;
	text-decoration : none;
}

A:visited
{
	color : Black;
	text-decoration : none;
}

A:hover
{
    color : #41627E;
    text-decoration : none;
}

A:active
{
    color : #41627E;
    text-decoration : none;
}

BODY
{
	font-family : Verdana, Arial;
	font-size : 8pt;
	color : black;
	background : #B3C2D5;
	/* F1F5F4;
	*/
	list-style : square inside;
	margin-left : 26px;
	margin-top : 18px;
	margin-right : 15px;
	width : 479;
}

.MAPBOX
{
    background : #eeeeee;
    border : dotted 3px black;
}

.GENERAL
{
    font-family : Verdana, Arial;
    color : black;
    background : #F1F5F4;
    list-style : square inside;
}

.GENERAL_BOLD
{
    font-family : Verdana, Arial;
    font-weight : bold;
    color : black;
    background : #F1F4F5;
    list-style : square inside;
}

.GROUPS
{
    font-family : Verdana, Arial;
    font-size : 8pt;
    color : white;
    font-weight : bold;
    font-style : normal;
    font-variant : small-caps;
    text-transform : none;
    background : #41627E;
}

.SMALLTEXT
{
    font-family : Verdana, Arial;
    font-size : xx-small;
}

.SEARCHBAR
{
    font-family : Verdana, Arial;
    font-size : xx-small;
    color : green;
}

.SCALEBAR {
    font-family : Verdana, Arial;
    color : white;
    font-size : 8px;
    background-color : #F1F5F4;
    text-align: right;
    border-width : 1px;
    border-color : black;
    cursor : hand;
}

.SCALEBAR_SELECTED {
    font-family : Verdana, Arial;
    color : yellow;
    font-size : 8px;
    font-weight : bold;
    background-color : #F1F5F4;
    text-align: right;
    border-width : 1px;
    border-color : black;
    cursor : hand;
}

.OVERSKRIFT {
    font-size : 10pt;
    font-weight : bold;
    color : #37556F;
    background-color : #B3C2D5;
}

.MELLEMRUBRIK {
    font-size : 8pt;
    font-weight : bold;
    color : black;
}

.BRODTEKST {
    font-size : 8pt;
    color : black;
}

.TEMANAVN {
    font-size : 8pt;
    font-weight : bold;
    color : #37556F;
}
.LAGNAVN {
    font-size : 8pt;
    color : black;
}
.LAGNAVN_UDENFORZOOM {
    font-size : 8pt;
    color : red;
}
.KORTOPDATERTEKST {
    font-size : 8pt;
    color : #41627E;
}

.MAPSIZETAB {
    font-family : Verdana, Arial;
    color : white;
    font-size : 10px;
    background-color : #cccccc;
    text-align: center;
    border-width : 1px;
    border-color : black;
    cursor : hand;
}
.MAPSIZETAB_SELECTED {
    font-family : Verdana, Arial;
    color : yellow;
    font-size : 10px;
    font-weight : bold;
    background-color : #999999;
    text-align: center;
    border-width : 1px;
    border-color : black;
    cursor : hand;
}

.CANVAS_TEKST {
    //font-family : Verdana, Arial;
    font-size : 8pt;
    font-weight : bold;
    color : black;
    background-color : #CCCCCC;
}

.INFO_HEADER {
    color : white;
    font-weight : bold;
    background-color : black;
}
.INFO_NAME {
    color : black;
    font-weight : bold;
    background-color : #CCCCCC;
}
.INFO_VALUE {
    color : black;
    background-color : #CCCCCC;
}

.TOOLTIP {
  z-index : 5;
  border : 1px solid red;
  background-color : #F1F5F4;
  font-size : xx-small;
  color : #41627E;
  width : 100px;
}

