body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/ChainX.GIF);
	background-repeat: repeat-y;
	margin: 10px;
}


.SearchBox {
	margin: 100px;
	font-size: 0.7em;
	text-align: center;
	padding: 0px;
	}

.SearchPrev {
	font-weight: bold;
	margin: 10px;
	border: 1px solid #666666;
	width: 150px;
}

.SearchTitles {
	font-weight: bold;
	margin: 10px;
	border: 1px solid #666666;
	width: 150px;
}

.SearchWords {
	font-weight: normal;
}

.SearchWords a {
	text-decoration: none;
	color: #000000;
}

.smallTxt {
	font-size: 0.7em;
}

.menu {
	position: fixed;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
	white-space: nowrap;
	left: 5px;
	top: 0px;
	margin-top: 130px;
	z-index: 20;
	background-color: transparent;
}
.menu li {
   margin-top: 0.5ex;
	text-align: right;
	display: block;
	visibility: inherit;
}
.menu a {
	text-decoration: none;
	color: #000000;
	visibility: inherit;
}
.menu a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
	visibility: inherit;
}

.lidot {
	display: none;
}

.SubMenu {
   position: fixed;
   top: 50px;
   left: 190px;
   width: 610px;
   text-align: right;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   visibility: visible;
   z-index: 20;
   font-weight: bold;
   border-bottom: 1px solid black;
}

.SubMenu li {
	display: fixed;
	float: left;
	border: 1px solid black;
	margin-right: 1ex;
	margin-bottom: -1px;
	padding: 3px;
	background-color: #dfdfdf;
	z-order: 100;
}

.SubMenu a {
   text-decoration: none;
   color: #3f3f3f;
}

.SubMenu a:hover {
   text-decoration: none;
   color: blue;
}

.LangSel {
	position: fixed;
	display: block;
	visibility: visible;
	left: 5px;
	top: 105px;
	z-index: 20;
}

.OnlineChatTable {
   position: fixed; 
   visibility: visible;
   background-color: #F3F3F3;
   background-position: center;
   left: 5px; 
   top: 60ex; 
   width: 150px; 
   z-index: 20;
   margin-top: 15px;
   border: thin dotted #CACACA;
}

.OnlineChatTable a {
   text-decoration: none;
   font-weight: bold;
   color: black;
}	
	
.BodyArea {
	margin-left: 185px;
	padding-top: 10ex;
	text-align: justify;
	padding-right: 180px;
	width: 590px;
}

.TitleWelcome {
   position: fixed;
   font-size: 1.15em;
   width: 590px;
   top: 0ex;
   height: 10ex;
   background-color: white;
}

h1.Headline {
   margin: 0px;
   padding: 0px;
}

h1 {
	font-size: 1.2em;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
	padding: 12px 0px 0px;
}


.BodyIntro {
	display: block;
	margin-right: 20%;
	margin-left: 20%;
	padding: 0px;
	text-align: center;
   
}

.BodyText {
	z-index: 3;
}

.JoinButton {
	position: relative;
	height: 40px;
	width: 400px;
	padding: 0px;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 30px;
	background-color: #999999;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666666;
	border-bottom: medium solid #666666;
	border-left: medium solid #CCCCCC;
}
table {
	border: thin solid #333333;
	background-color: #FFFFFF;
}

.box {
	padding: 10px;
	padding-top: 0px;
	background-color: #f7f7f7;
	margin: 10px;
	border: 1px dashed #333333;
}

.box h1 {
	border-bottom: 1px solid black;
}

.box .date {
    position: absolute;
	width: 7em;
	text-align: right;
}

.box .author {
    position: absolute;
    left: 24em;
}

.box .author a {
    text-decoration: none;
}

.box .title {
    position: absolute;
    left: 30em;
	font-weight: bold;
}

.box .title a {
    text-decoration: none;
}

.Infonote {
	color: #999999;
	font-size: 0.9em;
	text-align: left;
}

.big {
	font-size: 16px;
	font-weight: bold;
}

.small {
	font-size: 9px;
}



.NewsDate {
	color: #999999;
	font-size: 9px;
}
.NewsHead {
	font-size: 16px;
	font-weight: bold;
}
.NewsTopic {
	padding: 10px;
	background-color: #f7f7f7;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #333333;
}
.NewsHeadline {
	font-size: 24pt;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
}



/* FAQ */
div.FAQ h2{
	font-size: 1.3em;	
	margin-bottom: 0px;
	padding: 0px;
}

.FAQ ul {
	margin: 0px;
}

.FAQ ul li a {
	text-decoration: none;
}

.FAQReply {
	padding-left: 10px;
}

.FAQReply h2 {
	border-top: 1px dashed #333333;
}

.FAQReply h3 {
	padding-top: 0px;
	padding-left: 10px;
}

.FAQReply p {
	margin-top: 0px;
	padding-left: 20px;
}



/* GALLERY */
.Gallery {
   left: 180px;
   width: 600px;
}

.GalleryPic {
   float: left;
   padding: 20px;
}









/* Ekstra */
.ExtraDiv1 {
	position: fixed;
	background-image: url(/images/Xet_Logo_small.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 105px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 30px;
	padding: 0px;
	z-index: 10;
}
.ExtraDiv2 {
	display: none;
}
.ExtraDiv3 {
   display: none;
	margin: 0px;
	padding: 0px;
	height: 738px;
	width: 600px;
	position: absolute;
	left: 180px;
	top: 110px;
}

.ExtraDiv4 {
	display: none;
}

.ExtraDiv5 {
	display: none;
}

.ExtraDiv6 {
	display: none;
}

.ExtraDiv7 {   
   display: none;
	position: fixed;
	height: 100px;
	width: 1600px;
	left: 200px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 2;
}
.ExtraDiv8 {
   display: none;
	position: fixed;
	height: 1024px;
	width: 160px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 2;
	
}
.AdsDiv1 {
   disaply: none;
	position: fixed;
	height: 120px;
	width: 136px;
	left: 3px;
	top: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 5;
}
.AdsDiv2 {
	display: none;
	position: fixed;
	height: 300px;
	width: 160px;
	top: 90px;
	z-index: 5;
	padding-right: 5px;
	z-index: 5;
	left: 790px;
}

.AdsDiv3 {
   display: none;
}

.AdsDiv4 {
   display: none;
}

