﻿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; color: #F87E17;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #F87E17; 
  text-decoration: underline; 
}
#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;

}
.skugga {
	background-color:#000000;
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 10;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	visibility:hidden;
	cursor:pointer;
}


h1{
	font-size:18px;
	text-align:center;
}
h2{
	font-size:16px;
	padding-bottom:5x;
}
h3{
margin-top:7px;
margin-bottom:5x;
}
