/* spillemidlene.no */

body {
	text-align: center;
	background-color: #f2f2f2;
	color: #6d6d6d;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #ff860e;
	border: 0;
}

h1 {
	font-size: 14px;
	margin: 10px 5px 3px 9px;
}

h2 {
	font-size: 12px;
	margin: 10px 0 3px 5px;
}

h3 {
	font-size: 14px;
	margin: 10px 5px 3px 5px;
}

h4 {
	font-size: 12px;
	margin: 20px 0 3px 0px;
}

ul {
	list-style-image: url(../images/arrow.gif);
	padding: 5px 10px 5px 20px;
	margin: 0 0 0 10px;
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 7px 0 7px 5px;
	line-height: 15px;
}

img {
	border: 0;
	display: block;
}

div#bg_top {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg_top.png);
	background-position: top left; 
	background-repeat: repeat-x;
	width: 100%;
	height: 94px;
	z-index: -1;
}

div#container {
	margin: 30px auto 10px auto;
	width: 862px;
	z-index: 2;
}

div#content {
	width: 862px;
	margin: auto;
	/*background-color: #fff;*/
	background-image: url(../images/bg_tile.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	z-index: 3;
	/*border: 1px solid blue;*/
}

div#logo {
	text-align: left;
	height: 62px;
	width: 500px;
	margin: 0;
	padding: 10px 0 0 4px;
	float: left;
	z-index: 4;
	/*border: 1px solid pink;*/
}

div#menu {
	width: 500px;
	margin: 0 0 0 4px;
	padding: 0;
	float: left;
	/*border: 1px solid pink;*/
}

	div#menu ul {
		/*list-style: none;*/
		padding: 0;
		margin: 0;
		list-style-type: none;
		list-style-image: none;
		list-style-position: inside;
		
		/*padding-left: 1em;
		text-indent: -1em;*/
	}

		div#menu ul li {
			/*display: block;*/
			width: 120px;
			height: 19px;
			background: url(../images/menu_item.gif) #fff top left repeat-x;
			float: left;
			/*display: block;*/
			display: inline-block;
			line-height: 17px;
			color: #fff;
			text-align: center;
			/*margin: 0;
			padding: 0;
			border: 0;*/
		}

		div#menu ul li:before {
			/*float: left;*/
			content: "\00BB \0020";
			margin: 0;
			padding: 0;
		}
	
			div#menu ul li a {
				color: #fff;
				text-decoration: none;
				/*display: block;
				width: 120px;
				height: 19px;*/
				margin: 0;
				padding: 0;
				height: 1%;
			}

div#leftcontent {
	width: 500px;
	padding: 0 0 0 9px;
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	z-index: 5;
	/*border: 1px solid green;*/
}

div#rightcontent {
	padding: 5px 9px 5px 0;
	width: 332px;
	height: 594px;
	float: right;
	z-index: 6;
}

div#tab {
	clear: both;
	margin: 0;
	padding: 0;
}

div#tab-content {
	background-image: url(../images/tab_tile.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 28px;
	margin: 0;
	padding: 0;
	float: left;
}

div#tab-left {
	background-image: url(../images/tab_left.png);
	background-position: top left;
	background-repeat: none;
	width: 3px;
	height: 28px;
	margin: 0;
	padding: 0;
	float: left;
}

div#tab-right {
	background-image: url(../images/tab_right.png);
	background-position: top left;
	background-repeat: none;
	width: 3px;
	height: 28px;
	margin: 0;
	padding: 0;
	float: left;
}

div#abstract-body {
	background-image: url(../images/gradient_bottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0 10px 2px 5px;
	clear: both;
}

div#clean-body {
	padding: 0 10px 2px 5px;
	clear: both;
}

div#cleand-body {
	padding: 0 10px 2px 9px;
	clear: both;
}

div#footer {
	font-size: 10px;
	padding: 5px;
	clear: both;
	text-align: center;
}
