@import url("stil-felles.css");
BODY
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #000000;
	margin: 0px;
	background-color: #212122;
	background-image:url(gfx/gradBackBlack.gif);
	background-position:top;
	background-repeat:repeat-x;
	height: 100%;
}
td
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #000000;
	margin: 0px;
}
A {
	color: #404c75;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

#page
{
	position: absolute;
	top:0px;
	left:50%;
	width:0px;
	overflow: visible;
}

#main
{
	position: absolute;
	left: -420px;
	top: 0px;
	width: 840px;
	background-image: url(gfx/shadowBottomBlack.gif);
	background-position: top;
	background-repeat: repeat-y;
}
#content
{
	top: 0px;
	left: 0px;
	width: 840px;
	background-image: url(gfx/shadowPageBlack.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#heading
{
	position: relative;
	width: 800px;
	left: 20px;
	height: 171px;
	background-image: url(gfx/heading.jpg);
}
#frameheading
{
	position: relative;
	width: 800px;
	left: 20px;
	height: 125px;
	background-image: url(gfx/frame_heading.jpg);
	cursor: pointer;
}
#topMenu
{
	position: relative;
	float: right;
	height: 20px;
	top: 18px;
	right: 20px;
	width: 500px;
	text-align: right;
	vertical-align: middle;
}
.topMenuGFX
{
	position: relative;
	line-height: 20px;
	margin-left: 8px;
}
#sokFelt
{
	position: absolute;
	/*left: 30px;*/
	left: -368px;
	top: 20px;
	width: 180px;
	height: 12px;
	font-size: 10px;
	color: #444444;
	border-style: none;
	border-bottom-width: 0px;
}
#buttons
{
	position:relative;
	left:20px;
	top:0px;
	height: 33px;
	width: 800px;
}
#game
{
	position:relative;
	width: 800px;
	top: 0px;
	left: 20px;
	background-image:url(gfx/contentBackBlack.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #333333;
}
#sokBox
{
	position:absolute;
	top: 47px;
	left:-398px;
	width: 370px;
	/*background-color: #999999;*/
}
#addGame
{
	position: absolute;
	top: 70px;
	left: 850px;
	width: 150px;
}
.newsBoks
{
	position: relative;
	float: left;
	width: 175px;
	left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.newsImage
{
	position: relative;
	float: left;
	background-image:url(gfx/news_back.gif);
	background-repeat: repeat-x;
	height: 115px;
}
.newsImageSide
{
	position:relative;
	float:left;
	height:115px;
	width:2px;
}
.newsImg
{
	margin-top: 4px;
	margin-left:2px;
	margin-right:2px;
}
.katBoks
{
   position: relative;
	float: left;
	width: 97px;
	/*left: 20px;*/
	margin-bottom: 14px;
	cursor: pointer;
}
.katImage
{
	position: relative;
	float: left;
	background-image:url(gfx/smallKatBack.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.katImg
{
   margin-top: 5px;
	margin-left:5px;
	margin-right:5px;
}
.newsTextPos
{
	position: relative;
	margin-top: 20px;
}
.leftCol
{
   position: relative;
	/*width: 370px;*/
	float: left;
	left: 20px;
	color: #000000;
	font-size: 10px;
}
.rightCol
{
	position: relative;
	width: 175px;
	float: right;
	right: 20px;
	color: #ff7700;
	font-size: 12px;
	font-weight: bold;
}
.taglinks a
{
	color: #888888;
	margin-bottom: 20px;
}
.bigThumbBox
{
	position: relative;
	background-image: url(gfx/bigThumbBack.gif);
	height: 90px;
	width: 370px;
	margin-bottom: 20px;
	cursor: pointer;
}
.bigThumbImg
{
	position: relative;
	float: left;
	top:5px;
	left:5px;
   height: 80px;
	/*width: 80px;*/
	background-position: center;
}
.bigThumbText
{
	position: relative;
	float: right;
	right: 5px;
	top: 20px;
	width: 238px;
}


