body {

	background: #a8caf0 url('background.jpg') repeat-x ; 

	padding: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	

	font-size: 80%;

}



a:link {

	color: #69c;

}



a:visited {

	color: #666699;

}



a:active {

	color: #cc3333;

	text-decoration: none

}



a:hover {

	color: #693;

}



.header {

	width: 700px;

	height: 130px;

	background: url(heading.jpg);

	margin-bottom: 0px;

}



.menubar {

	width: 700px;	

}



.meny {

	width: 700px;

	border-top: 1px solid;

	border-bottom: 1px solid;

}



.window {

	background-color: #FFFFFF;

	position:relative;

	top:-30px;

	padding: 15px;

	width: 700px;

}



.date {

	color=#135eb6;

}



.menuleft {

	width: 140px;

	float: left;

	clear: left;

}



.content {

	width: auto;

	margin-left: 160px;

}





.tabell {

	width:650;

	border:1px solid black;

	background-color: #d7dee3;

	filter:alpha(opacity=80);

	font-size: 80%;

}



.tabell2 {

	border:1px solid black;

	background-color: #d7dee3;

	filter:alpha(opacity=80);

	font-size: 80%;

}



.tabell3 {

	font-size: 80%;

}

.tabell4 {

	font-size: 11px;

}



.tabell5 {

	font-size: 11px;

	padding:4px;

}



.span {

	float:left;

	width:0.7em;

	font-size:400%;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	line-height:80%;

}













img {

	border: 0px;

}



.item {

	width: 300px;

	/*height: 300px;*/

	padding: 5px;

	border: 2px solid #000000;

}



.item_image {

	width: 263px;

	height: 263px;

	border: none;

}



.footer {

	margin-top: 20px;

	clear: left;

	text-align: center;

}

.btn-link {
  background: #83bbde;
  background-image: -webkit-linear-gradient(top, #83bbde, #4d8fb8);
  background-image: -moz-linear-gradient(top, #83bbde, #4d8fb8);
  background-image: -ms-linear-gradient(top, #83bbde, #4d8fb8);
  background-image: -o-linear-gradient(top, #83bbde, #4d8fb8);
  background-image: linear-gradient(to bottom, #83bbde, #4d8fb8);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  -webkit-box-shadow: 2px 2px 6px #666666;
  -moz-box-shadow: 2px 2px 6px #666666;
  box-shadow: 2px 2px 6px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 8px 6px 8px;
  text-decoration: none;
}

.btn-link:hover {
  background: #6bc1f7;
  background-image: -webkit-linear-gradient(top, #6bc1f7, #5aa7db);
  background-image: -moz-linear-gradient(top, #6bc1f7, #5aa7db);
  background-image: -ms-linear-gradient(top, #6bc1f7, #5aa7db);
  background-image: -o-linear-gradient(top, #6bc1f7, #5aa7db);
  background-image: linear-gradient(to bottom, #6bc1f7, #5aa7db);
  text-decoration: none;
  color: #ffffff;
}

.btn-link:link {
  color: #ffffff;

}



.btn-link:visited {
  color: #ffffff;

}



.btn:active {
  color: #ffffff;

	text-decoration: none

}