
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(bilder/bg_vanster.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menyrubrik {
	font-size: 14;
	font-weight: bold;
	color: #c09b5b;
	line-height: 20px;
}

.nyhetsrubrik {
	font-size: 18;
	font-weight: bold;
	color: #c09b5b;
	line-height: 20px;
}
.menytext {
	font-size: 11;
	line-height: 20px;
}

.nyhetstext {
	font-size: 11;
	line-height: 14px;
	color: #666666;
}
.nyhetsdatum {
	font-size: 11;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
.mellanrubrik {
	font-size: 12;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.rubrik {
	font-size: 36px;
	color: #c09b5b;
	font-weight: bold;
	vertical-align: top;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.ingress{
	color: #c09b5b;
	font-size: 14;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #dddddd;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 160px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid #dddddd;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #eeeeee;
color: black;
}