/*
	Style.css - Stylesheet
	
	for www.rusinfo.no basert p? Oslo Kommunes stilsett
*/

/*** HTML tag styling ***/

#rusinfo td {
	text-align:left;
	vertical-align:top;
}

#rusinfo h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
}

#rusinfo h2 {
	font-size: 15px;
	font-weight: bold;
}

#rusinfo h3 {
	font-size: 13px;
	font-weight: bold;
}

#rusinfo h4 {
	font-size: 12px;
	font-weight: bold;
}

#rusinfo h5 {
	font-size: xx-small;
}

#rusinfo div#meny  {
     padding-left: 2px; 
	 padding-right: 2px;
	 margin-top: 55px;
}

#rusinfo #meny ul li {
     margin-left: -22px; 
}

#rusinfo #meny li {
     margin-bottom: 7px;
	 font-weight: bold;
}



