html, body {
	margin:0; padding:0;
	width:100%;
	height:100%;
}

body {
	background-color:#8C160B;
	font-family: Tahoma,Helvetica,Verdana,Times,serifs;
	font-size:10pt;
	overflow:hidden;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:1;


}

#curtainLeft {
	position:absolute;
	left:0px;
	top:0px;
	z-index:4;
	width:100%;
	height:100%;
	pointer-events:none;
	overflow:hidden;
	background:none !important;

}


#curtainLeft img {
	width:30%;
	height:90%;
	min-width:108px;
	min-height:490px;
	max-width:216px;
	max-height:980px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events:none;
	overflow:hidden;
	background:none !important;
}

#curtainRight {
	position:absolute;
	right:0px;
	top:0px;
	z-index:4;
	width:100%;
	height:100%;
	pointer-events:none;
	overflow:hidden;
	background:none !important;
}

#curtainRight img {
	float:right;
	width:30%;
	height:90%;
	min-width:108px;
	min-height:490px;
	max-width:216px;
	max-height:980px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events:none;
	overflow:hidden;
	background:none !important;
}



a img {
	border: none;
}

#admin {
	position:absolute;
	right:1px;
	bottom:1px;
	z-index:3;
}

#language {
	position:absolute;
	left:1px;
	bottom:1px;
	z-index:3;
}


#musicPlayer{
	position:absolute;
	left:230px;
	top:0px;
	z-index:8;
}

#musicPlayer:hover{
	cursor:pointer;
}

#musicPlayerHeader{
	border:1px solid brown;
	background-color:#FFBA85;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	font-size:10pt;
	text-shadow: 2px 2px 8px black;
	border-radius: 0px 0px 14px 14px;
}
#musicPlayerHeader img{
	width:16px;
	height:13.5px;
	margin-right:2px;
}

#musicPlayerContent{
	display:none;
	height:420px;
	border:1px solid brown;
	background-color:#FFBA85;
	padding:5px;
}

@media screen and (max-width: 1100px) {
  #curtainRight {
    opacity:0;
	display:none;
  }
  #curtainLeft {
    opacity:0;
	display:none;
  }
  #musicPlayer{
	position:absolute;
	left:20px;
	top:0px;
	z-index:8;
}
}



#header{
	width: 100%;
	min-width:800px;
    margin: auto;
	height:90px;
	text-align:center;
	color:#FFBA85;
	font-family: 'Tangerine', cursive;
	font-size:50pt;
	margin-top:7px;
	margin-top:10px;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 2px 2px 8px black;
	letter-spacing:0.5px;

}


#centered {
	position:relative;
	clear:left;
	height:70%;
	width:70%;
	min-height:470px;
	max-width:1200px;
	min-width:800px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:70px;
	z-index:5;
	background-color: #FFBA85;
    border-radius: 14px 14px 14px 14px;

	-webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);

}
#footer{
	position:absolute;
	bottom:7%;
	left:0;
	width:100%;
	height:25px;
	min-width:800px;
	text-align:center;
	z-index:2;
	font-size:11pt;
	line-height:25px;
	color:#FFFFFF;
	font-family: sans-serif;
	text-shadow: 0px 3px 5px black;
}

#footerCopyright {
	position:absolute;
	bottom:2px; right:35px;
	height:25px;
	z-index:3;
	font-size:8pt;
	line-height:25px;
	color:#FFFFFF;
	font-family: sans-serif;
}

#adminMsg{
	font-weight:bold;
}

.nav {

	height: 100%;
	min-height:470px;
    text-align: center;
    width: 22%;

	-webkit-box-shadow: 5px 0px 30px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 0px 30px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0px 30px 10px rgba(0, 0, 0, 0.5);



}

.nav a:first-child{
	border-radius: 14px 0px 0px 0px;
}

.nav a {

	background-color: #FFBA85;
     color: #423D42;
     font-size: 14pt;
     letter-spacing: 0.1ex;
     line-height: 34px;
     text-decoration: none;
     text-indent: 0ex;
     text-transform: none;
	 font-family:Arial;
     word-spacing: normal;
	 width:100%;
	 height:34px;
	 padding-bottom:5px;
	 padding-top:5px;
	 display:block;
	 border-bottom:1px solid brown;


}

.nav a:hover {
	padding-bottom:1px;
	border-bottom:5px solid brown;
	background-color:#FFDABD;
	font-weight:bold;
	-webkit-transform: translateZ(0);
}


#contentBox{
	width:80%;
	height:100%;
	overflow:auto;
	position:absolute; left:22%; right:0; top:0; bottom:0;
	/*
	-webkit-box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
	*/
}

#content{
	height:90%;
	padding-top:15px;
	padding-left:30px;
	width:90%;
}

#calendarTable{
 border-collapse:collapse;
	max-width:90%;
}

#calendarTable td{
	border:1px solid #751216;
	border-left:0px;
	border-top:0px;
	padding:5px;
}
#calendarTable td:first-child{
	border:1px solid #751216;
	border-top:0px;
	padding:5px;
}
#calendarTable td:last-child a{
	color:#751216;
}

.calendarHeader{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#751216;
	border:0px;
}
.calendarHeader td:first-child{

	padding-left:20px !important;
}
#calendarBackLink{
	color:#751216;

	font-size:12pt;

}

.videoDescription{
	display:inline;
	font-weight:bold;
	font-size:13pt;
}

.videoImage{
	vertical-align:middle;
	z-index:2;
	height:70px;
	width:100px;
}

.videoPlayImage{
	z-index:3;
	position:relative;
	left:-66px;
	top:13px;

}

.fancybox, .fb_dynamic{
	text-decoration:none;
}

#contentHeader{
	 border-bottom:3px solid #751216;
	 color:#751216;
	 width:100%;
	 height:40px;
	 margin-bottom:5px;
}
#contentHeader h1{
	 display:inline;
}
#forside{
	margin-top:20px;
	width:100%;
	text-align:center;
}
#forsideImage{
 display: block;
    margin-left: auto;
    margin-right: auto;
	width:400px;
	height:400px;
}

#forsideImageText{
	font-size:8pt;
	color:#000000;

}
#forsideImageText a{
color:brown;
}

.galleryImage{
	margin:5px;
	border:1px solid #000000;
}
.galleryOverviewImage{
	width:70px;
	height:70px;
}
#adminHelp{
	font-weight:bold;
	font-size:12pt;
}
#forsideTekst{
	text-align:center;
	width:90%;
	margin:0 auto;
	margin-top:20px;
	font-size: 1.1em;
}
#aboutTekst{
	font-size:10pt;
	font-size: 1.015em;
	line-height: 1.3;
}

#aboutTekst a{
	color:brown;
	text-decoration: underline;
}

#gallery{
	height:74%;
	width:98%;
	text-align: center;
	border:10px solid #751216;
	border-bottom:0px;
	border-radius: 14px 14px 0px 0px;
	background-color:#56090A;
	padding-top:20px;
	overflow:hidden;
}

#galleryOverview{
	height:74%;
	width:95%;
	border:10px solid #751216;
	color:#FFBA85;
	padding:10px;
	border-radius: 14px 14px 14px 14px;
	background-color:#56090A;
	overflow-x:hidden;
	overflow-y:auto;
}

#galleryBackLink{
	color:black;
	font-size:12pt;
	margin-left:15px;
}

.galleryCategory{
	width:100%;
	height:72px;
	margin-bottom:5px;
}
.galleryCategory:hover{
	cursor:hand; cursor:pointer;
	background-color:#FFBA85;
	color:black;
	border-radius:14px 14px 14px 14px;
}

.galleryCategory img{
	float:right;
	border:1px solid #FFBA85;
}
.galleryCategory a{
	align:left;
	line-height:72px;
	color:#FFBA85;
	font-size:12pt;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
}
.adminGalleryCategory a{
	align:left;
	line-height:30px;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	margin-left:5px;
}
#adminGalleryItem a{
	font-size:10pt;
	text-decoration:none;
}
#adminGalleryItem img{
	width:15px;
	height:15px;
}

#adminMessage{
	width:50%;
	margin:0 auto;
	height:100px;
	background-color:#FFDABD;
	border:1px solid black;
	border-radius:14px 14px 14px 14px;
	text-align:center;
}

#adminMessage span{
	line-height:100px;
	color:#56090A;
	font-size:14pt;
	font-weight:bold;
}

#galleryNavigation{
	width:98%;
	padding-top:4px;
	text-align: center;
	border:10px solid #751216;
	background-color:#751216;
	border-top:0px;
	border-radius: 0px 0px 14px 14px;
}

#galleryPageLink {
	font-size: 1em;
	text-align: left;
	text-decoration:underline;
	color: #FFBA85;
	font-weight:none;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	-moz-user-select: text;
	margin-right:5px;
}

#galleryNavigation :first-child{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#galleryEmptyString{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16pt;
}

#contactForm{
	width:450px;
}
#contactForm table{
	width:450px;
}
#contactForm input{
	border-radius:14px 14px 14px 14px;
	padding-left:5px;
	padding-right:5px;
	width:200px;
	background-color:#FFDABD;
	border:1px solid #751216;
	color:#751216;
	outline:none;

}
#contactForm input:focus, #contactForm textarea:focus{
	background-color: rgba(255,255,255,.8);
}


#contactForm input[type="submit"]:hover{
	font-weight:bold;
}
#contactForm input[type="submit"]:active{
	font-weight:bold;
	background-color: rgba(255,255,255,.8);
}

#contactForm input::-webkit-input-placeholder, #contactForm textarea::-webkit-input-placeholder {
  color: #B89798;
}
#contactForm input:-moz-placeholder, #contactForm  textarea:-moz-placeholder {
  color: #B89798;
}

#cvTable td:first-child{
  width:250px;
}

#cvTable td:last-child{
  width:150px;
  text-align:right;
}

#cvTable tr{
  height:30px;
}

#contactForm textarea{
	border-radius:14px 14px 14px 14px;
	border:1px solid #751216;
	padding:5px;
	width:355px;
	background-color:#FFDABD;
	color:#751216;
	resize: none;
	outline:none;
	font-family: Helvetica Neue,Helvetica,Verdana,Times,serifs;
	overflow:auto;
}
@media screen and (max-height: 600px) {
	#header{
		width: 100%;
		margin: auto;
		height:50px;
		text-align:center;
		color:#FFBA85;
		font-family: 'Tangerine', cursive;
		font-size:35pt;
		margin-top:7px;
		margin-top:10px;
		-webkit-font-smoothing: subpixel-antialiased;
		text-shadow: 2px 2px 8px black;
	}
}
@media screen and (max-height: 850px) {
	#forsideImage{
		width:280px;
		height:280px;
	}
}


