/* nollst?ler webbl?arnas olika default-inst?lningar */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 125%;/* Detta motsvarar 20 px. I procent f? att em ska fungera i IE */
}
body {
	font: 50% Verdana,Arial,Helvetica,sans-serif;  /* motsvarar 10px = 1 em */
	background-color: #ffffff;
		
} 
h1 {
 	font-weight: bold;
 	font-size: 1.6em;
 	color: #030434;
 	margin-bottom: 0.5em;
}
h2 {
 	font-weight: bold;
 	font-size: 1.6em;
 	color: #030434;
 	margin-bottom: 0.6em;
}
h3 {
 	font-weight: bold;
 	font-size: 1.0em;
 	color: #030434;
 	margin-bottom: 0.2em;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
a {
	color: #153969;
	text-decoration: none;
}
a:link {
	color: #336799;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #336799;
	text-decoration: underline;
}
.input {
	font-size: 1em;
}
.marginLeft {
	margin-left: 3em;
}
.clearfix:after {
   	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
	*height: 1%; /* IE-fix. lyft till eget css */
}
/* Topp */
#wrapperTop {
	width: 100%;
}
#logotype {
	width: 17.3em;
	float: left;
	margin: 0.7em 1.3em 0 1.3em;
}
#logotype img {
	width: 17.3em;
	height; 7em;
}
.nav {
	width: 60.6em;
	background: url(img/nav.jpg) no-repeat;
	list-style: none;
	float: left;
	margin-top: 7em;
	padding: 0.9em;
	text-align: center!important;
}
.nav li {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 0.4em;
}
.nav li a:link {
	color: #153969;
	text-decoration: none;
}

.nav li a:visited {
	color: #153969;
	text-decoration: none;
}
.nav li a:hover {
	color: #153969;
	text-decoration: underline;
}
/* slut topp */
/* inneh?lsytan */

#leftarea {
	width: 17.2em; /*avdrag f? margin */
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	margin-right: 2.8em;
	margin-top: 20.8em;

}
#leftarea img {
	width: 7.2em;
	height: 7.2em;
	border: 0;
}
#content {
	float: left;
	width: 38.5em;
	margin-top: 2em;
	
}
#content img {
	margin-bottom: 3.0em;
}

#rightArea {
	float: left;
	width: 18.2em;
	height: 47em;
	margin-top: 2em;
	margin-left: 1.6em;
	text-align: left;
}
.form {
	width: 18.8em;
	background-color: #153969;
	color: #FFFFFF;
	padding: 0.5em;
	position: absolute;
	bottom: 9.0em;
	left: 60.5em;
}

.send a:link{
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
}

.send a:visited{
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
}
.send a:hover{
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: underline;
}

#siteBottomInfo{
	clear: both;
	width: 60.4em;
	text-align: center;
	background: url(img/rand.gif) bottom repeat-x #153969;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	margin-left: 20em;
		
}
/* slut inneh?lsytan */
/* Klasser f? att kunna f?stora bilder */
.img385 {
	width: 38.5em;
	height: 24.5em;
}