/******************************************************************/
/* Screen stylesheet for runningstyle.dk                          */
/* 2008 doStuff.dk / Anders Mogensen                              */
/*                                                                */
/* Credits:                                                       */
/*   PositionIsEverything for the Easy Clearing method            */
/*   http://www.positioniseverything.net/easyclearing.html        */
/*   (and Ingo Chao for patching it to cope with IE7)             */
/*                                                                */
/*   Eric Meyer for the global reset                              */
/*   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/*                                                                */
/*   Jason Summers for TweakPNG to fix gamma error showing in IE  */
/*   http://entropymine.com/jason/tweakpng/                       */
/*                                                                */
/******************************************************************/

/* Easy Clearing IE7 compatible */

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.25;
	font-family: inherit;
	text-align: left;
	}
	
a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align:top;
}
ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html, body { border: 0; margin: 0; padding: 0;}

body {
	text-align:center;
}

/* Presentational styling * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	background:url('/includes/images/layout/body_background.gif') top center repeat-y;
	background-color:#3D6295;
	font-family:Tahoma, arial, sans-serif;
	font-size:77.5%;
	color:#fff;
	text-align:center;
	height:100%;
}

a:link {color: #337}     /* unvisited link */
a:visited {color: #333}  /* visited link */
a:hover {color: #777}   /* mouse over link */
a:active {color: #33f}   /* selected link */

#container {
	width:900px;
	margin:0 auto;
	position:relative;
}

#header {
	width:900px;
	height:117px;
	background:url('/includes/images/layout/header_background.jpg') top left no-repeat;
	position:relative;
}

#title {
	width:255px;
	float:left;
	height:103px;
}

#title h1 {
	width:255px;
	text-align:right;
	font-size:3em;
	font-weight:normal;
	padding-top:15px;
}

#title h2 {
	width:255px;
	text-align:right;
	font-size:1.2em;
	font-weight:normal;
	color:white;
	margin:0;
	padding:0;
}

#logo {
	float:left;
	width:103px;
	height:103px;
}

ul#tools {
	padding-top:80px;
	padding-right:20px;
	float:right;
}

#tools li {
	float:left;
	margin-right:15px;
}

#tools li a {
	font-size:0.92em;
	color:white;
	text-decoration:none;
}

#tools li a:hover {
	color:#FCA46D;
}

#rsLevel {
	position:absolute;
	top:0px;
	right:260px;
}

#rsLevel a {
	color:#E3E8F0;
	font-size:0.8em;
	text-decoration:none;
}

#rsLevel a:hover {
	color:#fff;
	text-decoration:underline;
}

#login {
	position:absolute;
	top:1px;
	right:1px;
	width:250px;
	background:url('/includes/images/layout/login_background.gif') bottom left no-repeat;
}

#loginForm {
	height:75px;
	border-top:1px solid #4C6A94;
	padding-top:2px;
}

a#loginLink, a#logoutLink {
	display:block;
	padding:2px;
	/*background-color:#718AAD;*/
	margin:0px 8px 2px 8px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	text-decoration:none;
}

form#form_loginform fieldset {
	padding:0px 5px 0px 15px;
}

#form_loginform div {
	margin-bottom:5px;
}

#form_loginform label {
	float:left;
	width:80px;
	font-size:0.8em;
}

#form_loginform input {
	float:left;
	width:130px;
	font-size:0.8em;
	background-color:#2D4D79;
	border:1px solid #A1A1A1;
	color:white;
}

#form_loginform input.submit {
	float:right;
	width:auto;
	margin-right:20px;
}

a.login_toollink {
	float:left;
	width:auto;
	color:white;
	font-size:0.8em;
	padding-top:10px;
	margin-right:10px;
}

a.login_toollink:hover {
	color:#FCA46D;
}

#admin_logout {
	position:absolute;
	top:40px;
	right:0px;
	width:150px;
	padding:3px 0px 3px 0px;
	background-color:#879EBE;
}

#admin_logout a {
	display:block;
	text-align:center;
	font-size:0.85em;
	color:white;
	text-decoration:none;
}

#admin_logout a:hover {
	color:#FCA46D;
}

#switch {
	position:absolute;
	top:4px;
	right:230px;
	float:right;
	font-size:0.92em;
}

#switch a {
	color:#fff;
	text-decoration:none;
}

#switch a:visited {
	color:#fff;
}

#switch a:hover {
	text-decoration:underline;
	color:#FCA46D;
}

#content_container {
	width:900px;
	background:url('/includes/images/layout/content_background.gif') top left repeat-y;
	position:relative;
	padding-bottom:20px;
}

#middleFP {
	width:900px;
	height:224px;
	position:relative;
}

#middleFP img {
	float:left;
	margin-left:23px;
}

#middleFP h3 {
	font-weight:normal;
	font-size:1.5em;
	margin-left:110px;
	margin-bottom:15px;
	color:white;
}

#middleFP ul {
	margin-left:130px;
	list-style-type:disc;
}

#middleFP li {
	font-size:1.16em;
}

#middleFPteasertext {
	position:absolute;
	top:40px;
	right:20px;
	width:390px;
}

#middleFPteasertext p {
	font-size:0.88em;
	margin-bottom:1em;
}

#middleFPteasertext em {
	font-weight:bold;
	font-style:normal;
	font-size:1.15em;
}

#middle {
	width:900px;
	height:156px;
	position:relative;
}

#middle h1 {
	clear:both;
	padding-left:20px;
	padding-top:5px;
	font-size:2em;
	font-weight:normal;
}

#vitilbydersubmenu {
	clear:both;
	padding-left:16px;
	padding-top:37px;
}

ul#vitilbydermenu {
	list-style-type:none;
}

#vitilbydermenu li {
	float:left;
	margin-right:10px;
}

#vitilbydermenu li#analyse a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_analyse.gif') 0px -33px no-repeat;
	text-indent:-5000px;
}

#vitilbydermenu li#analyse a:hover {
	background:url('/includes/images/elements/vitilbyder_analyse.gif') 0px -0px no-repeat;
	height:33px;
}

#vitilbydermenu li#analyseS a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_analyse.gif') 0px -0px no-repeat;
	text-indent:-5000px;
}


#vitilbydermenu li#opfoelgning a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_opfoelgning.gif') 0px -33px no-repeat;
	text-indent:-5000px;
}

#vitilbydermenu li#opfoelgning a:hover {
	background:url('/includes/images/elements/vitilbyder_opfoelgning.gif') 0px -0px no-repeat;
	height:33px;
}

#vitilbydermenu li#opfoelgningS a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_opfoelgning.gif') 0px -0px no-repeat;
	text-indent:-5000px;
}


#vitilbydermenu li#foredrag a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_foredrag.gif') 0px -33px no-repeat;
	text-indent:-5000px;
}

#vitilbydermenu li#foredrag a:hover {
	background:url('/includes/images/elements/vitilbyder_foredrag.gif') 0px -0px no-repeat;
	height:33px;
}

#vitilbydermenu li#foredragS a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_foredrag.gif') 0px -0px no-repeat;
	text-indent:-5000px;
}


#vitilbydermenu li#video a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_video.gif') 0px -33px no-repeat;
	text-indent:-5000px;
}

#vitilbydermenu li#video a:hover {
	background:url('/includes/images/elements/vitilbyder_video.gif') 0px -0px no-repeat;
	height:33px;
}

#vitilbydermenu li#videoS a {
	display:block;
	width:120px;
	height:33px;
	background:url('/includes/images/elements/vitilbyder_video.gif') 0px -0px no-repeat;
	text-indent:-5000px;
}




ul#menu {
	margin-left:12px;
	padding-top:28px;
}

#menu li {
	float:left;
}



a#mainmenu_forside {
	display:block;
	width:98px;
	height:58px;
	background:url('/includes/images/elements/menu_forside.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainmenu_forside:hover {
	background:url('/includes/images/elements/menu_forside.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainmenu_forsideS {
	display:block;
	width:98px;
	height:58px;
	background:url('/includes/images/elements/menu_forside.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}


a#mainmenu_hvemervi {
	display:block;
	width:115px;
	height:58px;
	background:url('/includes/images/elements/menu_hvemervi.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainmenu_hvemervi:hover {
	background:url('/includes/images/elements/menu_hvemervi.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainmenu_hvemerviS {
	display:block;
	width:115px;
	height:58px;
	background:url('/includes/images/elements/menu_hvemervi.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}


a#mainmenu_analyse {
	display:block;
	width:147px;
	height:58px;
	background:url('/includes/images/elements/menu_vitilbyder.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainmenu_analyse:hover {
	background:url('/includes/images/elements/menu_vitilbyder.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainmenu_analyseS {
	display:block;
	width:147px;
	height:58px;
	background:url('/includes/images/elements/menu_vitilbyder.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mainmenu_viden {
	display:block;
	width:162px;
	height:58px;
	background:url('/includes/images/elements/menu_viden.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainmenu_viden:hover {
	background:url('/includes/images/elements/menu_viden.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainmenu_videnS {
	display:block;
	width:162px;
	height:58px;
	background:url('/includes/images/elements/menu_viden.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



/*mitrs_forside*/
/*mitrs_traeningsmappe*/
/*mitrs_minedata*/
a#mitrs_forside {
	display:block;
	width:98px;
	height:58px;
	background:url('/includes/images/elements/menu_forside.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mitrs_forside:hover {
	background:url('/includes/images/elements/menu_forside.gif') 0px -61px no-repeat;
	height:55px;
}

a#mitrs_forsideS {
	display:block;
	width:98px;
	height:58px;
	background:url('/includes/images/elements/menu_forside.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}




a#mitrs_traeningsmappe {
	display:block;
	width:146px;
	height:58px;
	background:url('/includes/images/elements/menu_traeningsmappe.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mitrs_traeningsmappe:hover {
	background:url('/includes/images/elements/menu_traeningsmappe.gif') 0px -61px no-repeat;
	height:55px;
}

a#mitrs_traeningsmappeS {
	display:block;
	width:146px;
	height:58px;
	background:url('/includes/images/elements/menu_traeningsmappe.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mitrs_minedata {
	display:block;
	width:110px;
	height:58px;
	background:url('/includes/images/elements/menu_minedata.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mitrs_minedata:hover {
	background:url('/includes/images/elements/menu_minedata.gif') 0px -61px no-repeat;
	height:55px;
}

a#mitrs_minedataS {
	display:block;
	width:110px;
	height:58px;
	background:url('/includes/images/elements/menu_minedata.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}




a#mainadmin_forside {
	display:block;
	width:95px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_forside.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainadmin_forside:hover {
	background:url('/includes/images/elements/menu_admin_forside.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainadmin_forsideS {
	display:block;
	width:95px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_forside.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mainadmin_kundedatabase {
	display:block;
	width:128px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_kundedatabase.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainadmin_kundedatabase:hover {
	background:url('/includes/images/elements/menu_admin_kundedatabase.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainadmin_kundedatabaseS {
	display:block;
	width:128px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_kundedatabase.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mainadmin_forum {
	display:block;
	width:75px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_forum.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainadmin_forum:hover {
	background:url('/includes/images/elements/menu_admin_forum.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainadmin_forumS {
	display:block;
	width:75px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_forum.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mainadmin_indstillinger {
	display:block;
	width:106px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_indstillinger.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainadmin_indstillinger:hover {
	background:url('/includes/images/elements/menu_admin_indstillinger.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainadmin_indstillingerS {
	display:block;
	width:106px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_indstillinger.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



a#mainadmin_superadmin {
	display:block;
	width:110px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_superadmin.gif') top left no-repeat;
	text-indent:-5000px;
}

a#mainadmin_superadmin:hover {
	background:url('/includes/images/elements/menu_admin_superadmin.gif') 0px -61px no-repeat;
	height:55px;
}

a#mainadmin_superadminS {
	display:block;
	width:110px;
	height:58px;
	background:url('/includes/images/elements/menu_admin_superadmin.gif') 0px -116px no-repeat;
	text-indent:-5000px;
}



img#eyecandy {
	position:absolute;
	top:0px;
	right:21px;
}

img#eyecandyFP {
	position:absolute;
	top:0px;
	right:21px;
}

#selection {
	width:444px;
	height:214px;
	background:url('/includes/images/layout/selection_background.gif') top left no-repeat;
	position:absolute;
	top:10px;
	left:228px;
	/*behavior: url('/includes/css/iepngfix.htc');*/
}

#selection h2 {
	margin-left:30px;
	margin-top:4px;
	margin-bottom:10px;
	font-size:2.0em;
	font-weight:normal;
	color:white;
	padding-top:0px;
}

#selection p {
	margin-left:30px;
	margin-bottom:1em;
}

#selection_partleft {
	float:left;
	width:193px;
	margin-left:20px;
	margin-right:10px;
	display:inline; /*IE6 bug fix*/
}

#selection_partright {
	float:left;
	width:193px;
	margin-right:0px;
	display:inline; /*IE6 bug fix*/
}

#content {
	background-color:white;
	width:835px;
	margin-left:8px;
	color:#444;
	padding-left:20px;
	padding-right:16px;

	padding-bottom:20px;
}

#content p {
	margin-bottom:1em;
}

#content strong {
	font-weight:bold;
}

h2 {
	font-size:1.2em;
	color:#2D4D79;
	padding-top:1em;
	margin-bottom:1em;
	font-weight:normal;
}

h3 {
	font-size:1.12em;
	font-weight:normal;
	color:#555;
	margin-bottom:1em;
}

#content em {
	font-weight:bold;
	font-style:normal;
}

#content ol {
	margin-left:25px;
	margin-bottom:1em;
}

#content ul {
	margin-left:20px;
	margin-bottom:2em;
	list-style-type:circle;
}

#content li {
	margin-bottom:0.8em;
}

#content dt {
	font-weight:bold;
}

#content dd {
	padding-left:10px;
	margin-bottom:1em;
}

#content_FPright {
	float:right;
	width:390px;
}

#content #leftcolumn {
	float:left;
	margin-top:20px;
	margin-left:8px;
	width:468px;
	display:inline;

}

#leftcolumn .leftcolumn_col {
	width:214px;
	padding:10px;
	float:left;
}

#content #rightcolumn {
	margin-top:20px;
	
	float:right;
	width:325px;
}

#content .divide {
	background:url('/includes/images/elements/rightcolumn_divide.gif') top left repeat-y;
}


h2#news {
	font-size:1.9em;
	color:#2D4D79;
	font-weight:normal;
	margin-bottom:20px;
}

#content_FPright h3, #content #rightcolumn h3 {
	font-size:1.3em;
	color:#2D4D79;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:15px;
}

#rightcolumn h4 {
	margin:40px 0px 10px 0px;
	font-weight:normal;
	color:#000;
}

#rightcolumn h5 {
	color:#444;
	font-style:italic;
	font-weight:normal;
}

.news_text {
	margin-bottom:30px;
}

.news_text p {
	font-size:0.92em;
	margin-bottom:1em;
	margin-left:15px;
}

#footer {
	background:url('/includes/images/layout/footer_background.gif') bottom left no-repeat;
	width:835px;
	margin-left:8px;
	color:#444;
	padding-left:20px;
	padding-right:16px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #e5e5e5;
	
}

#bottomtools {
	float:left;
	width:550px;
}

#bottomtools li {
	float:left;
	font-size:0.84em;
	margin-right:20px;
}

#bottomtools li a {
	color:#999;
	text-decoration:none;
}

#bottomtools li a:hover {
	color:#000;
	text-decoration:underline;
}

#contactinformation {
	border-left:1px solid #e5e5e5;
	padding-left:10px;
	float:right;
	width:150px;
	margin-right:30px;
	font-size:0.8em;
	color:#777;
}

#contactinformation h4 {
	display:block;
	color:#999;
	margin-bottom:8px;
	font-weight:normal;
}

#contactinformation a {
	color:#333;
	text-decoration:none;
}

#contactinformation a:hover {
	color:#000;
	text-decoration:underline;
}

p#author {
	text-align:right;
	margin-right:60px;
	color:#8199BA;
	font-size:0.8em;
	margin-top:5px;
}

p#author a {
	color:#AABAD1;
	text-decoration:none;
}

p#author a:hover {
	color:white;
	text-decoration:underline;
}


.teaserbox {
	width:466px;
	background:url('/includes/images/elements/teaserbox_background.gif') top left no-repeat;
	margin:0;
}

.teaserbox ul {
	font-size:0.85em;
	margin-top:10px;
	line-height:1;
}

.teaserbox small {
	font-size:0.85em;
	
}

.teaserbox div {
	width:346px;
	background:url('/includes/images/elements/teaserbox_bottom.gif') bottom left no-repeat;
	padding:18px 60px 30px 60px;
	color:white;
	font-size:1.4em;
	margin-bottom:0px;
}

.teaserbox div.cont {
	width:346px;
	background:url('/includes/images/elements/teaserbox_bottom2.gif') bottom left no-repeat;
	padding:18px 60px 30px 60px;
	color:white;
	font-size:1.4em;
	margin-bottom:0px;
}

.teaserbox_unders {
	width:466px;
	background:url('/includes/images/elements/teaserbox_unders_background.gif') top left no-repeat;
	padding-top:10px;
}

.teaserbox_under1 {
	float:left;
	width:170px;
	padding:5px 18px 30px 18px;
	margin-left:25px;
	display:inline;
}

.teaserbox_under2 {
	float:left;
	width:170px;
	padding:5px 18px 30px 18px;
	margin-left:6px;
	display:inline;
}

.teaserbox_unders h3 {
	font-size:1.2em;
	color:white;
	font-weight:normal;
	margin-bottom:0.8em;
}

.teaserbox_unders p {
	font-size:0.92em;
	color:white;
}

.teaserbox_unders ul {
	list-style-image: url('/includes/images/elements/teaserbox_under_arrow.gif');
	list-style-type: circle;
	margin-left:25px;
}

.teaserbox_unders li {
	margin-bottom:5px;
}

.teaserbox_unders a {
	color:white;
}

.teaserbox_unders a:hover {
	color:#CBD7E5;
}

img.teaserbox_unders_bottom {
	margin-left:25px;
}

#vertmenu {
	float:left;
	width:290px;
	background:url('/includes/images/elements/personcolumn_background.gif') right repeat-y;
	text-align:right;
}

#lmenu {
	margin-top:40px;
	float:left;
	width:200px;
	background:url('/includes/images/elements/personcolumn_background.gif') right repeat-y;
	text-align:right;
	padding-bottom:60px;
}

#lmenu ul {
	list-style-type:none;
}

#lmenu a.lmenuSuper {
	display:block;
	text-align:right;
	padding:7px 10px 7px 0px;
	margin:3px 0px 3px 0px;
	color:#333;
	text-decoration:none;
	font-size:1.1em;
}

#lmenu a.lmenuSuperS {
	display:block;
	text-align:right;
	padding:7px 10px 7px 0px;
	margin:3px 0px 3px 0px;
	color:#333;
	text-decoration:none;
	font-size:1.1em;
	background:url('/includes/images/elements/personcolumn_backgroundS.gif') right repeat-y;
}

#lmenu ul.sideBarSubItem {
	margin-bottom:15px;
}

#lmenu ul.sideBarSubItems li a.US {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:3px 10px 3px 0px;
	margin:2px 0px 2px 0px;
	background:none;
	text-decoration:none;
	color:#333;
}

#lmenu ul.sideBarSubItems li a.S {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:3px 10px 3px 0px;
	margin:2px 0px 2px 0px;
	background:url('/includes/images/elements/personcolumn_backgroundS.gif') right repeat-y;
	text-decoration:none;
	color:#333;
}

#lmenu a.lmenuSub {
	display:block;
	text-align:right;
	padding:4px 20px 4px 0px;
	color:#333;
	text-decoration:none;
	font-size:0.92em;
}

#lmenu a.lmenuSubS {
	display:block;
	text-align:right;
	padding:4px 20px 4px 0px;
	color:#333;
	text-decoration:none;
	font-size:0.92em;
	background:url('/includes/images/elements/personcolumn_backgroundS.gif') right repeat-y;
}

#lmenu h4 {
	text-align:center;
	margin-right:1px;
	margin-top:10px;
	color:black;
	border-bottom:2px solid #B4C0D3;
	border-top:2px solid #B4C0D3;
	background-color:white;
	
}

#vertmenu a {
	display:block;
	text-align:right;
	padding:7px 10px 7px 0px;
	color:#333;
	text-decoration:none;
}

#vertmenu a:hover, #lmenu a:hover {
	color:#888;
}

#vertmenu a.selected {
	background:url('/includes/images/elements/personcolumn_backgroundS.gif') right repeat-y;
}

#vertmenu .personnavn {
	font-size:1.1em;
}

#vertmenu .persondesc {
	font-size:0.92em;
}

#rcontent {
	float:left;
	width:570px;
	margin-top:40px;
	padding:20px 0px 100px 60px;
	background:url('/includes/images/elements/personbeskcolumn_background.gif') repeat-y;
	font-size:0.92em;
}

#vertcontent {
	float:left;
	width:480px;
	padding:20px 0px 40px 60px;
	background:url('/includes/images/elements/personbeskcolumn_background.gif') repeat-y;
	font-size:0.92em;
}

#rcontent h1 {
	font-size:1.8em;
	margin-bottom:1em;
}

#personbesk_info {
	float:right;
	width:130px;
	margin:0px 0px 20px 20px;
	padding:5px;
}

#personbesk_info h4 {
	text-align:right;
	padding-right:13px;
	margin-bottom:10px;
	font-style:italic;
	font-size:0.88em;
}

a.link_mail {
	background:url('/includes/images/elements/icon_letter.gif') left no-repeat;
	padding-left:20px;
	color:#333;
}

a.link_mail:hover {
	color:#777;
}


.smaller {
	font-size:0.92em;
}

div.cite {
	font-size:1.32em;
	color:#888;
	padding:10px 0px 0px 40px;
	background:url('/includes/images/elements/cite_background.gif') top left no-repeat;
	margin-bottom:15px;
}

.videncontent_box {
	float:right;
	width:260px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 10px 10px;
	background:url('/includes/images/elements/videncontent_box_background.gif') bottom left no-repeat;
}

.videncontent_box .cite {
	margin-bottom:30px;
}

.tilrasmus {
	width:90%;
	padding:2% 5% 2% 5%;
	background-color:black;
	color:white;
	font-weight:normal;
	font-size:1.2em;
}

table.datatabel {
	width:80%;
	margin:0em 10% 2em 10%;
}

.datatabel th, .datatabel_wide th {
	background-color:#E2E7EE;
}

.datatabel th, .datatabel td, .datatabel_wide th, .datatabel_wide td {
	padding:2px;
}

.datatabel td.thlike, .datatabel_wide td.thlike {
	background-color:#E2E7EE;
}

.datatabel_wide {
	width:100%;
	margin:0em 0em 2em 0em;
}

table.kalendertabel {
	width:468px;
	margin-bottom:1em;
}

.kalendertabel td {
	width:66px;
	overflow:hidden;
	font-size:0.88em;
	height:60px;
	border-bottom:3px solid #e9f1ff;
}

.kalendertabel span.taken {
	color:red;
}

.kalendertabel div.kalenderdag {
	background-color:#E9F1FF;
}

div.kalender_idag {
	background-color:green;
}

.kalendertabel th {
	background-color:#E2E7EE;
}

.staerk td {
	background-color:#eeeef9;
}

p.forum_infoline {
	background-color:#E2E7EE;
}

div.forum_reply {
	margin:0px 30px 20px 30px;
	font-size:0.88em;
}

.forum_reply h4 {
	background-color:#e2e7ee;
	margin-bottom:4px;
}

h4.forum_reply {
	background-color:#e2e7ee;
}

h4.forum_reply a {
	display:block;
}

.toggleDiv {
	border:5px solid #e2e7ee;
	padding:10px;
}


/*************************************************/
/*   Formular Storform                           */
/*************************************************/

.storform {
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  width: 442px; 
}

.storform input, .storform textarea, .storform select {
	font-family:'lucida grande', 'lucida sans unicode', verdana, georgia, arial, sans-serif;
  font-size:0.9em;
  color:#222;
  /*border-color:#999;*/
}

.storform fieldset {
  /*border:1px solid #888;*/
  background:url('/includes/images/elements/personcolumn_background.gif') right repeat-y;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin:0;
}

.storform fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                   /* be careful with padding, it'll shift the nice offset on top of border  */
  padding-right:10px;
}

.storform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.storform label.leftlabel {
	display:block;
	width:100%;
	background-color:red;
	text-align:left;
}

.storform label.widelabel {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 340px; 
	padding: 0; 
	padding-left:10px;
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

.fedlabel label {
	font-weight:bold;
	color:#777;
}

.storform input, .storform textarea, .storform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:220px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.storform input.narrow {
	width:100px;
}

.storform input.verynarrow {
	width:40px;
}

.storform input.radio {
	width:auto;
}

.storform input.checkbox {
	width:auto;
}

.storform input.submit {
	margin-left:280px;
	width:auto;
}

.storform input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.storform textarea { overflow: auto;height:100px; }

.storform textarea.stortfelt {
	height:200px;
	width:90%;
}

.storform select {
	width:auto;
}

.storform small {
	display: block;
	margin: 0 0 5px 170px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 0.84em;
	color:#666;
}

.storform .fValidator-msg {
	display: block;
	margin: 5px 27px 5px 170px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 2px 5px 2px 15px;
	font-size: 88%;
	background-color:#f44;
	color:white;
}

.storform .required{
	font-weight:bold;
} /* uses class instead of div, more efficient */

.storform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.storform #submit, .storform #submit2, .storform #reset {
	width:auto;
	padding:0 2px 0 2px;
}

.storform .reqmes {
	font-size:0.8em;
	color:#bbb;
	display:inline;
	padding-top:5px;
}

.storform .check {
	width:auto;
}

.storform .nosp {
	visibility:hidden;
}

.storform div.form_rightpart {
	float:right;
	width:250px;
	padding-top:10px;
}

form.storform input.doButton {
	background-color:#777;
	border:none;
	padding:0;
	margin:2px;
	font-size:0.8em;
	color:white;
	width:auto;
}

.nosp input {
	height:1px;
	margin:0;
	padding:0;
}

.nosp label {
	font-size:0.1em;
	margin:0;
	padding:0;
}

p.formmsg {
	font-size:0.85em;
	color:#999;
	text-align:right;
	padding-right:30px;
}

.msgErr {
	width:300px;
	margin:0 auto;
	padding:10px 10px 10px 50px;
	color:white;
	font-weight:normal;
	margin-bottom:20px;
	background:url('/includes/images/elements/msgErr.gif') left no-repeat;
	background-color:#900;
}

.msgAppr {
	width:300px;
	margin:0 auto;
	padding:10px 10px 10px 50px;
	color:white;
	font-weight:normal;
	margin-bottom:20px;
	background:url('/includes/images/elements/msgAppr.gif') left no-repeat;
	background-color:#129900;
}












#selectbox {
	width:464px;
}

#selectbox ul#selectbox_menu {
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0;
}

#selectbox_menu li {
	display:block;
	float:left;
	width:140px;
	margin:0;
	padding:0;
}

#selectbox_menu li a {
	display:block;
	width:140px;
	height:25px;
	padding:15px 0px 0px 0px;
	text-align:center;
	background:url('/includes/images/elements/selectbox_menu_bg.gif') top left repeat-x;
	text-decoration:none;
	font-size:1.12em;
}

#selectbox_content {
	background:url('/includes/images/elements/selectbox_content_bg.gif') top left repeat-x;
	padding:10px;
	position:relative;
}



/******************************************/
/*      Tooltip classes                   */
/******************************************/

div.niceTitle
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	font-family: "Trebuchet MS", sans-serif;
	width: 150px;
	left: 0;
	top: 0;
	padding: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
	-moz-opacity: .87;
	-khtml-opacity: .87;
	opacity: .87;
}
div.niceTitle .contents
{
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.niceTitle p
{
	color: #D17E62;
	font-size: 0.9em;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
	-moz-opacity: 1;
}



#TJK_ToggleON,#TJK_ToggleOFF {display:none}


.box {
	border:2px solid #9bafe2;
	padding:10px;
}

.structural {
	position:absolute;
	left:-9999px;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

p.padding-top {
	padding-top:15px;
}

span.mitrsNavn {
	font-size:0.62em;
}

.msg {
	background:url('/includes/images/elements/selectbox_content_bg.gif') top left repeat-x;
	padding:10px;
	margin-bottom:1em;
}

.msg img {
	float:right;
}

.msg table {
	
}

.msg td {
	padding:3px;
}

a.linkbutton {
	padding:4px 10px 4px 10px;
	background-color:#666;
	color:#fff;
	text-decoration:none;
}

a.linkbutton:hover {
	background-color:#222;
}

button.calendar_trigger {
	border:1px solid #666;
	background-color:#eee;
}

#anlysis_survey h3 {
	margin:0;
}

div.info {
	background-color:#eee;
	margin-bottom:1em;
}

div.answer {
	margin-left:10px;
}

.answer h3 {
	margin:0;
	padding:0;
}

.answer p {
	background-color:#eee;
	padding:5px 0px 5px 0px;
}

input.conclusionButton {
	float:left;
	width:auto;
	background-color:#444;
	color:white;
}

h5.std-con {
	clear:both;
	margin:0;
	padding:0;
	padding-top:10px;
}

.message {
	border:3px solid #CCCCCC;
	position:absolute;
	width:480px;
	border:1px solid #c93;
	background:#cfc;
	padding:4px;
	left:20px;
	top : -170px;
	color:black;
	z-index:100;
}

.reminder {
	border:2px solid #999;
	padding:5px 5px 5px 30px;
	margin-bottom:1em;
	background:url('/includes/images/elements/icon_reminder.gif') top left no-repeat;
}

#injuryperson { 
  background-image: url('/includes/images/elements/injuryperson.gif');
  width: 230px;
  height: 264px;
  position:relative;
  float:left;
  }
  
#injurymenu a {
  position: absolute;
  text-decoration: none;
}

#injurymenu_showall a {
	position: absolute;
  text-decoration: none;
  border:1px solid black;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#injurymenu a i { visibility: hidden; }

#injurymenu_showall a i {
	visibility:visible;
}

#injurymenu a:hover {
	border:1px solid black;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

form.cmsform fieldset {
	background:url('/includes/images/elements/personcolumn_background.gif') right repeat-y;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin:0;
}

.cmsform label {
	margin-top:10px;
	display:block;
}

.cmsform input {
	width:300px;
}

.cmsform input.narrow {
	width:50px;
}

.cmsform small {
	display:block;
	color:#888;
}

.cmsform input.submit {
	margin-left:280px;
	width:auto;
}

.modal {
	display:none;
}

.modal a:active {
	outline:none;
}

#offerings {
	padding-top:20px;
}

.offering-item {
	border-top:1px solid #c7d2e0;
	border-bottom:1px solid #c7d2e0;
	background:url('/includes/images/elements/accordion-item_bg.gif') top left repeat-x;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}

.offering-item h2 {
	font-size:24px;
	padding:0;
	margin:10px 0px 15px 0px;
}

.offering-item p, .offering-item li {
	font-size:11px;
}

.offering-item p.teaser {
	font-style:italic;
	font-size:11px;
	line-height:18px;
	padding-right:10px;
}

.offering-hidden {
	display:none;
}

.offering-item div.offering-candy {
	float:left;
	width:370px;
}

.offering-item div.offering-content {
	float:right;
	width:460px;
}

.offering-orderbutton {
	position:absolute;
	top:10px;
	right:10px;
	width:151px;
	height:52px;
}



/****************************************************************************************/
/* jquery impromptu modal box */
/****************************************************************************************/

.jqifade{
      position: absolute;
      background-color: #000000;
}
div.jqi{
      width: 800px;
      position: absolute;
      background-color: #000000;
	  color:white;
      font-size: 11px;
      text-align: left;
      border: solid 1px #000000;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}

a.playlistitem {
	display:block;
}
div.jqi .jqicontainer{
      font-weight: normal;
	  color:white;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #ffffff;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      background-color: #000000;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}


/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:196px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(/includes/images/elements/playlist_light.gif) no-repeat 0px -69px;
	padding-right:60px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(/includes/images//playlist_dark.gif) no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url(/includes/images/playlist_light_small.gif);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/includes/images/elements/playlist_up.gif) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/includes/images/elements/playlist_down.gif);	
}

div.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/

a#player {
	float:right;
}

a#player2 {
	float:left;
}








h2.slidebutton {
	width:560px;
	background-color:#E7EAEF;
	padding:10px 5px 10px 5px;
	margin-bottom:0px;
	margin-top:4px;
}
h2.slidebutton:hover {
	cursor:pointer;
	background-color:#D3D9E2;
}
div.slidepanel {
	padding:10px 20px 10px 40px;
}

h3.videoslidebutton {
	width:560px;
	background-color:#777;
	color:white;
	padding:4px;
	margin-bottom:0px;
	margin-top:4px;
}

h3.videoslidebutton:hover {
	cursor:pointer;
	background-color:#666;
}

div.videoslidepanel {
	width:560px;
	background-color:#000;
}


#articlestyles em {
	font-style:italic;
}


#articlestyles tbody td {
	padding:5px;
	background-color:#eeeef9;
	border:2px solid white;
}

.kalendertabel th.siridk {
	background-color:#E2E7EE;
}

.staerk td.flflf {
	background-color:#eeeef9;
}



		
/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #600;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('/includes/images/map/bullets.png');
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 50px;
	left: 30px;
	width: 400px;
	height: 400px;
	background-color:white;
	z-index: 10;
	border:1px solid black;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: black;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}

#map div.popup div.times {
	height:240px;
	overflow:auto;
}

#map div.popup div.times table {
	margin:0;
	padding:0;
}

#map div.popup div.times table td {
	font-size:12px;
}

table#bookingtable {
	
}

#bookingtable td {
	padding:3px;
	background-color:#f1f1ff;
	border-bottom:2px solid white;
}

