/* BEO 2008 */
* {
	margin: 0; 
	padding: 0; 
}
body {
	color: #222; 
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 10px; 
	background-color: #a7a7a7; 
	background-image: url(/Images/skolinspektionen_bakgrund_1.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 50% 0; 
}
form {
	margin: 0; 
	padding: 0; 
}
#id_matrix
{
	border: 0px;
	margin: 0px;
}

/* test */

#language-form fieldset	{
	border: none;
	position: relative;
	top: -3px;
}
#language-form select	{ display: inline; }

.separator					{ color: #ccc; }
.languages a				{ margin: 0 5px; }
.languages a:visited		{ color: #005FD3; }
.languages a.active			{ color: #222; }
.languages a.arabic			{ direction: rtl; }

.inline-icon.arrow-icon	{
	background: transparent url(/images/internal_link.gif) no-repeat top left;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: -4px;
	margin-right: 0;
	position: relative;
	top: 0;
	
}
a.webmap {
	background: transparent url(/images/site_map.gif) no-repeat 0 0;
	display: block;
	float: left;
	margin-right: 10px;
	padding-left: 18px;
	position: relative;
	top: 1px;
}

#search input#q {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	height: 1.2em;
	padding: 2px;
	position: relative;
	top: -2px;
}
#search input.image { margin-top: -4px; padding: 2px; }
.search-form {
	border: 1px solid #a7a7a7;
	display: block;
	float: left;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
	margin-top: -2px;
}
.search-form input {
	background: transparent;
	border: none;
	overflow: hidden;
	vertical-align: middle;
}

/* Utility */
#search li {
	display: block;
	float: right;
	margin-bottom: 10px;
	position: relative;
	height: 18px;
}
.clear			{ clear: right; }

/* end test */

fieldset input.options
{
	margin-left:-4px;
}

fieldset label
{
	margin-top: -2px;	
}

#id_matrix td
{
	border: 0px;
	padding: 0px;
}

a{
	color: #005FD3; 
	text-decoration: none; 
}

a:hover, a.devHover {
	color: #222; 
	text-decoration: underline; 
}
a.external {
	background-image: url(/Images/external_link_icon.gif); 
	background-repeat: no-repeat; 
	background-position: 0 2px; 
	padding-left: 12px; 
}

a.internal 
{
	background-image: url(/Images/internal_link.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
}

.date, p.date, #sidebar p.date {
	font-size: 11px; 
	color: #888; 
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
	font-size: 2.3em; 
	margin: 0 0 .3em 0; 
	line-height: 1.3em; 
	clear: both; 
}
h1 {
	font-weight: normal; 
}
h2, table.stilProv h2, table.h2 {
	font-size: 1.5em; 
	margin: 0.5em 0 0.1em 0; 
	font-weight: bold; 
}
#sidebar h2 {
	font-size: 12px; 
}
h3 {
	font-size: 1.2em; 
	font-weight: bold; 
}
h3.mail, h5.mail {
	padding-left: 20px; 
	background-image: url(/Images/kuvert.gif); 
	background-repeat: no-repeat; 
}
h3.rss, h5.rss {
	padding-left: 20px; 
	background-image: url(/Images/rss.gif); 
	background-repeat: no-repeat; 
}

p.rss 
{
	padding-left: 20px; 
	background-image: url(/Images/rss.gif); 
	background-repeat: no-repeat; 
}

h3.comment, h5.comment {
	padding-left: 20px; 
	background-image: url(/Images/comment.gif); 
	background-repeat: no-repeat; 
}

p.comment 
{
	padding-left: 20px; 
	background-image: url(/Images/comment.gif); 
	background-repeat: no-repeat; 
}

h3.info, h5.info {
	padding-left: 20px; 
	background-image: url(/Images/info.gif); 
	background-repeat: no-repeat; 
}
/* Fredric lagt till 3april */
h4 {
	font-size: 1.1em; 
}
img + h4 {
	margin-top: 1em; 
}
h5 {
	font-size: 1.2em; 
}
h6 {
	font-size: 1.2em; 
	font-weight: bold; 
	padding: 5px 0 5px 0; 
	border-top: 1px solid #222222; 
}
#sidebar h3, #sidebar h4, #sidebar h5,
#content h3, #content h4, #content h5 {
	font-size: 1em; 
}
#container {
	width: 915px; 
	padding: 0 25px 0 25px; 
	margin: 34px auto 0 auto; 
	background-color: white; 
}
p {
	font-size: 1.2em; 
	line-height: 1.4em; 
	margin-bottom: 0.5em; 
}
p.ingress, p.teaser {
	font-size: 1.5em; 
	margin: 0.5em 0 0.8em 0; 
}
.ingress p, .teaser p {
	font-size: 1.2em; 
	margin: 0.5em 0 0.8em 0; 
	font-weight: 600; 
}
#localNav {
	width: 210px; 
	float: left; 
	clear: both; 
}
#localNav ul {
	list-style-type: none; 
}
#content {
	width: 445px; 
	float: left; 
	margin-left: 25px; 
	margin-bottom: 1em; 
}
#sidebar {
	width: 210px; 
	float: left; 
	margin-left: 25px; 
	margin-bottom: 1em; 
}
#globalInfo {
	position: relative; 
	font-size: 1.2em; 
}
#siteNav {
	position: absolute; 
	width: 100%; 
	top: 19px; 
	right: 0; 
	z-index: 10; 
}
#siteNav img {
	position: absolute; 
	top: 50%; 
	margin-top: 0; 
}
#globalNav {
	background-color: white; 
	clear: both; 
	position: relative; 
	overflow: hidden; 
	margin-bottom: 25px; 
}
#globalNav ul {
	clear: both; 
	list-style-type: none; 
	width: 100%; 
	height: 30px; 
	display: block; 
	background: #e4fad8 url(/Images/nav-line-green.gif) repeat-x top left; 
}
#globalNav ul li {
	float: left; 
}
#globalNav ul li a {
	display: block; 
	padding: 9px; 
	color: #222; 
	text-decoration: none; 
	line-height: 1em; 
}
#globalNav ul li.active a {
	border-left: 0px solid white; 
	border-right: 1px solid white; 
	background: #008A07 url(/Images/nav-line-blue.gif) repeat-x top left; 
	color: white; 
	padding: 9px 8px 9px 8px; 
}
#globalNav ul li a:hover {
	background: #008A07 url(/Images/nav-line-grey.gif) repeat-x top left; 
	color: white; 
}
#globalNav ul li.active.first {
	background: #008A07
/*
url(/Images/nav-line-leftmost.gif) no-repeat 0 0*/; 
}
#globalNav ul li.active.first a {
	border-left: none; 
	background-color: transparent; 
	color: white; 
}
#globalNav ul li select {
	font-size: 12px; 
	margin-top: 5px; 
}
#globalNav ul, #globalNav ul ul {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	line-height: 1; 
}
#globalNav .logo {
	margin: 25px 0 25px 0; 
}
dl dt {
	padding: 9px 9px 0 9px; 
	font-weight: bold; 
}
dl dd {
	padding: 0 9px 10px 9px; 
}
#footer {
	clear: both; 
	font-size: 1em; 
	border-top: 1px solid #222; 
	padding-top: 1em; 
	width: 915px; 
	background-color: white; 
	height: 100px; 
}
#search {
	position: absolute; 
	right: 0; 
	list-style-type: none; 
	line-height: 1em;
	_width: 20em; /* för ie6*/
	_margin: 0em 4.2em 0 0; /* för ie6*/
	_margin-top:-2em; /* för ie6*/
	

}

/*

#search li {
	float: left;
	margin-left: .5em; 
}
#search #q, #search #ctl00_TxtSearchQuery {
	width: 10em; 
}
#search li.english {
	background-image: url(/Images/english_icon.gif); 
	background-repeat: no-repeat; 
	padding-left: 20px; 
	border-right: 1px solid #a7a7a7; 
	padding-right: 0.5em; 
}
#search input.submit {
	font-size: 1em; 
}
#search input.image {
	margin-top: -3px;
	_margin-top: 0; /* för ie6*/
/* }
#search li {
	position: relative; 
}
#search li fieldset {
	background-color: white; 
}
#search li fieldset input.text {
	font-size: 1em; 
	width: 6em; 
	position: relative; 
	top: -5px; 
}
#search li fieldset input.submit {
	position: relative; 
	top: -4px; 
}
*/

.module-nav {
	font-size: 1.2em; 
	margin-bottom: 22px; 
	line-height: 1.4em; 
	border-top: 1px solid #005FD3; 
}
.module-nav h5 {
/*f
ont-size: 1em;*/ 
background-repeat: no-repeat; 
	padding: 5px 7px 5px 7px; 
	font-weight: normal; 
	margin: 0; 
	font-size: 1em; 
	border-bottom: 1px solid white; 
	width: 196px; 
}
.module-nav h5 a:link, .module-nav h5 a:visited, .module-nav h5 a:hover, .module-nav h5 a:active, 
.module-nav p {
	padding: 9px; 
	font-size: 1em; 
}
.module-nav ul {
	margin: 0; 
	padding: 0; 
}
.module-nav ul li a {
	display: block; 
	text-decoration: none; 
	color: #222; 
	background-repeat: no-repeat; 
	background-position: 10px 50%; 
	width: 197px; 
	padding: 3px 3px 3px 10px; 
}
.module-nav ul li.catul-article a {
	width: 197px; 
}
.module-nav ul li a.active {
	padding-left: 10px; 
	width: 197px; 
}
.module-nav ul li.catul-category a {
	padding: 3px 3px 3px 25px; 
	width: 182px; 
}
.module-nav ul li.catul-category a.active {
	padding-left: 29px; 
}
.module-nav ul li.active a {
	background-repeat: no-repeat; 
	background-position: 10px 50%; 
	padding-left: 10px; 
	width: 178px; 
	color: #222; 
}
.module-nav ul li.active ul li a {
	color: #222; 
	background-position: 30px 50%; 
	width: 162px; 
	padding-left: 30px; 
}
.module-nav ul li.active ul li.catul-category a {
	padding-left: 45px; 
}
.module-line, .module-blue, .module-jagvill, .module-news, .module-green, .module-orange, .module-pink, .module-bluebg {
	font-size: 1.2em; 
	line-height: 1.4em; 
	margin-bottom: 22px; 
	margin-top: 22px; 
}

.module-orange-nopadding 
{
	font-size: 1.2em; 
	line-height: 1.4em; 
	margin-bottom: 22px; 
	
}


.module-jagvill {
	margin-top: 0; 
}
.module-jagvill ul {
	border-top: 1px solid #ccc; 
}
.module-jagvill ul li {
	border-bottom: 1px solid #ccc; 
	padding: 5px 0; 
}
.module-line h5, .module-jagvill h5, .module-blue h5, .module-pink h5, .module-orange h5, .module-green h5, .module-bluebg h5 {
	font-size: 1em; 
	border-top: 1px solid #222; 
	padding: 5px 0 5px 0; 
	font-weight: normal; 
	font-weight: bold; 
}

.module-line .headerspan, .module-jagvill .headerspan, .module-blue .headerspan, .module-pink .headerspan, .module-orange .headerspan, .module-green .headerspan, .module-bluebg .headerspan {
	font-size: 1em; 
	border-top: 1px solid #222; 
	padding: 5px 0 5px 0; 
	font-weight: normal; 
	font-weight: bold; 
}

.module-line .headerspan-icon, .module-jagvill .headerspan-icon, .module-blue .headerspan-icon, .module-pink .headerspan-icon, .module-orange .headerspan-icon, .module-green .headerspan-icon, .module-bluebg .headerspan-icon {
	font-size: 1em; 
	border-top: 1px solid #222; 
	padding: 5px 0 5px 0; 
	font-weight: normal; 
	font-weight: bold;
	padding-left: 20px; 
	background-position: 0 45%; 
}

.module-line p, .module-blue p, .module-pink p, .module-orange p, .module-green p, .module-jagvill p, .module-bluebg p {
	font-size: 1em; 
}
.module-first {
	margin-top: 0; 
}
h5.icon {
	padding-left: 20px; 
	background-position: 0 45%; 
}
.module-blue h5, .module-bluebg h5 {
	border-color: #005FD3; 
	color: #005FD3; 
}
.module-green h5, .module-green h5 a {
	border-color: #008a07; 
	color: #008a07; 
}
.module-jagvill h5, .module-jagvill h5 a {
	border-color: #008a07; 
	color: #008a07; 
}
.module-pink h5, .module-pink h5 a {
	border-color: #E0009F; 
	color: #E0009F; 
}
.module-orange h5, .module-orange h5 a {
	border-color: #DC370D; 
	color: #DC370D; 
}
.module-blue h5 a, .module-bluebg h5 a, .module-orange h5 a, .module-green h5, .module-pink h5 {
	display: block; 
}

/* test */

h5.icon {
	padding-left: 20px; 
	background-position: 0 45%; 
}

p.icon 
{
	padding-left: 20px; 
	background-position: 0 45%; 
}

.module-blue .headerspan, .module-bluebg .headerspan {
	border-color: #005FD3; 
	color: #005FD3; 
	margin-bottom: 0em;
}
.module-green .headerspan, .module-green .headerspan a {
	border-color: #008a07; 
	color: #008a07; 
	margin-bottom: 0em;
}
.module-jagvill .headerspan, .module-jagvill .headerspan a {
	border-color: #65cd37; 
	color: #65cd37; 
	margin-bottom: 0em;
}
.module-pink .headerspan, .module-pink .headerspan a {
	border-color: #E0009F; 
	color: #E0009F; 
	margin-bottom: 0em;
}
.module-orange .headerspan, .module-orange .headerspan a {
	border-color: #DC370D; 
	color: #DC370D;
	margin-bottom: 0em;
}

.module-blue .headerspan-icon, .module-bluebg .headerspan-icon {
	border-color: #005FD3; 
	color: #005FD3; 
	margin-bottom: 0em;
}
.module-green .headerspan-icon, .module-green .headerspan-icon a {
	border-color: #008a07; 
	color: #008a07; 
	margin-bottom: 0em;
}
.module-jagvill .headerspan-icon, .module-jagvill .headerspan-icon a {
	border-color: #008a07; 
	color: #008a07; 
	margin-bottom: 0em;
}
.module-pink .headerspan-icon, .module-pink .headerspan-icon a {
	border-color: #E0009F; 
	color: #E0009F; 
	margin-bottom: 0em;
}
.module-orange .headerspan-icon, .module-orange .headerspan-icon a {
	border-color: #DC370D; 
	color: #DC370D;
	margin-bottom: 0em;
}

.headerspan p 
{
	margin-bottom: 0em;
}







/* slut test */

.module-bluebg {
	background-color: #E5F4FC; 
}
.module-bluebg h5 {
	padding-left: 7px; 
}
.module-bluebg .inner {
	padding: 0 10px 10px 10px; 
}
/*
	färgscheman
*/
/* BLUE */
.color-blue {
	/* background-color: #d4ecfa; */
	background-color: #c4e7fb;
}
.color-blue h5 {
	color: #005FD3; 
	font-weight: bold; 
}
.color-blue .even {
	background-color: #e5f4fc; 
}
.color-blue ul li a {
	border-bottom: 1px solid white; 
}
.color-blue ul li a:hover {
	background-color: #e5f4fc; 
}
.color-blue ul li.catul-category a {
	background-image: url(/Images/pil_svart_closed.gif); 
	background-repeat: no-repeat; 
}
.color-blue ul li.catul-category a.active {
	background-image: url(/Images/pil_svart_opened.gif); 
	background-repeat: no-repeat; 
}
.color-blue ul li.catul-article a, .color-blue ul li.catul-article a.active {
	background-image: none; 
}
.color-blue ul li.catul-article a.active {
	width: 197px; 
}
.color-blue ul li.catul-category ul a.active {
	width: 178px; 
}
.color-blue ul li.catul-article a.active {
	background-color: #005FD3; 
	font-weight: bold; 
	color: white; 
}
.color-blue ul li.catul-category a.active {
	font-weight: bold; 
}
.color-blue ul li.active {
	background-color: #e5f4fc; 
}
.color-blue ul li.active a {
	border: 0; 
}
.color-blue ul li.active ul li ul li.catul-category a {
	padding-left: 60px; 
	width: 147px; 
	background-position: 45px 50%; 
}
.color-blue ul li.active ul li ul li.catul-category ul li.active a {
	background-color: #005FD3; 
	font-weight: bold; 
	color: white; 
}
.color-blue a:link, .color-blue a:visited, .color-blue a:hover, .color-blue a:active {
	color: black; 
	text-decoration: underline; 
}
.color-white ul li a {
	border-top: 1px solid #ccc; 
}
.color-white ul li a:hover {
	background-color: #e5f4fc; 
}
.module-nav li a:link, .module-nav li a:visited, .module-nav li a:hover, .module-nav li a:active {
	text-decoration: none; 
}
.module-simple {
	font-size: 1.2em; 
	margin-bottom: 22px; 
	line-height: 1.4em; 
}
.module-simple h5 {
	font-size: 1em; 
	font-weight: bold; 
}
.module-simple p {
	font-size: 1em; 
}
.module-first {
	margin-top: 0; 
}
li p {
	margin: 0; 
	padding: 0; 
}
.module-newslist {
	margin-top: 2em; 
}
.module-newslist .one-article {
	clear: both; 
	width: 445px; 
}
.module-newslist .image {
	width: 210px; 
	float: left; 
	margin-right: 20px; 
}
.module-newslist .text {
	float: left; 
	width: 210px; 
}
.module-newslist .text h2 {
	margin-top: 0; 
}
table {
	border-collapse: collapse; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	width: 100%; 
}
table td, table th {
	vertical-align: top; 
	border-top: 1px solid #ccc; 
	padding: .5em .5em .5em .5em; 
	text-align: left; 
}
/* table td, table th { vertical-align: top; border-top: 1px solid #eee; padding: .2ex .5ex .2ex .2ex; text-align: left; } */
table th {
	font-weight: bold; 
	background-color: #fff; 
	padding: .5em .5em .5em .5em; 
	border-top: 1px solid #222222; 
	font-size: 1.2em; 
}
table td p {
	margin: 0 0 0 0; 
}

table tr.even td	{ background-color: #e5f4fc; }

table.noBorder td {
	border: none; 
}
/* Listor */
#content ul {
	padding: 1em 0 1em 1em; 
}
#content ol {
	padding: 1em 0 1em 1em;
	margin: 0px 0px 0px 10px; 
}
#content li {
	line-height: 1.3em; 
	font-size: 1.2em; 
	margin-bottom: 0.3em; 
	margin-left: 1em; 
}
.module li {
	background: url(/Images/one.gif) left top no-repeat; 
	list-style-type: none; 
	padding-left: 18px; 
	padding-right: 0; 
	margin: 0; 
}
.module li.new {
	background-image: url(/Images/two.gif); 
}
.module li.more {
	background-image: url(/Images/bullet_more.gif); 
}
.module li.one {
	background-image: url(/Images/one.gif); 
}
.module li.two {
	background-image: url(/Images/two.gif); 
}
.module li.three {
	background-image: url(/Images/three.gif); 
}
.module li.four {
	background-image: url(/Images/four.gif); 
}
.module li.five {
	background-image: url(/Images/five.gif); 
}
.module li.six {
	background-image: url(/Images/six.gif); 
}
.module li.seven {
	background-image: url(/Images/seven.gif); 
}
li.pdf {
	background-image: url(/Images/page_white_acrobat.gif); 
}
.bildtext {
	font-size: 1em; 
	text-align: right; 
	color: #999; 
	margin: 0.5em 0; 
}
blockquote {
	color: black; 
	font-style: italic; 
	border-left: 1px solid #005FD3; 
	padding-left: 1em; 
}
blockquote p.author {
	color: black; 
	font-style: normal; 
	margin-top: 0.5em; 
	font-size: 1em; 
}
img.inlineLeft {
	float: left; 
}
img.inlineRight {
	float: right; 
	margin: 0 0 1em 1em; 
}
a img {
	border: 0; 
}
pre {
	font-size: 1.2em; 
}
#sidebar table td p {
	font-size: 1.2em; 
}
table.calendar {
	font-size: .9em; 
}
ul.list-nobullet {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
ul.list-nobullet li {
	padding: 9px; 
}
ul.list-nobullet img {
	margin-left: .5em; 
}
/* MSU lagt till 31mars */
li h3 {
	font-size: 1em; 
	font-weight: bold; 
	padding: 0; 
	margin: 0px 0 0px 0px; 
}
table.startsida-nyheter h2 {
	margin-top: 0; 
}
#quicklinks {
	position: absolute; 
	right: 0; 
	bottom: 3px; 
	z-index: 2; 
}
/* Utvecklingsklasser */
p.p9 {
	font-size: 9px; 
}
p.p10 {
	font-size: 10px; 
	color: red; 
}
p.p11 {
	font-size: 11px; 
}
p.p12 {
	font-size: 12px; 
}
.module-line ol li {
	margin-left: 24px; 
}
.clearer {
	clear: both; 
	height: 0; 
	line-height: 0; 
}
ul.site-links, ul.site-links ul {
	list-style-type: none; 
}
ul.site-links li {
	float: left; 
	width: 170px; 
}
.search-options {
	margin: 0; 
	padding: 0; 
	text-align: right; 
}
img.image-main {
	margin-bottom: .5em; 
}
div.edit {
	background-color: #eee; 
	padding: .5em; 
	font-size: 11px; 
}
div.edit a.add {
	padding-left: 20px; 
	background-image: url(/Images/add.gif); 
	background-repeat: no-repeat; 
	margin-right: 1em; 
}
div.edit a.archive {
	padding-left: 20px; 
	background-image: url(/Images/page_white_stack.gif); 
	background-repeat: no-repeat; 
	margin-right: 1em; 
}
div.edit a:link, div.edit a:visited, div.edit a:active {
	color: black; 
	text-decoration: none; 
}
div.edit a:hover {
	text-decoration: underline; 
}
/* fredric lyft ur denna rad från den ovan för att få tydligare länkar 2april*/
#content ul li li {
	font-size: 1em; 
}
#content ul.webbkarta {
	margin: 0; 
	padding: 0; 
}
#content ul.webbkarta li {
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
#content ul.webbkarta li a {
	font-size: 1.2em; 
}
#content ul.webbkarta li li {
	font-weight: normal; 
}
#content ul.webbkarta li li a {
	font-size: 1em; 
}
.search-foundWord {
	font-weight: bold; 
	background-color: #FFFF99 
}
ul li p, ol li p {
	font-size: 1em; 
}
/* stilar för anslagstavlan. ingen markup ändrad över huvud taget! */
#wrapper table {
	background-color: #ff7400; 
	background-image: url(/Images/rund_over_445.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
}
#wrapper .message2 {
	background-color: #ffdcbf; 
	padding: .5em; 
	border-bottom: 2px solid #ff7400; 
	font-size: 1.2em; 
}
#wrapper .message2 p {
	font-size: 1em; 
}
#wrapper .message2 p.readMoreOrLess {
	color: blue; 
	cursor: pointer; 
}
#wrapper .message2 p.metadata {
	font-size: .8em; 
	background-color: #ffead9; 
	padding: .2em; 
}
#wrapper hr, #wrapper img {
	display: none; 
}
/* kontaktgalleriet */
table.contactWindow, table.contactWindow tr, table.contactWindow tr td, table.contactWindowBody, table.contactWindowBody tr, table.contactWindowBody tr td {
	margin: 0; 
	padding: 0; 
	background: transparent; 
	border: 0; 
	width: auto; 
	vertical-align: top; 
	text-align: left; 
}
table.contactWindow tr, table.contactWindow tr td,
table.contactWindowBody tr td {
	padding-bottom: .5em; 
	font-size: 12px; 
}
table.contactWindowBody tr td b {
	font-weight: normal; 
}
table.contactWindow tr td.contactWindowHeader {
	font-size: 23px; 
	font-weight: bold; 
	line-height: 1.3em; 
	margin: 0pt 0pt 0.3em; 
}
table.contactWindow tr td.contactLabel {
	font-weight: bold; 
	float: left; 
}
table.contactWindow tr td.contactLabel select {
	height: 6em; 
	width: 200px; 
	font-size: 1em; 
}
table.contactWindowBody hr {
	display: none; 
}
table.contactWindowBody textarea {
	width: 231px; 
}
table.contactWindowBody tr td {
	padding-right: 10px; 
}
a.wordicon, a.dotlink, a.powerpointicon, a.pdficon, a.excelicon {
	background-repeat: no-repeat; 
	padding: 0 0 0 20px; 
}
a.wordicon {
	background-image: url(/Images/page_white_word.gif); 
}
a.dotlink {
	background-image: url(/Images/world_link.gif); 
}
a.powerpointicon {
	background-image: url(/Images/page_white_powerpoint.gif); 
}
a.pdficon {
	background-image: url(/Images/page_white_acrobat.gif); 
}
a.excelicon {
	background-image: url(/Images/page_white_excel.gif); 
}
ul.attachments, #content ul.attachments {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
ul.attachments li, #content ul.attachments li {
	display: inline; 
	background-repeat: no-repeat; 
	margin: 0; 
	padding: 0 1em 0 20px; 
}
ul.attachments li.file {
	background-image: url(/Images/page_white_text.png); 
}
ul.attachments li.url {
	background-image: url(/Images/world_link.png); 
}
ul.attachments li.doc {
	background-image: url(/Images/page_white_word.png); 
}
ul.attachments li.pdf {
	background-image: url(/Images/page_white_acrobat.gif); 
}
/* fix för java kalender, bla i lägg till kalender på forum */
div.calendar table {
	width: 300px; 
	background-color: #ccc; 
}
#check_text {
	width: 440px; 
}
#prenEpost {
	width: 250px; 
}
/* Inflyttat från forum_screen.css 4 juni 2007 (Pär/AGoodID) */
.submenu {
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #ccc; 
	text-align: left; 
}
/* lagt till för Ny och Arkiv */
.submenu a {
	margin-right: 1em; 
}
#content a.item-delete img, #content a.item-edit img {
	float: none; 
	margin: 0; 
}
.item-add {
	float: right; 
	margin-top: -15px; 
}
.calendar dl dt {
	font-weight: bold; 
	margin-top: .5em; 
}
.nyhet {
	border-bottom: 1px solid #ccc; 
	clear: both; 
	padding-top: 10px; 
	padding-bottom: 10px; 
}
.nyhet img {
	float: left; 
	margin-right: 1em; 
}
.nyhet h2 {
	margin-top: 0; 
	clear: none; 
}
/* Moduler, från tidig forumskiss */
.module {
	margin: 0 0 1em 0; 
	padding: 0; 
	font-size: 0.93em; 
}
.module.bg {
	background-color: #DEEF98; 
	padding: 2%; 
}
.module.bg.corner {
	background-image: url(/Images/module_top_bg.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
}
.module.float1 {
	width: 48%; 
	margin-right: 1%; 
	float: left; 
}
.module.float2 {
	width: 48%; 
	margin-left: 1%; 
	float: left; 
}
.module.bg.float1 {
	width: 44%; 
	float: left; 
}
.module.bg.float2 {
	width: 44%; 
	float: left; 
}
.module.clear {
	clear: both; 
}
.module ul {
	padding: 0.3em 0; 
	margin: 0; 
}
.module.floatbg1 {
	clear: both; 
}
.module.floatbg1, .module.floatbg2 {
	float: left; 
	background-color: yellow; 
	width: 209px; 
	padding: 4px; 
	margin: 0 10px 1em 0; 
	background-color: #DEEF98; 
}
.module.floatbg2 {
	margin-right: 0; 
}
.moduleLine {
	border-top: 3px solid #65cd37; 
	padding-top: 0.5em; 
	margin-top: 1em; 
}
.module.bg a {
	color: black; 
	text-decoration: underline; 
}
#spaltnyheter {
	width: 210px; 
	float: left; 
	margin-left: 25px; 
	margin-top: 22px; 
}
.articleOptions {
	text-align: right; 
	font-size: .9em; 
}
.breadcrumbs {
	border-bottom: 1px solid #ddd; 
	margin-bottom: 1em; 
	padding-bottom: .5em; 
}
.content {
	margin-bottom: 1em; 
	width: 100%; 
}
.content1, .content2 {
	float: left; 
	margin-bottom: 1em; 
	margin-right: 30px; 
	width: 210px; 
}
.content2 {
	margin-right: 0; 
}
#topRow a {
	color: white; 
}
#snabbkommandon {
	position: absolute; 
	top: 0; 
	left: 0; 
}
#mastHead {
	padding: 0; 
	margin: 0 15px; 
}
.kontaktperson {
	clear: both; 
	margin: 0 0 2em 0; 
	padding: .5ex 0 0 0; 
	border-top: 1px solid #ddd; 
}
.kontaktperson img {
	float: left; 
	margin: 0px 1em 2em 0; 
}
.kontaktperson p {
	margin: 0 0 0 100px; 
}
#breadCrumbs {
	background-color: #eee; 
	padding: 3px 3px 3px 9px; 
	margin: 0 0 0 0; 
	border-bottom: 1px solid #ccc; 
	font-size: .9em; 
	clear: both; 
	border-top: 3px solid #65cd37; 
}
/* javacsript-flikarna */
#content #agoodTabUL {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	border-bottom: 3px solid #65CD37; 
	height: 24px; 
	line-height: 1; 
	z-index: 99; 
}
#content #agoodTabUL li {
	margin: 0; 
	padding: 0; 
	float: left; 
	line-height: 1; 
	display: inline; 
}
#content #agoodTabUL li a {
	display: block; 
	padding: 4px 10px 4px 10px; 
	margin-right: 10px; 
	background-color: #eee; 
	color: black; 
	text-decoration: none; 
}
#content #agoodTabUL li a:hover {
	background-color: #65CD37; 
}
#content #agoodTabUL li.agoodTabActive a {
	text-decoration: none; 
	font-weight: bold; 
	background-color: #65CD37; 
	color: white; 
}
#content div.agoodTab {
	clear: both; 
	display: none; 
}
#content div.agoodTabActive {
	display: block; 
}
table.list td {
	padding: 0 0 1em 0; 
}
table.list td div.image {
	margin-right: 15px; 
}
table.list td div.image {
	margin-top: 10px; 
}
.billboard {
	width: 680px; 
	float: left; 
	margin-left: 25px; 
	margin-bottom: 1em; 
}
.col1, .col2, .col3 {
	float: left; 
	margin-left: 25px; 
}
.col1 {
	width: 210px; 
}
.col2 {
	width: 445px; 
}
.col3 {
	width: 680px; 
}
.col4 {
	width: 960px; 
	display: block; 
	margin-left: 0; 
	clear
: bot
h; 
/*border: 
1px solid red;
	background-color: white;*/ 
}
.colFirst {
	margin-left: 0; 
}
h4.line {
	border-top: 1px solid #ccc; 
	padding-top: 1em; 
	margin-top: 1em; 
}
.module-nav ul li.active ul li a {
	width: 177px; 
}
.color-blue ul li.catul-category ul a.active {
	width: 162px; 
}
.module-nav ul li.active ul li li a {
	width: 162px; 
}
.color-blue ul li.catul-category ul li.catul-article a.active {
	width: 178px; 
}
.module-nav ul li.active ul li.catul-category a {
	width: 162px; 
}
blockquote {
	color: black; 
	font-style: italic; 
	border-left: 1px solid #005FD3; 
	padding-left: 1em; 
}
blockquote p.author {
	color: black; 
	font-style: normal; 
	margin-top: 0.5em; 
	font-size: 1em; 
}
.module-nav ul li.catul-category-active a.active {
	background: #005FD3 url(/Images/pil_white_opened.gif) no-repeat 10px 50%; 
	color: white; 
}
.module-nav ul li.catul-category li.catul-category-active  a.active {
	background: #005FD3 url(/Images/pil_white_opened.gif) no-repeat 30px 50%; 
	color: white; 
}
.module-nav ul li.catul-category li.catul-category li.catul-category-active a.active {
	background: #005FD3 url(/Images/pil_white_opened.gif) no-repeat 45px 50%; 
}
p.breadcrumb {
	font-size: 10px; 
}
.icon {
	padding-left: 20px; 
	background-repeat: no-repeat; 
	background-position: 0% 50%; 
}
h2.icon {
	background-position: 0% 70%; 
}
/* Icons used are silkicons from http://www.famfamfam.com/lab/icons/silk/ */
.pdf {
	background-image: url(/Images/page_white_acrobat.gif); 
}
.zip {
	background-image: url(/Images/page_white_compressed.gif); 
}
.doc {
	background-image: url(/Images/page_white_word.gif); 
}
.ppt {
	background-image: url(/Images/page_white_powerpoint.gif); 
}
.xls {
	background-image: url(/Images/page_white_excel.gif); 
}
.file {
	background-image: url(/Images/page_white_text.gif); 
}
.pagination {
	height: 3em; 
	margin-top: 1.5em; 
}


.pagination a.UnselectedPagingItem, 
.pagination a.SelectedPagingItem
{
    padding: .5ex 1ex; 
	display: block; 
	float: left; 
	border: 1px solid #aaa; 
	margin: .5ex; 
}

.pagination a.SelectedPagingItem:link,
.pagination a.SelectedPagingItem:visited,
.pagination a.SelectedPagingItem:hover,
.pagination a.SelectedPagingItem:active,
.pagination span.current {
	background-color: #aaa; 
	color: white; 
}
.pagination .inactive {
	color: #999; 
}
.article-list h2, .faq-list h2 {
	margin-top: 1em; 
	border-top: 1px solid #ccc; 
	padding-top: .5em; 
}
.faq-list h2 {
	padding: 0.5em 0; 
	margin-top: 0; 
}
.article-list p.meta {
	margin-bottom: .5em; 
	color: #777; 
}
img.imageLeft {
	float: left; 
	margin: 0 1em 1em 0; 
}
img.imageRight {
	float: right; 
	margin: 0 0em 1em 1em; 
}
.colSpaceBelow {
	margin-bottom: 1.5em; 
}
td.first {
	padding: 0.5em 0; 
	white-space: nowrap; 
}
/*
nytt 29 september 2008
*/
.color-blue ul li.catul-category ul li li li.catul-article a.active {
	width: 147px; 
}
span.dots {
	border: none; 
}
/*
nytt 30 september
*/
#content h3, #content h4, #content h5, #content h6 {
	font-size: 1.2em; 
	font-weight: bold; 
}
.color-blue ul li.catul-category ul li li.catul-article a.active {
	width: 162px; 
}
.logoFooter {
	float: right; 
}
.devModule {
	float: left; 
	background-color: white; 
	width: 800px; 
	padding: 15px; 
	border-top: 3px solid blue; 
}
.bigImage {
	margin: 0 0 1em 0; 
	padding: 0; 
}
#siteInfo {
	float: right; 
	width: 25em; 
	margin: 44px 0 0 0; 
	_margin-top: 1.5em; /* för ie6*/
	_margin-right: 3em; /* för ie6*/
	padding: 0; 
}
#siteInfo p {
	text-align: right; 
	font-size: 12px; 
}
.pil {
	padding: 0 6px 0 0; 
}
fieldset {
	border: none; 
	margin-bottom: .5em; 
}
fieldset.poll label {
	margin: 0em; 
}
fieldset.poll input {
	margin: .5em .5em .5em 0; 
}
fieldset.poll td {
	border: none; 
	margin: 0; 
	padding: 0 .5em 0 0; 
}
fieldset.poll td {
	border: none; 
	margin: 0; 
	padding: 0 .5em 0 0; 
}
fieldset.poll td img {
	vertical-align: middle; 
}
fieldset.poll p.votes {
	text-align: right; 
	color: #aaa; 
}
fieldset.faq-search {
	margin: 2em 0; 
}
input.searchfaq {
	font-size: 24px; 
	height: 30px; 
	width: 350px; 
	border-top: 1px solid #666; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
}
input.searchfaqsubmit {
	font-size: 24px; 
	height: 30px; 
	margin: 0 0 0 0.5em; 
}
.blogpost {
	border-bottom: 1px solid #ccc; 
	padding: 1em 0; 
}
.blogpost h2 {
	font-size: 2.3em; 
	font-weight: normal; 
}
#sidebar ul {
	margin: 1em 0 0 0; 
	padding: 0; 
}
#sidebar ul ul {
	margin: 0 0 0 1em; 
	padding: 0; 
}
#sidebar ul li {
	list-style-type: none; 
}
#tagCloud {
	padding: 2px; 
	line-height: 2em; 
	text-align: left; 
}
#tagCloud li a {
	padding: 0px; 
	margin-right: 5px; 
}
#tagCloud a.tag1 {
	font-size: 1em; 
	font-weight: 100; 
}
#tagCloud a.tag2 {
	font-size: 1.1em; 
	font-weight: 200; 
}
#tagCloud a.tag3 {
	font-size: 1.2em; 
	font-weight: 300; 
}
#tagCloud a.tag4 {
	font-size: 1.3em; 
	font-weight: 400; 
}
#tagCloud a.tag5 {
	font-size: 1.4em; 
	font-weight: 500; 
}
#tagCloud a.tag6 {
	font-size: 1.5em; 
	font-weight: 600; 
}
#tagCloud a.tag7 {
	font-size: 1.6em; 
	font-weight: 700; 
}
#tagCloud a.tag8 {
	font-size: 1.7em; 
	font-weight: 800; 
}
#tagCloud a.tag9 {
	font-size: 1.8em; 
	font-weight: 900; 
}
#tagCloud a.tag10 {
	font-size: 1.9em; 
	font-weight: 900; 
}
#tagCloud li {
	display: inline; 
}
#list {
	margin-top: 500px; 
}
hr {
	height: 1px; 
	background-color: lime; 
	border: none; 
	margin: 20px 0; 
}

.hr-blue {
	height: 1px; 
	background-color: #005FD3;
	border: none; 
	margin: 20px 0; 
}
/* @group Kommentarer */
fieldset#commentarea {
	border: 1px solid #ccc; 
	padding: 20px; 
}
legend {
	font-size: 1.5em; 
}
fieldset.comment fieldset.comment input, fieldset.comment textarea {
	display: block;
}
label.FieldsetComment
{
	float: left !important;	
}
fieldset.comment input.textinput, fieldset.comment textarea {
	width: 400px; 
	margin-top: 0.2em; 
	margin-bottom: 0.5em; 
}
fieldset.comment textarea {
	height: 140px; 
}
/*************************/
/* CAPTCHA               */
/*************************/
fieldset.captcha {
	margin-top: 1em; 
	padding: 0; 
	border: 0; 
}
fieldset.captcha legend {
	display: none; 
}
fieldset.captcha label {
	float: left; 
	margin-right: 0.5em; 
	margin-bottom: 0.7em; 
	width: 115px; 
}
fieldset.captcha img {
	float: left; 
	margin-bottom: 0.7em; 
	padding-left: 0.5em; 
}
fieldset.captcha input {
	clear: both; 
	width: 325px; 
}
fieldset.captcha span {
/* 
validator */
	float: right; 
}
p.pil a {
	padding-left: 15px; 
	background-image: url(/images/internal_link.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .2em; 
}

OL.comments li
{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
/* @end */

.xformvalidator
{
	display: none;	
}

#ctl00_MainContentRegion_XFormWebbQuestion_StatisticsPanel input.button
{
	display:none !important;
}

#ctl00_StartPageContent_XFormWebbQuestion_StatisticsPanel input.button
{
	display:none !important;
}
#ctl00_PageContent_XFormWebbQuestion_StatisticsPanel input.button
{
	display:none !important;
}

#content .print 
{
	float:left;
	/* width:45%; */
	border: medium none;
	background-image: url(../../images/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 4px;
}

.print a {
	width:100px;
	height: 18px;
	padding-left: 20px;
	display:block;
}

.pilfaq 
{
	padding-left: 15px; 
	background-image: url(/images/internal_link.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .2em; 
}

#skip a
{ 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 

#skip a:active
{ 
	position:static; 
	width:auto; 
	height:auto; 
}

.menuTitle 
{
	color:#005FD3;
	font-weight:bold;
	background-repeat:no-repeat;
	border-bottom:1px solid white;
	font-size:1em;
	margin:0;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	width:196px;
	clear:both;
	line-height:1.3em;
}

.alignRight
{
	text-align:right;
}

.hrBlack
{
	 height: 1px;
	 color: #222222;
	 background-color: #222222;
	 margin-bottom: 5px;
	 border: none;
}

h2#h2Comment
{
	font-size: 1.2em; 
	font-weight: bold; 
	
}


