@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	color: #020204;
}
a {
	color: #607C89;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #607C89;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
#content {
	background-color: #CDDDE7;
	height: auto;
	width: 700px;
	margin-left: -350px;
	left: 50%;
	position: absolute;
}
#toppen {
	background-color: #333333;
	height: 425px;
	width: 700px;
}
#cd_cover {
	background-color: #000000;
	height: 425px;
	width: 480px;
	float: left;
}
#cd_txt {
	background-color: #172E3B;
	height: 425px;
	width: 204px;
	float: left;
	padding-left: 16px;
	color: #D6E5EF;
}
#middle {
	background-color: #CDDDE7;
	height: auto;
	width: 700px;
}
#middleleft {
	background-color: #999999;
	float: left;
	width: 480px;
}
#middleright {
	float: left;
	width: 220px;
}
#middleft_top {
	background-color: #607C89;
	height: 60px;
	width: 480px;
	font-size: 16px;
	color: #D6E5EF;
	line-height: 60px;
}
.day {
	font-size: 9px;
	color: #607C89;
}
.done {
	text-decoration: line-through;
}
.overskrift {
	color: #FFFFFF;
	font-size: 24px;
	line-height: normal;
}
.red {	color: #CC0000;
	font-size: 24px;
}
#middleleft_content {
	background-color: #CCFFFF;
	float: left;
	width: 480px;
}
#bottom {
	background-color: #333333;
	width: 700px;
	float: left;
}
#bottom_top {
	background-color: #1F1F1F;
	float: left;
	height: 60px;
	width: 684px;
	line-height: 70px;
	padding-left: 16px;
}
#bottom_bottom {
	background-color: #1F1F1F;
	float: left;
	height: 30px;
	width: 700px;
	line-height: 30px;
	color: #646464;
	font-size: 10px;
}
#bottom_middle {
	background-color: #666666;
	float: left;
	width: 700px;
}
#middleright_top {
	background-color: #57707D;
	width: 204px;
	height: 60px;
	padding-left: 16px;
	line-height: 60px;
}
#middleright_content {
	float: left;
	width: 220px;
}

#box-table-a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background-color: #607C89;
}
#box-table-a th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #AAB8C3;
	border-bottom: 1px solid #fff;
	color: #020204;
	text-transform: uppercase;
	vertical-align: bottom;
}
#box-table-a td
{
	padding: 8px;
	background: #D6E5EF;
	border-bottom: 1px solid #fff;
	color: #26414E;
	border-top: 1px solid transparent;
	vertical-align: top;
}

#box-table-a tr:hover td
{
	background: #C3D2DC;
	color: #020204;
}
