/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
	
	body {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333; 
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/vit_ruta.gif);
	background-repeat: repeat;
	}
	
	h1 {
	font-family: "Trebuchet MS",Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 10px 0px 10px 0px;
	width: 650px;
	text-align: left;
	text-transform: uppercase;
	}

	h1 span {
	font-size: 14px;
	color: #999999;
	}
	
	h1.sidfot {
	padding: 12px 0px 12px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align:right;
	
}

	
	h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 2px 0px;
	text-transform: uppercase;
	clear:both;
	}

	h3 span {
	font-weight: normal;
	font-style:italic;
	/*color:#007799;*/
	color:#8B8682;
	}

	h3.apl {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	color: #669999;
}

	h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	/*clear: both;*/
	margin:0px;
	}

	a, a.link, a:visited, a:active {
	font-weight: bold;
    text-decoration: none;
	color: #333333;
    border-bottom:1px dotted #333333;
	}

	a:hover {
	 color: #006666;
     border-color:#006666;
     border-bottom-style:solid;
	}

	p {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	}
	
	img.right {
	float:right;
	margin: 0px 0px 10px 15px;
	border: 0px;
	}

	img.left {
	float:left;
	margin: 0px 15px 10px 0px;
	border: 0px;
	}

	.clear {
	clear: both;
	}


	table#skrivut {
	width: 650px;
	margin: 20px auto 0px auto;
	/*background-image: url(../images/bg_table_innehall.gif);
	background-repeat: repeat-y;*/	} 
	
	table#skrivut td.undersidor {
	/*padding: 0px 35px 0px 0px;*/
	width: auto;
	}
	
	#undersidatopp {
	height: 15px;
	width: 650px; 
	/*background-image: url(../images/bg_undersidortopp.gif);
	background-repeat: no-repeat;*/
	}
	
	#undersidabotten {
	height: 15px;
	width: 650px; 
	/*background-image: url(../images/bg_undersidorbotten.gif);
	background-repeat: no-repeat;*/	
	}
	
	#undersidainnehall {
	/*padding: 0px 35px 0px 15px;*/
	/*background-image: url(../images/bg_undersidor.gif);
	background-repeat: repeat-y;*/
	}
	
	#undersidainnehall table td a  {
	border:0px;
	}
	
	.kontakt-ruta {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 15px 10px 0px;
	font-style: italic;
}

.inloggning-ruta-grey {
	margin-top: 10px;
	padding: 5px 15px 5px 15px;
	background-color: #f0f0f0;
}


	ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none;
}

li {
	display: block;
	background-image: url("../images/li_mark.gif");
	background-repeat:repeat-y;
	width:auto;
	padding: 5px 5px 5px 35px;
	margin: 0px 0px 2px 0px;
	font-size:12px;
}

