body {
 background: url('background.jpg') no-repeat center center fixed; 
/*-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;*/
background-size: cover;
font-family: sans-serif;
font-size: 0.9em;
text-align: left;
margin: 0px;
padding: 0px;
}

h1, h2, h3 {
font-weight: bold;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 0.8em;
}

img {
float: none;
}

#navlist a, #navlist a:visited {
font-size: 1.2em;
color: #FFF;
text-decoration: none;
} 

#navlist_2 a, #navlist_2 a:visited {
font-size: 1em;
color: #000;
text-decoration: none;
} 

/*

div {
	background: none;
	margin: 50 20;
}

*/

div#login {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
color: #FFF;
background: #0000A0;
padding-top: 15px;
}

div#navigation {
position: fixed; top:0; left:0; bottom:0px;
width: 150px;
color: #FFF;
background: #0000A0;
padding-top: 15px;
}

div#relative {
	position: relative;
	width: 500px;
	height: 300px;
	margin: auto;
}

div.sida {
position: absolute;
top: 0px;
bottom: 0px;
left: 150px;
right: 0px;
background: #0000A0;
}

div.sida-huvud {
position: fixed; top:0; left:150px;
color: #FFF;
background: #0000A0;
height: 50px;
padding: 0px;
}

div.sida-vanster {
position: absolute;
top: 70px;
bottom: 0px;
left: 0px;
right: 80%;
background: #FFC;
padding: 10px;
}

div.sida-hoger {
position: absolute;
top: 70px;
bottom: 0px;
left: 20%;
right: 0px;
overflow: auto;
background: #FFD;
padding: 10px;
}

p#offset {
	margin: 10px;
	position: relative;
	top: 10px;
	left: 10px;
}

p#site-entry {
	margin: 10px;
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 9em;
	font-weight: bold;
	color: #e0ff2e;
}

/* Hovering tooltip shown when mouse is over link */

a {
	text-decoration: none;
}

a:hover {
	position: relative;
/*	font-weight: bold; */
}

a span {
	display: none;
}

a:hover span {
	display: inline-block; width: 19em;
   	position: absolute; top: 10px; left: 20px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 1.0;
	/* end formatting */
}