body {
	background-color: black;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica; 
}
h1 {
	font-size: 17px; 
	font-family: Verdana, Arial, Helvetica; 
	color: #363636; 
}
h2 {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica; 
	color: #993300; 
}
p.vedtaegt {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica; 
	color: #993300; 
}
p {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica; 
	color: black;
}
p.vedtaegt a {
	color: darkblue;
	height: 1px;
}
hr.red {
	color: #993300; 
	height: 1px;
}
table.main { 
	width : 780px;
	border-collapse : collapse;
	padding : 0;
	margin-right : auto;
	margin-left : auto;
}
td.top { 
	height : 80px;
	border : 1px solid black;
	background-image : url('images/top.jpg');
}
td.menu { 
	height : 20px;
	border : 1px solid black;
	font-family : Verdana, Arial, Helvetica;
	color : black;
	background-color : #F6F6D9; 
	font-size : 10px;
	font-weight : bold; 
}
td.menu a { 
	background-color : #F6F6D9; 
	color : black;
	font-size : 10px;
	font-weight : bold;
}
td.menu a:hover { 
	background-color : black; 
	color : #F6F6D9;
	font-size : 10px;
	font-weight : bold; 
}
td.content { 
	background-color : #F6F6D9; 
	height : 600px;
	border : 1px solid black;
	vertical-align : top;
	padding-left : 15px;
	padding-top : 8px;
	background-image : url('images/background.jpg');
	background-repeat : repeat-x;
}
td.footer { 
	background-color : #F6F6D9; 
	height : 25px;
	border : 0px;
	text-align: center;
}
legend.indaeg {
	border : 0px;
	color : black;
	text-align : right;
}
fieldset.indaeg {
	padding : 1em;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica; 
	border : 0px;
}
label.indaeg {
	float : left;
	width : 100px;
	margin-right : 0.5em;
	padding-top : 0.2em;
	text-align : right;
}
fieldset.indaeg input {
	width: 300px;
}
fieldset.indaeg textarea {
	width: 300px;
	height: 200px
}
hr.medlem {
{margin-top: 0px; margin-left: 0px;}
display:block;
}
h2.medlem {
	margin-top: 0px;
	margin-bottom: 5px;
}
.eventtdheight {
	height: 10px;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
p.MsoNormal
	{margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
}