
a.menu {
background-image: url("menu_out.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right center;
	display:block;
	width:100%;
    font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
	padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
	font-size: 12px;
       }

a.menu:hover {
background-image: url("menu_over.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right center;
	display:block;
	width:100%;
    font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
	padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
	font-size: 12px;
      }

a.menu:link    { color: #FFFFFF; text-decoration: none }
a.menu:visited { color: #FFFFFF; text-decoration: none }
a.menu:hover   { color: #FFFFFF; text-decoration: none }

a.menu2 {
background-image: url("menu_over.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right center;
	display:block;
	width:100%;
    font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
	padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
	font-size: 12px;
       }

a.menu2:hover {
background-image: url("menu_out.gif");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right center;
	display:block;
	width:100%;
    font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
	padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
	font-size: 12px;
      }

a.menu2:link    { color: #FFFFFF; text-decoration: none }
a.menu2:visited { color: #FFFFFF; text-decoration: none }
a.menu2:hover   { color: #FFFFFF; text-decoration: none }

.m1 {
    font-size: 12px;
	font-family: verdana;
	color: #c0c0c0;
	font-weight: bold;
	}
.m2 {
    font-size: 12px;
	font-family: verdana;
	color: #d3d3d3;
	font-weight: bold;
	}

.tabelbg {
background-color: #778899;
}

/* Tekst formatter*/

.overskrift {
    font-size: 15px;
	font-family: verdana;
	color: #808080;
	font-weight: bold;
	}
.n {
    font-size: 14px;
	font-family:  Ariel;
	color: #808080;
	}
.m {
    font-size: 11px;
	font-family:  Ariel;
	color: #808080;
	}

.navitekst {
    font-size: 15px;
	font-family:  Ariel;
	color: #FFFFFF;
	}

	.mg {
    font-size: 11px;
	font-family: verdana;
	color: #9DBD0D;
	}

.s {
    font-size: 10px;
	font-family:  Ariel;
	color: #000000;
	}
.mh {
    font-size: 11px;
	font-family:  Ariel;
	color: #c0c0c0;
	}

/* Siden tabeller */

.ramme {
    border-top: #395462 1px solid;
	border-right: #395462 1px solid;
	border-left: #395462 1px solid;
	border-bottom: #395462 1px solid;
       }
.ramme2 {
    border-top: #395462 1px solid;
	border-bottom: #395462 1px solid;
}
.tabel {
    border-top: #395462 1px solid;
	border-bottom: #395462 1px solid;
	background-color: #EEEEEE;
       }
.tabel2 {
    border-top: #395462 1px solid;
	border-bottom: #395462 1px solid;
	background-color: #DDDDDD;
       }
	
/* Sidens inputs */

.input {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #A5ACB2 1px solid;
	border-right: #A5ACB2 1px solid;
	border-bottom: #A5ACB2 1px solid;
	border-left: #A5ACB2 1px solid;
}

.input_send {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #DDDDDD;
	border-top: #A5ACB2 1px solid;
	border-right: #A5ACB2 1px solid;
	border-bottom: #A5ACB2 1px solid;
	border-left: #A5ACB2 1px solid;
}

textarea {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: #A5ACB2 1px solid;
	border-right: #A5ACB2 1px solid;
	border-bottom: #A5ACB2 1px solid;
	border-left: #A5ACB2 1px solid;
	}

select {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
    border-top: #A5ACB2 1px solid;
	border-right: #A5ACB2 1px solid;
	border-bottom: #A5ACB2 1px solid;
	border-left: #A5ACB2 1px solid;
	}

/* Sidens links */

a:link {color:#000000; text-decoration: none}
a:active { color:#000000; text-decoration: underline}
a:visited { color:#3366CC; text-decoration: none}
a:hover   { color: #00008b; text-decoration: none }