body {
	background: #000000 url("nice.jpg") repeat;
  	background-position: bottom right;
  	background-attachment: fixed;
	color: #000000;
	font-size: 62.5%;
	font-family: verdana;
	margin: 0;	
	padding: 0;
	
	
	}
	
a {
	color: #666666;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	font-family: verdana;
	}

a:hover {
	color: #aa0000;
	text-decoration: underline;
	}

	
h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 2em;
	font-family: arial;
	color: #ffffff;
	text-align: right;
	}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	}
	

h3 {
	font-size: 1.1em;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	}

p {
	padding-bottom: 1em;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	}
	
#innhold {
	background-color:#000000;
	color: #cccccc;
	position: absolute;
	left: 5%;
	top: 0%;
	width: 50em;
	overflow: auto;
	text-align: justify;
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 4em;
	border-top: 1px none;
	border-left: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	}


#side {
	background: #000000;
	color: #ccccccc;
	position: absolute;
	left: 65%;
	top: 0%;
	width: 12em;
	overflow: auto;
	font-size: 2em;
	text-align: left;
	padding: 1em;
	
	}

			
	
#menu {
	background-color:#000000;
	position: absolute;
	right: 5%;
	top: 0%;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;
	}


