.bodytag
{
	background-image: url(../img/main_bg.gif);
	margin: 0px;
}


table#mainTable {
	height: 100%;
	width: 960px;
}
td#topborder {
	height: 5px;
	background-image: url(../img/main_top.gif);
}
td#topgrafik {
	background-color: #FFFFFF;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding-left: 4px;
	padding-right: 4px;
	height: 160px;
}
td#menu_bar {
	background-color: #FFFFFF;
	height: 28px;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../img/bundbar_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
td.topMenuLeft {
	width: 2px;
	background-image: url(../img/menu/top_left.gif);
	height: 28px;
}
td.topMenuPoint {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../img/menu/bg_inactive.gif);
}
td.topMenuPointActive {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../img/menu/bg_active.gif);
}
td#menu_bar a {
	color: #333333;
	text-decoration: none;
}
td.topMenuRight {
	width: 1px;
	background-image: url(../img/menu/top_right.gif);
	height: 28px;
}
td#mainContentField {
	background-color: #FFFFFF;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding-left: 4px;
	padding-right: 4px;
}
td#sub_field {
	width: 185px;
	vertical-align: top;
}
td.subMenuLeft {
	width: 2px;
	background-image: url(../img/menu/sub_left.gif);
	height: 27px;
}
td.subMenuPoint a {
	color: #333333;
	text-decoration: none;
}
td.subMenuPointActive a {
	color: #333333;
	text-decoration: none;
}
td.subMenuPoint {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/menu/sub_bg_inactive.gif);
	padding-left: 13px;
	padding-right: 13px;
}
td.subMenuPointActive {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/menu/sub_bg_active.gif);
	padding-left: 13px;
	padding-right: 13px;
}
td.subMenuRight {
	width: 2px;
	background-image: url(../img/menu/sub_right.gif);
	height: 27px;
}

td#contentField {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	vertical-align: top;
}

td#box_field {
	width: 196px;
	padding-top: 15px;
}
td.box_head {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/boxes/box_top.gif);
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}
td.box_head_text {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
td.box_content {
	background-color: #F0F0F0;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 8px;
}
td.box_content A {
	background-image: url(../img/link_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 3;
	padding-left: 12px;
	color: #007E4D;
	text-decoration: underline;
}
td.box_bottom {
	background-image: url(../img/boxes/box_bottom.gif);
	height: 3px;
}

td#bottomborder {
	height: 5px;
	background-image: url(../img/main_bottom.gif);
}
td#bottomgrafik {
	background-color: #FFFFFF;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding-left: 4px;
	padding-right: 4px;
	height: 28px;
}
td#bottomgrafik table {
	background-image: url(../img/bundbar_bg.gif);
	height: 28px;
}
td#bottom_text {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}

div#helligdage_tooltip {
	width: 150px;
}
#box_tooltip_top {
	height: 3px;
	background-image: url(../img/boxes/box_tooltip_top.gif);
}
#box_tooltip_content {
	background-color: #F0F0F0;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}
#box_tooltip_bottom {
	height: 3px;
	background-image: url(../img/boxes/box_tooltip_bottom.gif);
}