﻿body{
	background-image: url(back.jpg);
	margin-top: 0;
}
a:link {
  color: #F87E17; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #F87E17; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #F87E17; 
  text-decoration: underline overline; color: #F87E17;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #F87E17; 
  text-decoration: underline overline; 
}
#wrapper{
	margin-top:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:auto;
}
#logga{
	margin-top:15px;
	width:970px;
	height:205px;
	background-image: url(logga.jpg);
}
#meny{
	width:970px;
	height:125px;
	background-image: url(meny.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;
	margin-left:0px;
	min-height:350px;
	background-image: url(bakgrund.jpg);
	width:970px;
	height:auto;
	overflow: auto;
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #074A96;

}
#footer{
	margin-top:0px;
	margin-left:0px;
	width:970px;
	height:10px;
	background-image: url(botten.jpg);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	color: #c0c0c0;

}