@charset "utf-8";
html {
	overflow-y: scroll;
	/* height: 101%; */
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p {
	margin: 0px; /* this makes linebreaks easier */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	color: #222222;
	letter-spacing: 0px;
	line-height: 19px;
}

.korean {
	margin: 0px; /* this makes linebreaks easier */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #222222;
	letter-spacing: 0px;
	line-height: 19px;
}

A:link { color: #886666; text-decoration: none; }
A:visited { color:#664444; text-decoration: none; }
A:hover { color: Black; text-decoration: underline; }


/* +++++++++++++++ tags for sIFR-HEADERS ++++++++++++++++ */


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

h1 {
	text-align: center;
	/* text-align: left; */
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 42px;
	display: inline;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
	/* margin: 0px; */
}

h3 {
	font-size: 20px;
	display: inline;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	text-align: left;
	padding: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
	/* line-height: 22px; */ /* line-height skalerer bogstaverne - ikke godt! */
	margin: 20px 0 20px 0;
	text-align: left;
	padding: 20px 0 20px 0;
	display: inline;
}

/* added this myself */
h6 {
	font-size: 12px;
	margin: 20px 0 20px 0;
	text-align: left;
	padding: 20px 0 20px 0;
	display: inline;
}


/*** ++++++++++++++++++ header tags ++++++++++++++++++++++ ***/

.overskrift_top {
	font-family: Trebuchet MS, helvetica, arial, sans, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #777777;
	text-align: right;
	letter-spacing: 0px;
}

.overskrift2 {
	display: block;
	font-family: Trebuchet MS, helvetica, arial, sans, sans-serif;
	color: #666666;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	/* display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #222222;
	margin: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 15px 0px; */	
}

.dato {
	color: #666666;
	margin: 0px; /* this makes linebreaks easier */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
}

.smalltext {
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 17px;
}

.footer {
	color: #886666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
	padding-right: 80px;
	padding-bottom: 50px;
}

.footer A:link { color: #886666; text-decoration: none; }
.footer A:visited { color:#664444; text-decoration: none; }
.footer A:hover { color: Black; text-decoration: underline; }


/* content_tags *******************************************/

.billedtekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 5px;
}

.img_border {
	border: 1px solid #aaaaaa;
}

.buttons {
	width: 184px;
	display: block;
	/* float: none; */
	/* position: fixed; */
}

.buttons a, .buttons a:visited, .buttons a:active, .buttons a:link /* last one rules unvisited link */ {
	display: block;
	color: #444444;
	background-color: ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	/* font-weight: bold; */
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 7px 0px 7px 10px;
	border-top: 1px solid #dddddd;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	display: block;
	background-color: #ffffff;
	padding: 7px 0px 7px 10px;
	border-top: 1px solid #dddddd;
	/* border-left: 1px solid #aaaaaa; */
	/* border-bottom: 1px solid #666633; */
	color: #000000;
	text-decoration: none;
}


/* -------------- PUBLIKATIONER -------------- */

#publikation2 a:link, #publikation2 a:visited, #publikation2 a:active{
	width: 272px;
	/* height: 50px; */
	float: left;
	display: block;
	padding: 15px 5px 15px 17px;
	/* background-color: #f6f6f6; */
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 16px;
	border-top: 1px solid #dddddd;
	cursor: pointer;
}

#publikation2 a:hover {
	background-color: #f6f6f6;
	color: #111111;
	padding: 15px 5px 12px 17px;
	border-bottom: 3px solid #CCCCCC;
	/* border-bottom: 5px solid #333333; */
	/* font-weight: bold; */
	text-decoration: none;
}

#publikation2 img {
	/* border: 1px solid #888888; */
	border: 0px;
	float: left;
	display: block;
}

#publikation2_spacer {
	float: left;
	display: block;
	height: 80px;
	width: 25px;
}

/* ---------------- test ------------------ */

#publikation3 a:link, #publikation3 a:visited, #publikation3 a:active{
	width: 180px;
	/* height: 50px; */
	float: left;
	display: block;
	padding: 15px 0px 15px 0px;
	/* background-color: #f6f6f6; */
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 14px;
	border-top: 1px solid #dddddd;
}

#publikation3 a:hover {
	background-color: #f6f6f6;
	color: #111111;
	padding: 15px 0px 12px 0px;
	border-bottom: 3px solid #CCCCCC;
	/* border-bottom: 5px solid #333333; */
	/* font-weight: bold; */
	text-decoration: none;
}

#publikation3 img {
	/* border: 1px solid #888888; */
	border: 0px;
	float: left;
	display: block;
}

#publikation3 h1 {
	font-size: 8pt;
	line-height: 16px;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
}

#publikation3_spacer {
	float: left;
	display: block;
	height: 80px;
	width: 10px;
}

/* ---------------- BESTILLING ------------- */

#bestilling_bog {
	width: 190px;
	float: left;
	display: block;
	padding: 10px 0px 12px 6px;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

#bestilling_bog .radiobtn {
	display: block;
	float: left;
	width: 30px;
	height: 60px;
	line-height: 14px;
	color: #222222;
	padding-top: 11px;
}

#bestilling_bog .radiobtn img {
	padding-top: 7px; /* red_dot properties */
	padding-left: 5px;
}

#bestilling_bog img {
	display: block;
	float: left;
	border: 0px;
	padding-right: 10px;
	padding-top: 3px;
}

#bestilling_bog .info {
	display: block;
	float: left;
	width: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 13px;
	color: #222222;
}

#bestilling_bog .number {
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
}

/* ----------------------- */

#bestilling2_tablepad {
	padding-left: 20px;
	margin-left: 20px;
}

#bestilling2 {
	width: 192px;
	float: left;
	display: block;
	padding: 10px 0px 12px 8px;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

#bestilling2 .radiobtn {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 14px;
	color: #111111;
	padding-top: 10px;
}

#bestilling2 .radiobtn img {
	padding-top: 6px; /* red_dot properties */
	padding-left: 5px;
}

#bestilling2 img {
	display: block;
	float: left;
	border: 0px;
	padding-right: 12px;
}

#bestilling2 .info {
	display: block;
	float: left;
	width: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 13px;
	color: #111111;
}

#bestilling2 .number {
	font-size: 8pt;
	font-weight: normal;
	line-height: 15px;
}


/* ---------------- AKTIVITETER ------------ */

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.Aktiviteter {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 19px; /* 17px; */
	/* background: lightyellow; */
}

.Aktiviteter .header {
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0px;
	/* font-size: 13px; */
}

/* "link"-color */
.Aktiviteter .link { color: #886666; }

/* UNORDERED LISTS with big links */
.Aktiviteter ul {
	border-top: 1px solid #dddddd;
	clear: both;
	padding: 0px;
	margin: 0px 0px 1.5em 0px;
}

.Aktiviteter ul li {
	width: 590px;
	padding: 0px;
	margin: 0px;
	!margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	!list-style-position: outside; /* ah, IE7 fix */
	_list-style-position: outside; /* IE6 */
	clear: both;
}

.Aktiviteter ul li a {
	width: 100%;
	display: block;
	/* float: left; */
	padding: 7px 0px 2px 0px;
	background-color: #FCFCFC; /* #ffffff; */
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

.Aktiviteter ul li a:hover {
	background-color: #f6f6f6;
	color: #111111;
	padding: 7px 0px 0px 0px;
	border-bottom: 3px solid #CCCCCC;
	/* text-decoration: none; */
}

.Aktiviteter ul li a .date {
	display: block;
	float: left;
	/* background: pink; */
	/* width: 50px; */
	padding-left: 10px;
}

.Aktiviteter ul li a .info {
	display: block;
	width: auto;
	margin: 0px;
	margin-left: 80px;
	padding: 0px 15px 5px 0px;
	/* background: #FF6; */
}

.Aktiviteter ul li a .image {
	display: block;
	float: right;
	/* background: green; */
	width: 40px;
	padding: 0px 15px 7px 10px;
}

.Aktiviteter ul li a .image img {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	display: block;
	/* float: left; */
}


/* #aktiviteter a:link, #aktiviteter a:visited, #aktiviteter a:active{
	width: 580px;
	float: left;
	display: block;
	padding: 7px 0px 7px 10px;
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

#aktiviteter a:hover {
	background-color: #f6f6f6;
	color: #111111;
	padding: 7px 0px 5px 10px;
	border-bottom: 3px solid #CCCCCC;
	text-decoration: none;
}

#aktiviteter .date {
	display: block;
	float: left;
	width: 60px;
}

#aktiviteter .info {
	display: block;
	float: left;
	width: 470px;
}

#aktiviteter .red {
	color: #886666;
}

#aktiviteter img {
	border: 1px solid #CCCCCC;
	padding: 0px;
	float: left;
}
	
.aktiviteter_headeryear {
	float: left;
	display: block;
	width: 590px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 17px;
	border-bottom: 1px solid #CCCCCC;
}

.aktiviteter_vspace {
	float: left;
	display: block;
	height: 25px;
	width: 590px;
} */


/* +++++++++++++++++++++++++++++++ OMtags +++++++++++++++++++++++++ */

.om_bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	color: #111111;
	line-height: 17px;
	border-bottom: 1px solid #EEEEEE;
}

.om_bar .year {
	display: block;
	float: left;
	width: 65px;
	padding: 3px 0px 0px 20px;
}

.om_bar .info {
	display: block;
	float: left;
	width: 415px;
	padding: 3px 0px 0px 0px;
	/* border-bottom: 1px solid #EEEEEE; */
}



/* ------------------ LINKS -------------------------- */

.linkswrapper {
	float: left;
	width: 576px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
}

.lnk_Indexletter {
	width: 576px;
	text-align: left;
	float: none;
	font: 24px/30px 'CallunaRegular'; /* 60/68 is size and line-height */
	/* margin-bottom: 1em; */
	color: #555555;
}

.links a:link, .links a:visited, .links a:active, .links a {
	width: 576px;
	/* height: 17px; */
	float: left;
	/* display: block; */
	/* padding: 2px 5px 2px 8px; */
	padding: 2px 0px 2px 0px;
	background-color: #ffffff;
	color: #886666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 18px;
	border-top: 1px solid #eeeeee;
	outline:none; /* removes select border */
}

.links a:hover {
	background-color: #f6f6f6;
	color: #111111;
	/* padding: 2px 5px 0px 8px; */
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #CCCCCC;
	text-decoration: none;
}

.links .left {
	width: 263px;
	border: 0px;
	float: left;
	/* display: block; */
	cursor: pointer;
	padding-left: 5px;
}

.links .right {
	width: 308px;
	/* float: left; */
	margin-left: 268px;
	/* display: block; */
	cursor: pointer;
	color: #222222;
}

.links .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 1px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.links_spacer {
	float: left;
	display: block;
	height: 10px;
	width: 25px;
}

.link_bar_vspacer {
	display: block;
	height: 15px;
}


/* ------------------ TOOLTIP LINKS ------------------ */

a.tooltip {
    position: relative; /*this is the NEW key*/
	/* bottom: 10px;
	right: 10px; */
    z-index:24;
	background-color: #FFFFFF;
    color:#000000;
    text-decoration: none;
	border: 0px;
	float: left;
	display: block;
}

a.tooltip:hover {
	z-index: 25;
	/* background-color: #FFFF00; */
	/* cursor: default; */
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span { /*the span will display just on :hover state*/
    display: block;
    position: fixed;
    bottom: 10px;
	left: 12px;
	/* right: 12px; */
	width: 300px;
    border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #CCCCCC;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
    background-color: #F6F6F6;
	padding: 0px;
}

a.tooltip:hover span img {
	display: block;
	float: left;
	border: 15px solid #FFFFFF;
	background-color: #FFFFFF;
	vertical-align: middle;
}

a.tooltip:hover span h1 {
	display: block;
	float: left;
	width: 165px;
	margin: 0px;
	padding: 15px 0px 0px 25px;
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 16px;
}

/* FONTFACE +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* CALLUNA REGULAR ++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
	font-family: 'CallunaRegular';
	src: url('../fonts/calluna-regular-webfont.eot');
	src: local('☺'), url('../fonts/calluna-regular-webfont.woff') format('woff'), url('../fonts/calluna-regular-webfont.ttf') format('truetype'), url('../fonts/calluna-regular-webfont.svg#webfont4HnzVo3R') format('svg');
	font-weight: normal;
	font-style: normal;
}
