@charset "utf-8";
/* CSS Document */

Body {
	background-color:#fff;
	background-image:url(../Images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
	margin: 0px;
	color:#343434;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
}

html {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
body.StartPage h1.PageName {
	display:none;
}
h1.PageName {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.3em;
	color:#3d3d3c;
	margin:0.2em 0 0.3em 0;
}
h2.CategoryHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.3em;
	color:#3d3d3c;
	margin:0.2em 0 0.3em 0;
}
h2.CategoryHeader a, h2.CategoryHeader a:link, h2.CategoryHeader a:visited, h2.CategoryHeader a:hover, h2.CategoryHeader a:active {
	color:#3d3d3c;
	text-decoration:none;
}
h2.CategoryHeader a:hover {
	text-decoration:underline;	
}
body#Kurbits.StartPage h2.CategoryHeader a, body#Kurbits.StartPage h2.CategoryHeader a:link, body#Kurbits.StartPage h2.CategoryHeader a:visited {
	font-size:1.15em;
	color:#2d2d2d;
}
h2, .heading2
{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: normal; 
    font-size: 1.4em; 
    padding: 0; 
    margin: 0.2em 0em;	
    
}
h3, .heading3
{
	/*font-size: 0.7em;
	font-style: normal;
	line-height: 1.6em;*/
	font-weight:bold;
	padding: 0; 
	margin: 0.2em 0em;	
}
.Ingress {
	font-size:1.2em;	
	line-height:1.5em;
	margin-top:0;
}

.Clear {
	clear: both;
}

p {
	font-size:1.0em;
	margin-top:0px;	
}

.Left {
	float:left;	
}
.Right {
	float:right;	
}
.ImgLeft {
	float:left;
	margin:0 12px 10px 0;
}
.ImgRight {
	float:right;
	margin:0 0 10px 12px;
}

/*LÃ¤nkar*/
a:link, a:visited {
	color: #7e2005;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0;	
}

.RoundedCorners {
	position:absolute;
	font-size:0.1em;
	line-height:0.1em;
}
.NewsImg .RoundedCorners {
	width:91px;
	height:91px;
	background-image:url(../Images/rounded_corners_91x91.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.NewsImg2 .RoundedCorners {
	width:99px;
	height:142px;
	background-image:url(../Images/rounded_corners_99x142.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.NewsImg3 .RoundedCorners {
	width:64px;
	height:91px;
	background-image:url(../Images/rounded_corners_64x91.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.ArticleImg .RoundedCorners {
	width:195px;
	height:113px;
	background-image:url(../Images/rounded_corners_195x113.png);
	background-position:top left;
	background-repeat:no-repeat;	
}
.ContactImg .RoundedCorners,
.CategoryListImg .RoundedCorners {
	width:61px;
	height:61px;
	background-image:url(../Images/rounded_corners_61x61.png);
	background-position:top left;
	background-repeat:no-repeat;	
}
body#Kurbits.StartPage .CategoryListImg .RoundedCorners {
	width:91px;
	height:91px;
	background-image:url(../Images/rounded_corners_91x91.png);
}

/*Dold lÃ¤nk fÃ¶r hoppa till innehÃ¥llet*/
.hidden {
	display:none;
	position: absolute;
	visibility: hidden;
}

.ProjectArea {
	color:#8c8a8a;	
}

/*Generell hÃ¥llare fÃ¶r alla editorer*/
.EditorContent {
	width: 100%;
}
.EditorContent p {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*.EditorContent h2.Rubrik1 {
	font-size:1.1em;
	padding-top:8px;
	padding-bottom: 7px;
}
.EditorContent h3.Rubrik2 {
	font-size:1em;
	padding-top:4px;
	padding-bottom: 7px;
}*/


div#Footer {
	float:left;
	width:100%;
	background-color:#f0f0ee;
	font-size:0.9em;
	line-height:1.3em;
}
#FooterInner {
	padding:7px 20px;
}
div#Footer .EditorContent {
	
}
.FooterCol {
	float:left;
	margin-right:20px;
}



/* BODY KLASSER */
body.StartPage #LeftCol {
	display:none;
	position:absolute;
	visibility:hidden;
}
body.StartPage #MidAndRightCol {
	width:904px;
	padding-top:9px;
}
body.StartPage #MidCol {
		width:670px;
}


body.NoRightCol #MidAndRightCol {
	margin-right:20px;	
}
body.NoRightCol #MidCol {
	width:100%;	
}
body.NoRightCol #RightCol {
	display:none;
	position:absolute;
	visibility:hidden;
}



/* LAYOUT */
#Wrapper {
	width:944px;
	text-align:left;
	background-color:#fff;
	background-image:url(../Images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0 auto;
}

/* TOP LAYOUT */
#TopWrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	min-height:93px;
	height:auto !important;
	height:93px;
}
#LogoHolder {
	float:left;
	width:173px;
	margin:32px 0 0 17px;
}
#TopPanel {
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:25px;
}
#TopLinks {
	text-align:right;
	padding-bottom:10px;
	font-size:0.9em;
}
#TopLinks a, #TopLinks a:link, #TopLinks a:visited, #TopLinks a:hover, #TopLinks a:active {
	color:#343434
}
#TopLinks ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#TopLinks ul li {
	list-style-type:none;
	display:inline;
	line-height:1.1em;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	
	background-image:url(../Images/bg_divider_panel_links.gif);
	background-repeat:no-repeat;
	background-position:right 0.3em;
}
#TopLinks ul li.LastItem {
	background-image:none;	
}
#Search {
	clear:both;
	float:right;
	/*width:155px;*/
}
.SearchLayout {
	float:left;
	width:124px;
	height:27px;
	background-image:url(../Images/search_tdf.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.SearchLayout span {
	display:block;
	padding:0px 8px 0 8px;
}
input.SearchTfd {
	font-size:1.0em;
	width:106px;
	height:19px;
	border:0;
	padding:0;
	padding-top:4px;
	vertical-align:middle;
	background:transparent;
}
div.SearchButton {
	float:right;
	/*width:22px;*/
	width:auto;
	padding-top:4px;
}
input.SearchButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.2em;
	text-align:center;
	padding:2px 0 4px 0;
	width:42px;
	color:#fff;
	/*background-color:#801100;*/
	background-image:url(../Images/search_button_bg.jpg);
	background-repeat:no-repeat;
	border:0;
	margin:4px 0 0 5px;
}


#BreadCrumb {
	clear:both;
	padding:5px 20px 0 20px;
}
#BreadCrumb .Inner {
	float:left;
	width:100%;
	background-color:#792108;
	margin-bottom:10px;
}
#BreadCrumb .TL,
#BreadCrumb .BL {
	float:left;
	font-size:0.1em;
	line-height:0.1em;
	width:7px;
	height:7px;
}
#BreadCrumb .TR,
#BreadCrumb .BR {
	float:right;
	font-size:0.1em;
	line-height:0.1em;
	width:7px;
	height:7px;
}
#BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl.jpg); background-position:left top; background-repeat:no-repeat;}
#BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr.jpg); background-position:left top; background-repeat:no-repeat;}
#BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl.jpg); background-position:left top; background-repeat:no-repeat;}
#BreadCrumb .BR {background-image:url(../Images/breadcrumb_br.jpg); background-position:left top; background-repeat:no-repeat;}

#BreadCrumb .BreadTop,
#BreadCrumb .BreadBottom {
	float:left;
	width:100%;
	font-size:0.1em;
	line-height:0.1em;
}

#BreadCrumb .Content {
	float:left;
	clear:both;
	width:100%;
	color:#aaaaaa;
}
ul.BreadCrumb {
	list-style-type:none;
	margin:0;
	padding:0 15px 0 5px;
}
ul.BreadCrumb li {
	list-style-type:none;
	float:left;
	font-size:0.9em;
	line-height:1.0em;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	background-image:url(../Images/breadcrumb_divider.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
ul.BreadCrumb li.FirstItem {
	background-image:none;	
}
#BreadCrumb a, #BreadCrumb a:link, #BreadCrumb a:visited, #BreadCrumb a:hover, #BreadCrumb a:active {
	color:#aaa;
	text-decoration:none;
}
#BreadCrumb a:hover {
	text-decoration:underline;	
}

/* MAIN LAYOUT */
#MainWrapper {
	clear:both;
	padding-bottom:20px;
}


/* TOP MENU */
.TopMenuHolder {
	float:left;
	width:100%;
}
div.TopMenu {
	margin:0 18px;
	
	min-height:57px;
	height:auto !important;
	height:57px;
	
	background-color:#eaeaea;
	background-image: url(../Images/bg_topmenu.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
div.TopMenu .MenuLeft {
	float:left;
	width:10px;
	height:57px;
	background-image:url(../Images/bg_topmenu_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
div.TopMenu .MenuRight {
	float:right;
	width:11px;
	height:57px;
	background-image:url(../Images/bg_topmenu_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
ul.TopMenu {
	/*background-image: url(../Images/menuBg.gif);
	background-repeat: repeat-x;*/
	float:left;
	/*width:900px;*/
	height: 57px;
	margin: 0;
	padding:0 0 0 0;
}
ul.TopMenu li {
	list-style-type:none;
	display: inline;
	float: left;
	height: 57px;
}

ul.TopMenu span {
	display: block;
}

ul.TopMenu a:link, .TopMenu a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	margin:2px 0 0 0;
	height: 50px;
	float: left;
	padding:0 10px;
}
ul.TopMenu a:hover {
	color:#fff;
	margin:2px 0 0 0;
	height: 50px;
	text-decoration:none;
	background-color:#792108;
}
ul.TopMenu a:hover span.Head {
	color:#fff;	
}
ul.TopMenu a:hover span.SubHead {
	visibility:visible;
}
ul.TopMenu .Active:link, 
ul.TopMenu .Active:visited  {
	color:#97233F;
	background-color:#792108;
}
ul.TopMenu .Active .Head {
	color:#fff;
}
ul.TopMenu .Active .SubHead {
	
}

ul.TopMenu .Head {
	text-transform:uppercase;
	color:#424141;
	font-size: 1.1em;
	white-space: nowrap;
	padding:12px 0 0 0;
}
ul.TopMenu .SubHead {
	color:#aaaaaa;
	font-size: 1.0em;
	white-space: nowrap;
}



/* LEFT MENU */
div#LeftMenu {
	float:left;
	width:215px;
	font-size:1.1em;
	line-height:1.4em;
	background-image:url(../Images/bg_leftmenu.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.LeftMenuTop {
	float:left;
	width:100%;
	background-image:url(../Images/bg_leftmenu_top.jpg);
	background-repeat:no-repeat;
	height:12px;	
}
.LeftMenuBottom {
	float:left;
	width:100%;
	background-image:url(../Images/bg_leftmenu_bottom.jpg);
	background-repeat:no-repeat;
	height:9px;
	font-size:0.1em;
	line-height:0.1em;
}


#LeftMenu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li {
	list-style-type:none;
	display:inline;
	float:left;
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	background-image:url(../Images/bg_leftmenu_tab.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}


#LeftMenu ul li a, #LeftMenu ul li a:link, #LeftMenu  ul li a:visited, #LeftMenu ul li a:hover, #LeftMenu ul li a:active {
	display:block;
	/*padding:0px 15px 14px 15px;*/
	color:#7e2005;
	color:#3d3d3c;
	text-decoration:none;
}
#LeftMenu ul li a:hover {
	text-decoration:underline;
}
#LeftMenu ul li span {
	display:block;
	padding:0px 15px 14px 15px;	
}



#LeftMenu ul li.FirstItem {
	/*background-image:url(../Images/bg_leftmenu_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
}
#LeftMenu ul li.LastItem {
	background-image:none;
}
#LeftMenu ul li.LastItem span {
	padding-bottom:10px;
}



#LeftMenu ul li.ActiveGroup {
	background-image:url(../Images/bg_leftmenu_open.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#LeftMenu ul li.ActiveGroup ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.ActiveGroup ul li {
	background-image:none;
}
#LeftMenu ul li.ActiveGroup span {
	padding-bottom:7px;	
}





#LeftMenu ul li.Active {
	background-image:url(../Images/bg_leftmenu_open_short.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#LeftMenu ul li.Active ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.Active ul li {
	background-image:none;
}
#LeftMenu ul li.Active span {
	padding-bottom:7px;	
}




#LeftMenu ul li.LastItemActiveGroup {
	background-image:url(../Images/bg_leftmenu_open_last.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:22px;
}
#LeftMenu ul li.LastItemActiveGroup ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.LastItemActiveGroup ul li {
	background-image:none;
}
#LeftMenu ul li.LastItemActiveGroup span {
	padding-bottom:5px;
}




#LeftMenu ul li.LastItemActive {
	background-image:url(../Images/bg_leftmenu_open_last_short.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#LeftMenu ul li.LastItemActive ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.LastItemActive ul li {
	background-image:none;
}
#LeftMenu ul li.LastItemActive span {
	padding-bottom:5px;	
}



#LeftMenu ul li ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li ul li {
	
	list-style-type:none;
	display:inline;
	float:left;
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	background-image:none;
}


#LeftMenu ul li ul li a, #LeftMenu ul li ul li a:link, #LeftMenu ul li ul li a:visited, #LeftMenu ul li ul li a:hover, #LeftMenu ul li ul li a:active {
	display:block;
	color:#3d3d3c;
	text-decoration:none;
}
#LeftMenu ul li ul li a:hover {
	text-decoration:underline;
	display:block;
}
#LeftMenu ul li ul li span {
	display:block;
	padding:0px 15px 0 35px;
	font-size:0.9em;
	line-height:1.2em;
}
#LeftMenu ul li ul li ul li span {
	display:block;
	padding:0 15px 0 55px;
}

#LeftMenu ul li a.Active, #LeftMenu ul li a.Active:link, #LeftMenu ul li a.Active:visited, #LeftMenu ul li a.Active:hover, #LeftMenu ul li a.Active:active {
	color:#7e2005;
}



#LeftCol {
	float:left;
	width:215px;
	display:inline;
	margin:0 0 0 20px;
}
#MidAndRightCol {
	float:right;
	width:675px;
	display:inline;
	margin:0 18px 0 0;
}
#MidCol {
	float:left;	
	width:430px;
}
#RightCol {
	float:right;
	width:213px;
}


/* STARTPAGE */
.MediaCol {
	padding-bottom:10px;	
}



/* ARTICLE BOX */
.ArticleBox {
	clear:both;
	float:left;
	width:205px;
	display:inline;
	margin-left:5px;
	margin-bottom:30px;
}
.ArticleBox .ArticleImg {
	display:block;
	padding-bottom:10px;
}
.ArticleBox .ArticleText {
	display:block;
	padding-bottom:0.2em;
}
.ArticleBox .ArticleText p,
.ArticleBox .ProjectText p {
	margin:0;
	padding:0;
}
.ArticleBox .ProjectText {
	color:#595858;	
	font-size:0.9em;
}
.ArticleBox h2 {
	color:#3d3d3c;	
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0 0 0.2em 0;
}


/* BOX */
.Box {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
	
	background-image:url(../Images/bg_box.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
h2.BoxHeader {
	float:left;
	width:100%;
	
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	
	color:#565555;
	
	margin:0;
	padding:11px 0 0 0;
	
	background-image:url(../Images/bg_box_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
h2.BoxHeader span {
	display:block;
	margin:0 16px 0 12px;
	border-bottom:solid 1px #bcbbbb;
}
.Box .BoxContent {
	float:left;
	width:100%;
	padding:0;
	
	background-image:url(../Images/bg_box_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.Box .Inner {
	padding:10px 16px 10px 12px;	
}


/* LINK LIST */
ul.LinkList {
	list-style-type:none;
	padding:0;
	margin:0;
	color:#323232;
}
ul.LinkList li {
	padding-bottom:5px;	
}
ul.LinkList .LinkHeader {
	display:block;	
}


/* CONTACT LIST */
.Contacts {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
h2.ContactListHeader {	
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#565555;
	margin:0 0 1.1em 0;
	padding:0;
	border-bottom:solid 1px #bcbbbb;
}
ul.ContactList {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.ContactList li {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:20px;
}
ul.ContactList li .ContactImg {
	float:left;
	width:17%;
	margin:0 0 0 0;
}
body.NoRightCol ul.ContactList li .ContactImg {
	width:11%;	
}
ul.ContactList li .ContactInfo {
	float:left;	
	width:82%;
}
body.NoRightCol ul.ContactList li .ContactInfo {
	width:88%;	
}
ul.ContactList li .ContactHeader {
	display:block;
	font-weight:bold;
}



/* CATEGORY PAGE */
.CategoryList {
	float:left;
	width:100%;
}
.CategoryRow {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:35px;
}
.CategoryItem {
	width:47.5%;
}
.CategoryListImg {
	float:left;
	margin:0 12px 10px 0;
}
.CatText a, .CatText a:link, .CatText a:visited, .CatText a:hover, .CatText a:active {
	display:block;
	color:#343434;
	text-decoration:none;
}
.CatText a:hover {
	text-decoration:underline;	
}
.CatLinks {
	display:block;
}
.CatLinks a {
	padding:0 0.4em 0 0;
	white-space:nowrap;
}



/* STARTPAGE LINKS */
.StartTopRightLinks {
	float:left;
	width:100%;
	padding-bottom:15px;
	clear:both;
}
.ButtonLink {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:5px;
	background-image:url(../Images/btn_link_grey_bg2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
.ButtonLink a, .ButtonLink a:link, .ButtonLink a:visited, .ButtonLink a:hover, .ButtonLink a:active {
	/*float:left;
	width:100%;*/
	display:block;
	padding:3px 15px 5px 15px;
	/*background-image:url(../Images/btn_link_grey_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	/*background-color:#544f4a;*/
	color:#fff;
	font-size:1.1em;
	/*text-transform:uppercase;*/
	text-decoration:none;
	/*
	min-height:36px;
	height:auto !important;
	height:36px;
	*/
	/*padding:4px 15px 3px 15px;*/
}
.ButtonLink span {
	float:left;
	width:100%;
	display:block;	
	/*padding:3px 15px 5px 15px;*/
	background-image:url(../Images/btn_link_grey_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.ButtonLinkTop {
	float:left;
	width:100%;
	font-size:0px;
	line-height:0px;
	height:4px;
	background-image:url(../Images/btn_link_grey_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.ButtonLinkBottom {
	float:left;
	width:100%;
	font-size:0px;
	line-height:0px;
	height:7px;
	background-image:url(../Images/btn_link_grey_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
ul.ButtonLinks {
	list-style-type:none;
	clear:both;
	padding:0;
	margin:0;
}
ul.ButtonLinks li {
	width:100%;
	min-height:36px;
	height:auto !important;
	height:36px;
	
	background-image:url(../Images/btn_link_grey_end.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 0 5px 0;
	padding:0;
}
ul.ButtonLinks li a, ul.ButtonLinks li a:link, ul.ButtonLinks li a:visited, ul.ButtonLinks li a:hover, ul.ButtonLinks li a:active {
	display:block;
	font-size:1.1em;
	padding:8px 15px 5px 15px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../Images/btn_link_grey_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
ul.ButtonLinks li a:hover {
	text-decoration:none;	
}
ul.ButtonLinks li a span {
	display:block;
	background-image:url(../Images/btn_link_grey_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;	
}
.StartTopRightLinks .PuffBtn {
	clear:both;	
}


/* CALENDAR LIST */
ul.EventList {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.EventList li {
	float:left;
	width:100%;
	clear:both;
	padding-bottom:1.0em;
}
.EventDate {
	float:left;
	width:21%;
	text-align:center;
	border:solid 1px #f0f0f0;
	padding:5px 0;
	background-color:#fff;
}
.EventDay {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#9b2824;
}
.EventMonth {
	display:block;	
	font-size:0.9em;
	font-weight:normal;
	line-height:1.1em;
	color:#6e7a91;
}
.EventInfo {
	float:right;
	width:72%;
}
ul.EventList li .Date {
	display:block;
	color:#999898;
	font-size:0.9em;
	line-height:1.1em;
}
ul.EventList li .Event {
	display:block;
	line-height:1.3em;	
	color:#3f3f3f;
}
ul.EventList li .EventLink {
	display:block;
	line-height:1.3em;
}


/* MEDIA LIST */
ul.MediaList {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.MediaList li {
	padding-bottom:0.9em;
}
ul.MediaList li .Date {
	display:block;
	color:#999898;
	font-size:0.9em;
	line-height:1.1em;
}
ul.MediaList li .NewsText {
	display:block;
	line-height:1.4em;
}



/* NEWS LIST */
.HeadNews {
	float:left;
	width:100%;
}
.HeadNews .NewsItem {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:solid 1px #ebebeb;
}
.NewsItem .NewsText {
	float:left;
	width:72%;
}
.NewsItem .NewsImg, .NewsItem .NewsImg2, .NewsItem .NewsImg3 {
	float:left;
	width:115px;
}
.NewsItem .NewsDate {
	display:block;
	color:#999898;
	font-size:0.9em;
	line-height:1.1em;
}
.NewsItem .NewsHeader {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.85em;
	line-height:1.3em;
	color:#2c2c2c;
	margin:0;
}
.NewsItem .NewsIngress {
	display:block;
}

.NewsItemSmallList {
	float:left;
	width:50%;
}

.NewsItemSmall {
	clear:both;	
	display:block;
}
.NewsItemSmall .NewsDate {
	color:#999898;
	font-size:0.9em;
	line-height:1.1em;
	padding-right:0.8em;
}
.NewsItemSmall .NewsHeader {
	padding-right:0.8em;
}
.NewsItemSmall .NewsIngress {
	padding-right:0.8em;
}

/* PUFFLISTA STARTSIDA*/
.PuffList .PuffImg  {
	float:left;
	width:71px;
}
.PuffList .RoundedCorners {
	width:58px;
	height:58px;
	background-image:url(../Images/rounded_corners_58x58.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.PuffList {
	float:right;
	width:49%;
}
.PuffList span {
	display:block;
}
.PuffList a:link, .PuffList a:visited {
	color:#000;
	text-decoration:none;
	clear: both;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	float: left;
}
.PuffList span.PuffHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding-bottom: 11px;
}

/* AKUTELLT LISTA */
.LatestNews {
	float:left;
	width:100%;
}
.LatestNews .NewsRow {
	float:left;
	width:100%;
	clear:both;
}
.LatestNews .NewsItem {
	float:left;
	width:48.5%;
	margin-bottom:1em;
	padding-bottom:1em;
}
.LatestNews .ItemRight {
	float:right;	
}
.LatestNews .NewsItem .NewsText {
	float:left;
	width:66.5%;
}
.LatestNews .NewsItem .NewsImg,
.LatestNews .NewsItem .NewsImg2{
	float:left;
	width:105px;
}
.LatestNews .NewsItem .NewsDate {
	display:block;
	color:#999898;
	font-size:0.9em;
	line-height:1.1em;
}
.LatestNews .NewsItem .NewsHeader {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.85em;
	line-height:1.3em;
	color:#2c2c2c;
	margin:0;
	padding-bottom:0.3em;
}
.LatestNews .NewsItem .NewsIngress {
	display:block;
}


/*Skriv ut*/
.PrintLine {
	padding-top: 10px;
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.Print {
	background-image: url(../Images/print.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	margin-left: 15px;
	float: right;
	padding:5px 0 5px 25px;
}



/* PUFFAR */
body.StartPage .PuffHolder {
	float:left;
	width:100%;
	margin-bottom:1.7em;
}
body.StartPage .LeftPuff {
	float:left;
	width:33%;
	display:inline;
}
body.StartPage .MidPuff {
	float:left;
	width:33.5%;
	display:inline;	
	text-align:center;
}
body.StartPage .RightPuff {
	float:left;
	width:33.5%;
	display:inline;	
	text-align:right;
}

/*************************/
/* CALENDAR              */
/*************************/

.calendar
{
	width: 100%;
	border-color: #e3e3e3;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.calendar .title
{
	border-bottom: 1px solid #e3e3e3;
}

.calendar table,
.calendar table td,
.calendar .title td
{
	padding-bottom: 3px;
	border: 0;
}

.calendar th
{
	padding: 3px;
	text-align: center;
}
.calendar td
{
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 2px;
}

.calendar .selector
{
	font-weight: bold;
	border-top-width: 0;
	border-bottom: 1px solid #eeeeee;
}

.calendar a
{
	padding: 3px;
	text-decoration: none;
}
.calendar .today
{
	font-weight: bold;
	background-color: #dddddd;
}

.calendar td.highlighted
{
	background-color: #691f0f;
}

/* Calendar list */
.calendarList
{
	margin: 10px 0;	
}
.calendarList h1
{
	font-size: 1em;
	font-weight: bold;
}
.calendarList h2
{
	margin: 10px 0px 6px 0px;
	font-size: 1em;
	border-bottom: 1px solid #e3e3e3;
}
.calendarListEventItem
{
	width: 100%;
	overflow:hidden;
}
.calendarListEventItem h1
{
	margin-left: 10px;
}
.calendarListEventItem .eventDate
{
	float: right;
}
.calendarListEventItem .eventDateIcon
{
	float: right;
	background: url(../images/Clock.png) no-repeat;
	width: 16px;
}
.calendarListEventItem .eventDateIconLeft
{
	background: url(../images/Clock.png) no-repeat;
	background-position: left;
	padding-left: 18px;
	float: right;
}
.calendarListEventItem .eventDateIconRight
{
	background: url(../images/Clock.png) no-repeat;
	float: right;
	background-position: right;
	padding-right: 18px;
}


/* BODY - COLOR CLASSES */

/* COLOR CLASS 2 - GREY */
body.ColorClass2 ul.TopMenu .Active:link, 
body.ColorClass2 ul.TopMenu .Active:visited,
body.ColorClass2 ul.TopMenu a:hover {color:#97233F;	background-color:#726D67;}
body.ColorClass2 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c2.jpg);}
body.ColorClass2 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass2 #BreadCrumb .Inner {background-color:#726D67;}
body.ColorClass2 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c2.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass2 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c2.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass2 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c2.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass2 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c2.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 3 - ORANGE */
body.ColorClass3 ul.TopMenu .Active:link, 
body.ColorClass3 ul.TopMenu .Active:visited,
body.ColorClass3 ul.TopMenu a:hover {color:#97233F;	background-color:#8D5717;}
body.ColorClass3 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c3.jpg);}
body.ColorClass3 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass3 #BreadCrumb .Inner {background-color:#8D5717;}
body.ColorClass3 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c3.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass3 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c3.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass3 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c3.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass3 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c3.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 4 - OLIVE */
body.ColorClass4 ul.TopMenu .Active:link, 
body.ColorClass4 ul.TopMenu .Active:visited,
body.ColorClass4 ul.TopMenu a:hover {color:#97233F;	background-color:#7F7506;}
body.ColorClass4 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c4.jpg);}
body.ColorClass4 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass4 #BreadCrumb .Inner {background-color:#7F7506;}
body.ColorClass4 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c4.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass4 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c4.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass4 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c4.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass4 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c4.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 5 - PETROL */
body.ColorClass5 ul.TopMenu .Active:link, 
body.ColorClass5 ul.TopMenu .Active:visited,
body.ColorClass5 ul.TopMenu a:hover {color:#97233F;	background-color:#143B4D;}
body.ColorClass5 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c5.jpg);}
body.ColorClass5 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass5 #BreadCrumb .Inner {background-color:#143B4D;}
body.ColorClass5 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c5.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass5 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c5.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass5 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c5.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass5 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c5.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 6 - GREEN */
body.ColorClass6 ul.TopMenu .Active:link, 
body.ColorClass6 ul.TopMenu .Active:visited,
body.ColorClass6 ul.TopMenu a:hover {color:#97233F;	background-color:#214A47;}
body.ColorClass6 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c6.jpg);}
body.ColorClass6 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass6 #BreadCrumb .Inner {background-color:#214A47;}
body.ColorClass6 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c6.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass6 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c6.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass6 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c6.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass6 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c6.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 7 - LIGHT GREEN */
body.ColorClass7 ul.TopMenu .Active:link, 
body.ColorClass7 ul.TopMenu .Active:visited,
body.ColorClass7 ul.TopMenu a:hover {color:#97233F;	background-color:#c7d2d1;}
body.ColorClass7 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c7.jpg);}
body.ColorClass7 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass7 #BreadCrumb .Inner {background-color:#c7d2d1;}
body.ColorClass7 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c7.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass7 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c7.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass7 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c7.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass7 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c7.jpg); background-position:left top; background-repeat:no-repeat;}

/* COLOR CLASS 8 - Purple */
body.ColorClass8 ul.TopMenu .Active:link, 
body.ColorClass8 ul.TopMenu .Active:visited,
body.ColorClass8 ul.TopMenu a:hover {color:#97233F;	background-color:#582d63;}
body.ColorClass8 ul.BreadCrumb li {background-image:url(../Images/breadcrumb_divider_c8.jpg);}
body.ColorClass8 ul.BreadCrumb li.FirstItem {background-image:none;}
body.ColorClass8 #BreadCrumb .Inner {background-color:#582d63;}
body.ColorClass8 #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_c8.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass8 #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_c8.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass8 #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_c8.jpg); background-position:left top; background-repeat:no-repeat;}
body.ColorClass8 #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_c8.jpg); background-position:left top; background-repeat:no-repeat;}




img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    
	float: left;
}
img.toprightfloatingimage
{
	float: right; 
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
    
}




/* ----- KURBITS ----- */
body#Kurbits {
	background-color:#b7c440;
	background-image:none;
}
body#Kurbits .PuffHolder
{
	height:90px;
	}
/* COLOR CLASS KURBITS */
body#Kurbits ul.TopMenu .Active:link, 
body#Kurbits ul.TopMenu .Active:visited,
body#Kurbits ul.TopMenu a:hover {color:#97233F;	background-color:#bdc730;}
ul.TopMenu a.Active .SubHead {color:#f0f3d7;}
body#Kurbits #BreadCrumb a, body#Kurbits #BreadCrumb a:link, body#Kurbits #BreadCrumb a:visited, body#Kurbits #BreadCrumb a:hover, body#Kurbits #BreadCrumb a:active {color:#fff;text-decoration:none;}
body#Kurbits #BreadCrumb a:hover {color:#fff; text-decoration:underline;}
body#Kurbits ul.BreadCrumb li {color:#fff;background-image:url(../Images/breadcrumb_divider_kurbits.jpg);}
body#Kurbits ul.BreadCrumb li.FirstItem {background-image:none;}
body#Kurbits #BreadCrumb .Inner {background-color:#bdc730;}
body#Kurbits #BreadCrumb .TL {background-image:url(../Images/breadcrumb_tl_ck.jpg); background-position:left top; background-repeat:no-repeat;}
body#Kurbits #BreadCrumb .TR {background-image:url(../Images/breadcrumb_tr_ck.jpg); background-position:left top; background-repeat:no-repeat;}
body#Kurbits #BreadCrumb .BL {background-image:url(../Images/breadcrumb_bl_ck.jpg); background-position:left top; background-repeat:no-repeat;}
body#Kurbits #BreadCrumb .BR {background-image:url(../Images/breadcrumb_br_ck.jpg); background-position:left top; background-repeat:no-repeat;}

body#Kurbits #TopWrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	min-height:93px;
	height:auto !important;
	height:93px;
}
body#Kurbits #LogoHolder {
	float:left;
	width:215px;
	margin:100px 0 0 20px;
	padding:0 0 12px 0;	
	display:inline;
}
body#Kurbits #TopMedia1 {
	float:left;
	width:899px;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	padding-bottom:12px;
}
body#Kurbits #TopMedia2 {
	float:right;
	width:175px;
	margin-right:20px;
	margin-top:20px;
	display:inline;
	padding-bottom:12px;
}
body#Kurbits h2.SectionHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	border-bottom:solid 1px #bababa;
	padding-bottom:0.2em;
	margin-bottom:1.3em;
	float:left;
	width:100%;
	display:block;
}
body#Kurbits #StartTopEditor {
	float:left;
	width:100%;
	padding-bottom:1.0em;	
}
body#Kurbits #StartTopEditor .EditorContent {
	font-size:1.1em;	
}
body#Kurbits #StartTopEditor h2,
body#Kurbits #StartTopEditor h2.Rubrik2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.7em;
	line-height:1.3em;
	color:#2c2c2c;
	margin:0;
	padding-bottom:0.3em;
}
body#Kurbits .ArticleBox h2 {
	color:#b8c63f;	
}

body#Kurbits #LinksHolder {
	clear:both;
	padding-bottom:15px;
}

