A:link    {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active  {text-decoration: none; color: #330000;}
A:hover   {text-decoration: none; color: #330000;}

body {
	margin-top: 	0px;
	margin-left:	0px;
	font-size: 		10px;
	font-family: 	Verdana;
	color: 			#000000;
	text-decoration: none;
	font-weight : 	 none;
}

td {
	margin-top: 	0px;
	margin-left:	0px;
	font-size: 		10px;
	font-family: 	Verdana;
	color: 			#000000;
	text-decoration: none;
	font-weight : 	 none;
}
.SearchTextBox {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	cursor:	hand;
}

.menu A:link:    {text-decoration: none; color: #000000;}
.menu A:visited: {text-decoration: none; color: #000000;}
.menu A:active:  {text-decoration: none; color: #330000;}
.menu A:hover:   {text-decoration: none; color: #000000;}

.top A:link:    {text-decoration: none; color: #000000;}
.top A:visited: {text-decoration: none; color: #000000;}
.top A:active:  {text-decoration: none; color: #330000;}
.top A:hover:   {text-decoration: none; color: #C0C0C0;}

.header1 {
	margin-top: 	0px;
	margin-left:	0px;
	font-size: 		18px;
	font-family: 	Verdana;
	color: 			#000000;
	text-decoration: none;
	font-weight : 	 bold;
}

.kontaktbg { 
  background: #E8EAEB url("images/cykel/vandmarke.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
}

.backforth {

	background:	ButtonFace;
	padding:		6px 4px 1px 6px;
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			hand;
}

.SearchTextBoxButton {
color: #000000;
font-family: Verdana;
font-size: 10px;
font-weight: none;
	background:	ButtonFace;
	padding:		0px 0px 0px 0px;
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			hand;
}

.sort-table {
	font:		Icon;
	border:		0px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			hand;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight 
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}

body {
	font-family:	Verdana, Helvetica, Arial, Sans-Serif;
	font:			Message-Box;
}

code {
	font-size:	1em;
}

/* extra rules for even and odd rows */
.even {
	background:	#eeeeee;
	onmouseover="style.backgroundColor='#ffffff'; style.cursor='hand'; style.border='0'"
	onmouseout="style.backgroundColor='eeeeee'; style.border='0';"
}

.odd {
	background:	#dddddd;
	onmouseover="style.backgroundColor='#ffffff'; style.cursor='hand'; style.border='0'"
	onmouseout="style.backgroundColor='dddddd'; style.border='0';"
}