/*Hvordan lenker skal se ut*/
a:link {
	color:#0000FF;
	font-size: 12px;
}

a:visited {
	color:#0000FF;
	font-size: 12px;
}

a:hover {
	color:#0000FF;
	font-size: 12px;
}

a:active {
	color:#0000FF;
	font-size: 12px;
}

/*Hovedutseende*/
body {
	background-image:url('Bilder/Backgrounds/orangecurve.jpg');
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	width: 1000px;
	height: 1800px;
}

/*Menyen*/
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 115px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	}
	
#menu4 li a {
  	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #000000;
	display: block;
	padding: 6px 0 0 20px;
	}
	
#menu4 li a:hover {
	color: #ffffff;
	padding: 6px 0 0 20px;
	}
	
#menu4 li a:active {
	color: #ffffff;
	padding: 6px 0 0 20px;
	}

#homecolor a {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 3px solid black;
	padding-bottom: 30px;
}

#homecolor a:link {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
}

#homecolor a:visited {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
}

#homecolor a:hover {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
}

#homecolor a:active {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
}

#menu4 li a:hover {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
}

#menu4 {
	position: fixed;
	left: 4px;
	top: 27%;
}

/* Plassering på siden */

#textplace1 {
	position:absolute;
	top:30%;
	left:25%;
}

#logo {
	position: fixed;
	margin-left: 26%;
	margin-top: 1%;
}

#h1 {
	position: absolute;
	top: 20%;
	left: 22%;
	border: 0px solid;
	width: 600px;
}

#h2 {
	position: absolute;
	top: 20%;
	left: 22%;
	border: 0px solid;
	width: 600px;
}

#newsbox {
	position: fixed;
	left: 28%;
	top: 30%;
}

/*Scroll inni News*/
#news {
	overflow-y: scroll;
	width:680px;
	height:320px;
}

Table.opera {
	background-color:#FFFFFF;
	width: 600px;
	border-color:#FFFFFF;
	border-width:0px;
	margin-left:80px;
	text-align:center;
}

#googleplacement {
	position: fixed;
	top: 21%;
	left: 67%;
	border: 0px solid;
	width: 218px;
	height: 22px;
}

/* copyright container */

#copyrights {
	position: fixed;
	text-align: center;
	left: 40%;
	top: 88%;
	font-size: x-small;
}

#indexcopyright {
	position: absolute;
	text-align: center;
	left: 33%;
	top: 93%;
	font-size: x-small;
	border: 0px solid;
	width: 600px;
	height: 120px;
}

h4.pos_abs {
	position:absolute;
	left:25%;
}

/*Overskrifter*/

h1 {
	position:fixed;
	font-size: 20pt;
}