/* Gotheborg.com navigation styles

Exempel struktur:

	<style type="text/css" media="all">@import url('http://www.gotheborg.com/css/navcol.css');</style>

	<table>
        <tr class="startborder">
            <td>Rubrik</td>
        </tr>
        <tr class="menuitem">
            <td>Länk</td>
        </tr>
    </table>
*/

/*	BODY TAG */
body{
	color: #214273;
	background-color: #FFFCF2;
	background: #FFFCF2 url(../graphics/pergam.jpg);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	width: 200 px;
}

/*	margin-left: AUTO
	margin-right: 0em;	*/

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	color: #214273;
}

b {
	font-weight: bold;
}

.navsmall {
	font-family: Verdana, Arial, sans-serif;
	color: #214273;
	font-size: xx-small;
}

.navmed {
	font-family: Verdana, Arial, sans-serif;
	color: #214273;
	font-size: 10pt;
}

/*	TABELL	*/
table.menue{
	width:100%;
	border-collapse: collapse;
}

/* HOME TOP BAR */

tr.startborder td {
    background-color: #ddd;
    padding: 0 5px 0 1.5em;
    color: #666;
    border-left: 1px solid #e0e0e0;
    border-top: 2px solid #eee;
    border-right: 1px solid #c0c0c0;
    border-bottom: 2px solid #b9b9b9;
    height: 23px;
    text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    font-weight: normal;
}

tr.startborder td:hover {
    /* background-color: #fff;	vitt */
}

tr.startborder a:link {
	color:#214273; /* MÖRKT GRÅBLÅ */
	text-decoration: none;
	}
tr.startborder a:active {
	color:#f00; /* KLAR RÖTT */
	text-decoration: none;
	}
tr.startborder a:visited {
	color:#849CAD; /* LJUST GRÅBLÅ */
	text-decoration: none;
	}
tr.startborder a:hover {
	color:#BF0524; /* mörkt rött */
	text-decoration: underline;
	}

/*	VARJE MENYVAL NEDAN */

tr.menuitem td {
    color: #214273;	/* mörkblå */
    background-color: #eee;	/* ljust grått nästan vitt */
    padding: 0 3px 0 2em;
    border-left: 0;
    border-top: 1px solid #fff;	/* vitt */
    border-right: 0;
    border-bottom: 1px solid #ddd;	/* ljust grått */
    height: 18px;
    font-size: xx-small;
    font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

tr.menuitem td:hover {
    background-color: #fff;	/* tabellrutans färg i menu item (vitt) */
}
tr.menuitem a:link {
	color:#214273; /* MÖRKT GRÅBLÅ */
	text-decoration: none;
	}
tr.menuitem a:active {
	color:#f00; /* KLARRÖTT */
	text-decoration: none;
	}
tr.menuitem a:visited {
	color:#849CAD; /* LJUST GRÅBLÅ */
	text-decoration: none;
	}
tr.menuitem a:hover {
	color:#BF0524; /* MÖRKT RÖTT */
	text-decoration: underline;
    background-color: #ffffff;
	}



