﻿#city {
visibility:hidden;
display:none;
}

#background{position:absolute; z-index:-1; width:100%;}

   
.overskrift {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
}

overskrift {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
}

.imagebig {
	margin-left: 0px;
}

.image {
	margin-left: 0px;
	width: 69px;
}


.hr {
	text-align: left;
	border-bottom: 1px solid #D8DFEA;
	padding: 3px;
}

h1 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #272727;
	padding-bottom: none;
	padding-top: none;
	display: inline;
	
}

h3 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3B5998;
	padding-bottom: none;
	padding-top: none;
	padding-right: 3px;
	display: inline;


	
}

	
h2 {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color: #272727;
	padding-bottom: none;
	padding-top: none;
	display: inline;
	
}
	
ul {
	list-style-type: square;

}
.tekst{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #272727;
	text-decoration: none;
}


}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	text-align: left;
	border-bottom: 1px solid #D8DFEA;
	padding: 3px;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #D8DFEA;
	padding: 3px;
}

a:link {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3B5998;
	text-decoration: none;
}

a:visited {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #3B5998;
	text-decoration: none;
}

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 10px 2px 5px; /*padding: 3px 9px 2px 5px;*/
margin-left: 0px;
margin-right: 0px;
margin-top: 1px;
margin-bottom: 0;
font: 11px tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #D8DFEA;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: -1px; /*distance between each tab*/
color: #3B5998; /*black*/
font-size: 11px;
background: #D8DFEA top right no-repeat;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
}

.halfmoon li a:visited{
color: #3B5998; /*black*/
}

.halfmoon li a:hover{
background-color: #3B5998;
color:white;
border-bottom: 1px solid #3B5998;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white
}

.halfmoon li.selected a{
background-color: white;
border-left: 1px solid #D8DFEA;
border-right: 1px solid #D8DFEA;
border-top: 1px solid #D8DFEA;
border-bottom: 1px solid white;
color:black;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #D8DFEA; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 150px;
visibility: hidden;

}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #D8DFEA; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #3B5998;
}