body
{
	background: #ffffff;
}

.clear
{
    clear: both;
}

.hidden
{
	display: none;
}

/* Startpage */


/* Topbar */

#topbar
{
    height: 40px;
    background-image: url('newimages/topbarbackground.png');
         
}

#topbarcontent
{
    width: 85%;
    max-width: 100em;
    height: 40px;
    margin: auto;
    position: relative;
}

#topbarleftcontent
{
    float: left;    
}

    .weatherimage
    {
        float: left;
        margin: 5px 0 0 0;
    }
    
#topbarrightcontent
{
    float: right;
}

    .topmenu
    {
        list-style: none;
        padding: 0;
        float: left;
        height: 40px;
        margin: 0 -12px 0 0;
        overflow: hidden;
    }
    
        .topmenu li
        {
            float: left;
            border-left: 1px solid #000000;
        }
        
        .topmenu li a
        {
            float: left;
            padding: 12px;
            border-left: 1px solid #414141;
        }
        
        .topmenu li a:focus
        {
            text-decoration: underline;
        }
        
/* Header */            

#header
{
    height: 230px;
    background-image: url('newimages/headerbackground.jpg');
    background-repeat: repeat-x;
    border-bottom: 4px solid #f78f1e;    
}

#headercontent
{
    /* width: 95%; */
    width: 85%;
    max-width: 100em;
    height: 230px;
    margin: auto;    
}

#headertopcontent
{
    height: 130px;
}

#logo
{
    height: 90px;
    float: left;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 100;
}

#headerlisting
{
    height: 130px;
    float: right;    
}
    
    .headerlistitem
    {
        background-color: #0073a4;
        height: 35px;
        overflow: hidden;
    }
    
        .headerlistitem a
        {
            padding: 0 10px;
            float: left;
            height: 35px;
            line-height: 35px;
            text-transform: uppercase;
        }
        
        .headerlistitem a:focus
        {
            text-decoration: underline;
        }
        
       .headerlistitem img
       {
           float: left;
           margin-top: 12px;
       }
    
    .headerlisting
    {
        margin: 50px 0 0 0;
        list-style: none;
    }
       
       .headerlisting li
       {
           float: left;
       }
        
#mainmenu
{
    height: 100px;
    width: 70%;
    float: left;   
}

.mainmenuitem
{
    width: 23%;
    float: left;
    margin: 0 3px 0 0;
}

.mainmenuitem a
{
	height: 95px;
	border: 1px solid #007bae;
    /* background-color: #45c4fd; */
    background-image: url('newimages/mainmenubackground.png');
    display: block;
}

.mainmenuitem a:hover,
.mainmenuitem a:focus,
.mainmenuitem.selected a
{
	height: 103px;
    background-image: none;
    background-color: #ffffff;
    border-bottom: none;
}

.topmenutext
{
    display: block;   
    margin: 10px 8% 0 8%;
    border-bottom: 1px solid #00aeef;
    padding: 0 0 10px 0;   
    
}

.topmenusubtext
{    
    display: block;   
    margin: 10px 8% 0 8%;
}

#search
{
    height: 100px;
    width: 30%;
    float: left;
    background-color: #5bd0fc;
    position: relative;
    z-index: 1;
}

#searchelements
{
    margin: 35px; 
    overflow: hidden;
}

    .quicksearchinput
    {
        width: 100%;
        float: left;
        height: 39px;
        margin-right: -53px;
        background-image: url('newimages/searchbackground.png');        
        background-repeat: no-repeat;
        background-attachment: scroll;        
        border: 0;        
        line-height: 37px;
        outline: none;
        padding: 0 0 0 15px;
        color: #7d7d7d;  
        
    }
    
    .searchbutton
    {
        float: left;
        height: 39px;
        width: 38px;
        background-image: url('newimages/searchbutton.png');        
        background-repeat: no-repeat;
        border: 0;
        padding: 0;
        border-style: none;
        position: relative !important;
        z-index: 100;
        
        
    }
    
    .lighthouse
    {
        width: 150px;
        height: 156px;
        background-image: url('newimages/lighthouse.png');        
        float: left;        
        position: absolute;
        right: -70px;
        top: -32px;
        display: inline;
        z-index: 50;        
    }
    
 #main
 {
     width: 100%;
     overflow: hidden;
     background: #ffffff;
 }
 
#maincontent
{
    width: 85%;
    max-width: 100em;      
    margin: auto;  
    position: relative;
}

.maincontent-wrapper
{
	float: left;
	width: 100%;
}
    
#maincontentleft
{
    
    width: 70%;
    float: left;
}

#iframewide
{
    width: 100%;
    float: left;
}

#maincontentmainpuff
{
    width: 93%;
    margin: 50px 0 0 0;
}

#maincontentmainpuffheader
{
    height: 50px;
    background-color: #f78f1e;
    
}

#maincontentmainpuffbody
{
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-top: 0;
    overflow: hidden;
}

#maincontentimage
{
    width: 39%;
    float: left;
    padding: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

#maincontenttext
{    
    padding: 25px 0 0 0;
    width: 60%;
    float: right;    
    position: relative;
}

#maincontenttext .desc
{
	display: none;
}

#maincontenttext .desc.item_0
{
	display: block;
}

.delimiter
{
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px auto;
}

#maincontentlist
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 60%;
}

    #maincontentlist li
    {
        border: 1px solid #cccccc;
        min-height: 60px;
        background: #f5f5f5 url('newimages/maincontentbackgroundgrey.png') repeat-x;
        margin: 5px 0 0 0;
        color: #3f3f3f;
        cursor: pointer;
        overflow: hidden;
    }
    
    #maincontentlist li:hover,
    #maincontentlist li.slider-active
    {
        background: #fef1e3 url('newimages/maincontentbackgroundorange.png') repeat-x;
        color: #ee810b;
        border-width: 2px;     
        min-height: 58px;
        border-color: #f78f1e;
    }
    
    #maincontentlist .content
    {
        background-image: url('newimages/arrowleft.png');
        background-repeat: no-repeat;
        background-position: 10px 20px;
        float: left;
        min-height: 40px;
        padding: 10px 0 10px 45px;
        width: 100%;
    }
    
    #maincontentlist li:hover .content,
    #maincontentlist li.slider-active .content
    {
        min-height: 38px;
        padding: 9px 0 11px 44px;
        background-position: 9px 19px;
    }
    
    .content p.maincontentheadline
    {
        margin: 0;
    }
    
/* General form */

.contentform
{
	float: left;
	clear: both;
	width: 100%;
}
    
    .contentform fieldset.nonvisiblefieldset,
    .contentform td fieldset
    {
    	border: 0;
    	padding: 0;
    	margin: 0 0 15px 0;
    	clear: both;
    }
    
		.contentform fieldset.nonvisiblefieldset legend,
		.contentform h2
		{
    		font-size: 1em;
    		font-weight: bold;
    		margin-top: 0;
    		margin-bottom: 10px !important;
    		float: left;
    		width: 100%;
    		padding: 0;
    		color: #4D4D4D;
		}
		
		.contentform fieldset.nonvisiblefieldset legend.nonvisiblelegend
		.contentform td fieldset legend
		{
			display: none;
		}
		
		.contentform h2
		{
			margin-top: 20px !important;
		}
		
		.contentform .field
		{
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}
		
		.contentform .xForm td
		{
			padding: 0 10px 5px 0;
		}
		
		.contentform .field.nomargin
		{
			margin-bottom: 0;
		}
		
			.contentform .field .input
			{
				float: left;
				max-width: 212px;
				width: 100%;
				padding-right: 10px;
			}
			
			.contentform .field .input.no-padding
			{
				max-width: 222px;
				padding: 0;
			}
			
			.contentform .field input.time
			{
				margin: 0 5px !important;
				width: 40px !important;
			}
	
			.contentform .field td
			{
				padding: 0;
			}
			
			.contentform .field .long.input
			{
				max-width: 442px;
			}
			
			.contentform .field .long.input.textarea
			{
				max-width: 432px;
			}
		
			.contentform .field .label,
			.contentform .xForm span
			{
				float: left;
				width: 210px;
    			padding: 1px 10px 0 0;
    			display: inline-block;
			}
			
			.contentform .xForm span
			{
				width: 100%;
				margin-bottom: -5px;
				padding-right: 0;
			}
			
			.contentform .field .inline.label
			{
				width: auto;
				float: none;
    			padding: 0;
    			margin-left: 18px;
    			display: block;
			}
			
			.contentform .required
			{
				color: Red;
			}
			
			.contentform .field .input .required
			{
				float: left;
				padding: 8px 5px 0 5px;
			}
			
			.contentform .field .errormessage
			{
				color: Red;
				float: left;
				padding: 3px 0 0 0;
				line-height: 1.4em;
			}
			
			.contentform .field .inline.label .errormessage
			{
				padding: 0;
			}
			
			.contentform .field input[type=text],
			.contentform .field select,
			.contentform .field textarea,
			.contentform .xForm input[type=text],
			.contentform .xForm select,
			.contentform .xForm textarea
			{
				float: left;
				border: 1px solid #cccccc;
				width: 100%;
				padding: 5px;
			}
			
			.contentform .field .editor select
			{
				width: auto;
				max-width: 150px;
				margin-right: 5px;
				margin-bottom: 5px;
			}
			
			.contentform .field .editor textarea
			{
				font-size: 1.4em;
			}
			
			.contentform .field .editor iframe
			{
				border: 1px solid #ccc;
				float: left;
			}
			
			.contentform .editor img
			{
			    max-width: 50px !important;
			}
			
			.contentform .field select,
			.contentform .xForm select
			{
				padding: 4px 5px;
			}
			
			.contentform .field textarea,
			.contentform .xForm textarea
			{
				min-height: 50px;
			}
			
			.contentform .field input[type=checkbox],
			.contentform .field input[type=radio],
			.contentform .xForm input[type=checkbox],
			.contentform .xForm input[type=radio]
			{
    			float: left;
    			height: 13px;
    			width: 13px;
    			margin-right: 5px;
    			margin-top: 5px;
			}
			
			.contentform .field .long.input.textarea textarea
			{
				height: 200px;
			}
			
			.contentform .field input.date
			{
				max-width: 80px;
			}
			
			.contentform p
			{
    			margin: 0 0 20px 0;
    			float: left;
    			width: 100%;
			}
			
			.contentform p.required
			{
    			margin: 0 !important;
			}
			
			.navigationwarnings table img
			{
			    max-width: 50px !important;
			}
			
			.navigationwarnings .NavWarnContainer
			{
			    border-top: dotted 1px #555555;
			}
			
			.navigationwarnings .NavWarnContainer span
			{
				font-family:Verdana !important;
				font-size: 12pt !important;
				color:Black !important;
			}
			
			.navigationwarnings .NavWarnContainer > span
			{
				font-size: 14pt !important;
				font-weight:bold;
			}
			
			.navigationwarnings .NavWarnContainer p
			{
				font-family:Verdana !important;
				font-size: 12pt !important;
				color: Black !important;
			}
			.navigationwarnings .NavWarnList label
			{
			    padding: 0 5px 0 5px;
			}
    
.boxshadowbottom
{
    width: 93%;
    height: 3px;
}

.boxshadowbottom.full
{
    width: 100%;
}

    .boxshadowbottom .boxshadowbottomleft
    {
        float: left;
        height: 3px;
        width: 50px;
        background-image: url('newimages/bottomshadowleft.png');
    }
    
    .boxshadowbottom .boxshadowbottomright
    {
        float: right;
        height: 3px;
        width: 50px;
        background-image: url('newimages/bottomshadowright.png');
    }

.newsdelimiter
{
    width: 93%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 0 0;
}

#news
{
    width: 93%;
    float: left;
    padding: 22px 0 20px 0;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #e5e5e5;
}

.bignews
{
    width: 45%;
    float: left;
}    

.bignewsfirst
{
    border-right: 1px dotted #e5e5e5;
    padding: 0 5% 0 0; 
    margin-right: -1px;
}

.bignewssecond
{
    padding: 0 0 0 5%;
    margin-left: -1px;
}

#subnews
{
    width: 94%;
    clear: both;
}

.smallnews
{
    width: 33%;
    float: left;
    padding: 0 0 0 0;
}

.smallnews .newsheadlinepuff
{
    font-size: 1.4em;
    margin-right: 10px;
}

.smallnews .newssummary
{
    margin: 5px 10px 0 0;
}

.subnewslinks
{
	clear: both;
	padding: 40px 0 60px 0;
	margin: 0;
	float: left;
	width: 100%;
}

#pagecontent .subnewslinks
{
	font-size:12px;
	line-height:1.4;
}

.morenewslink
{
    float: left;
    display: block;
    background-image: url('newimages/arrowright.png');
    background-repeat: no-repeat;
    padding: 3px 0 5px 30px;
    
}

.prenumerate
{
    float: right;
    display: block;
    background-image: url('newimages/rssicon.png');
    background-repeat: no-repeat;
    padding: 3px 0 5px 30px;
}

#maincontentrightbg
{
    width: 30%;
    float: left;
    margin-right: -1px;
    background-color: #f3f3f3;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#maincontentright
{
    width: 30%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    background-color: #f3f3f3;
}

.maincontentrightpuff
{
    width: 80%;
    margin: 50px auto 0 auto;
    
}

.maincontentrightpuff.imagepuffs img
{
    display: block;
    margin: 10px 0 10px 0;
    width: 100%;
}


.maincontentrightpuffcontent
{
    border: 1px solid #D4D4D4;
    border-top: none;
    padding: 10px 10px 10px 10px;
    background: #fff;
    font-size: 1.2em;
    color: #3F3F3F;
    overflow: hidden;
}

    .eserviceselector select
    {
        width: 80%;
    }   
        
 
.puffshadowbottom
{
    width: 80%;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .puffshadowbottom .boxshadowbottomleft
    {
        float: left;
        height: 3px;
        width: 50px;
        background-image: url('newimages/bottomshadowleft.png');
    }
    
    .puffshadowbottom .boxshadowbottomright
    {
        float: right;
        height: 3px;
        width: 50px;
        background-image: url('newimages/bottomshadowright.png');
    }

    
#footer
{
    
    border-top: 5px solid #cae7f4;
    width: 100%;
    padding-bottom: 50px;
    float: left;
    /* background-color: #d8eef8; */
    background-image: url('newimages/backgroundlower.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

#footercontent,
#footerbottom
{
    width: 85%;
    max-width: 100em;    
    margin: auto; 
}

#footerbottom
{
    margin-top: 30px;
}

.footerlist
{
    margin: 0 0 0 -1%;
    overflow: hidden;
}

.footerlisting
{
    width: 15.66%;
    float: left;
    margin: 0 0 0 1%;
}

#footercontent ul,
#footerbottom ul
{
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;   
}

#footercontent ul li,
#footerbottom ul li
{
    border-bottom: 1px dotted #72caef;
    padding: 5px 0 5px 0;
}

#footercontent ul li:last-child,
#footerbottom ul li:last-child
{
    border-bottom: 0;
}

#footerbottom p
{
    margin: 0;
    font-size: 1.2em;
    color: #646464;
}

#footerbottom .contactus p.footerlistingtext
{
    font-size: 1.6em;
    padding-left: 30px;
    height: 25px;
    background: url('newimages/phone.png') no-repeat 0 2px;
}

#footerbottom .email p.footerlistingtext
{
    padding-left: 35px;
    height: 30px;
    padding-top: 2px;
    background: url('newimages/email.png') no-repeat 0 0;
}

#footerbottom img
{
    margin: 3px 3px 0 0;
    float: left;
}

#footerbottom .footerlistingheader img
{
    margin: 10px 0 0 0;
}

#footerbottom .copyright p
{
    margin-top: 40px;
    text-align: center;
    font-size: 1em;
    float: left;
    clear: both;
    width: 100%;
}

/***********************************
 ----Substart Page--------
************************************/

.substartimage
{
    display: block;
    width: 100%;
}

#substartmenuarea
{
}

.substartlinklist
{
    list-style: none;
    margin: 0;
    padding: 6px 0 0 1px;
    visibility: hidden;
    float: left;
    width: 100%;
    position: absolute;
    float: left;
    width: 100%;
}

    .substartlinklist li
    {
        float: left;
        position: relative;
    }
    
    .substartlinklist .substartlinkitem
    {
        width: 28%;
    }
    
    .substartlinklist li a
    {
        padding: 10px;
        display: block;
        border: 1px solid #D4D4D4;
        margin-top: -1px;
        margin-left: -1px;
        position: relative;
        overflow: hidden;
    }
    
    .substartlinklist li a:hover,
    .substartlinklist li a.slider-active
    {
        background-color: #fef1e3;
        border: 2px solid #f78f1e;
        padding: 9px;
        position: relative;
        z-index: 100;
    }
    
    .substartlinklist .back
    {
        width: 8%;
        text-align: center;
    }
    
        .substartlinklist .back a
        {
            padding: 10px 0;
        }

    .substartlinklist .forward
    {
        width: 8%;
        text-align: center;
    }
    
        .substartlinklist .forward a
        {
            padding: 10px 0;
        }
    
            .substartlinklist .back img,
            .substartlinklist .forward img
            {
                display: inline-block;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -11px;
                margin-left: -11px;
            }
            
    .substartlinklist .substartlinkheader
    {
        display: block;
    }
    
    .substartlinklist .substartlinkbody
    {
        display: block;
    }
    
    .longertooltiphide
    {
        display: none;
    }
    
    .slider-slide-tooltip .longertooltiphide
    {
        display: block !important;
        color: White;
    }
    
    .slider-slide-tooltip .substartlinkbody
    {
        display: none !important;
    }
    
  
.slider-background
{
    width: 100%;
    position: absolute;
}
  
.slider-wrapper
{
    overflow: hidden;
    position: relative;
}

	.slider-pager
	{
		visibility: visible;
		position: relative;
	}

    .slider,
    .slider-start
    {
        height: 100%;
        position: relative;
    }
	    
		.slider img,
		.slider-start img
		{
			display: none;
		}
		
		.slider img.img_0,
		.slider-start img.img_0
		{
			display: block !important;
		}

        .slider-wrapper .slider-slide-tooltip
        {
            background: #000000;
            bottom: 10px;
            left: 10px;
            padding: 15px;
            position: absolute;
            right: 10px;
        }
			.substartlinklist .slider-pager .sliderarrow
			{
				display: none;
			}
			
            .slider-wrapper .slider-slide-tooltip .substartlinkheader
            {
                color: #F78F1E;
                font-size: 1.56em;
                margin-bottom: 5px;
                display: block;
            }
    
            .slider-wrapper .slider-slide-tooltip .substartlinkbody
            {
                color: #fff;
                display: block;
            }
            
    /* Scroll */
    .slider-wrapper.slider-scroll
    {
    }
    
        .slider-wrapper.slider-scroll .slider-slide
        {
            float: left;
            position: relative;
        }
        
    /* Fade */
    .slider-wrapper.slider-fade
    {
    }
    
        .slider-wrapper.slider-fade .slider-slide
        {
            visibility: hidden;
            position: absolute;
            height: 100%;
            width: 100%;
        }
        
            .slider-wrapper.slider-fade .slider-slide img
            {
                width: 100%;
                position: relative;
                display: block;
            }
            
            .slider-wrapper.slider-fade .slider-slide a
            {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 100;
            }
    
        .slider-wrapper.slider-fade .slider-slide.slider-active
        {
            display: block;
            visibility: visible;
            z-index: 100;
            position: relative;
        }
        
        .slider-wrapper.slider-fade .slider-slide.slider-changing
        {
            opacity: 0;
            filter: alpha(opacity=0);
            display: block;
            visibility: visible;
            position: absolute;
            z-index: 1000;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

.emergencybox
{
    background: #000000;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    right: 10px;
}
	
	.emergencybox .emergencyboxheader
    {
        color: #F78F1E;
        font-size: 1.56em;
        margin-bottom: 5px;
        display: block;
    }
    
    .emergencybox .emergencyboxbody
    {
        color: #fff;
        display: block;
    }
    
    .emergencybox .emergencyboxlink
    {
        color: #F78F1E;
        margin-bottom: 5px;
        display: block;
    }
        
.non-visual
{
    position: absolute;
    left: -9999px;
}
    
#maincontentnews.imagelist
{
    margin-left: -3%;
    margin-bottom: 30px;
    width: 96%;
}
    
#maincontentnews .puff
{
    margin: 3% 0 0 3%;
    width: 30.33%;
    float: left;    
    position: relative;
    padding-bottom: 41px;
}

    #maincontentnews .puff img
    {
        display: block;
        width: 100%;
        height: 170px;
    }
    
    #maincontentnews .puff a
    {
        border: 1px solid #D4D4D4;
        border-bottom: 0;
        display: block;
        line-height: 0;
        padding: 5px 5px 0 5px;
    }
    
    #maincontentnews .puff a.pufftext
    {
        min-height: 30px;        
        display: block;
        padding: 6px 10px 4px 35px;  
        line-height: 140%;
        background: #fff url('newimages/thinarrowright.png') no-repeat 15px 50%;
        border: 1px solid #D4D4D4;
        border-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
.imagevault .searchresult
{
	padding-top: 15px;
	margin-top: 5px;
	border-top: 1px dotted #ccc;
}

.imagevault .imagelist
{
	margin-left: -3%;
	margin-top: -1%;
	width: 103%;
}

.imagevault .imagelist .puff
{
    margin: 3% 0 0 3%;
    width: 30.33%;
    float: left;    
    position: relative;
}

    .imagevault .imagelist .puff img
    {
        display: block;
        width: 100%;
        max-height: 170px;
    }
    
    .imagevault .imagelist .puff a
    {
        border: 1px solid #D4D4D4;
        display: block;
        line-height: 0;
        padding: 5px;
    }
    
    
/***********************************
 ----Standard Page--------
************************************/

.breadcrumbs
{
    display: block;
    margin: 10px 0 -30px 0;
    line-height: 1.8em;
    
}

    .breadcrumbs .crumbs
    {
        color: #555555;
        
    }


#pageheader
{
    width: 93%;    
    position: relative;
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 25px 0;
}

#pageheader.wide,
#iframewide #pageheader,
#pagecontent.wide #pageheader
{
    width: 100%;
}

#pagecontent
{
    min-height: 10px;
    width: 64%;
    float: left;
    margin-bottom: 25px;
    padding: 0 6% 0 0;
}

#pagecontent img
{
    max-width: 100%;
}

#pagerightcontent
{       
    width: 23%;
    float: left;    
}

    #pagerightcontent .pagerightcontentbox
    {
        margin-bottom: 20px;
        clear: both;
    }

    #pagerightcontent ul
    {
        list-style: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    
        #pagerightcontent ul li
        {
            padding: 3px 0 3px 0;
        }

        #pagerightcontent ul.tools li.date
        {
            color: #8C8C8C;
            background: url("newimages/clock.png") no-repeat 0 50%;
            padding-left: 20px;
        }
        
        #pagerightcontent ul.tools li.print
        {
            background: url("newimages/print.png") no-repeat 0 50%;
            padding-left: 20px;
        }
         
        #pagerightcontent ul.tools li.listen
        {
            background: url("newimages/listen.png") no-repeat 0 50%;
            padding-left: 20px;
        }
        
        #pagerightcontent ul.tools li.contact
        {
            background: url("newimages/phonesmall.png") no-repeat 0 50%;
            padding-left: 20px;
            padding-bottom: 0;
        }
        
        #pagerightcontent ul.relatedlinks li
        {
            background: url("newimages/smallthinarrowright.png") no-repeat 0 8px;
            padding-left: 8px;
        }
                
        #pagerightcontent ul.relateddocuments li 
        {
            margin-bottom: 10px;
            word-wrap: break-word;
        }
        
        #pagerightcontent ul.relateddocuments li.pdf
        {
            background: url("newimages/pdf.png") no-repeat 0 50%;
            padding: 4px 0 4px 32px;
        }
        
        #pagerightcontent ul.relateddocuments li.word
        {
            background: url("newimages/word.png") no-repeat 6px 50%;
            padding: 4px 0 4px 32px;
        }
        
        #pagerightcontent ul.relateddocuments li.jpg
        {
            background: url("newimages/jpeg.png") no-repeat 4px 50%;
            padding: 4px 0 4px 32px;
        }
        
        #pagerightcontent ul.relateddocuments li.png
        {
            background: url("newimages/png.png") no-repeat 4px 50%;
            padding: 4px 0 4px 32px;
        }
        
        #pagerightcontent ul.relateddocuments li.excel
        {
            background: url("newimages/excel.png") no-repeat 4px 50%;
            padding: 4px 0 4px 32px;
        }
        
        #pagerightcontent ul.relateddocuments li.standard
        {
            background: url("newimages/standard.png") no-repeat 4px 50%;
            padding: 4px 0 4px 32px;
        }
        
        
        #pagerightcontent .contactinformation
        {
            color: #8C8C8C;
        }
        
        #pagerightcontent .contactinformation img
        {
            float: left;
            margin-right: 8px;
            margin-bottom: 8px;            
            max-width: 70px;
        }
        
        #pagerightcontent .contactinformation p
        {
            display: block;
            width: 100%;
        }
        
        #pagerightcontent .newslisting .item
        {
            padding-bottom: 10px;
        }
        
        #pagerightcontent .newslisting .item h2
        {
            color: #13a8e7;
            font-family: Arial;
            font-size: 1.1em;
            line-height: 140%;
            font-weight: bold;
            margin: 0 0 0 0;
        }
        
        #pagerightcontent .newslisting .item p
        {
            color: #8C8C8C;
            margin: 0;
            font-family: Arial;
            font-size: 1.05em;
            line-height: 140%;
        }
        
 #submenuarea
 {
     margin: 50px auto 0 auto;
 }
 
 #submenuarea h2
{
    background-image: url('newimages/submenuhack.png');
    background-repeat: no-repeat;   
    padding: 0 0 0 30px;
    margin: 1em 0;
    margin-left: -1px;
}
      
 #submenu-wrapper
 {
     overflow: hidden;
 }
            
 #submenu
 {
     width: 80%;     
     list-style-type: none;
     margin: 0;
     padding: 0;
     margin: -1px auto;
 }
 
    #submenu ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #submenu ul.l2 a
    {
        padding-left: 20px;
    }
    
    #submenu ul.l3 a
    {
        padding-left: 40px;
    }
    
    #submenu ul.l4 a
    {
        padding-left: 60px;
    }
 
    #submenu li
    {
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #ffffff;
    }
    
    #submenu ul.l2 li
    {
        border-top: 1px solid #e0e0e0;
        border-bottom: 0;
    }
    
    #submenu a .arrow
    {
        background: url("newimages/navbarclosed.png") no-repeat scroll 0 0 transparent;
        height: 1px;
        overflow: hidden;
        margin-right: 5px;
        float: left;
        margin-top: 3px;
        padding-top: 14px;
        width: 14px;
        position: absolute;
        left: 0;
        cursor: pointer;
    }
    
    #submenu ul.l2 a .arrow
    {
        position: relative;
        height: 14px;
        padding-top: 0;
        overflow: visible;
    }
    
    #submenu a:hover .arrow
    {
        background: url("newimages/navbaractiveclosed.png") no-repeat scroll 0 0 transparent;
    }
    
    #submenu .selected a .arrow
    {
        background: url("newimages/navbaractiveopen.png") no-repeat scroll 0 0 transparent;
    }
    
    #submenu .selected ul a .arrow,
    #submenu .selected ul a:hover .arrow
    {
        background: transparent;
        text-indent: 0;
        width: auto;
        text-indent: 0;
        margin: -1px 0 0 0;
        padding: 0 5px 0 0;
    }
    
    #submenu a.selected
    {
        color: #f78f1e;
        font-weight: bold;
    }

    #submenu a:hover
    {
        color: #f78f1e;
    }
    
    #submenu .selected a span
    {
        color: inherit;
    }
    
/* Wide Page */
    
#pagecontent.wide
{
    width: 93%;
}  

#iframewide #pagecontent.wide
{
    width: 100%;
}  

/* Listnings */

.listing
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;    
}

    .listing li
    {
        padding: 3px 0 3px 0;
    }
    
        .listing li a span
        {
            margin: 0 5px 0 0;
        }

.listing.blue li a span
{
    color: #0070bb;
}

#pagecontent .presslisting
{
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 25px;
}

#pagecontent .newslisting
{
	float: left;
	width: 45%;
	margin-left: 5%;
}

#pagecontent .presslisting h2,
#pagecontent .newslisting h2
{
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: normal;
}

#pagecontent .itemlisting .item 
{
	padding-top: 10px;
}

#pagecontent .itemlisting .item h2
{
	font-family: Arial;
	font-size: 0.9em;
	line-height: 140%;
	font-weight: bold;
}

#pagecontent .itemlisting .item p
{
	color: #606060;
	margin: 0;
	font-family: Arial;
	font-size: 0.9em;
	line-height: 140%;
}

#pagecontent #StandardListing
{
	overflow: hidden;
	position: relative;
}

#pagecontent #StandardListing td
{
	padding: 0;
}

#pagecontent #StandardListing td .item
{
	border-top: 1px dotted #ccc;
	margin-top: -1px;
	padding: 10px 0;
	position: relative;
}

#pagecontent #StandardListing .item
{
	border-top: 1px dotted #ccc;
	margin-top: -1px;
	padding: 10px 0;
	position: relative;
}

#pagecontent #StandardListing tr[align=right] td
{
	text-align: center;
	font-size: 1.2em;
	padding: 15px 0;
}

#pagecontent #StandardListing tr[align=right] td span,
#pagecontent #StandardListing tr[align=right] td a
{
	margin: 0 5px;
}

#pagecontent #StandardListing tr[align=right] td a
{
	font-weight: bold;
}

#pagecontent #PageUpdatedHolder,
#pagecontent .listingDate
{
	float: right;
	clear: both;
	font-size: 0.9em;
	color: #8C8C8C;
}

#pagecontent .moreInfoListing
{
	clear: both;
	width: 100%;
	float: left;
	margin-top: 25px;
}

	#pagecontent .arrow
	{
		float: left;
		width: 20px;
	}

	#pagecontent .link
	{
		padding-left: 20px;
	}

.stage2
{
    display: none;
}

.stage3
{
    display: none;
}

/* Site seeker */

.SearchPage.SearchContainer 
{
	background-color: #5BD0FC;
    margin: -26px 0 10px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.SearchPage.SearchContainer #SearchArea
{
	overflow: hidden;
	position: relative;
	margin: 35px;
}

.SearchPage.SearchContainer #SearchArea .SearchHeading
{
	display: none;
}

#SiteSeekerListing
{
	margin-bottom: 20px;
	clear: both;
}

.ess-searchbox 
{
	border: 0;
    color: #7D7D7D;
    height: 39px;
    padding: 0 0 0 15px;
    width: 100%;
    line-height: 37px;
}

.ess-searchbutton 
{
    background: url("newimages/searchbutton.png") no-repeat;
    border: 0;
    height: 39px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 38px;
    z-index: 100;
}

#SiteSeekerListing p 
{
    margin: 0 !important;
}

#SiteSeekerListing .ess-popularQueries 
{
    float: left;
    position: relative;
    top: 0;
    margin-top: 0;
}

#SiteSeekerListing .ess-searchResultHeaderHeading 
{
    color: #393939;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding-bottom: 1em;
}

#SiteSeekerListing .ess-searchResult 
{
    margin: 0;
    max-width: 100%;
    padding: 0;
    clear: both;
}

#SiteSeekerListing .ess-searchResult ol 
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: auto;
}

#SiteSeekerListing .ess-searchResult li 
{
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    width: 100%;
}

#SiteSeekerListing .ess-spellingSuggestion li, 
#SiteSeekerListing .ess-spellingSuggestion ul 
{
    float: none;
}

#SiteSeekerListing .ess-searchResult h3 
{
    padding: 0;
}

#SiteSeekerListing .ess-searchResult img 
{
    border: medium none;
    box-shadow: 0 0 0;
    display: block;
    margin: 0;
}

#SiteSeekerListing .ess-hitTitleHeader 
{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    width: auto;
}

#SiteSeekerListing .ess-hitTitleHeader, 
#SiteSeekerListing .imageRightPadding 
{
    clear: none;
    float: left;
    padding-right: 5px;
}

#SiteSeekerListing .pagination 
{
    clear: both;
    display: block;
    height: auto;
    width: 100%;
}

#SiteSeekerListing .pagination ul 
{
    display: block;
    float: none;
    height: auto;
    list-style: none outside none;
    margin: 0;
    padding: 15px 0 5px;
    text-align: center;
}

#SiteSeekerListing .pagination li 
{
    display: inline;
    font-size: 1.2em;
    margin: 5px;
    padding: 0;
}

#SiteSeekerListing .next 
{
    background: url("images/arrowright.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    text-decoration: none;
    width: 23px;
}

#SiteSeekerListing .prev 
{
    background: url("images/arrowleft.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    text-decoration: none;
    width: 23px;
}
#SiteSeekerListing .uneven 
{
    display: block;
    padding: 10px;
    background: #F3F3F3;
}

#SiteSeekerListing .even 
{
    display: block;
    padding: 10px;
}

#SiteSeekerListing a 
{
    font-weight: bold;
    color: #0372BC;
}

#SiteSeekerListing .dateTime, 
#SiteSeekerListing .breadcrumbs 
{
    color: #606060;
    margin: 0;
    font-size: 0.9em;
}

.searchadv
{
	float: left;
	width: 100%;
}

.freetextsearch
{
	margin-left: 5px;
}

.searchadv .contentform
{
	margin-bottom: 15px;
	float: none;
	width: auto;
	margin-left: -2%;
	overflow: hidden;
}

.imagevault .contentform 
{
	margin-bottom: 15px;
}

.imagevault .contentform .input table
{
	width: 100%;
}

.searchadv .contentform .field
{
	width: 31.25%;
	margin-left: 2%;
}

.searchadv .contentform .field.nomargin
{
	width: auto;
}

.searchadv .contentform .field.search
{
	width: 70%;
}

.searchadv .contentform .field.hits
{
	width: 25.5%;
}

	.searchadv .contentform .field .input
	{
		float: none;
		width: auto;
	}
	
.searchadv #StandardListing
{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

	.searchadv #StandardListing h2
	{
		font-size: 1.2em;
		margin-bottom: 5px;
	}

	.searchadv #StandardListing ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
	}

		.searchadv #StandardListing ul li
		{
			padding: 10px 0;
			border-top: 1px dotted #cccccc;
			margin-top: -1px;
		}
			
			.searchadv #StandardListing ul li p
			{
				margin: 0;
			}

.meta 
{
    margin-top: 20px;
    overflow: hidden;
}

.meta h3
{
	background: #F3F3F3;
    color: #393939;
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 30px;
    position: relative;
}

.meta ul
{
    padding: 0 30px;
    list-style-type: none;
    margin: -1px 0;
}

.meta ul li
{
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #FFFFFF;
}

.meta ul li a
{
	color: #626262;
    display: block;
    padding: 5px 0;
    position: relative;
    font-size: 1.2em;
}

.meta ul li a .no-hits
{
	position: absolute;
	right: 0;
}

.meta ul li a:hover
{
	color: #F78F1E;
}

.meta ul li.ess-active a
{
	color: #F78F1E;
	font-weight: bold;
}

.ess-facetsListHeader 
{
    display: none;
}

.ac_results
{
	border-radius: 0 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
	border: 1px solid #cccccc;
	margin-left: -1px !important;
}

.ac_results ul
{
	padding: 10px 0 !important;
}

.ac_results li
{
	padding: 5px 10px !important;
	font-size: 1.2em;
	color: #393939;
}

.ac_results span
{
	padding: 0 !important;
}

.ac_over
{
	text-decoration: none !important;
	background: #F3F3F3;
	cursor: pointer !important;
}

/* Card orders */

.showhideorders 
{
	display: block;
	clear: both;
}

/* Sitemap */

.page-head-right
{
	float: right;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.page-head-right .right
{
	float: right;
	margin-left: 10px;
}

#SiteMap
{
	overflow: hidden;
}

	#SiteMap ul
	{
		margin: -5px 0 0 0;
		padding: 0 0 20px 0;
		float: left;
		width: 100%;
		list-style-type: none;
	}

		#SiteMap ul li
		{
			float: left;
			width: 100%;
		}
		
			#SiteMap ul li a
			{
				background: #F3F3F3;
				float: left;
				width: 100%;
				padding: 5px 10px;
				font-weight: bold;
				font-size: 1.2em;
				margin: 5px 0;
			}

			#SiteMap ul li ul
			{
				margin: 0 0 0 20px;
				border-left: 1px solid #ccc;
				padding: 0;
			}
			
				#SiteMap ul li ul a
				{
					background: none;
					font-weight: normal;
					font-size: 1em;
					padding: 2px 10px;
					margin: 0 !important;
					background: url('newimages/sitemap-line.png') no-repeat left center;
				}
				
/* MRCC Log */

.MrccMessage
{
	clear: both;
	display: block;
	margin-top: 20px;
}

.MrccItems
{
	margin: 25px 0 0 0;
	width: 100%;
}

.MrccItems.details
{
	margin: 0;
}

.MrccItems .MrccItem
{
	width: 100%;
	padding: 10px 0;
	border-top: 1px dotted #cccccc;
}

.MrccItems .MrccItem:first-child
{
	padding-top: 25px;
}

.MrccItems.details .MrccItem:first-child
{
	padding-top: 0;
	border-top: 0;
}

.MrccItems .MrccItem h3
{
	margin: 0;
}

.MrccItems .MrccItem .date
{
	font-size: 0.9em;
	color: #A7A7A7;
	float: left;
}

.MrccItems .MrccItem .localization
{
	font-size: 0.9em;
	color: #A7A7A7;
	float: right;
}

.MrccItems .MrccItem .buttons
{
	float: right;
}

	.MrccItems .MrccItem .buttons input
	{
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.MrccItems .MrccItem .buttons input:first-child
	{
		margin-left: 10px;
	}

.MrccItems .MrccItem .preview a
{
	color: #393939;
}

/* News Archive print */

.newsarchiveprintpagebody
{
	background: #fff;
}

.newsarchiveprintpagebody .mainbody
{
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

.newsarchiveprintpagebody p
{
	margin: 0 0 10px 0;
}

.newsarchiveprintpagebody .newsarchiveprintpagecontainer 
{    
    margin: 20px;
    width: 40%;
}

.newsarchiveprintpagebody h1, 
.newsarchiveprintpagebody .heading1 
{
    color: #393939;
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.4em;
}

.newsarchiveprintpagebody hr 
{
    background: #D7D7D7;
    border: 0;
    color: #D7D7D7;
    height: 1px;
    margin: 10px 0;
    padding: 0;
}

.newsarchiveprintpagebody #PageHead .page-head-left 
{
    float: left;
    width: auto;
}

.newsarchiveprintpagebody #PageHead .right-padding 
{
    padding-right: 1em;
}

.newsarchiveprintpagebody #PageHead img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* Mobile Tabs */

.mobile-tabs
{
	float: left;
	width: 100%;
	position: relative;
	margin-top: -39px;
	z-index: 100;
	display: none;
	overflow: hidden;
}

	.mobile-tabs .mobile-tab
	{
		background: #0072a4;
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
		height: 35px;
		width: 100%;
		position: relative;
		z-index: 100;
		border-bottom: 4px solid #F78F1E;
	}
	
	.mobile-tabs .mobile-tab li.mobile-tab-item
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: left;
		border-right: 1px solid #0189c3;
	}
	
	.mobile-tabs .mobile-tab li.mobile-tab-item.right
	{
		float: right;
		border: 0;
		border-left: 1px solid #005d86;
	}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item .icon-menu
		{
			float: left;
			padding: 10px;
			width: 15px;
			height: 15px;
			border-right: 1px solid #005d86;
			text-indent:-99999px;
		}
		.mobile-tabs .mobile-tab li.mobile-tab-item a
		{
			
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item.right a
		{
			border: 0;
			border-left: 1px solid #0189c3;
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item.active
		{
			background-color: #005d86;
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item#mobileMenuTab .menu-picture
		{
			background-image: url('newimages/mobile-mainmenu.png');
			background-position: center center;
			background-repeat: no-repeat;
			display: inline-block;
			float: left;
			padding: 10px;
			width: 15px;
			height: 15px;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item#mobileMenuTab .menu-text
		{
			color:#ffffff;
			vertical-align:middle;
			height: 35px;
			font-size:1.2em;
			border-right: 1px solid #005d86;
			display:inline-block;
			line-height:35px;
			padding-right:10px;
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item#mobileSearchTab a
		{
			background-image: url('newimages/mobile-search.png');
			background-position: center center;
			background-repeat: no-repeat;
		}
		
		.mobile-tabs .mobile-tab li.mobile-tab-item#mobileShortcutTab a
		{
			background-image: url('newimages/mobile-shortcuts.png');
			background-position: center center;
			background-repeat: no-repeat;
		}
	
	.mobile-tabs .mobile-tab-panel
	{
		clear: both;
		font-size: 1.2em;
		background: #f3f3f3;
		padding: 0;
		position: relative;
		float: left;
		width: 100%;
		display: none;
		border-bottom: 1px solid #e0e0e0;
	}
	
	.mobile-tabs .top-mobile-search
	{
		clear: both;
		font-size: 1.2em;
		background: #f3f3f3;
		padding: 0;
		position: relative;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e0e0e0;
	}
	
		.mobile-tabs .mobile-search
		{
			position: relative;
			overflow: hidden;
			margin: 10px;
		}
		
		.mobile-tabs .mobile-search .quicksearchinput
		{
			background: #fff;
		}
	
		.mobile-tabs .mobile-menu-wrapper
		{
			overflow: hidden;
			position: relative;
			margin: 10px 0;
		}
		
			.mobile-tabs .mobile-menu
			{
				margin: -1px 0;
				padding: 0;
				list-style-type: none;
			}
			
				.mobile-tabs .mobile-menu ul
				{
					margin: 0;
					padding: 0;
					clear: both;
					display: none;
					list-style-type: none;
				}
				
				.mobile-tabs .mobile-menu li ul.expanded
				{
					display: block;
				}
				
					.mobile-tabs .mobile-menu li
					{
						border-bottom: 1px solid #e0e0e0;
						border-top: 1px solid #ffffff;
						clear: both;
					}

					.mobile-tabs .mobile-menu ul.l2 li
					{
						border-top: 1px solid #e0e0e0;
						border-bottom: 0;
					}
					
						.mobile-tabs .mobile-menu li a
						{
							color: #626262;
							display: block;
							/* padding: 5px 0 5px 28px; */
							padding: 8px 0 8px 28px;
							position: relative;
						}

						.mobile-tabs .mobile-menu li a.active,
						.mobile-tabs .mobile-menu li a.expanded
						{
							color: #f78f1e;
							font-weight: bold;
						}

						.mobile-tabs .mobile-menu li a:hover
						{
							color: #f78f1e;
						}
					    
						.mobile-tabs .mobile-menu li.expanded a span
						{
							color: inherit;
						}

						.mobile-tabs .mobile-menu ul.l2 li a
						{
							padding-left: 28px;
						}
					    
						.mobile-tabs .mobile-menu ul.l3 li a
						{
							padding-left: 50px;
						}
					    
						.mobile-tabs .mobile-menu ul.l4 li a
						{
							padding-left: 70px;
						}

							.mobile-tabs .mobile-menu li a .arrow
							{
								background: url("newimages/navbarclosed.png") no-repeat scroll center center transparent;
								height: 0;
								overflow: hidden;
								float: left;
								margin-top: -5px;
								margin-right: -2px;
								padding-top: 29px;
								width: 30px;
								position: absolute;
								left: 0;
								cursor: pointer;
							}
						    
							.mobile-tabs ul.l2 li a .arrow
							{
								position: relative;
								margin-left: -10px;
							}
			    
							.mobile-tabs .mobile-menu li a:hover .arrow
							{
								background: url("newimages/navbaractiveclosed.png") no-repeat scroll center center transparent;
							}
			    
							.mobile-tabs .mobile-menu li a.expanded .arrow
							{
								background: url("newimages/navbaractiveopen.png") no-repeat scroll center center transparent;
							}
							
table.mceLayout
{
	height:auto !important;
}

.mobile-tab li
{
    
    float: left;
    border-right: 1px solid #0189c3;
    
}

.mobile-tab .topmenulinklang
{
   
    height: 15px;
    display: block;
    padding: 10px;
    color: #ffffff;
    border-right: 1px solid #005d86;
    
}


/*******Ufshäftessida*******/

#ufspdflist
{
	padding-bottom:20px;
}

ul.bookletlist
{
	list-style:none;
	margin:0 0 0 0;
	float:left;
	padding: 0 0 0 4px;
}

ul.bookletlist li
{
	display:block;
	white-space:nowrap;
}

ul.bookletlist li.pdf
{
    background: url("newimages/pdf.png") no-repeat 0 50%;
    padding: 2px 4px 2px 32px;
}

ul.pdfborder
{
	border-right: 1px solid black;
}

.prevyearlist a
{
	padding: 3px 6px 3px 0;
}

.PDFControlPanel
{
	padding:0 0 10px 0;
}

.fileupload 
{
    overflow: hidden;
    position: relative;
}

.FileToCheck 
{
    position: absolute;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 3;
    top: 1px;
    left: 0px;
}

.fileupload-btn
{
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    z-index: 1;
    padding:0 5px;
    height:20px;
}



/* Ufs ascxloaderpagewide */

.hiddencontent
{
	display:none;
}

/* ChatStyles */

.ChatInfo
{
    padding-bottom: 1em;
}

.ChatInfo a
{
    margin-right: 7em;
    float: left;
    width: auto;
    display: block;
}

.ChatFrame
{
    background-color: #e9e9e9;
}


.MessageRow
{
    padding-bottom: 0.7em;
    padding-top: 0.7em;
}
.AnswerRow
{
    padding-bottom: 0.7em;
    padding-top: 0.7em;
    background-color: #e9e9e9;
}
.ModeratorRow
{
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	background-color: #e3e8f5;
}


.chat-settings
{
	padding:10px;
	background-color:#e3e8f5;
	width:97%;
}

.chat-settings input
{
border:0;
margin:0;
padding:0 10px 0 0;	
float:left;
width:auto;
}

.chat-settings label
{
	float:left;
	width:auto;
	padding:4px 0 0 0;
}

/********************************************************************
 * Notification Popup                                                  *
 ********************************************************************/
 
 .notificationmessage
 {
     display: none;
     z-index: 1000;
     position: absolute;
     top: 100px;
     left: 25%;
     width: 400px;
     text-align: center;
     padding: 20px 20px 20px 20px;
     border: 1px solid black;
     background-color: White;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
 }
 
 /********************************************************************
 * Recaptcha														 *
 ********************************************************************/
 
 .g-recaptcha 
 {
 	clear: both;
 	margin-bottom: 5px;
 }
 
 
 /********************************************************************
 * Xform enhanced													 *
 ********************************************************************/
 
 .redborder
 {
 	border: 1.5px solid red !important;
 }
 
 
 /* PLB form */
 .plbform .field .label, .plbform .field .input
 {
 	width:100%;
 	max-width:800px;
 }
 
 .plbform .errormessage
 {
 	float:none !important;
 }
 
 .plbform .largeindicator
 {
 	font-size:1.4em;
 }
 
 .plbform .uppercase
 {
 	text-transform: uppercase;
 }
 
 .plbform .margintop
 {
 	margin-top:40px !important;
 }
 
 /* Delafunktionalitet */
 .pagerightcontentbox .icon-facebook
{
    cursor: pointer;
    float: left;
    width:26px;
    height:26px;
    margin-right:5px;
    margin-top:-3px;
}

.pagerightcontentbox .icon-twitter
{
    cursor: pointer;
    float: left;
    width:26px;
    height:26px;
    margin-right:5px;
    margin-top:-3px;
}

#pagerightcontent .sharer ul li
{
	padding:0;
	display:inline;
}

/* Cookie */
.cookie 
{ 
    background-color: #008AC4;
    position: relative;
}
.cookie .cookie-body {
    position: relative;
    padding: 0 0 25px 0;
    overflow: hidden;
    margin:auto;
    max-width:100em;
    width:85%;
}
.cookie .cookie-body:before,
.cookie .cookie-body:after {
    content: " ";
    display: table;
}
.cookie .cookie-body:after {
    clear: both;
}
.cookie .cookie-body .cookie-title {
    font-size: 1.8em;
    
}
.cookie .cookie-body .cookie-title a {
    background-position: 0 13px;
    color:#ffffff;
}
.cookie .cookie-body .cookie-message
{
	color:#ffffff;
}
.cookie a.cookie-close {
    float: right;
    background-color:#F78F1E;
    color:#ffffff;
    border: 0 none;
    border-radius: 0;
    background-image:none;
    font-size:1.1em;
    text-shadow:none;
    padding:6px 12px;
    margin:2px 0;
}