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

body, html { 
	width: 100%; 
	height: 100%;}
	
body {
	background-image: url(bilder/bg.gif);
	background-repeat: repeat;
	margin: 0; 
	padding: 0; 	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #396;}

h2 { 
	font-size:1em; 
	font-weight:normal; 
	line-height:1.05em; 
	color:#396; 
	margin-bottom:4px; 
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	clear:both; }
	
h3 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #396;}
	
p {
	font-size: 1em;
	font-weight: normal;
	line-height: 16px;}
	
/*  Innehåll  */	

#container {
	width: 970px;
	height: 750px;
	background-repeat: no-repeat; 
	background-image: url(bilder/main.png);
	top: 0px;
	overflow: hidden;	
	position: relative;
	margin: auto;}
	
#text-field {
	width: 500px;
	float: right;
	position:relative;
	z-index: 2;
	margin-right: 120px;
	margin-top: 220px;}

#footerbox {
	width: 970px;
	height: 30px;
	clear: both;
	position: absolute;
	padding-top: 520px;
	padding-left: 300px;}

#kontakt {	
	position: absolute;
	bottom: 0px;	
	font-size: 0.80em;
	color: #999;}

/* nav */
#nav {
	position: relative;
	float: left;
	width: 200px;
	z-index: 3;
	margin-left: 120px;
	margin-top: 290px;}

#nav a {
	color: #999;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;}

.navlinkactive {
	color: #396;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;}

/*  Länkar  */

a:link {
	color: #999;
	text-decoration: none;}
	
a:active {
	color: #396;
	text-decoration: none;}

a:visited {
	color: #996;
	text-decoration: none;}
	
a:hover {
	color: #396;
	text-decoration: none;}

#nav a:hover {
	color: #396;}
	
/*  kontakt  */

#epostformular {
		position: relative;
		float:right;
		text-align: left;
        width: 280px;}

#kontaktinfo {
		float: left;
        position: relative;
        text-align: left;
        width: 200px;}

/* hoppa till innehåll */

#hiddenlinks {
	width: 100%;
	clear: both;}	

.accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;}