<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------Template -------------------------------------------------------------------------*/
html, body {
	background-repeat: repeat;
	background-position: center;
	background-color:#402828;
	font-family:"Source Sans Pro", "Source Sans Pro Black", "Source Sans Pro ExtraLight", "Source Sans Pro Light", "Source Sans Pro Semibold";
	color: #151515;
	font-size: 0,938em;
}
.wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

/* --------------------------------------------------------------------------Text ---------------------------------------------------------------------------*/

p {
	font-size: 1em; 
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 400;  
}
h1 {
	font-size: 160%;
	font-weight: 600;
	margin: 10px 0 15px 0;
}
h2{
	font-size: 135%;
	font-weight: 600;
	margin-bottom: 18px;
}
a {
	font-size: 0.938em; 
	color: #990101;
	font-weight: bold;
}
a:hover {
	font-size: 0.938em; 
	font-weight: bold;
	text-decoration: none;
	color: #3c3c3c;
}
b {
	font-weight: bold;
}
::selection {
	background-color: #543941;
	color: #fff;
}
::-moz-selection {
	background: #57b9c5; 
}

/* ----------------------------------------------------------------- Content start fÃ¸r uni.login ----------------------------------------------------------------------*/

.contentStart {
	float: left;
	width: 1024px;
	height: 670px;
	background-image: url('/grafik/christmas/start-bg.jpg');
	background-repeat: no-repeat;
	position: relative;
	-moz-box-shadow:    0px 2px 8px 4px #372222;
	-webkit-box-shadow: 0px 2px 8px 4px #372222;
	box-shadow:         0px 2px 8px 4px #372222;
}
.startButtonBox {
	position: absolute;
	background-image: url('/grafik/christmas/start-button.png');
	background-repeat: no-repeat;
	top: 230px;
	left: 314px;
	width: 400px;
	height: 260px;
}
.startButtonBox .date {
	position: absolute;
	top: 50px;
	left: 126px;
	width: 200px;
	color: #3c3c3c;
	font-size: 290%;
	text-align: center;
	text-shadow:
     -1px -1px 2px #fff,
     1px -1px 2px #fff,
     -1px 1px 2px #fff,
     1px 1px 2px #fff;
	 line-height: 90%;
}
.startButtonBox .text {
	position: absolute;
	top: 186px;
	left: 126px;
	width: 200px;
	color: #990101;
	font-size: 150%;
	text-align: center;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
}
.contentStart .gotoFrontpageBox {
	position: absolute;
	top: 486px;
	left: 503px;
	width: 200px;
	color: #fff;
	font-size: 150%;
	text-align: center;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 1px 1px 3px #3c3c3c;
}
.gotoFrontpageBox a {
	color: #fff;
	font-weight: bold;	
}
.gotoFrontpageBox a:hover {
	color: #9eb865;
	font-weight: bold;
}

/* ----------------------------------------------------------------- Content calender ----------------------------------------------------------------------*/
.contentCalender {
	float: left;
	width: 1024px;
	height: 670px;
	background-image: url('/grafik/christmas/christmas-calendar.jpg');
	background-repeat: no-repeat;
	position: relative;
	-moz-box-shadow:    0px 2px 8px 4px #372222;
	-webkit-box-shadow: 0px 2px 8px 4px #372222;
	box-shadow:         0px 2px 8px 4px #372222;
}
.contentCalender .gotoFrontpageButton {
	position: absolute;
	background-image: url('/grafik/christmas/gotohomepage-button.png');
	background-repeat: no-repeat;
	top: 5px;
	right: 10px;
	width: 122px;
	height: 25px;
	padding: 36px 0 0 28px;
	color: #e3cc79;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
}
/* ----------------------------------------------------------------- Cover closed ----------------------------------------------------------------------*/
.coverClosed {
	position: absolute;
	top: 142px;
	right: 82px;
	width: 240px;
	height: 180px;
	background-image: url('/grafik/christmas/closed-cover.png');
	background-repeat: no-repeat;
}
.coverClosed .number a{
	position:absolute;
	top: 10px;
	right: 11px;
	width: 220px;
	height: 130px;
	font-size: 500%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 30px;
}

/* ----------------------------------------------------------------- Cover open ----------------------------------------------------------------------*/
.coverOpen {
	position: absolute;
	top: 108px;
	right: 75px;
	width: 250px;
	height: 210px;
	background-image: url('/grafik/christmas/open-cover.png');
	background-repeat: no-repeat;
	z-index: 2;
	background-position: 1px 32px;
	visibility: hidden;
}
.coverOpen .positioner {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 225px;
	height: 100px;	
}
.coverOpen .text {
	position: relative;
	float: left;
	width: 220px;
	margin: 10px 10px 11px 0;
	font-size: 180%;
	color: #e3cc79;
	line-height: 105%;
	text-align: center;
	font-weight: 600;
}
.coverOpen .button {
	position: absolute;
	background-image: url('/grafik/christmas/button.png');
	background-repeat: no-repeat;
	left: 46px;
	top: 115px;
	width: 132px;
	height: 35px;
	font-size: 120%;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #5e5d5d;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}
.coverOpen .button:hover {
	background-image: url('/grafik/christmas/button-hover.png');
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: 600;
	color: #3c3c3c;
	text-shadow: none;
}
.coverOpen .chapterEasyButton {
	background-image: url('/grafik/christmas/easy-hard-button.png');
	background-position: 1px 1px;
	height: 28px;
	width: 120px;
	position: absolute;
	left: 50px;
	top: 90px;
	z-index: 3;
	font-size: 90%;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
}
.coverOpen .chapterEasyButton:hover {
	background-position: 1px -40px;
	padding-top: 9px;
}
.coverOpen .chapterHardButton {
	background-image: url('/grafik/christmas/easy-hard-button.png');
	background-position: 1px -80px;
	height: 28px;
	width: 120px;
	position: absolute;
	left: 50px;
	top: 130px;
	font-size: 90%;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
.coverOpen .chapterHardButton:hover {
	background-position: 1px -117px;
	padding-top: 5px;
}
.coverOpen .dec1 {
	visibility: hidden;
}
.coverOpen .dec2 {
	visibility: hidden;
}
.coverOpen .dec3 {
	visibility: hidden;
}
.coverOpen .dec4 {
	visibility: hidden;
}
.coverOpen .dec5 {
	visibility: hidden;
}
.coverOpen .dec6 {
	visibility: hidden;
}
.coverOpen .dec7 {
	visibility: hidden;
}
.coverOpen .dec8 {
	visibility: hidden;
}
.coverOpen .dec9 {
	visibility: hidden;
}
.coverOpen .dec10 {
	visibility: hidden;
}
.coverOpen .dec11 {
	visibility: hidden;
}
.coverOpen .dec12 {
	visibility: hidden;
}
.coverOpen .dec13 {
	visibility: hidden;
}
.coverOpen .dec14 {
	visibility: hidden;
}
.coverOpen .dec15 {
	visibility: hidden;
}
.coverOpen .dec16 {
	visibility: hidden;
}
.coverOpen .dec17 {
	visibility: hidden;
}
.coverOpen .dec18 {
	visibility: hidden;
}
.coverOpen .dec19 {
	visibility: hidden;
}
.coverOpen .dec20 {
	visibility: hidden;
}
.coverOpen .dec21 {
	visibility: hidden;
}
.coverOpen .dec22 {
	visibility: hidden;
}
.coverOpen .dec23 {
	visibility: hidden;
}
.coverOpen .dec24{
	visibility: hidden;
}

/* ----------------------------------------------------------------- pieces brikkerne til kapitlerne ---------------------------------------------------------------------*/
/* ----------------------------------------------------------------- modal activities ----------------------------------------------------------------------*/
.contentModal {
	float: left;
	position: relative;
	width: 625px;
	height: 625px;
	padding: 30px 30px 30px 60px;
}
.activityBox1dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image: url('/christmas/1dec/1dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox7dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image: url('/christmas/7dec/7dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox8dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/8dec/8dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox14dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/14dec/14dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox15dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/15dec/15dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox18dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/18dec/18dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox19dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/19dec/19dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox20dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/20dec/20dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox21dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/21dec/21dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox22dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/22dec/22dec-bg.png');
	background-repeat: no-repeat;
}
.activityBox23dec{
	float: left;
	position: relative;
	width: 520px;
	height: 625px;
	background-image:url('/christmas/23dec/dec23-bg.jpg');
	background-repeat: no-repeat;
}
.modalTekst {
	position: relative;
	margin: 70px 0 0 53px;
	width: 450px;
	font-size: 120%;
	line-height: 110%;
	font-weight: normal;
	color: #3c3c3c;
}
.modalTekst h1{
	font-family: henny penny;
	font-size: 180%;
	font-weight: normal;
	color: #3c3c3c;
	margin-bottom: 15px;
	line-height: 120%;
}
.closeButton {
	position: relative;
	float: right;
	background-image: url('/grafik/christmas/close-button.png');
	background-position: -5px -12px;
	width: 80px;
	height: 70px;
	cursor: pointer;
}
	
/* ----------------------------------------------------------------- forms ----------------------------------------------------------------------*/
.wishForm{
 width:420px;
 margin-left: 53px;
}
td {
	font-size: 110%;
}
.wishForm textarea {
	width: 380px; 
	height: 180px; 
	padding: 12px 20px 0px 20px;  
	background: #efdbbd;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 5px 2px rgba(207,167,106,0.87);
	-moz-box-shadow: inset 1px 1px 5px 2px rgba(207,167,106,0.87);
	box-shadow: inset 1px 1px 5px 2px rgba(207,167,106,0.87);
	font-family: sans-serif; 
	font-size: 120%; 
	color: #9e2825; 
	border: none;
	overflow: auto;	
}
.submit {
    background-color: transparent;
	background-image: url('/grafik/christmas/wishbutton.png');
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    cursor: pointer;
    border:none;
	width: 160px;
	height: 41px;
	float: right;
	margin-top: 10px;
	padding-top: 5px;
}
.submit:hover{
	background-image: url('/grafik/christmas/wishbutton-hover.png');
	color: #3c3c3c;
}
.quizForm {
	 width:380px;
 	 margin: 5px 0 0 100px;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

/* ----------------------------------------------------------------- pieces brikkerne til kapitlerne ---------------------------------------------------------------------*/
.figure.dec2 {
	background-image: url('/grafik/christmas/figure/2dec-cap1-figure.png');
	width: 118px;
	height: 194px;
	visibility: hidden;
}
.figure.dec3 {
	background-image: url('/grafik/christmas/figure/3dec-cap2-figure.png');
	width: 114px;
	height: 184px;
	visibility: hidden;
}
.figure.dec4 {
	background-image:url('/grafik/christmas/figure/4dec-cap3-figure.png');
	width: 198px;
	height: 100px;
	visibility: hidden;
}
.figure.dec5 {
	background-image:url('/grafik/christmas/figure/5dec-cap4-figure.png');
	width: 88px;
	height: 142px;
	visibility: hidden;
}
.figure.dec6 {
	background-image:url('/grafik/christmas/figure/6dec-cap5-figure.png');
	width: 120px;
	height: 124px;
	visibility: hidden;
}
.figure.dec9 {
	background-image: url('/grafik/christmas/figure/9dec-cap6-figure.png');
	width: 108px;
	height: 136px;
	visibility: hidden;
}
.figure.dec10 {
	background-image: url('/grafik/christmas/figure/10dec-cap7-figure.png');
	width: 166px;
	height: 194px;
	visibility: hidden;
}
.figure.dec11 {
	background-image: url('/grafik/christmas/figure/11dec-cap8-figure.png');
	width: 88px;
	height: 140px;
	visibility: hidden;
}
.figure.dec12 {
	background-image: url('/grafik/christmas/figure/12dec-cap9-figure.png');
	width: 178px;
	height: 288px;
	visibility: hidden;
}
.figure.dec13 {
	background-image: url('/grafik/christmas/figure/13dec-cap10-figure.png');
	width: 80px;
	height: 108px;
	visibility: hidden;
}
.figure.dec16 {
	background-image: url('/grafik/christmas/figure/16dec-cap11-figure.png');
	width: 92px;
	height: 155px;
	visibility: hidden;
}
.figure.dec17 {
	background-image: url('/grafik/christmas/figure/17dec-cap12-figure.png');
	width: 296px;
	height: 152px;
	visibility: hidden;
}</pre></body></html>