﻿body{
	background-image: url(back.jpg);
	margin-top: 0;
}
a:link {
  color: #F5C242; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #F5C242; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #4B9EAF; 
  text-decoration: underline overline; color: #F5C242;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #F5C242; 
  text-decoration: underline overline; 
}
#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:auto;
	background-image: url(bakgrund.jpg);

}
#logga{
	width:1024px;
	height:220px;
	background-image: url(logga.jpg);
}
#meny{
	width:965px;
	height:40px;
	background-image: url(bakgrundd.jpg);
	margin-top:0px;
	margin-left:0px;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: normal;
}
#thetext{
	margin-top:0px;
	width:1024px;
	height:auto;
	overflow: auto;
	background-image: url(bakgrundd.jpg);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000;

}
#footer{
	margin-top:0px;
	width:965px;
	height:40px;
	background-image: url(bottend.jpg);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	color: #c0c0c0;

}