body {
   scrollbar-face-color: #F1F1F1;
   scrollbar-track-color: #FFFFFF;
   scrollbar-shadow-color: #F1F1F1;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-arrow-color: #999999;
   font-size: 12px;
   font-family: Verdana;
}

/*
 .mainside er den class, der bruges i den øverste menu, hvor billederne ligger.
 Da der kun bruges billeder der er det eneste der er aktuelt background-color.
*/

#mainside {
    margin-top: 40px;
    margin-left: 10px;
}

/*
 .subside er den class, der bruges i den midterste menu, som kommer til syne
 ved klik på et link i hovedmenuen.
 Her kan der både redigeres i almindelige links (a.subside), samt hover-links
 (a:hover.subside) samt naturligvis baggrundsfarven.
*/

.subside, .subside a:link, .subside a:visited, .subside a:active, .subside a:hover {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 1px;
    color: #253F66;
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

a:link.menulinks, a:visited.menulinks, a:active.menulinks {
    color: #5D5B58;
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

a:hover.menulinks {
    color: #5D5B58;
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

/*
 .content er den class, der bruges i selve indholdsframen. Her kan følgende redigeres:
 .content : baggrundsfarven.
 a.content : links i teksten.
 a:hover.content : hovereffekt på links i teksten.
 .billede1 : egenskaber for billedet - med disse kan du placere billedet som du lyster.
 .billede2 : virker på samme måde som billede1.
*/

.content {
    font-family: verdana, tahoma,  helvetica, sans-serif;
    line-height: 16px;
    font-size: 12px;  /* HER SKAL DER RETTES FOR AT LAVE OM PÅ HOVEDTEKST STØRRELSE */
    color: #363636;
    margin: 0px;
}

a.content {
   text-decoration: underline;
   color: #FFFF00;
   font-size:20px;
}

a:hover.content {
   text-decoration: underline;
   font-size:20px;
}

div.content img {
	border: 1px solid #000000;
}

.imgclass {
	border: 1px solid #000000;
}

.printbutton {
    position: absolute;
    top: 10px;
    right: 20px;
}

.image_1, .image_2, .image_3, .image_4, .image_5, .image_6, .image_7 {
	border: 1px solid #000000;
}

table, tr, td {
    font-family: Verdana, tahoma, helvetica, sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #363636;
}

/*
 Diverse styles til placering af tekst samt billeder.
*/


a:link {
   color: #005AAA;
   text-decoration: underline;
}

a:hover, a:visited, a:active {
   color: #005AAA;
   text-decoration: underline;
}

/*
#bottom - baggrundsfarven til nederste frame.
*/

#bottom {
    background-color: #30404F;
}

h1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}

h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h4 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

h5 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

h6 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
}
