/* * Style sheet for the HTML 4.0 specification 
 * $Id: css.css, www.dread.dk $*/
BODY  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	color : FFFF80;
	text-decoration : none;
	font-family : Arial;
}

A  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : yellow;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : underline;
}

EM  {
	color : #0084FF;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
	font-style : normal;
}

EM:hover  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : bold;
	color : yellow;
	text-decoration : line-through;
}

I  {
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
	font-style : italic;
}

BIG  {
	font : bold 17pt "Times New Roman";
	color : white;
}

B  {
	font-size : 9pt;
	text-decoration : none;
	font-weight : bold;
}

TD  {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : FFFF80;
	font-family : Arial;
}

STRONG  {
	font-size : 9pt;
	text-decoration : none;
	color : Silver;
	font-weight : bold;
	font-style : normal;
	font-family : Arial;
}

.header  {
	color : #FFFFFF;
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	background-color : Black;
}

.lilletxt  {
	font-size : 8pt;
	font-family : Arial;
	color : FFFF80;
	font-style : normal;
	font-weight : bold;
	margin-right : 10px;
}

H2  {
	font-family : Arial;
	color : FFFF80;
	font-weight : bold;
	font-size : 15pt;
	margin-left : 10px;
}

H3  {
	color : FFFF80;
	font-family : Arial;
	font-size : 13pt;
	font-weight : bold;
}

H4  {
	font-family : Arial;
	color : FFFF80;
	font-size : 11pt;
}

A.venstre1  {
	font-size : 9pt;
	color : #0084FF;
	font-family : Arial;
	font-weight : bold;
}

A.venstre1:hover  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : bold;
	color : white;
	text-decoration : underline;
	text-transform : uppercase;
}

A.venstre2  {
	color : #0084FF;
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

A.venstre2:hover  {
	color : white;
	font-size : 8pt;
	font-family : Arial;
	text-decoration : underline;
	font-weight : bold;
}

.xbody  {
	color : FFFF80;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
}

.sortheader  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	color : Black;
}

.main  {
	color : FFFF80;
	font-size : 10pt;
	font-family : Arial;
	font-weight : Bold;
	font-style : normal;
	margin-left : 10px;
	margin-right : 10px;
}

.main A:Hover  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : underline;
}
.ta1 {
    scrollbar-face-color: #947536;
    scrollbar-highlight-color: #fbf00a;
    scrollbar-shadow-color: #194566;
    scrollbar-arrow-color: #fbf0aa;
    scrollbar-base-color: #00a063;
    scrollbar-3dlight-color: #fbf0aa;
    scrollbar-dark-shadow-color: #004F30;
}

.ta {
	scrollbar-face-color: #202000;
	scrollbar-shadow-color: #7B6C06;
	scrollbar-highlight-color: #000030;
	scrollbar-3dlight-color: #C0AA0A;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFF80;
	}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position: relative;
						font-family: Tahoma, sans-serif;
						background-image: url(pics/template-knap2.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						font-size: 17px;
						width: 133px;
						height: 27px;
						margin: 0; 
						padding: 0; 
						color: #FFFF80;  /* Farve for aktiveret knap */
			}
			.cssnav a {
						display: block;
						font-size: 17px;
						width: 133px;
						height: 27px;
						float: left;
						color: #F8AA6E; /* Farve for linket knap */
						text-decoration: none;
			}

			.cssnav img {width: 133px; height: 27px; border: 0; }
			* html a:hover { /* Mouse-over */
						visibility: visible;
						color: Black;
						text-decoration: none;
			}
			.cssnav a:hover img{ visibility: hidden; }

			.cssnav span {
						position: absolute;
						left: 0px;
						top: 4px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 133px;
						height: 27px;
						text-align: center;
			}
			/* END OF NAVIGATION */
		
