/* start border */
    div.listbox
    {
        padding: 0 .5em 1em 0;
    }
    div.calendarlistbox
    {
        padding:0;
    }
   
    div.uedge 
    {
      background-color: #ffffff;
      background-image: url(../themeimages/borderitems/border_top.gif);
      background-position: top left;
      background-repeat: repeat-x; 
    }
   
    div.ledge {
      background-image: url(../themeimages/borderitems/border_left.gif);
      background-position: top left;      
      background-repeat: repeat-y;      
    }    
    
    div.redge {
      background-image: url(../themeimages/borderitems/border_right.gif);
      background-position: top right;   
      background-repeat: repeat-y;
    }
    div.bedge {
      background-image: url(../themeimages/borderitems/border_bottom.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.tedge {
      background-image: url(../themeimages/borderitems/border_top.gif);
      background-position: top left;
      background-repeat: repeat-x;      
    }    
    div.ulcorner {
      background-image: url(../themeimages/borderitems/border_top_left.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(../themeimages/borderitems/border_top_right.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.blcorner {
      background-image: url(../themeimages/borderitems/border_bottom_left.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.brcorner {
      background-image: url(../themeimages/borderitems/border_bottom_right.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 7px 7px 7px 7px;
      /*padding: 7px 7px 30px 7px;*/
    }
    div.calendarbrcorner {
      background-image: url(../themeimages/borderitems/border_bottom_right.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 7px 7px 7px 7px;
    }    
    div.calendarpadding
    {
        padding-left: 3px;
    }
    div.innercontent 
    {
		position:relative;
		width: 100%;
		overflow:hidden;
    }

/* end border */
/* start box */
div.boxshade
{
	position:absolute;
	top:50px;
	height:1.8em;
	padding-top:.5em;
	padding-left:3px;
	font-size:1.3em;
	width:18em;
	font-weight:900;
}
    div.boxuedge {
      width: 100%;
      background-color: #e3e3e3;
      background-image: url(../themeimages/boxitems/box_top.gif);
      background-position: top left;
      background-repeat: repeat-x; 
    }
    div.boxledge {
      background-image: url(../themeimages/boxitems/box_left.gif);
      background-position: top left;      
      background-repeat: repeat-y;      
    }    
    
    div.boxredge {
      background-image: url(../themeimages/boxitems/box_right.gif);
      background-position: top right;   
      background-repeat: repeat-y;
    }
    div.boxbedge {
      background-image: url(../themeimages/boxitems/box_bottom.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.boxtedge {
      background-image: url(../themeimages/boxitems/box_top.gif);
      background-position: top left;
      background-repeat: repeat-x;      
    }    
    div.boxulcorner {
      background-image: url(../themeimages/boxitems/box_top_left.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.boxurcorner {
      background-image: url(../themeimages/boxitems/box_top_right.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.boxblcorner {
      background-image: url(../themeimages/boxitems/box_bottom_left.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.boxbrcorner {
      background-image: url(../themeimages/boxitems/box_bottom_right.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 3px 5px 3px 5px;
    }
    div.boxinnercontent {
      /*width: 16em;*/
      min-width: 100%!important;
      padding: 0;
      position:relative;
    }
    div.redclass, div.redclass a
    {
        color: #613802;
    }
    
    div.greenclass, div.greenclass a
    {
        color: #4e661f;
    }
    div.blueclass, div blueclass a
    {
		color:#17479e;
    }   
    div.fixedboxheight
    {
		min-height:15.1em;
		height:15.1em;
    }
/* end box *//*start list-classes*/
.boxlist
{
    padding-top: 4px;
    height: 12em;
    margin: 0 0 0 2px;
    padding: 0;
    list-style: none;
}
    .boxlist li 
    {
        width: 98%;  
    }
    
        .boxlist li a 
        {
            padding: 3px 0 3px 16px;
            display: block;
            background-repeat: no-repeat;
            background-position: center left;
        }
        
        .redclass,
        .boxlist.redclass a 
        {
            color: #613802;
        } 
        
        .boxlist.redclass a 
        {
            background-image: url("../themeimages/icons/arrow_red.gif");
        }
        
        .greenclass,
        .boxlist.greenclass a 
        {
            color: #4e661f;
        } 
        
        .boxlist.greenclass a 
        {
            background-image: url(../themeimages/icons/shortcut_bullet.gif);
            background-position: 0 2px;
            padding-left: 18px;
        }


div.leftlisttext
{
    height: auto;   
    padding-top: .6em;
    width: 90%;     
}
ul.leftmenu
{
    padding:10px 0 20px 2px;
    margin:0 0 0 2px; 
}
ul.leftmenu li.leftlistactive

{
    list-style-image: url(../themeimages/icons/arrow_menu.gif);
    padding: 10px 0 5px 0;
   
}
/*ul.leftmenu
{
    padding:10px 0 20px 2px;
    margin:0 0 0 2px; 
}
ul.leftmenu li.leftlistactive

{
    list-style-image: url(../themeimages/icons/arrow_menu.gif);
    padding: 10px 0 5px 0;
   
}*/
div.leftlistactiveimage
{
    padding-top: .4em;
    position: relative;
    left: -17px; 
    width: 17px;  
}
div.leftlisttext
{
    height: auto;   
    padding-top: .6em;
    width: 90%;     
}
div.leftlistactivetext
{
    position: relative;
    left: -17px; 
    height: auto;
    width: 90%;   
    padding-top: .6em;
}
div.breadcrubs
{
    margin-top: -4px;    
    padding-bottom: .6em;
}
.leftmenu.front
{
    height: 509px;
    background-image: url(../themeimages/menuitems/menu_left.gif);
    list-style: none;
    margin: 0;
    padding: 0;
}

    .leftmenu.front li 
    {
        height: 43px;
        width: 98%;
        float: left;
    }
    
        .leftmenu.front li a 
        {
            display: block;
        }
        
        
            .leftmenu.front li img 
            {
                padding: 3px 0 0 1.2em;
                height: 41px;
                max-height: 41px;
                overflow: hidden;
                float: left;
            }
            
            .leftmenu.front li span 
            {
                display: block;
                float: left;
                padding: 8px 0 0;
            }
            
                .leftmenu.front li span span 
                {
                    float: none;
                    color: #000;
                    padding: 0;
                }
                
                .leftmenu.front li .title 
                {
                    font-size: 1.3em;
                    font-weight: bold;
                } 
                
                .leftmenu.front li a:hover .title 
                {
                    text-decoration: underline;
                }
            
div.leftmenulastitem
{
    padding-top: .8em;  
}
div.leftmenuitem div
{
    padding-top: 3px;
}
div.leftmenutext
{

    margin-top: 5px;
}
ul.leftmenu li.listitem

{
    padding: 1em 0 1em 0;
    /*list-style-type: none;    
    padding: 10px 0 5px 0;   */
}
/*end list-classes*/
/*start newslist startpage*/
.NewsListingItem
{	
    
	
}
.datelistingtext
{
	color: #5c5b5b; 
}
#newslistdivstartpage
{
	width: 99%;
    border: none;
	position: relative;
	/*padding: 2.1em 0.5em 0.5em 1.5em;*/
	top: 0.2em;
	margin-bottom: 0.1em;
	z-index: 1;
	padding-bottom: .2em;
}

    #newslistdivstartpage ul 
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #newslistdivstartpage ul li 
        {
            width: 49%;
            float: left;
            padding-bottom: 0.2em;
        }
        
            #newslistdivstartpage ul h2 
            {
                float: left;
                font-size: 1.1em;
                margin: 0 5px 0 0;
            }
            
        #newslistdivstartpage ul li.full 
        {
            width: 98%;
        }

div.newslistheaderstartpage
{
	background-color:#ffffff;
	color: #575757;	
	font-size: 1.4em;
	
	height: 1.5em;

}
/*end newslist startpage*/
/*start calendar*/
td.calendarday
{
    border: solid 1px #a4b182;
}

th.dayheader
{
    border:  solid 1px #a4b182;
    background-color:  #e3e8d8;
    text-align: center;
}
.monthselector
{
    background-color: #e3e8d8;

}
.stdatecellactive
{
    background-color: #97c183;
}
/*end calendar*/
/*start topmenu*/
div#topmenucontrol
{

}
div#topmenucontrol a
{
    font-weight: bold;
    color: White;
}
div#topmenucontrol a:hover
{
    text-decoration: underline;
}
/*end topmenu*/
/*start leftmenu*/
div#leftmenudivpage
{
    width: 22%;
    float: left;
    background-color: #ececeb;
    margin-right: 3%;
    border-left: solid 12px #83B619;
}

    div#leftmenudivpage h2 
    {
        font-size: 1.3em;
        margin: 5px;
    }

    div#leftmenudivpage ul 
    {
        list-style: none;
        margin: 0;
        padding: 0 0 0 5px;
        font-size: 1.1em;
    }
        
        div#leftmenudivpage ul li 
        {
            width: 98%;
        }
    
        div#leftmenudivpage ul li a 
        {
            width: 90%;
            position: relative;
            padding: .3em 0;
            display: block;
        }
        
        div#leftmenudivpage ul li.active a 
        {
            font-weight: bold;
            color: #000;
            background: url("/App_Themes/lier/themeimages/icons/arrow_menu.gif") no-repeat ;
            padding-left: 17px;
            margin-left: -17px;
        } 
       

div#leftmenudivcontentpage
{
    
    height: 100%;
    
}

.contactinfofrontpage
{
    position: relative;
    top: 10px;
    padding-left: 1.2em;
    line-height: 1.2em;
}
div#moreservices
{
    padding-top: 1.2em;
}
/*end leftmenu*/
/*start paging*/
.PagingContainer
{
    float: left;
    width: 100%;
}
/*start paging*/
div.readmore
{
    padding-top: .4em;
    font-size: 1.1em;
    padding-bottom: .4em;
}

.arrow.arkiv 
{
    background: url("/images/pil_arkiv.gif") no-repeat 0 55%;
    padding-left: 10px;
}

#font-size .toggle 
{
    cursor: pointer;
    display: block;
}
.fontsize-howto 
{
	position: absolute;
	background: white;
	font-size: 1.8em;
	width: 892px;
	padding: 20px;
	right: 0;
	top: 19px;
	z-index: 101;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.2); /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2); /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px rgba(0,0,0,.2); /* Opera 10.5, IE9, Chrome 10+ */
    display: none;
    line-height: 1.4;
}
    .fontsize-howto p.t 
    {
        font-size: 1.2em;
        font-weight: bold;
        color: #666;
    }
    #font-size dl 
    {
        font-size: .9em;
    }
	.fontsize-howto p,
	.fontsize-howto dd 
	{
	    margin-bottom: 15px;
	    
	}
	.fontsize-howto dt 
	{
	    font-weight: bold;
	}
	.fontsize-howto span.close 
	{
		float: right;
		cursor:pointer;
	}
			
	.fontsize-howto strong 
	{
		font-family: monospace, sans-serif; 
	}
	
	#font-size kbd 
	{
	    border: 0.2em solid; border-color: #ddd #bbb #bbb #ddd; background: #EEEEEE; padding: 0 0.4em; font-size: 0.85em; white-space: nowrap; font-family: inherit;
	}
	.minimal 
	{
	    float: right;
	}
	.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px; }
  .minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    -ms-box-shadow: inset 0 0 1px 1px #eaeaea;
    -o-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }
  .minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -ms-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -o-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }
    
#sitehead 
{
    margin: 0;
}

.heading1 
{
    margin: 0 0 5px;
}
