
html,
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(images/BG_Color.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #0b0410;
	overflow:visible;
}

.tableCenter {
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}


.frameBG {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:top;
	background:url(images/MainBG.png) fixed;
	background-position: top center;
	background-repeat: no-repeat;
	border:none;
	overflow:scroll;
	overflow-x: hidden;
}

.frameSite {
	margin:0px;
	padding:0px;
	height:100%;
	width: 809px;
	border:1px;
	overflow:visible;
}

.frameTopBanner {
	padding:0px;
	height:100%;
	width: 100%;
	text-align:center;
	background-image: url(images/topBannerBG.png);
	background-position: top center;
	background-repeat: repeat-x;
	border:none;
}

.frameContent {
	padding:0px;
	width:809px;
	text-align:center;
	vertical-align:top;
	border:none;
	overflow:visible;
}

/*---------------------------------------------------------*/

.MainContainer {
	width:809px;
	text-align:center;
}

.MenuFrame {
	width:360px;
	height:108px;
	vertical-align:middle;
	font-family: century gothic;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/menuBG.png);
	background-position:center;
	background-repeat:no-repeat;
}

.MenuFramePlacement {
	width:100%;
	position:absolute;
	top:43%;
	vertical-align:middle;
	text-align:center;
}

.LogoTop {

}

.contentTopInfo {
	padding:0px 20px 15px 20px;
	height:40px;
	font-family: century gothic;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	vertical-align:center;
	border:none;
}

.contentBGtop {
	padding:0;
	height:50px;
	text-align: center;
	vertical-align:top;
	background-image: url(images/contentBGtop.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	border:none;
}

.contentBGbottom {
	padding-left:20px;
	height:40px;
	text-align: center;
	vertical-align:top;
	background-image: url(images/contentBGbottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	border:none;
}

.contentBGmiddle {
	padding:0px 20px 0px 20px;
	vertical-align:top;
	text-align:left;
	font-family: century gothic;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/contentBGmiddle.png);
	background-position: top center;
	background-repeat: repeat-y;
	border:none;
}

.contetDisclaimer {
	width:50%;
	padding:0px 20px;
	vertical-align:top;
	font-family: century gothic;
	font-size: 10px;
	color: #444455;
}

.DottedLineV {
	border-left: 1px dotted #534058;
	height:300px;
	width:2px;
}

.DottedLineH {
	border-bottom: 1px dotted #534058;
	width:100%;
	height: 10px;
}

/*-----------------------------------------------------------------------*/

a:link {
	color:#FFFFFF;
	text-decoration:none;
} /* unvisited link */

a:visited {
	color:#FFFFFF;
	text-decoration:none;
} /* visited link */

a:hover {
	color:#7a9fd0;
	text-decoration:none;
} /* mouse over link */

a:active {
	color:#FFFFFF;
	text-decoration:none;
} /* selected link */

.OverskriftEt {
	Font-size:18px;
	color:#7a9fd0;
	Font-weight:bold;
}

.DatoOverskrift {
	Font-size:10px;
	color:#7a9fd0;
	Font-weight:100;
}

/*------------------------------------------------------------------------------*/

.inputForm {
	padding:5px;
	Font-size:11px;
	color:#ffffff;
	background-color:#221a27;
	border:1px solid #46354f;
	overflow:auto;
}

/*------------------------------------------------------------------------------*/

.galleryBG {
	padding:20px;
	width:600px;
	border: 1px solid #46354f;
	background-image:url(images/pixel.png);
}

.galleryThumbnail {
	margin:10px;
	padding:20px;
	width:80px;
	height:80px;
	float:left;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #46354f;
	background-image:url(images/pixel.png);
}
