/* Skalar bort sidhuvud, meny och sidfot */
	td.header {
	display: none;
	}

	td.menu {
	display: none;
	}

	td.footer {
	display: none;
	}

/* Inställningar för text, bild etc */
	
	.noprint {
	display: none;
	}

	body *{
	color: black;
	background: white;
	font-family: arial, sans-serif;
	width:auto;
	}

	img {
	border: 0;
	}

	td.main {
	width: 60%;
	border: 0;
	float: center;
	vertical-align: top;
	}

	td.main h1, h2, h3, p {
	color: #000;
	width: 90%;
	}

	td.main h1.nav {
	font-size: 80%;
	margin-bottom: 0;
	}

	td.main h1 {
	margin-top: 0;
	}

	td.main a {
	text-decoration: none;
	}

	* ul, li {
	width: auto;
	}

	#tabell {
	font-family: arial, sans-serif;
	}

	#tabell th, td{
	border-bottom: 1px solid #999;
	text-align:left;
	}

	.indrag {
	margin-left:38px;
	}

	.bildtext {
	font-size: 75%;
	margin-top: 2px;
	}
	
