@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.4em;
	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:0;
	padding:0 0 10px 0;
}
.Ingress p {
	margin:0;
	padding: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;
}
.floatingImg {
	float:right; 
	margin:-20px 0 10px 5px;
}

/*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;
}
.ScreenLogo {}

.PrintLogo {
	display:none;
	visibility:hidden;
	position:absolute;
}

#TopPanel {
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:10px;
}
#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,
ul.TopMenu a.Active:hover  {
	color:#97233F;
	background-color:#792108;
	background-image:none;
}
ul.TopMenu a.Active:hover .Head {color:#FFF;}
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.Active.Group {
	background-image:url(../Images/bg_leftmenu_open.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#LeftMenu ul li.Active.Group ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.Active.Group ul li {
	background-image:none;
}
#LeftMenu ul li.Active.Group 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.LastItem.Active.Group {
	background-image:url(../Images/bg_leftmenu_open_last.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:22px;
}
#LeftMenu ul li.LastItem.Active.Group ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.LastItem.Active.Group ul li {
	background-image:none;
}
#LeftMenu ul li.LastItem.Active.Group span {
	padding-bottom:5px;
}




#LeftMenu ul li.LastItem.Active {
	background-image:url(../Images/bg_leftmenu_open_last_short.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#LeftMenu ul li.LastItem.Active ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#LeftMenu ul li.LastItem.Active ul li {
	background-image:none;
}
#LeftMenu ul li.LastItem.Active 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%;
	padding-top: 10px;
}
.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;
}
.NewsItem .NewsIngress p {
	padding:0;
	margin:0;	
}

.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%;
}
body.StartPage .LeftPuff {
	float:left;
	width:33.5%;
}
body.StartPage .MidPuff {
	float:left;
	width:33%;
	text-align:center;
}
body.StartPage .RightPuff {
	float:left;
	width:33.5%;
	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;
}


/* UNG KRAFT */
body#UngKraft 
{
	background-color:#000;
	background-image: none;
	color: #000;
}

body#UngKraft h1.PageName 
{
	font-size: 3.6em;
	line-height:1.1em;
	font-style: italic;
	color: #db8e22;
	margin-top:0;
	padding-top:0;
}

body#UngKraft .Quote {
	font-size:2.0em;
	line-height:1.3em;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}

body#UngKraft .Ingress {
	font-size:1.4em;	
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 15px 0;
	padding:8px 10px;
	border-top:solid 3px #dc8f12;
	border-bottom:solid 3px #dc8f12;
}

body#UngKraft .EditorContent
{
	width: auto;
}

body#UngKraft div#Footer 
{
		 background-color:#dc8f12;
		 font-size:0.9em;
	line-height:1.2em;
	
}
body#UngKraft div#Footer table {border-collapse:collapse; padding:0; margin:0;}
body#UngKraft #FooterInner 
{ 
	padding:15px 15px 10px 15px;
}
body#UngKraft .FooterCol 
{
	margin: 0;
	color:#fff;
	
}
body#UngKraft .FooterCol a:link,
body#UngKraft .FooterCol a:visited 
{
	color:#fff;
}

body#UngKraft #Wrapper 
{
	margin:0 auto 100px auto;
	position:relative;
	z-index:10;
	background-image: none;
}
body#UngKraft #LogoHolder
{
	width:100%;
	margin:0;
	padding:20px 0 20px 0;
	text-align:center;
}
body#UngKraft #TopPanel 
{
	display: none;
	visibility: hidden;
	position: absolute;
}

#BreadCrumb
{
	display: none;
	visibility: hidden;
	position: absolute;
}

body#UngKraft .TopMenuHolder
{
	margin-bottom:20px;
}
body#UngKraft ul.TopMenu {padding-left:20px;}
body#UngKraft ul.TopMenu a:hover 
{
	background-color:#F69100;
	background:url(../Images/ung-kraft/top-menu-hover.png) 0 center repeat-x #f1e0c2;
}
body#UngKraft  ul.TopMenu a:hover span.Head {
	color:#000;	
}

body#UngKraft ul.TopMenu .Active:link,
body#UngKraft ul.TopMenu .Active:visited 
{
	background-color:#F69100;
	background:url(../Images/ung-kraft/top-menu-active.png) 0 100% repeat-x #d09022;
}

body#UngKraft ul.TopMenu .Active .Head 
{
	display: block;
}
body#UngKraft ul.TopMenu .Active .SubHead {}

body#UngKraft ul.TopMenu .Head {
	padding:0;
	display:block;
	line-height:48px;
}
body#UngKraft ul.TopMenu .SubHead {
	display:none;
	visibility:hidden;
	position:absolute;
}
body#UngKraft div#LeftMenu 
{
	margin-bottom: 10px;
}
body#UngKraft .MediaCol 
{
	display: none;
	visibility: hidden;
	position: absolute;
}
body#UngKraft .Box 
{
	width: auto;
	background-image: none;
}
body#UngKraft h2.BoxHeader 
{
	background-image: none;
}
body#UngKraft .Box .BoxContent 
{
	float: none;
	width: auto;
	border:solid 8px #d99021;
	-moz-border-radius-bottomleft: 10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
	border-bottom-right-radius: 10px 10px;
}

body#UngKraft .ButtonLink 
{
	background-image:url(../Images/ung-kraft/btn_link_orange_bg2.jpg);
}
body#UngKraft .ButtonLink a,
body#UngKraft .ButtonLink a:link, 
body#UngKraft .ButtonLink a:visited, 
body#UngKraft .ButtonLink a:hover, 
body#UngKraft .ButtonLink a:active {
	float: none;
	width: auto;
	background:url(../Images/ung-kraft/btn-link-orange.png) 0 100% no-repeat transparent;
	padding:0 15px 12px 15px;
	margin-top:8px;
	
}

body#UngKraft .ButtonLink span 
{
	float:left;
	width:100%;
	text-decoration:none;
	background:url(../Images/ung-kraft/btn-link-orange.png) 0 0 no-repeat transparent;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
body#UngKraft .ButtonLink a:hover {text-decoration:underline;}
body#UngKraft .ButtonLinkTop,
body#UngKraft .ButtonLinkBottom {
	display:none;
	visibility:hidden;
	position:absolute;
	background-image: none;
}
body#UngKraft ul.ButtonLinks {
	list-style-type:none;
	clear:both;
	padding:0;
	margin:0;
}
body#UngKraft ul.ButtonLinks li 
{
	width: auto;
}

body#UngKraft .LatestNews .SectionHeader 
{
	display:none; visibility:hidden; position:absolute;
}

body#UngKraft .LatestNews .NewsItem .NewsHeader 
{
	font-family:Arial, Helvetica, sans-serif;
}

body#UngKraft h2,
body#UngKraft h3,
body#UngKraft h4,
body#UngKraft h5,
body#UngKraft h6
{
	font-style: italic;
}
body#UngKraft h2,
body#UngKraft h3
{
	font-style: italic;
	font-weight: bold;
}
body#UngKraft #StartTopEditor {
	clear:both;
	border-top:solid 3px #dc8f12;
	border-bottom:solid 3px #dc8f12;
	padding:10px 60px;
	margin-bottom:30px;
}
body#UngKraft.StartPage .LeftPuff,
body#UngKraft.StartPage .MidPuff, 
body#UngKraft.StartPage .RightPuff 
{
	text-align: center;
}
body#UngKraft img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    
	float: left;
}
body#UngKraft img.toprightfloatingimage
{
	float: right; 
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
    
}/*
body#UngKraft .ShareBox {
	clear:both;
	float:right;
}*/

body#UngKraft #LeftCol .EditorContent {
	margin: 0 5px 20px 2px;
	clear:both;
}
body#UngKraft #LeftCol .EditorContent .EditorContent {margin:0 0 20px; clear:both;}
body#UngKraft #LeftCol .EditorContent ul {padding:0; margin:0 0 0 20px;}
body#UngKraft #LeftCol .EditorContent .LayoutOrange {
	color:#fff;
	background-color:#d99021;
	padding:15px 20px 30px 20px;
	-moz-border-radius-bottomleft: 10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
	border-bottom-right-radius: 10px 10px;
}
body#UngKraft #LeftCol .TopEditor {margin:0;}
body#UngKraft #LeftCol .EditorContent .LayoutOrange a:link,
body#UngKraft #LeftCol .EditorContent .LayoutOrange a:visited {
	color:#fff;
	text-decoration:underline;	
}
body#UngKraft #LeftCol .EditorContent .LayoutOrangeBorder {
	border:solid 8px #d99021;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	padding:10px;
}


body#UngKraft .clearfix:before, 
body#UngKraft .clearfix:after {
	content: "\0020"; 
	display: block; 
	height: 0; 
	overflow: hidden;
}
body#UngKraft .clearfix:after {clear: both;}
body#UngKraft .clearfix {zoom: 1;}

body#UngKraft .LeftColumnBox { margin-bottom: 5px; }
body#UngKraft .CategoryItem  a {color:#000;text-decoration:none}
body#UngKraft .CategoryItem  a:hover {text-decoration:underline}
body#UngKraft .CategoryItem a h2 { color: #000; }

body#UngKraft h2.CategoryHeader {font-size:2.0em; line-height:1.3em;}
/*
body#UngKraft .ShareBox ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
body#UngKraft .ShareBox li 
{
	display: inline-block;
}*/
body#UngKraft .ContactForm label
{
	margin-top: 10px;
	display: block;
}
body#UngKraft .ContactForm .text
{
	display: block;
}
body#UngKraft .ContactForm textarea
{
	width: 88%;
}
body#UngKraft .ContactForm .submit
{
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	float: right;
	padding-right: 20px;
	margin-top:5px;
	margin-bottom:5px;
	background: #fff url(../Images/ung-kraft/submitarrow.png) no-repeat right center;
}
body#UngKraft .ContactForm input[type="text"],
body#UngKraft .ContactForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background:url(../Images/ung-kraft/tfd-bg.png) 0 0 no-repeat #fff;	
	border:solid 1px #eec789;
	border-right:solid 1px #f8e9d0;
	border-bottom:solid 1px #f8e9d0;
	padding:4px 10px;
}
body#UngKraft .RotationContainer
{
	width: 400px;
	margin: 0 auto;
}
body#UngKraft .RotationNavigation
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
body#UngKraft .RotationNavigation li
{
	display: inline;
	cursor: pointer;
	margin-left: 3px;
}
body#UngKraft .RotationNavigation li span
{	
	height: 16px;
	width:18px;
	visibility: hidden;
	display: inline-block;
}
body#UngKraft .RotationNavigation li
{
	background-image: url(../Images/ung-kraft/gallery_item.png);
	background-repeat: no-repeat;
}
body#UngKraft .RotationNavigation li.current
{
	background-image: url(../Images/ung-kraft/gallery_item_active.png);
}
body#UngKraft .RotationNavigation li.RotationPrevButton span,
body#UngKraft .RotationNavigation li.RotationNextButton span
{
	width: 25px;
}
body#UngKraft .RotationNavigation li.RotationPrevButton
{
	background-image: url(../Images/ung-kraft/gallery_prev.png);
}
body#UngKraft .RotationNavigation li.RotationNextButton
{
	background-image: url(../Images/ung-kraft/gallery_next.png);
}
body#UngKraft .FacebookLikeBox
{
	margin-left: 4px;
}
/*************************/
/* Doclist               */
/*************************/
.DocList 
{
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;*/
}
.DocList ul {
	clear: both;
	padding:0 0 10px 0;
	margin:0px !important;
}
.DocList ul li {
	list-style-type:none;
	width:100%;
	padding:0 0 5px 0;
}
.DocList a:link, .DocList a:visited {
	display:block;
	width:90%;
	padding:2px 0 2px 20px;
	text-decoration:none;
	background:transparent no-repeat 0 3px url(../Images/default.gif);
}
.DocList a:hover {
	text-decoration:underline;
}
/*----- Docs Icons -----*/
.DocList .pdf:link, .DocList .pdf:visited {background-image:url(../Images/icons/pdf.gif);}
.DocList .doc:link, .DocList .doc:visited {background-image:url(../Images/icons/doc.gif);}
.DocList .docx:link, .DocList .docx:visited {background-image:url(../Images/icons/doc.gif);}
.DocList .dot:link, .DocList .dot:visited {background-image:url(../Images/icons/doc.gif);}
.DocList .xls:link, .DocList .xls:visited {background-image:url(../Images/icons/xls.gif);}
.DocList .xlt:link, .DocList .xlt:visited {background-image:url(../Images/icons/xls.gif);}
.DocList .xlsx:link, .DocList .xlsx:visited {background-image:url(../Images/icons/xls.gif);}
.DocList .txt:link, .DocList .txt:visited {background-image:url(../Images/icons/txt.gif);}
.DocList .tif:link, .DocList .tif:visited {background-image:url(../Images/icons/tif.gif);}
.DocList .tiff:link, .DocList .tiff:visited {background-image:url(../Images/icons/gif.gif);}
.DocList .ppt:link, .DocList .ppt:visited {background-image:url(../Images/icons/ppt.gif);}
.DocList .pptx:link, .DocList .pptx:visited {background-image:url(../Images/icons/ppt.gif);}
.DocList .pot:link, .DocList .pot:visited {background-image:url(../Images/ppt.gif);}
.DocList .png:link, .DocList .png:visited {background-image:url(../Images/icons/png.gif);}
.DocList .mpg:link, .DocList .mpg:visited {background-image:url(../Images/icons/.gif);}
.DocList .mp3:link, .DocList .mp3:visited {background-image:url(../Images/icons/.gif);}
.DocList .jpg:link, .DocList .jpg:visited {background-image:url(../Images/icons/jpg.gif);}
.DocList .jpeg:link, .DocList .jpeg:visited {background-image:url(../Images/icons/jpeg.gif);}
.DocList .htm:link, .DocList .htm:visited {background-image:url(../Images/icons/htm.gif);}
.DocList .html:link, .DocList .html:visited {background-image:url(../Images/icons/html.gif);}
.DocList .htmint:link, .DocList .htmint:visited {background-image:url(../Images/icons/html-int.gif);}
.DocList .gif:link, .DocList .gif:visited {background-image:url(../Images/icons/gif.gif);}
.DocList .default {background-image:url(../Images/icons/default.gif);}


body#UngKraft .ContactImg .RoundedCorners,
body#UngKraft .CategoryListImg .RoundedCorners {	
	display:none;
	visibility:hidden;
	position:absolute;
}

body#UngKraft .CategoryListImg img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

body#UngKraft .TopEditor {
	float:left;
	width:100%;
	overflow:hidden;
	height:90px;
	margin-top:-8px;
}
body#UngKraft .TopEditor img {
	padding-top:8px;
	width:60px !important;	
}
body#UngKraft .TopEditor a:link,
body#UngKraft .TopEditor a:visited {
	display:block;
	float:left;
	width:33%;
	text-align:center;
}
body#UngKraft .TopEditor a:hover img {
	width:76px !important;
	padding-top:0px;
}
body#UngKraft.StartPage .PuffHolder {
	float:left;
	width:100%;
	overflow:hidden;
	height:210px;
	margin-top:-10px;
}
body#UngKraft.StartPage .PuffHolder img {
	padding-top:10px;	
}
body#UngKraft.StartPage .PuffHolder a:link,
body#UngKraft.StartPage .PuffHolder a:visited {
	display:block;	
}
body#UngKraft.StartPage .PuffHolder a:hover img {
	width:180px;
	padding-top:0px;
}

body#UngKraft #MidAndRightCol {
	padding-top:0px;
}
body#UngKraft #MainWrapper {
	padding-top:9px;	
}

body#UngKraft .LeftMenuBottom {
	background-image:url(../Images/ung-kraft/bg_leftmenu_bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
}
body#UngKraft #LeftMenu ul li.LastItem span {
	padding-bottom:2px;
}



body#UngKraft #LeftMenu ul li.Active.Group {
	background-image:url(../Images/bg_leftmenu_tab.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
body#UngKraft #LeftMenu ul li.Active {
	background-image:url(../Images/bg_leftmenu_tab.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
body#UngKraft #LeftMenu ul li.LastItem.Active {
	background-image:none;
}

/* COLOR CLASS INTRANÄT */
body#Intranat ul.TopMenu .Active:link, 
body#Intranat ul.TopMenu .Active:visited,
body#Intranat ul.TopMenu a:hover {color:#eeeeec;	background-color:#555753;}


/*======ShareBox======*/
.ShareBox {
	clear:both;
	float:right;
}
ul.ShareLinks
{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	list-style: none;
}
.ShareLinks li 
{
	display: block;
    list-style-type: none;
    margin-top: 2px;
}
