/* Her styrer vi scroll på alle siderne */
BODY { margin:0; overflow: auto; }


.billedekant { border-width: 1px; border-style: solid; border-color: #0D5B7F; }

/* brød-tekst på siden */
.tekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; font-size: 10pt; color: #606060; background-color: transparent; text-decoration: none; }
.tekst a:link {color: #6060ff; text-decoration: none; background-color:transparent;}     /* ubesøgt link */
.tekst a:visited {color: #6060ff; text-decoration: none; background-color:transparent;}  /* besøgt link */
.tekst a:hover {color: #6060ff; text-decoration: underline; background-color:transparent;} /* mouse-over link */
.tekst a:active {color: #6060ff; text-decoration: none; background-color:transparent;}   /* valgt link */ 

/* menu-tekst på siden (ikke drop-down menu). Som brødtekst, men altid grå */
.graatekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; font-size: 10pt; color: #606060; background-color: transparent; text-decoration: none; }
.graatekst a:link {color: #606060; text-decoration: none; background-color:transparent;}     /* ubesøgt link */
.graatekst a:visited {color: #606060; text-decoration: none; background-color:transparent;}  /* besøgt link */
.graatekst a:hover {color: #606060; text-decoration: underline; background-color:transparent;} /* mouse-over link */
.graatekst a:active {color: #606060; text-decoration: none; background-color:transparent;}   /* valgt link */ 

/* stor tekst til siderne */
.stortekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; font-size: 12pt; color: #606060; background-color: transparent; text-decoration: none; }
.stortekst a:link {color: #6060ff; text-decoration: none; background-color:transparent;}     /* ubesøgt link */
.stortekst a:visited {color: #6060ff; text-decoration: none; background-color:transparent;}  /* besøgt link */
.stortekst a:hover {color: #6060ff; text-decoration: underline; background-color:transparent;} /* mouse-over link */
.stortekst a:active {color: #6060ff; text-decoration: none; background-color:transparent;}   /* valgt link */ 


/* lille tekst til siderne */
.lilletekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 10px; font-size: 7pt; color: #606060; background-color: transparent; text-decoration: none; }
.lilletekst a:link {color: #6060ff; text-decoration: none; background-color:transparent;}     /* ubesøgt link */
.lilletekst a:visited {color: #6060ff; text-decoration: none; background-color:transparent;}  /* besøgt link */
.lilletekst a:hover {color: #6060ff; text-decoration: underline; background-color:transparent;} /* mouse-over link */
.lilletekst a:active {color: #6060ff; text-decoration: none; background-color:transparent;}   /* valgt link */ 

/* lille LYS tekst til siderne */
.lillelystekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 10px; font-size: 7pt; color: #606060; background-color: transparent; text-decoration: none; }
.lillelystekst a:link {color: #a0a0ff; text-decoration: none; background-color:transparent;}     /* ubesøgt link */
.lillelystekst a:visited {color: #a0a0ff; text-decoration: none; background-color:transparent;}  /* besøgt link */
.lillelystekst a:hover {color: #a0a0ff; text-decoration: underline; background-color:transparent;} /* mouse-over link */
.lillelystekst a:active {color: #a0a0ff; text-decoration: none; background-color:transparent;}   /* valgt link */ 


/* rød tekst til fejlbeskeder etc. */
.roedtekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; font-size: 10pt; color: #ff0000; background-color: transparent; text-decoration: none; }

/* blå tekst */
.blaatekst {font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; font-size: 10pt; color: #0000ff; background-color: transparent; text-decoration: none; }

.lillelystekst { font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px; font-size: 8pt; color: #BBBBBB; background-color: transparent; text-decoration: none; }

.knap { padding-left: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 22px; font-size: 8pt; color: #4b4b68; text-decoration: none; }

/* ---------- alt til menuen herunder --------------------------------------------------------*/

div.usynligmenu  {
	display: none;
	border-width: 2px;
	border-color: #000066;
	border-style: solid;
	background-color:#9e9dbf;
	color: #FFFFFF;
	position: absolute;
	z-index: 99;
	width: 140px;
	padding-left:4px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}

/*  Sørg for at form-felter ikke skaber ekstra linieskift - vises forskelligt i forskellige browsers */
form {
	display: inline;
}


/* Dette er den synlige menu */
div.synligmenu {
	display: block;
	border-width: 2px;
	border-color: #000066;
	border-style: solid;
	background-color:#9e9dbf;
	color: #FFFFFF;
	position: absolute;
	z-index: 99;
	width:140px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
}


input {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: rgb(00,00,00);
	border-left: 1px outset rgb(128,128,128);
	border-right: 1px outset rgb(128,128,128);
	border-top: 1px outset rgb(128,128,128);
	border-bottom: 1px outset rgb(128,128,128);
}


textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: rgb(00,00,00);
	border-left: 1px outset rgb(128,128,128);
	border-right: 1px outset rgb(128,128,128);
	border-top: 1px outset rgb(128,128,128);
	border-bottom: 1px outset rgb(128,128,128);
}


.radioboks {
	border-left: 0px outset rgb(255,255,255);
	border-right: 0px outset rgb(255,255,255);
	border-top: 0px outset rgb(255,255,255);
	border-bottom: 0px outset rgb(255,255,255);
	background-color: transparent;
}



