/*--------------------------------------------------------------------*\
|
|
|
|
|
\*--------------------------------------------------------------------*/


* /*Egenskaper alla element på sidan ska dela.*/
{	
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 100.1%;
}

html, body
{
	height: 45em;
	min-width: 50em;
	background-color: Navy;
	background-image:url('../bilder/bakgrund_ska.png');
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

ul
{
	margin-left: 2em;
}

li
{
	margin-top: 0.5em;
}

hr
{
	height: 0.3em;
	background-color: black;
}

/*Nedan definieras utseende för sidans huvudinnehåll*/

#hallare
{
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 36em;
	width: 50em;
	margin-left: -26em;
	margin-top: -18em;
	background-color: White;
}

#text
{
	margin: 2em;
	font-size: 0.7em;
}

#sidMenyHallare
{
	position: absolute;
	top: 0;
	right: -15em;
	width: 16em;
	height: 36em;
	background-color: white;
}

#sidMeny
{
	position: absolute;
	top: 1em;
	left: 0em;
	height: 34em;
	width: 15em;
	border-left: 0.2em solid black;
}

#bildHallare
{
	position: absolute;
	top: 1em;
	left: 0em;
}

#hjalp
{
	position: absolute;
	bottom: 0em;
	left: 50%;
	width: 2em;
	height: 2em;
	margin-left: -0.5em;
}

#ska-process
{
	position: relative;
	top: 1em;
	left: 20em;
	height: 15em;
	border: 0.15em solid black;
	margin-left: 0.2em;
}

.sidBild
{
	margin: 0em 0em 0.5em 0.5em;
}

.topp, .aktiv
{
	padding: 0.5em 1em;
	position: relative;
	top: -1.5em;
	text-decoration: none;
	font-weight: bolder;
	font-size: 0.9em;
}

.aktiv
{
	color: black;
	background-color: white;
}

a.topp:link{color: white;}
a.topp:hover{color: black; background-color: White;}
a.topp:active{color: black; background-color: White;}
a.topp:focus{color: black;  background-color: White;}
a.topp:visited{color: skyblue;}

.kontakt, .kontaktad
{
	padding: 0.5em;
	position: absolute;
	left: -2em;
	top: 0;
	width: 2em;
}

.kontaktad
{
	background-color: white;
}

a.kontakt:hover{background-color: white;}
a.kontakt:active{background-color: white;}
a.kontakt:focus{background-color: white;}

.mailLank
{
	color: red;
	font-weight: bolder;
}

.stor
{
	font-size: 1.5em;
}

.extraStor
{
	font-size: 3em;
}

.screenshot
{
	width: 6.8em;
	height: 5.5em;
	margin: 0em 0em 0.5em 0.5em;
}

.sidText
{
	position: absolute;
	top: 18em;
	left: 3em;
	width: 10em;
	color: red;
}