@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: left;
}
#container {
	background-color:#FFF;
	top: 10px;
	height: 600px;
	width: 850px;
	margin: 0px auto;
}
#leftbar {
	background-image: url(images/left_bar.jpg);
	height: 600px;
	width: 253px;
	float: left;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
#huvuddel {
	background-image: url(images/huvudel.jpg);
	float: right;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 597px;
}
#textruta {
	background-image: url(images/innehallsruta.jpg);
	position: relative;
	left: 61px;
	top: 188px;
	height: 372px;
	width: 415px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	background-repeat: no-repeat;
}
#logo_top {
	position: relative;
	left: 27px;
	top: 50px;
	width: 199px;
	height: 66px;
}
#bilder {
	float:right;
	height: auto;
	width: 220px;
	position: relative;
}

#footer {
	position: relative;
	left: 27px;
	top: 220px;
	width: 95px;
	height: 70;
}
a:link {
	font-size: 1em;
	text-decoration: none;
	color:#000;
}
a:visited{
	font-size: 1em;
	text-decoration: none;
	color:#000;
}
.bild {
	float: right;
	margin-right: 0px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom: 30px;
}

.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.3em;
	text-align: left;
	font-weight: lighter;
}
.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#900;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}
.formulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000;
}
.villkorstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000;
	line-height: 1.1em;
}
.mellanrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
	line-height: 1.1em;
	font-weight: bold;
}
#formular {
	height: 260px;
	width: 410px;
	position: relative;
	left: 0px;
	top: 0px;
}

/* Navigering */
#navigering {
	height: 225px;
	width: 225px;
	position: relative;
	top: 120px;
	left: 0px;
}
.menu {
	margin: 0;
	padding: 0;
	width: 225px;
	list-style: none;
	text-align: right;
}

.menu li {
	padding: 1px 0px;
	margin: 0 0 1px 0;
	height: 23px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.menu li:first-child{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#666;
}

.menu li a {
	text-align: right;
	height: 13px;
	padding: 5px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(168,0,0);
	display: block;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
}
.menu li a:hover {
	color: rgb(252,121,121);
}

.menu li a.active, .menu li a.active:hover {
	color: rgb(166,0,0);
}

.menu li a span {
	line-height: 0px;
}

/* SLUT PÅ NY NAVIGERING */

