@charset "utf-8";
@import("modern.css");

/* allmänt */

html, body {
	color: black;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "lucida grande", "lucida sans unicode", arial, verdana, optima, "lucida sans", "gill sans", baskerville, georgia, "trebuchet ms", times, palatino, "american typewriter", futura, helvetica, sans-serif;
}

:link, :link:active, :link:focus, :link:hover {
	text-decoration: none;
	cursor: pointer;
}

:visited, :visited:active, :visited:focus, :visited:hover {
	text-decoration: none;
	cursor: pointer;
}

:link:hover, :visited:hover {
	text-decoration: none;
	cursor: pointer;
}

li a:link, li a:visited {
	background: white;
	color: black;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}

p, li {
	font-size: 0.8em;
}

table {
	width: 100%;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.data {
	border: 1px solid black;
}

td, th, tr {
	padding: 5px;
	vertical-align: top;
	border: none;
}

table.data tr td, table.data tr th {
	border: 1px dotted #777;
}

table.person {
	width: 80%;
	border: 1px dotted black;
}

table.person tr td {
	width: 50%;
}

input, textarea {
	border: 1px solid black;
}

img, object {
	border: none;
}

p, ol, li, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 1em 0;
}

.footer {
	width: 100%;
	height: 40px;
	background: #fff url("../img/footer.png") 0 0 no-repeat;
	padding-bottom: 1em;
}

.footer p {
	padding: 10px;
	margin-top: -12px;
	color: #fff;
	font-size: 11px;
	line-height: 140%;
}

.footer a {
	color: #fff;
}

.footer a:link, .footer a:visited {
	text-decoration: underline;
	cursor: pointer;
}


/* klasser */

.canvas {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background: white;
	border: none;
}

.top {
	width: 100%;
	height: 100px;
	background: #fff url("../img/logoheader.png") 0 0 no-repeat;
}

.logo {
	height: 100px;	
}

.content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div > div.content {
	padding: 10px;
}

/* menus */

.menu {
	width: 100%;
	border: 1px solid #000;
}

div > div.menu {
	width: auto;
}

.menu_active {
	background: #3e04fb;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	border-right: 1px solid #000;
}

.menu_active:hover {
	color: #000;
	background: #c40000;
}

.menu_active a, .menu_active a:hover, .menu_active a:active, .menu_active a:link, .menu_active a:visited {
	color: #fff;
}

.menu_passive {
	background: #dee05c;
	color: #000;
	font-size: 0.8em;
	border-right: 1px solid #000;
}

.menu_passive:hover {
	color: #000;
	background: #c40000;
}

.menu_passive a, .menu_passive a:hover, .menu_passive a:active, .menu_passive a:link, .menu_passive a:visited {
	color: #000;
}

.submenu_active {
	background: #3e04fb;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
	border-right: 1px solid #000;
}

.submenu_active:hover {
	color: #fff;
	background: #c40000;
}

.submenu_active a, .submenu_active a:hover, .submenu_active a:active, .submenu_active a:link, .submenu_active a:visited {
	color: #fff;
}

.submenu_passive {
	background: #008ef2;
	color: #fff;
	font-size: 0.7em;
	font-style: italic;
	margin-left: 1em;
	border-right: 1px solid #000;
}

.submenu_passive:hover {
	color: #fff;
	background: #c40000;
}

.submenu_passive a, .submenu_passive a:hover, .submenu_passive a:active, .submenu_passive a:link, .submenu_passive a:visited {
	color: #fff;
	text-decoration: none;
}

.auto {
	width: auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.active {
	background: #fff;
	color: #0f0;
}

.inactive {
	background: #ccc;
	color: #f00;
}

.fill {
	width: 100%;
}

.lang {
	float: right;
	margin: 1em;
	color: white;
	font-weight: bold;
}

.lang a, .lang:link, .lang:visited {
	color: white;
	text-decoration: none;
}

