/***
	menu
***/
.menu {
	text-align:left;
	padding-left:10px;
	padding-bottom:10px;
}
.menu .link {
	color:#306e88;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
}
.menu .link:hover {
	color:RGB(0,158,224);
	text-decoration:none;
}

.menu .link_disabled {
	color:#AAAAAA;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.menu .link_disabled:hover {
	color:#AAAAAA;
	text-decoration:none;
}
.menu_search {
	background-image:url('../images/Menu_search_field_shadow.png');
	border:1px solid #CCCCCC;
	color:#555555;
}
/***
	content / main
***/
body {
	/*background-image:url(../images/background.jpg);*/
	background-color:#cdeffb;
	background-repeat:repeat-x;
}
a {
	color:#0181b8;
}
a:hover {
	color:#0397d6;
	text-decoration:none;
}
.content {
	padding-top:10px;
	padding-bottom:10px;
}
.txt {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#004c6d;
	background-color:white;
}
.txt_personale {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#004c6d;
	background-color:white;
	padding:5px;
}
.txtList {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#004c6d;
	background-color:white;
	text-decoration:none;
	vertical-align:middle;
}
.listTable {
	border-spacing: 0px 4px;
}
.listTable td {
	background-color:White;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#004c6D;
	height:28px;
}
#listTableSpacer {
	background-color:#cdeffb;
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	height:8px;
}
.title {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#0181b8;
}
h4 {
	color:#0181b8;
	font-family:Arial;
	font-weight:bold;
}
.h4 {
	color:#0181b8;
	font-family:Arial;
	font-weight:bold;
}
.link {
	cursor: pointer;
}
/***
	Forside overlay
***/
.pan_wrap
{
	background: url(/images/pan_checks.gif) repeat;
	/*margin: 0 auto 15px;*/
	position: relative;
	overflow:hidden;
	width: 319px;
	height: 342px;
}
.pan_wrap:hover {
	cursor:pointer;
	cursor:hand;
}
.pan_frame
{
	background: url(/images/pan_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 319px;
	height: 342px;
}
.pan_frame:hover {
	cursor:pointer;
	cursor:hand;
}
.isbjerg
{
	background: url(/images/isbjerg_overlay.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 217px;
	left: 18px;
	width: 281px;
	height: 100px;
}
.isbjerg:hover {
	cursor:pointer;
	cursor:hand;
}