/*Scroll*/
body {
	
background:url(../images/new_back_w.png); 
background-position: 100% 100%;
float: middle; 

scrollbar-arrow-color: white;
	scrollbar-face-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: blue;
	scrollbar-shadow-color: gray;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: white;
}

A:active {
	font:12px tahoma; color:black; text-align:right; vertical-align:middle; margin-left:5px; margin-top:5px;text-decoration:none; cursor:pointer;
}
A:hover {
	font:12px tahoma; color:yellow; text-align:right; vertical-align:middle; margin-left:5px; margin-top:5px; text-decoration:none; cursor:pointer;
}
A:link {
	font:12px tahoma; color:blue; text-align:right; vertical-align:middle; margin-left:5px; margin-top:5px; text-decoration:underline; cursor:pointer;
}
A:visited {
	font:12px tahoma; color:blue; text-align:left; vertical-align:middle; margin-left:5px; margin-top:5px;text-decoration:underline; cursor:pointer;
}


/*Frontpage text*/
.SuperText {
	font-family:Comic Sans MS;
	color:White;
	font-size:50px;  
	float: middle; 
	width:700px;
	margin-right:auto;
}

/*Updated date on page frontpage only*/
.UpdatedText {
	font-family :Comic Sans MS;
	color:White;
	font-size:10px;  
	float: middle; 
}
/*menutext under meny shows name of the menyword you clicked*/
.SuperText1 {
	font-family :Comic Sans MS;
	color:White;
	font-size:25px;  
	float: left; 
}
/*Window in middle*/
.Silvertable {
	margin-top:35px;
	margin-right:115px;
	text-align:left;padding-left:8px; padding-top:8px;
	vertical-align:middle;
	border-bottom: 8px solid gray;
	border-top: 8px solid gray;
	border-left: 8px solid black;
	border-right: 8px solid black;
	background:url(../images/new_back_w.png); 
  background-position: 100% 100%;
	width:820px;
	height:auto;
	overflow:auto;
}
/*Text in silvertable*/
.StoryLine {
	padding-left:1px; 
	padding-top:5px;
	font-family:Tahoma ;
	font-size :small ;
	}
	
/*Menu*/
.Silvertablefit {
	vertical-align:left;
	border-bottom: 7px solid gray;
	border-top: 7px solid black;
	border-left: 7px solid black;
	border-right: 7px solid gray;
	font-family :tahoma black;
	font-size :xxx-large ;
	text-align:middle;
	margin-left:3px;
	margin-top:3px;
  padding-left: 3px;
	background:url(../images/new_back_w.jpg); 
  background-position: 90% 90%;
	}

/*Background colour and picture*/
#divA {
	vertical-align:middle;
	height: 850px;
	background:url(../images/new_back.jpg); 
  background-position: 100% 100%;
	/*background-color: #aaaaaa;*/
	margin-top: 3px;
	border-bottom: 5px solid gray;
	border-top: 5px solid gray;
	border-left: 5px solid gray;
	border-right: 5px solid gray;
}

/* reklam left */
#divR {
	position: relative;
	float: left;
	font-size: 12pt;
	width: 100px;
	height: 720px;
	padding: 20px 5px 5px 5px;
	border: 3px;

}
/*position holder silvertable*/
#divM {
	position: relative;
	float: middle;
	width: 900px;
	height: 720px;
	padding: 18px 5px 5px 15px;
	border: 3px;

}

/*reklam right*/
#divrt {
	position: relative;
  float: right;
	font-size: 12pt;
	width: 100px;
	height: 720px;
	padding: 10px 5px 5px 5px;
	border: 3px;

}
/*debug
	border-bottom: 3px solid yellow;
	border-top: 3px solid yellow;
	border-left: 3px solid yellow;
	border-right: 3px solid yellow;
	*/