body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000;
	background-image: url(hovedfiler/nico_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}

#container {
	background:#000;
	width:860px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:860px;
	height:234px;
	position:relative;
	margin:0;
	background-image: url(hovedfiler/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu {
	width:210px;
	float:left;
	margin:25px 0 0 0;
}

.leftbox {
	width:185px;
	background:#000;
	border-width:7px 1px 7px 7px;
	border-color:#552 #552 #552 #011;
	border-style:solid;
	margin:60px 0 0 0;
	padding:10px 10px 10px 0;
	text-align:justify;
	font:14px verdana,arial,sans-serif;
	color:#fff;
}

.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}

.leftbox li, .leftbox a {
font-weight:bold;
color:#99cc33;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}
#meny_stam {
	background-color:#000000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 860px;
	background-position: center center;
	float: none;
	overflow: scroll;
	background-attachment: fixed;
	background-repeat: repeat;
}

.leftbox a:hover {color:#ccff66}

h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;}

a:link {
	color: #99CC33;
	text-decoration: none;
}
a:hover {
	color: #DEEDBA;
	text-decoration: none;
}
a:visited {
	color: #808040;
	text-decoration: none;
}

a.item {
background:url('hovedfiler/menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-decoration:none;
line-height:30px;
}

/*
good practice of background offset rollovers to avoid javascript preload. 
Im using max-width, BG pos. and Padding instead of margin and smaller-than 
container width, to get pop-out effect cause of a left-edge bug that makes 
the menu jump. 
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}

#main {
	background:#000;
	min-height:400px;
	font:15px verdana,arial,sans-serif;
	color:#fff;
	text-align:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
main2 {
	background-color: #000000;
	vertical-align: top;
	width: 860px;
}

#footer_guest {
	clear:both;
	height:auto;
	background:#000;
	margin:10px 0 0 0;
	text-align:center;
	padding:20px 0 10px 0;
	;
	font-size: 24px;
	color: #FFFFFF;
}
#footer {
	clear:both;
	height:40px;
	background:#000;
	margin:50px 0 0 0;
	text-align:center;
	padding:20px 0 10px 0;
	color: #CCCCCC;
	font-size: xx-small;
}

#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}

#footer a:hover {color:#ccff66}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('hovedfiler/bottomRight.jpg') no-repeat right bottom}

.content {
min-height:190px;
background:url('hovedfiler/topleft.jpg') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
}

h1 {  /* position absolute - relative to the header, not document */
	position:absolute;
	left:20px;
	bottom:20px;
	margin:0;
	display:inline;
	font:60px georgia,times,serif;
	color:#fff;
	letter-spacing:5px;
	font-variant:small-caps;
	width: 411px;
}

h2 {
font:bold italic 25px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:15px 0 0 0;
}

h3 {
font:bold italic 25px verdana,arial,sans-serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}

.linje{
	width:100%;
	height:3px;
	position:relative;
	background-image: url(hovedfiler/lines/line_green_6_500.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 2px;
}
.linje2{
	width:100%;
	height:6px;
	position:relative;
	background-image: url(hovedfiler/lines/line_green_6_400.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 2px;
}.linje3{
	width:100%;
	height:6px;
	position:relative;
	background-image: url(hovedfiler/lines/line_green_3_100.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 2px;
}
.content a {
text-decoration:none;
color:#99cc33;
font-weight:bold;
}

.content a:hover {color:#ccff66}

.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}

p {margin-top:20px}


#footer p , #footer p a {
	text-align:right;
	font:11px verdana,arial;
	color:#999;
	margin:0;
}
.link_bilde {
border:none 
}

