html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font: 90% arial, helvetica, sans-serif;
margin: 0;
}

.accessaid, h1 {
position: absolute;
height: 0;
overflow: hidden;
}


#navigation {
position: absolute;
top: 75px;  /*  Hvor høyt menyen skal stå på siden */
left: 0;
width: 134px;
color: white;
z-index: 1;
}
		
#navigation ul {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}
		
#navigation ul a {
color: white;
text-decoration: none;
display: block;
background: #17a;
padding: 0 0.5em;
margin: 0 1em 1px 1em;
}
		
#navigation a:visited {
color: #ccc;
}
		
#navigation a:hover {
background: #28b;
}

#container {
position: absolute;
width: 786px; /* width + border for IE 5.x */
w\idth: 780px; /* real width */
border: solid #036;
border-width: 0 0px;	/* Kant rundt body */
margin: auto;
min-height:100%;
top:0px;
left:0px;
display:block;
}

h2 {
font-size: 1.5em;
color: #036;
}
		
h3 {
font-size: 1.25em;
color: #036;
}

#header {
background: #036 url();
height: 60px;
padding:10px;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}

#content {
background: white 134px 0 repeat-y;
background: white repeat-y;
padding: 1px 20px 1em 40px;
border-left: 134px solid #069;
position:relative;
opacity:0.7;
padding-bottom:200px;
display:block;
margin-bottom: 6em;
z-index:0;
}

#container {
position:relative;
height:100%;
}

#footer {
position:fixed;
bottom:0;
width:100%;
height:3em;		/* Høyden på footer */
left:0px;
display:block;
padding: 0px;
margin: 0px;
background:#C0C0C0;
display:block;
}

#body {
padding:0px;
padding-bottom:30px;  /*Høyden på footer */
height:100%;
}

#bilder {
z-index:1000;
}

















