﻿@charset "utf-8";
/* CSS Document */

table.kalender {
	width: 535px;
	font-size: 10px;
	color:#717173;
	padding-top: 10px;
	vertical-align:top;
}

td.tid {
width: 100px;
height: 20px;
}
td.arrangement {
width: 351px;
}
td.sted {
width: 100px;
}

tr.header-to-list {
height: 10px;
font-size: 11px;
color: #990033;
font-weight: bold;
}

tr.kalender-list-1 {
background-color:#999999;
color: #FFFFFF;
height: 25px;
}
tr.kalender-list-2 {
height: 25px;
}

a.kalender_link {
text-decoration: none;
}

a.kalender_link:link {color: #94012e;}
a.kalender_link:visited {color: #94012e;}
a.kalender_link:hover {color: #717173;}
a.kalender_link:active {color: #94012e;}