/* CSS definitions */


BODY {
	margin: 30px;
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;

}

table {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	
}


/* CSS definitions for fonts */

.rubrik {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;}

.underrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

	font-size: 12px;}

a:link {
	color: #FFFFFF;} 
	a.visited { color: #FFFFFF; text-decoration: none } 
	a:hover {  color: #FFFFFF; text-decoration: none}
	active	{color: #FFFFFF; text-decoration:none;}

a.nyhet			{color: #666666; text-decoration:none; font-size: 10px;}
a.nyhet:visited	{color: #666666; text-decoration:none;}
a.nyhet:hover 	{color: #999999; text-decoration:none;}
a.nyhet:active	{color: #ffffff; text-decoration:none;}
.bakadmin {
	background-image: url(bilder/top_bakgrund_admin.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.vitbakgrund {
	background-color: #FFFFFF;
	background-image: url(bilder/transp1x1.gif);
	background-repeat: no-repeat;
	margin: 14px;
}
.cursor     {
 	cursor: hand;
}
