/*Generella inställningar*/
body {
	font-size: 0.76em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color:#000;

}
html {
	font-size:100%;
}

/*Tar bort ramar på länkade bilder*/
img {
	border:none;
}
label {
	cursor:pointer;
}
/*Länkar generellt*/
a:link, a:visited {
	color: #024ea4;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

/* Dold länk för hoppa till innehållet */
.hidden {
	display:none;
	position: absolute;
	visibility: hidden;
}.TopRight {
	display: none;
}
.LeftColumn {
	display: none;
}
.ContactContent {
	display: none;
}
/*Brödsmulor*/
ul.BreadCrumb {
	font-size:0.9em;
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.BreadCrumb li {
	display:inline;
	background-image: url(/Templates/Knowit/Styles/Images/bc-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 4px;
	padding-right: 4px;
}
ul.BreadCrumb li.ActiveCrumb {
	color:#999;
	background-image:none;
}



body.StartPage h1.PageName {
	display:none;
}
h1.PageName {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #357CB6;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 10px;
	clear: both;
}
p.Ingress {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 1.1em;
	color: #333;
	clear: both;
}

/*Rubriker generellt*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

/*Listor generellt*/
ul, ol, p {
	margin: 0px;
	padding: 0px;
}

/*Bildjusteringar*/
.ImageLeft {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.ImageRight {
	float:right;
	padding-left: 8px;
	padding-bottom:8px;
}

/*Kolumner undersida*/
.SubPage .LeftColumn {
	display:none;
}
.SubPage .MidRightColHolder {
	float: right;
	width: 100%;
	clear:both;
}
.SubPage .MidColumn {
	float: left;
	width: 68%;
}
.SubPage .RightColumn {
	float: right;
	width: 30%;
}

/*Sidfot*/
.PageFooter {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6dcf1;
	clear:both;
	width: 100%;
}
.PageFooter div.EditorContent {
	float:left;
	width:20%;
	padding-right: 30px;
}

h1.RightColHead {
	color:#333;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FCD329;
	padding-bottom: 6px;
	font-size: 1.3em;
}
h1.RightColHead span {
	display:block;
}

/*Kontaktkolumnen*/
.Contact {
	margin-bottom:15px;
}
.Contact span {
	display: block;
}
.Contact p {
	padding:0px 0px 8px;
	margin:0px;
}
.Contact a:link, .Contact a:visited {
	display: block;
}

/*kontaktlista*/
.ContactItem {
	padding-bottom: 15px;
	clear: both;
}
.ContactItem span {
	display:block;
}
.ContactLink:link, .ContactLink:visited {
	display: block;
}
.MidColumn .EditorContent {
	padding-bottom: 15px;
}

/*Länkkolumnen*/ 
div.RightLinks P {
	padding:0px;
	margin:0px;
	clear: both;
}

/*Länklista*/ 
.RightLinks a:link, .RightLinks a:visited  {
	background-image:url(/Templates/Knowit/Styles/Images/yellowarrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding-left:18px;
	margin-bottom:8px;
}


/*Dokumentlista*/
.Docs {
	margin:0px;
	clear: both;
	width: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Docs li {
	list-style-type:none;
	float:left;
	width:100%;
	padding:0;
}
.Docs a:link, .Docs a:visited {
	display:block;
	width:90%;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
}

/*Länklista*/ 
ul.LinkList {
	padding-bottom:10px;
	clear: both;
}
.LinkList li {
	list-style-type: none;
}
ul.LinkList a:link, ul.LinkList a:visited  {
	display:block;
	margin-bottom:8px;
}
.Print {
	display: none;
}
.Breaker {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

/*Rubriker*/
h1.BlueHeading {
	background-image: url(/Templates/Knowit/Styles/Images/bluebg.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
	color:#FFF;
}
h1.BlueHeading span {
	padding:8px;
	display:block;
}

h1.YellowHeading {
	background-image:url(/Templates/Knowit/Styles/Images/yellowbg.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
	color:#333;
	clear: both;
	float: left;
	width: 100%;
}
h1.YellowHeading span {
	padding:8px;
	display:block;
}

.ImagePuff {
	clear: both;
}

/*Nyhetslista*/
.NewsList li {
	list-style-type: none;
	padding-bottom: 13px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6dcf1;
	float: left;
	width: 100%;
}
.DateBox {
	float:left;
	width:30px;
	background-image: url(/Templates/Knowit/Styles/Images/datebg.gif);
	background-repeat: no-repeat;
	padding-right: 7px;
	padding-bottom: 7px;
	color: #FFF;
	margin-right: 4px;
	padding-left: 3px;
}
.DateBox span.Date {
	display:block;
	text-align:center;
	font-size: 1.5em;
	padding-top: 2px;
}
.DateBox span.Month {
	display:block;
	text-align:center;
	font-size: 0.9em;
}
.NewsList p {
	padding-bottom: 6px;
}
.NewsList h2 {
	padding-bottom: 6px;
	font-size: 1.3em;
	font-weight: normal;
}
.NewsImageRight {
	float: right;
	padding-left: 5px;
}
.ReadMore {
	display: none;
}
.SubSearch {
	display: none;
}
.TopHolder {
	padding-bottom: 15px;
}


/*Rubriker från editor*/
h3.Rubrik2 {
	margin: 0px;
	padding: 0px;
}

/*Rubriker*/
H2.Rubrik1 {
	font-size:1.1em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
H3.Rubrik2 {
	font-size:1em;
	padding:0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
H4.Rubrik4 {
	font-weight:bold;
	color: #454545;
}
.commenttext {
	font-size: 0.8em;
}
