/*
 * Stilmall för Softwolves Software
 * © 2001,2003,2023 Peter Krefting
 */

/* Kropp och globala inställningar */

body {
	background-color: white;
	color: black;
}

body.front {
	display: table;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
}

a:active {
	color: #000040;
}

a:visited {
	color: #000040;
}

:link {
	color: #000080;
}

:link:hover {
	color: #00c000;
}

/* Vänster navigationspanel */

div.leftpanel {
	background: #a00000;
	color: #ffc;
	display: table-cell;
	vertical-align: top;
	width: 250px;
	border-top: 0;
	border-right: 5px solid black;
	border-left: 0;
	border-bottom: 5px solid black;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 0;
	text-align: center;
}

div.leftpanel a:active {
	background: #a00000;
	color: white;
}

div.leftpanel a:visited {
	background: #a00000;
	color: #444;
}

div.leftpanel a:link {
	background: #a00000;
	color: #ccc;
}

div.leftpanel a:hover {
	background: #a00000;
	color: white;
}

/* Högerpanelen */

div.mainbody {
	padding-left: 1em;
	display: table-cell;
}

div.mainbody p.intro:first-letter {
	font-size: 200%;
	float: left;
}

dt {
	text-indent: 0;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 0;
}

dd {
	text-indent: 0;
	margin-top: 0.1em;
	margin-bottom: 0;
	margin-left: 0;
}

/* Formatera adressfältet */
p.bottom {
	border-top: thin solid black;
}

address {
	font-style: normal;
	font-weight: normal;
	font-family: "Verdana", "Arial", "Helvetica", "Helv", sans-serif;
	font-size: smaller;
	background: #eee;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	border-top: solid 1px black;
}

address a:link, address a:visited, address a:active {
	font-style: normal;
	font-weight: bold;
	color: #033;
	background: #eee;
	text-decoration: none;
}

address a:hover {
	font-style: normal;
	font-weight: bold;
	color: #099;
	background: #eee;
	text-decoration: none;
}

/* Magi */

hr.css {
	display: none;
}

span.msienetscape {
	display: none;
}

/* Innehållstabeller */

table {
}

th {
	background: #eee;
	font-family: "Verdana", "Arial", "Helvetica", "Helv", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px black;
	text-align: left;
}
