/*
 * Extra stilmallar för den reviderade svenska ordlistan.
 * © 2003-2005 Peter Karlsson
 */

ul li {
	margin-top: 0;
	margin-bottom: 0;
}

h2.empha {
	padding-left: 2em;
}

/* Jag använder <a> i <h2> som ankare, inte som länk, nullifiera
 * hover-regeln
 */
h2.empha a:hover {
	color: inherit;
}

.nuvarande {
	text-decoration: underline;
	font-weight: bold;
}

dl.changelog dt {
	text-indent: 0;
	display: block;
	width: 50%;
	background: #444;
	color: #ff4;
	margin: 0.5em 1em;
	padding: 0 2em 1px 1em;
	font-family: "Verdana", "Arial", "Helvetica", "Helv", sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

dl.changelog dd {
	text-indent: 0;
	margin: 0 1em 1em 1em;
}

h1 a img {
	border: none;
}

h1 {
	text-decoration: none;
}

ul {
	border-left: 4px solid #eef;
	margin-left: 1em;
	margin-right: 1em;
}

ul li {
	list-style-type: none;
	padding-left: 1em;
}

li[onclick] {
	cursor: help;
}
