@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

body {
	background-image:url(grafik/bg_top.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

form {
	display:inline;
}


div {
	xfloat:left;
	xclear:both;
	xfont-size:0px;
}

#site {
	width:100%;
	float:left;
	clear:both;
	font-size:0px;
}	

#top {
	width:922px;
	height:141px;
	background-image:url(grafik/top_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	float:none;
	position:relative;
	clear:both;
	font-size:0px;
}

/* logo */

#logo a{
	width:175px;
	height:120px;
	z-index:0;
	top:0px;
	left:30px;
	position:absolute;
}

/* search */

.termfound {
	background-color:#9FB2D2;	
}

#search-field {
	width:118px;
	height:22px;
	z-index:0;
	top:0px;
	position:absolute;
	left:738px;
	padding:0px 9px 0px 9px;
	float:left;
	clear:both;
	font-size:0px;
}

#search-field input{
	height:18px;
	width:107px;
	border:0px;
	font-size:11px;
	color:#C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
}

#search-btn {
	z-index:0;
	top:0px;
	position:absolute;
	left:864px;
	float:left;
	clear:both;
	font-size:0px;
}

#search-btn a {
	width:22px;
	height:22px;
	display:block;
	float:left;
	clear:both;
}

/* site tools */

#site-tools {
	width:495px;
	height:18px;
	z-index:0;
	top:0;
	left:218px;
	position:absolute;
	text-align:right;
	padding-top:4px;
	float:left;
	clear:both;
	font-size:0px;
}

#site-tools a {
	color:#E5E5E5;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	background-image:url(grafik/site_tools_item_icon.png);
	background-repeat:no-repeat;
}

#site-tools a+a {
	margin-left:14px;
}

/* topmenu */

#top-menu {
	width:495px;
	height:30px;
	z-index:0;
	top:85px;
	left:232px;
	position:absolute;
	float:left;
	clear:both;
	font-size:0px;
}

#top-menu a {
	font-size:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(grafik/top_menu_item_icon.png);
	background-repeat:no-repeat;
	padding-left:18px;
}

#top-menu a+a {
	margin-left:16px;
	
}

/* user-group-links */

#user-group-links {
	width:113px;
	height:67px;
	z-index:0;
	top:35px;
	position:absolute;
	left:772px;
	float:left;
	clear:both;
	font-size:0px;
}

#user-group-links div {
	text-align:right;
	width:100%;
	margin-bottom:1px;
	float:left;
	clear:both;
	font-size:0px;
}

#user-group-links div a{
	color:#333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(grafik/group_links_item_icon.png);
	background-repeat:no-repeat;
	padding-left:11px;
}


#content-bg {
	background-color:#F0F0F0;
	background-image:url(grafik/content_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	float:left;
	clear:both;
	font-size:0px;
	
}

#content {
	width:900px;
	margin:auto;
	float:none;
	clear:both;
	font-size:0px;
}



#bottom {
	padding-top:24px;
	height:22px;
	width:100%;
	float:left;
	clear:both;
	background-image:url(grafik/bg_bottom.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#C0C0C0;
	font-size:11px;
	text-align:center;
	float:none;
}

#bottom a:link,
#bottom a:visited,
#bottom a:active,
#bottom a:hover {
	color:#C0C0C0;
}

#info-line {
	margin-bottom:8px;
	float:left;
	clear:both;
}

#info-line div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C0C0C0;
	float:left;
	clear:both;
	
}

#info-line a:link,
#info-line a:visited,
#info-line a:active,
#info-line a:hover {
	color:#C0C0C0;	
}

#info-line .path {
	padding-left:15px;
	padding-top:3px;
	width:582px;
	float:left;
	clear:both;
}

#info-line .user {
	width:303px;
	clear:none;
	float:left;
}

#info-line .user div {
	xwidth:auto;
	clear:none;
}

#info-line .user-name {
	margin-right:30px;	
	padding-left:0px;
	width:217px;
	float:left;
	text-align:right;
	
}

#info-line .login-btn {
	margin-right:4px;
	float:left;	
	width:52px; /* 49 */
}

#info-line .login-btn a{
	background-image:url(grafik/arrow_btn_white.gif);
	background-repeat:no-repeat;
	padding-right:16px;
	background-position:right;
	
	width:36px;
	float:left;
	display:inline;
}

#info-line .login-field-password {
	background-image:url(grafik/login_field_pw_bg.gif);
}

#info-line .login-field-username {
	background-image:url(grafik/login_field_user_bg.gif);
}

#info-line .login-field-active {
	background-image:url(grafik/login_field_bg.gif);
}

#info-line .login-field {
	width:110px;
	height:18px;
	margin-right:6px;
	background-repeat:no-repeat;
	display:inline;
	margin-left:13px;
}

#info-line .login-field+.login-field {
	margin-left:0px;

}


#info-line .login-field input{ 
	padding-left:9px;
	margin-top:0px;
	padding-right:9px;
	width:90px;
	height:14px;
	border:1px solid transparent;
	background-color:transparent;
	font-size:11px;
	color:#C0C0C0;
	font-family:Arial, Helvetica, sans-serif;	
}

/* Forside top farvede genveje */

#fp-content-top,
#intra-fp-content-top {
	width:100%;
	display:block;
	float:left;
	clear:both;
}

#fp-content-top .colour-shortcuts,
#intra-fp-content-top .colour-shortcuts {
	width:660px;
	margin-left:1px;
	display:inline;
	float:left;
	clear:both;
}

#fp-content-top .colour-shortcuts div,
#intra-fp-content-top .colour-shortcuts div {
	width:215px;
	margin-right:5px;
	margin-bottom:5px;
	height:70px;
	float:left;
	clear:none;
}

#fp-content-top .colour-shortcuts .colour-1 { background-image:url(grafik/fp_top_shortcut_color_1.jpg); }
#fp-content-top .colour-shortcuts .colour-2 { background-image:url(grafik/fp_top_shortcut_color_2.jpg); }
#fp-content-top .colour-shortcuts .colour-3 { background-image:url(grafik/fp_top_shortcut_color_3.jpg); }
#fp-content-top .colour-shortcuts .colour-4 { background-image:url(grafik/fp_top_shortcut_color_4.jpg); }
#fp-content-top .colour-shortcuts .colour-5 { background-image:url(grafik/fp_top_shortcut_color_5.jpg); }
#fp-content-top .colour-shortcuts .colour-6 { background-image:url(grafik/fp_top_shortcut_color_6.jpg); }

#intra-fp-content-top .colour-shortcuts .colour-1 { background-image:url(grafik/fp_top_shortcut_color_1.jpg); }
#intra-fp-content-top .colour-shortcuts .colour-2 { background-image:url(grafik/fp_top_shortcut_color_2.jpg); }
#intra-fp-content-top .colour-shortcuts .colour-3 { background-image:url(grafik/fp_top_shortcut_color_3.jpg); }
#intra-fp-content-top .colour-shortcuts .colour-4 { background-image:url(grafik/fp_top_shortcut_color_4.jpg); }
#intra-fp-content-top .colour-shortcuts .colour-5 { background-image:url(grafik/fp_top_shortcut_color_5.jpg); }
#intra-fp-content-top .colour-shortcuts .colour-6 { background-image:url(grafik/fp_top_shortcut_color_6.jpg); }

#fp-content-top .colour-shortcuts a,
#intra-fp-content-top .colour-shortcuts a {
	width:215px;
	height:70px;
	float:left;
	clear:both;
}

.user-info-no-user {
	width:239px;
	height:142px;
	background-image:url(grafik/fp_top_left_link_no_user.jpg);
	float:left;
	clear:none;
	background-repeat:no-repeat;
}

.user-info-no-user a{
	width:239px;
	height:142px;
	clear:both;
	display:block;
}


.user-info-user {
	width:239px;
	height:142px;
	background-image:url(grafik/fp_top_left_link_user.jpg);
	float:left;
	clear:none;
	background-repeat:no-repeat;
}

/* columns */

#columns {
	width:100%;
}



.left-column{
	margin-right:5px;	
	width:215px;
	float:left;
	clear:both;
}

.main-column{
	margin-right:5px;
	width:435px;
	clear:none;
	float:left;
}



.main-column-wide{
	width:680px;
	clear:none;
	float:left;
}

.right-column {
	width:240px;
	clear:none;
	float:left;
}

/* boxes */

.box .top{
	background-repeat:no-repeat;
	padding-left:14px;
	padding-right:14px;	
	position:relative;
	float:left;
	clear:both;
}

.box .top .headline {
	font-size:16px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:16px;
	padding-bottom:0px;
	height:28px;
	float:left;
	clear:both;
}


.box .body{
	background-repeat:repeat-y;
	padding:10px 14px 10px 14px;
	float:left;
	clear:both;
}

.box .bottom {
	background-repeat:no-repeat;
	width:100%;
	float:left;
	clear:both;
}


	/* left */
	.left-column .box {
		width:215px;
	}
	
	.left-column .box .top {
		background-image:url(grafik/left_column_top.png);
		width:187px;
	}
	
	.left-column .box .body {
		background-image:url(grafik/left_column_body.jpg);
		width:187px;
	}
	
	.left-column .box .bottom {
		background-image:url(grafik/left_column_bottom.jpg);
		height:12px;
	}

	/* right */
	.right-column .box {
		width:240px;
	}
	
	.right-column .box .top {
		background-image:url(grafik/right_column_top.png);
		width:212px;
	}
	
	.right-column .box .body {
		background-image:url(grafik/right_column_body.jpg);
		width:212px;
	}
	
	.right-column .box .bottom {
		background-image:url(grafik/right_column_bottom.jpg);
		height:12px;
	}
	
	/* main */
	
	.main-column .box {
		width:435px;
	}
	
	.main-column .box .top {
		background-image:url(grafik/main_column_top.png);
		width:407px;
	}
	
	.main-column .box .body {
		background-image:url(grafik/main_column_body.jpg);
		width:407px;
	}
	
	.main-column .box .content {
		width:100%;
	}
	
	.main-column .box .bottom {
		background-image:url(grafik/main_column_bottom.jpg);
		height:12px;
	}
	
	/* main wide */
	.main-column-wide .box {
		width:680px;
	}
	
	.main-column-wide .box .top {
		background-image:url(grafik/main_column_top_wide.png);
		width:652px;
	}
	
	.main-column-wide .box .body {
		background-image:url(grafik/main_column_body_wide.jpg);
		width:652px;
	}
	
	.main-column-wide .box .content {
		width:407px;
	}
	
	.main-column-wide .box .bottom {
		background-image:url(grafik/main_column_bottom_wide.jpg);
		height:12px;
	}
	
	.main-column-wide .box .top .tools {
		position:absolute;
		z-index:0;
		right:21px;
		top:10px;
	}
	
	.main-column-wide .box .top .tools div,
	.right-column .box .tools div {
		clear:none;
	}
	
	.main-column-wide .box .top .tools a,
	.right-column .box .tools a {
		font-size:11px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		background-repeat:no-repeat;
		padding-left:30px;
		padding-top:6px;
		display:inline;
		float:left;
		clear:none;
		height:16px;
	}
	
	#page-tool-print { background-image:url(grafik/page_tool_print.png)}
	#page-tool-MAF { background-image:url(grafik/page_tool_maf.png);margin-left:33px;}
	#page-tool-share { background-image:url(grafik/page_tool_share.png);margin-left:25px}
	
/* left menu */

	/* level 1 */
	span.level1,
	span.level1-active {
		display:block;
		float:left;
		clear:both;
		width:148px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		background-image:url(grafik/L1_menu_icon.gif);
		background-repeat:no-repeat;
		padding-left:19px;
		padding-right:20px;
		margin-bottom:9px;
	}	
	
	span.level1-active a{
		text-decoration:underline;
	}
		
	span.level1 a:link,
	span.level1 a:visited,
	span.level1 a:active,
	span.level1 a:hover,
	span.level1-active a:link,
	span.level1-active a:visited,
	span.level1-active a:active,
	span.level1-active a:hover {
		color:#333;
	}
	
	/* level 2 */
	
	.left-sub-menu-2 {
		display:inline;
		float:left;
		clear:both;
		margin-left:19px;
		width:168px;
		border-bottom:1px solid #000;	
		padding-bottom:5px;
		margin-bottom:9px;
	}
	
	span.level2,
	span.level2-active {
		display:block;
		float:left;
		clear:both;
		width:148px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:19px;
		padding-right:20px;
		margin-bottom:9px;
	}	
	
	span.level2-active {
		background-image:url(grafik/L2_menu_icon.gif);
		background-repeat:no-repeat;	
	}
		
	span.level2 a:link,
	span.level2 a:visited,
	span.level2 a:active,
	span.level2 a:hover,
	span.level2-active a:link,
	span.level2-active a:visited,
	span.level2-active a:active,
	span.level2-active a:hover {
		color:#333;
	}
	
	/* level 3 */
	span.level3,
	span.level3-active {
		display:block;
		float:left;
		clear:both;
		width:134px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:33px;
		margin-bottom:9px;
		padding-right:20px;
	}	
	
	span.level3-active a{
		text-decoration:underline;
	}
		
	span.level3 a:link,
	span.level3 a:visited,
	span.level3 a:active,
	span.level3 a:hover,
	span.level3-active a:link,
	span.level3-active a:visited,
	span.level3-active a:active,
	span.level3-active a:hover {
		color:#333;
	}
	
/* sitemap */

#sitemap {
	width:100%;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}

#sitemap a:link,
#sitemap a:visited,
#sitemap a:active,
#sitemap a:hover {
	color:#000;
}

#sitemap span {
	float:none;
	clear:both;
	display:block;
}
	
.sitemap-level-1 {
	margin-bottom:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.sitemap-level-2 {
	margin-left:25px;
	margin-bottom:9px;
	width:382px;
}

.sitemap-level-3 {
	margin-left:50px;
	margin-bottom:9px;
	width:357px;
}
	
/* seperator */

.seperator {
	height:1px;
	margin-top:10px;
	background-color:#666;
	margin-bottom:20px;	
	width:100%;
	float:left;
	clear:both;
	font-size:0px;
}

/* right list */

.right-list {
	width:95%;
	float:left;
	clear:both;
}

.right-list ul {
	float:right;
	clear:both;
	display:block;
}

.right-list ul li a {
	text-decoration:none;
}

.right-list ul li a:hover  {
	text-decoration:underline;	
}

/* left list */

.left-list {
	width:95%;
	float:left;
	clear:both;
}

.left-list ul {
	float:left;
	clear:both;
	display:block;
}

.left-list ul li a {
	text-decoration:none;
}

.left-list ul li a:hover  {
	text-decoration:underline;	
}

/* Formatering af Tabeller  */
.htmltable {
	border-collapse: collapse;
	border:none;
}

.htmltable td{
	border: 1px solid #fff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	padding:2px;
}

.htmltable th{
	border: 1px solid #fff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

/* user info frontpage */

.user-info-user {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:213px;
	padding:11px 11px 0px 15px;	
	color:#fff;
}

.user-info-user .fields {
	width:100%;
	height:107px;
}

.user-info-user .field {
	float:left;
	clear:both;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.user-info-user .label {
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:56px;
}

.user-info-user .value {
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:152px;
	padding-left:5px;
}

.user-info-user .field+.field {
	margin-top:5px;	
}

.user-info-user .edit-button {
	width:137px;
	height:20px;
	margin-left:83px;
	display:inline;
	float:left;
	clear:both;
}

.user-info-user .edit-button a {
	width:122px;
	height:19px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	padding-top:2px;
	display:block;
	float:left;
	text-decoration:none;
}

.user-info-user .edit-button a:link,
.user-info-user .edit-button a:visited,
.user-info-user .edit-button a:active,
.user-info-user .edit-button a:hover {
	color:#fff;
}

/* user info field (when no user) */


.user-info-no-user {
	
	width:213px;
	padding:11px 11px 0px 15px;	
	color:#fff;	
}

.user-info-no-user p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#fff;	
	margin:0px;
	padding:0px;
}

.user-info-no-user p a {
	display:inline;
	float:none;	
}

.user-info-no-user p a:link,
.user-info-no-user p a:visited,
.user-info-no-user p a:active,
.user-info-no-user p a:hover {
	color:#fff;	
}

.user-info-no-user p+p {
	margin-top:7px;		
}

/* medlemsoversigt */

.member-overview table {
	border-collapse: collapse;
	border:none;
}

.member-overview td{
	border: 1px solid #fff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	padding:4px;
	vertical-align:top;
}

.member-overview thead{
	border: 1px solid #fff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}


.member-overview thead td{
	white-space:nowrap;	
}

.member-overview .loading-text {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;	
}

.member-overview .loading-text img {
	margin-right:10px;	
}

/* video player */

.video-player + *, * + .video-player{
	margin-top:10px;	
}
