body {
	font-family: verdana;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	font-size: 13px;
}

td {
	border-bottom: solid 1px #B0B0B0;
	padding-right: 5px;
}

td.title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: none;
}

td.header {
	background-color: #A1C064;
	border: solid 1px #808080;
	font-weight: bold;
	padding-left: 2px;
}

td.old {
  background-color:#A0A0A0;
}

td.prev_year{
  background-color:#BABABA;
}

td.expired {
  background-color:#DADADA;
}

td.dato {
	width: 100px;
}

td.navn {
	width: 220px;
}

td.by {
	width: 150px;
}

td.dist {
	width: 220px;
}

td.start {
	width: 60px;
	text-align: center;
}

td.note {
	padding-left: 10px;	
}

td.date0, td.date1, td.today, td.url, td.pro {
	width: 14%;
	border: solid 1px #808080;	
}

td.date0 {	
	background-color: #DCE6F1;	
}

td.date1 {
	background-color: #95B3D7;
}

td.today {
	background-color: #FFAA00;
}

td.url {
	height: 50px;
	vertical-align: top;
}

td.pro {
	height: 50px;
	vertical-align: top;
	color: blue;
}

span.helligdag {	
	background-color: #68B042;
	color: #FFFFFF;
}

td.helligdag {	
	background-color: #68B042;
	color: #FFFFFF;
}

span.important {	
	background-color: #FF4040;
	color: #FFFFFF;
}

span.tilmeldt {	
	background-color: #FFAA00;
	color: #000000;
}

img {
	width: 50%;
}

p {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a.mtb:link, a.mtb:visited {
	/*text-decoration: none;*/
	color: green;
}

a.m:link, a.m:visited {
  color: green;
}

a:hover {
	text-decoration: underline;
}