/* CSS Document */

/* CSS Document */

body {
	background: url("baggrund_scroll.gif");
	background-color: #333333;
}
.tekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: small;
}

.h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006600;
	font-weight: bold;
}

a:link, a:active {
	color: #FF9900;	
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #33CC33;
	text-decoration: none;
}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: small;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-bottom: 0px solid #006600;
	border-right: 1px solid #006600;
	border-left	: 1px solid #006600;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-bottom: 0px solid #006600;
	border-right: 1px solid #006600;
	border-left	: 1px solid #006600;
	background-color: #006600;
	color: #FFFFCC;
	text-decoration: none;
}

.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	background-color: #006600;
	display: block;
	padding: 1px;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
	border-left	: 1px solid #006600;
}

	
.note
{ 	
	font-family: arial, courier, sans serif;
	font-size: x-small;
	color: #006600;
}
	
