/*-------- CSS-kode av Bj?rnar Lintvedt ------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #f7f7f7 url(img/backpatterntoplarge.png);
	text-align: center;
	padding-top: 20px;
	
}

/*--------------------*/

#container {
	width: 800px;
	background: transparent;
	text-align: left;
	margin: 0 auto;
}

/*--------------------*/

#header {
	text-align: center;
	height: 140px;
	background: transparent url(img/headerscrat1mgreen.PNG) no-repeat;
}

/*--------------------*/

p {
	margin: 1em 2em;
}

h1
{
	color: #000;
	font-size: 14px;
	font-weight: none;
	margin: 0em 2em;
}

a
{
	color: #003b18;
	text-decoration: none; 
	font-weight: bold;
}

a:hover 
{
	color: #e61900;
	text-decoration: none;
	font-weight: bold;
}

table
{
	padding: 0px 0px 0px 25px;
}

table#stall
{
	padding: 0px 0px 0px 30px;
	background-color: #f7f7f7;
}

table.nyhetstabell td {
background-color: #b2ffc4;
}

/*--------------------*/

#nav, #nav ul {
	width: 800px;
	float: left;
	list-style: none;
	line-height: 1;
	background: #003b18 url(img/menugreen.PNG);
	font-weight: bold;
	padding: 0;
	
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 5em;
	w\idth: 5em;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 2em;
}


#nav li {
	float: left;
	padding: 0;
	width: 7.8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: bold;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #e61900 url(img/hoover.PNG);
}

/*--------------------*/

#content {
	float: right;
	width: 800px;
	background-color: #fff;
}

#colTwo {
	float: right;
	width: 200px;
	padding: 15px 20px 20px 10px;
	color: #555;
	background: #fff url(img/headerscrat2mgreen.PNG) no-repeat;
}

#colOne {
	float: left;
	width: 500px;
	background-color: #fff;
	padding: 30px 20px 100px 10px;
}

#colOne h1{
	padding-bottom: 30px;
	color: #000;
	font-size: 14px;
	font-weight: none;
}

/*--------------------*/

#footer
{
	background: transparent url(img/footer.png) no-repeat;
	clear: both;
	color: #555;
	height: 150px;
	text-align: center;
}