/*
FORUM BIL
Hovedstruktur
Inform Media 2008 
*/


body {
	margin: 0;
	background: #262626 url(gfx/main_bg.gif) no-repeat center top;
}


h3 {

	color: #ed1c24;
	font-weight:lighter;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing:1px;
	line-height:12px;
	margin-left:22px;
}


h2 {

	color: #ed1c24;
	font-weight:lighter;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.5em;
	letter-spacing:1px;
	margin-left:0px;
}


* html h2 {

	color: #ed1c24;
	font-weight:lighter;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.5em;
	letter-spacing:1px;
	margin-left:20px;
}



p {

	color: #000;
	font-weight:lighter;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	letter-spacing:1px;
	line-height:12px;
	margin-left:22px;
}

#total {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 80px;
}
#menu {
	/*height: 26px;*/
	background: #000;
	text-align: right;
	line-height: 60px;
	color:#fff;
}
#main {
	margin-top:215px;
	marin-right:-22px;
	float: left;
	width: 679px;
	height: 262px;
	text-align: left;
}


#sidebar {
	float: right;
	width: 117px;
	height:419px;
	background: #fff;
	height: 419px;
	text-align: center;
	margin-top:260px;
	margin-right:22px;
}



#footer {
	padding-top:-100px;
	height: 161px;
	clear: both;
	background-image:url(gfx/footer.jpg);
	color: #fff;
}





/*ADMIN DEL*/

		#editcontainer {
		  width:1168px;
		  margin-top:0;
		  text-align:left;
		}

		#nyheter {
		  float:left;
		  height:161px;
		  width:597px;
		  background:url(gfx/col/news_bg.jpg);
		}

		#wrapper {
		  float:right;
		  width:571px;
		}

		#service {
		  float:left;
		  height:161px;
		  width:245px;
		  background:url(gfx/col/service_bg.jpg);
		}

		#presse {
		  float:left;
		  height:161px;
		  width:222px;
		  background:url(gfx/col/presse_bg.jpg);
		}
