﻿/*Reset
-----------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
li
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup
{
	vertical-align: text-top;
}
sub
{
	vertical-align: text-bottom;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend
{
	color: #000;
}
del, ins
{
	text-decoration: none;
}

/*END Reset
-----------------------------------*/


body {
	font: 76% Arial, Verdana, sans-serif;
	background:url(images/main_bg.gif) repeat-y top left #FFF;
	color:#000;
	text-align: center;
	
}

#Container
{
	background:url(images/container_bg.gif) repeat-y top left #FFF;
	width:845px;
	min-height:1024px;
	height:auto !important;
	height:1024px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom: 30px;
	
}

#Header
{
	background:url(images/header.png) no-repeat;
	width:840px;
	height:120px;
	margin:0 0 0 2px;

}

.Logo
{
    
	width:338px;
	height:93px;
	float:left;
	margin:12px 0 0 12px;
}

/*SearchArea
-----------------------------------*/

.SearchArea
{
	background:url(images/SearchArea.png) no-repeat;
	width:268px;
	height:44px;
	border-right:1px solid #cbcbcb;
	float:right;
	margin:35px 2px 0 0;
}


/* This is a IE6 fix because it renders margins a bit strange */
* html .SearchArea
{
	margin:30px 1px 0 0;
}
/*------------------------------------------------------------*/

.SearchAreaInner {
	width:160px;
	height:10px;
	padding-top:4px;
	margin:10px 0 0 45px;
	float:left;
	display:inline;
}

.SearchAreaInput {
	background-color:#FFFFFF;
	width:160px;
	height:14px;
	border:none;
	margin:0 0 0 1px;
	float:left;
	display:inline;
}

.SearchButton {
	background-image:url(images/search_btn.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	width:40px;
	height:22px;
	border:none;
	margin-top:10px;
	margin-right:7px;
	cursor: pointer;
}

/*MainMenu Navigation links
-----------------------------------*/

#MainMenu
{
	background:url(images/menu_bg.png) no-repeat;
	/*width:840px;*/
	height:43px;
	font-size:14px;
	margin:20px 0 20px 2px;
	width:auto;
	overflow:hidden;
}

#MainMenu ul {
	width:auto;
	height: 35px;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin-left:34px;
}

#MainMenu ul li {
	background-image:url(images/mainmenu_seperator.png);
	background-position: center right;
	background-repeat:no-repeat;
	height:38px;
	list-style: none;
	float: left;
}

#MainMenu ul li a 
{
	height:38px;
	line-height:35px;
	color: #333;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 15px;
	margin-top:1px;
	display: inline-block;
	float: left;
	
}

#MainMenu a:hover, #MainMenu a:focus {
	text-decoration:underline;
	color: #000000;
}

#MainMenu li.selected a {
	background:url(images/mainmenu_selected.png) repeat-x;
	color: #000000;
}



#MainContent
{
	background:url(images/main_content_bg.png) repeat-y top;
	width:840px;
	height:auto !important;
	margin-left:2px;
	padding-top:15px;
	overflow:hidden;
}

.MainContentTop
{
	background:url(images/main_content_top_bg.png) no-repeat bottom;
	height:11px;
	width:840px;
	margin-left:2px;
}

.MainContentBottom
{
	background:url(images/main_content_bottom_bg.png) no-repeat;
	height:14px;
	width:840px;
	margin-left:2px;
}

.LeftColumn, .CenterColumn, .RightColumn {
	float:left;
	display:inline;
}


.LeftColumn
{
	width:189px;
	/*height:700px;*/
	/*background-color:#F00;*/
	margin-left:2px;
	
}

.CenterColumn
{	
	text-align:left;
	width:400px;
	/*height:500px;*/
	margin-left:30px;
	/*background-color:#090;*/
}

.RightColumn
{
	width:189px;
	margin-left:22px;
	text-align:center;
}


/*LeftMenu & LeftMenu Links
-----------------------------------*/

#LeftMenu  {
	/*width:189px;*/
	width:auto;
	height:auto;
	float:left;
	display:inline;
	text-align:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#LeftMenu ul li, #LeftMenu  ul li ul li
{
	width:189px;
	display:block;
	float:left;
	clear:both;
}

#LeftMenu ul li a.top, #LeftMenu  ul li a:hover.top {
	background-image:none;
	height:50px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	display:block;
	padding:0 0 10px 16px;
	border-top: none;
}

#LeftMenu  ul li a {
	text-decoration:none;
	color:#000000;
	min-height:30px;
	height:auto !important;
	line-height: 28px;
	padding-left: 17px;
	display:block;
	border-bottom: 1px solid #bebebe;
}

#LeftMenu ul ul li a:hover, #LeftMenu  ul ul li a:focus {
	background-image:url(/templates/public/styles/images/leftmenu_selected_bg.png);
	background-repeat:repeat ;
	text-decoration:none;
}

#LeftMenu ul ul li a.Selected {
	background-image:url(/templates/public/styles/images/leftmenu_selected_bg.png);
	background-repeat:repeat;
	font-weight:bold;
}

#LeftMenu ul ul li a.HasChildren{
	background-image:url(/templates/public/styles/images/left_menu_link_bg_haschildren_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:32px;
}

#LeftMenu ul ul li a:hover.HasChildren, #LeftMenu ul ul li a:focus.HasChildren {
	background-image:url(/templates/public/styles/images/left_menu_link_bg_haschildren_bg_selected.png);
	background-repeat:no-repeat;
	height:32px;
	
}

#fixLeftMenuHasChildrenSelected
{
    background-image:url(/templates/public/styles/images/leftmenu_selected_bg.png);
	background-repeat:repeat;
}

#fixLeftMenuHasChildrenSelected a:hover 
{
    background-image:url(/templates/public/styles/images/leftmenu_selected_bg.png);
	background-repeat:repeat;
}



#fixLeftMenuHasChildren:hover 
{
    background-image:url(/templates/public/styles/images/leftmenu_selected_bg.png);
	background-repeat:repeat;
}


#LeftMenu ul ul li a.HasChildrenSelected, #LeftMenu ul ul li a:hover.HasChildrenSelected {
	background-image: url(/templates/public/styles/images/left_menu_haschilden_selected_arrowdown.gif);   
	background-repeat:no-repeat;
	text-decoration: underline;
	font-weight:bold;
}

/*LeftMenu SubLinks
-----------------------------------*/

#LeftMenu ul ul ul {
	border-bottom:1px solid #bebebe;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	clear:both;
	
}

#LeftMenu ul ul ul li a {
	min-height:17px;
	height:auto !important;
	line-height: 15px;
	padding-top:3px;
	padding-left:40px;
	border:none;
	font-size:90%;
}

#LeftMenu ul ul ul li a:hover, #LeftMenu ul ul ul li a.Selected {
	text-decoration:underline;
	background-image:none;
}


/*Footer
-----------------------------------*/

#Footer
{
	background-color:Transparent;
	width:635px;
	height:auto;
	float:right;
	clear:both;
	margin-top:5px;
	font-size:11px;
}

#Footer ul li {display:inline;}


/*StartPage LeftColumn Banner list
-----------------------------------*/

.BannerList
{
	width:189px;
	border-bottom:1px solid #dddddd;
	padding-bottom:20px;
	margin-bottom:20px;
	float:left;
}

.Bubble
{
	background:url(images/bubble.png) no-repeat;
	text-align:left;
	width:189px;
	height:150px;
	
	
}

.Bubble h3 {margin-left:20px; margin-top:8px; margin-bottom:5px;}

.Bubble ul li {margin-left:20px; width:150px; font-size:11px;}


/*TYPES
-----------------------------------*/

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#006e31;
}

h1 {
	font-size: 20px;
	margin-bottom:15px;
} /*renders 24px */

h2 {
	font-size: 16px;
	margin-bottom:10px;
} /*renders 20px */

.NewsHeader
{
	font-size: 18px;
	margin-bottom:0px;
} /*renders 20px */

h3 {
	font-size: 14px;
	margin-bottom:10px;
	margin-top:0px;
} /*renders 18px */

.NewsContent h3
 {
	font-size: 14px;
	margin-bottom:0px;
	margin-top:0px;
} /*renders 18px */

h4 {
	font-size: 12px;
	margin-bottom:10px;
	margin-top:10px;
}

p {
	line-height:17px;
	margin-top:10px;
	margin-bottom:10px;
}



/*News List
-----------------------------------*/

#News {
                      width:100%;
                      text-align:left;
                      float:left;
                      margin:0; 
                      padding:0;
}

#News ul {
                      list-style:none;
                      list-style-type:none;
                      margin:0px 0px 0 0px;
}

#News li 
{
                      width:100%;
                      min-height:20px;
                      height:auto !important;
                      height:20px;
                      list-style:none;
                      list-style-type:none;
                      margin:10px 0 0 0;
                      padding:0 0 10px 0;
                      border-bottom:1px solid #cdcdcd;
                      float:left;
                      clear:both;
}

#News ul li a:link, #News ul li a:visited {
                      color:#000000; text-decoration:none;      
}

#News ul li a:hover {
                      text-decoration:underline;   
}

              
.NewsContent{
	float:left;
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

                   
.NewsContent p {
	margin: 0px 0 0 0;
	display:block;
	font-weight: normal;
}

span.NewsDate {
	font-size:14px;
	font-weight:bold;
	color:#777777;
	margin-top:2px;
	margin-bottom:3px;
	display:block;
}

.ReadMore
{
	background:url(images/ReadMore.png) no-repeat top left;
	display:block;
	width:70px;
	height:24px;
	margin-top:5px;
	margin-bottom:0px;
	padding:6px 0 0 20px;
	color:#FFF !important;
	font-size:11px;
	cursor:pointer;
	text-decoration:underline
}


.RightColumnHeader
{
	background:url(images/RightColHeader_bg.png) #11783f no-repeat bottom left;
	width:180px;
	display:block;
	margin-left:5px;
	padding:8px 0 20px 0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	float:left;
	clear:both;
}

.Dokument, .Relaterat
{
	width:180px;
	height:auto;
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:20px;
}

.List
{
	width:180px;
	height:auto;
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:2px;
	padding-bottom:0px;
}

.DokumentList ul li
{
	display:block;
	margin-left:10px;
	margin-bottom:0px;
}

.pdf, .doc , .extentsion
{
	color: #005195;
	font-size:12px;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 2px;
	line-height:17px;
	display:block;
	margin-left:15px !important;
	margin-bottom:10px;
	float:left;
}

.Relaterat ul li a
{
    background:url(images/ArrowLink.gif) no-repeat top left;
	padding-left: 10px;
	padding-top: 0px;
	line-height:14px;
	display:block;
	margin-left:15px !important;
	margin-bottom:10px;
	float:left
}

.Relaterat ul li
{
	display:block;
	margin:5px 0 5px 0;
}

.doc 
{
	background:url(images/ikon_word.gif) no-repeat top left;	    
}

.pdf 
{
	background:url(images/ikon_pdf.gif) no-repeat top left;
}

.extentsion
{    
    background:url(/templates/public/styles/images/ArrowLink.gif) no-repeat top left;
	padding-left: 20px;
	padding-top: 0px;
	line-height:14px;
	display:block;
	margin-left:20px !important;
	margin-bottom:10px;
	float:left;    
}
* html .extentsion
{    
	padding-left: 14px;
	margin-left: 14px !important;
}


a:link {
		color:#005195;
		text-decoration: none;
	}
	
	a:visited {
		color: #747474;
		text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	a:active {
		color:#005195;
	}
/*--------SearchArea and ResultArea--------------*/

#SearchArea label {margin-top:5px; margin-bottom:4px; line-height:normal; display:block;}

#ResultArea p {font-size:11px; line-height:14px; font-weight:normal;}

#ResultArea h2 {margin-top:15px;}

#SearchArea input, #SearchArea textarea, #SearchArea .EmailFormTextbox {float:left; clear:both;}

#SearchArea {margin-top:20px;}

#SearchArea .button, #SearchArea .searchText {float:left; display:inline; clear:none;}

#SearchArea .button {margin-left:5px;}

#AdvancedArea input, #AdvancedArea label {display:block; height:20px;   }

#AdvancedArea label {line-height:17px; height:20px;   }

#ResultArea li 
{
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
}

#ResultArea li a
{
	font-weight:bold;
}

.dateTime {color:#666666; font-size:11px; font-weight:bold;}
/*--------Formstyle--------------*/

td label
{
	display:block;
	margin-top: 6px;	
}

 td fieldset label
{
	display:inline;
	padding-top:10px;
	margin-top:5px;
	padding-right:10px;
}

 td fieldset
{
	border-bottom:1px solid #7f9db9;
	padding-bottom:10px;
	margin-bottom:5px;
	margin-top:10px;
}

td fieldset	legend
{
	color:Black;
	padding-left:0px !important;
	margin: 0 0 5px 0;
}


#MainBody UL, #MainBody OL
{
	margin: 1em;
	padding-left: 1em;
}

#MainBody UL LI, #MainBody OL LI
{
	list-style-type:disc;
	line-height: 1.7em;
}
