/* Alla sidor börjar med en innehållstabell. */
TABLE.innehall
	{
	width:545px;
	}

/*-----------------*/
/* menyceller med ljusblå bakgrund */
TD.menu
	{
	height: 20px;
	vertical-align:middle;
	text-align:center;
	width:85px;
	background:#336699;
	font-weight:regular;
	font-size:10pt;
	font-family:Times New Roman;
 border-style:solid;
 border-width:1px;
 border-left-color:#C0C0C0;
 border-top-color:#C0C0C0;
 border-right-color:#666666;
 border-bottom-color:#666666;

	}

/* menycell för aktuell meny mörkblå bakgrund och fetstilad text */
TD.thismenu
	{
	vertical-align:middle;
	height:20px;
	text-align:center;
	width:85px;
	background:#003366;
	font-weight:bold;
	font-size:10pt;
	font-family:Times New Roman;
 border-style:solid;
 border-width:1px;
 border-left-color:#666666;
 border-top-color:#666666;
 border-right-color:#C0C0C0;
 border-bottom-color:#C0C0C0;
	}

/* menycell för aktuell meny med mörblå bakgrund, fetstilad, vit text. */
TD.nomenu
	{
	height: 20px;
	vertical-align:middle;
	text-align:center;
	width:85px;
	background:#003366;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10pt;
	font-family:Times New Roman;
 border-style:solid;
 border-width:1px;
 border-left-color:#666666;
 border-top-color:#666666;
 border-right-color:#C0C0C0;
 border-bottom-color:#C0C0C0;
	}

/*-------------*/

/* text, bild osv ska alltid vara lagda i överkant. */
TR.main	
	{
	vertical-align:top;
	}

/* Rubriken på alla aktuellt/historik-sidor */
.rubrik
	{
	text-align:left;
	font-weight:bold;
	font-color:#FFFFFF;
	font-size:14pt;
	font-family:Times New Roman;
	}

/*------------------*/
/* Historik, aktuellt mfl? ska har en tabell för knapplänk och text. */
TABLE.lista
	{
	width:285px;
	vertical-align:middle;
	}

TD.listknapp
	{
	width:30px;
	}

/*-----------*/
BODY
	{
	background-image:url(http://www.stockholmia.org/bilder/stloggaq.jpg);
	background-color:#FFFFFF;
        background-attachment:fixed;
	margin-top:0px;
	}

TABLE
	{
	border:0;
	}

IMG	
	{
	border:0;
	}

 A 	{
	color:lightgrey; 
	font-size:10pt;
	font-family:Times New Roman;
	}
 A:link {text-decoration: none}
 A:visited {text-decoration: none}
 A:hover {color:white}