#mainoversigt {
	position: relative;
	margin-left: 200px;
	padding-bottom: 60px;
	width: 650px;
	min-height: 600px;
}

#left {
	float: left;
	height: 30px;
}

#bottom {
	position: absolute;
	bottom: 60px;
	left: 15px;
	height: 134px;
	width: 150px;
}

#center {
	margin-left: 10px;
	width: 740px !important;
	width: 760px;
	margin-bottom: 10px;
}

#center h1 {
	padding-left: 150px;
}

.montyprogram {
	margin-top: 20px;
	width: 100%;
}

.montyprogram td, .montyprogram th {
	width: 80px;
	vertical-align: top;
	padding: 4px;
	font-size: 0.9em;
}

.montyprogram thead th {
	border-bottom: 1px solid #003300;
	text-align: left;
}

.montyprogram .tr-1 td {
	border-bottom: 1px solid #003300;
	text-align: left;
}

.montyprogram tbody td {
	border-left: 1px dotted #cccccc;
	border-bottom: 1px solid #003300;
	text-align: left;
}

.montyprogram tbody th {
	border-bottom: 1px solid #003300;
}

.montyprogram tfoot td {
	border-top: 1px solid #003300;
}

.montyprogram tr-odd {
	background-color: #ee00ee;
}

#center .montyprogram {
	z-index: 10;
}

#center .montyprogram td, #center .montyprogram th {
	width: 13%
}

#center .montyprogram th.dato {
	width: 10%
}

#center .montyprogram td a {
	font-weight: normal;
	display: block;
}

#center .montyprogram td a:link, #center .montyprogram td a:visited  {
	color: #40a8e8;
}

#center .montyprogram td a:active, #center .montyprogram td a:hover  {
	color: #40a8e8;
	background-color: #fdf5e6;
}

