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

body {
	background-color: #625F5E;
	margin: 0px;
}
.tabell1 {
	background-color: #FFF;
	border: 3px solid #999;
}
.footer {
	height: 20px;
	text-decoration: none;
}
.header {
	height: 100px;
	background-image: url(index/header.jpg);
	background-repeat: no-repeat;
}
.meny {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-bottom: 2px;
	text-decoration: none;
}
.meny a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.meny a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.meny a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.menybottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
}
