		/*css-style, ekstern stylesheet Sejlersiden*/
#dropmenudiv{
position:absolute;
border:1px solid black;	/*ramme uden om hele undermenuen*/
border-bottom-width: 0;	/* do. */
font:normal 12px arial;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black; /*linie under links i undermenu*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#55f;
}

#dropmenudiv a:visited{ /*besøgt link farve*/
color:#55f;
}

#dropmenudiv a:hover{ /*hover background color for links i u.m.*/
background-color: #EADDC6;
color:#009;
}

a.knap{
display:block;
background:url(spids.gif) 100% 50% no-repeat #fff;
border:2px outset #f00;
color:#f00;
text-decoration:none;
padding-left:3px;
font:normal 12px arial;
}

a.knap:hover{border:inset}



H1{
  color:#008;
	font:bold 30px arial;
	text-align:center;
	line-height:120%;
	}
TABLE{
	background-color:white;
	border-spacing:0px;
	font-size:12px;
	line-height:18px;
	}


BODY{
	font-size:12px;
	line-height:18px;
	font-family:Arial,Sans-Serif;
	color:#008;	/*alm. tekst på siden*/
  background-color:white;
background:url(sandbg2.jpg);
background-attachment:fixed;
	}
