@charset "utf-8";
body {
	margin: 0px;
	background-image: url(bilder/bakgrund.png);
	background-repeat: repeat-x;
	background-color: #656565;
}
#huvud {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#meny {
	height: 90px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.stor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.rubrikGron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	line-height: 20px;
	text-indent: 20px;
}
.orm {
	font-size: 11px;
	color: #000000;
	background-color: #FFCC00;
	font-weight: bold;
	line-height: 20px;
}


.underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}
img {
   behavior: url("pngbehavior.htc");
}
#menyvit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
}
#linkvit {
	color: #FFFFFF;
	text-decoration: none;
}
