/* CSS Document */

div#socialamedier{
float:left;
width:100px;
margin-left:20px;
margin-top:5px;
}
div#main {
   position:absolute;
   left:50%;
   /*width:990px;*/
   /*height:100px;*/
   /*margin: 0 auto;*/
   /*padding-top: 15px;*/
   margin-left:-494px;
}
#container{
/*height: 513px;*/
width: 944px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
margin:21px 0 0 22px;
}
#content{
z-index: 2;
position: relative;
float:right;
/*top: 120px;*/
/*left: 550px;*/
padding:30px 35px 0 0;
}
div#meny {
float:left;
width:960px;
margin-left:20px;
}

p {
	margin-top: 13px;
	margin-bottom: 4px;
}


A:link {font-family: Century Gothic, Arial; letter-spacing:1px; color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration: none;}
A:visited {font-family: Century Gothic, Arial; letter-spacing:1px; color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration: none;}
A:active {font-family: Century Gothic, Arial; letter-spacing:1px; color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration: none;}
A:hover {font-family: Century Gothic, Arial; letter-spacing:1px; color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration: underline;}

A.sida:link {font-family: Arial, Verdana; color:#43220A; font-weight:normal; font-size:12px; text-decoration: underline;}
A.sida:visited {font-family: Arial, Verdana; color:#43220A; font-weight:normal; font-size:12px; text-decoration: underline;}
A.sida:active {font-family: Arial, Verdana; color:#43220A; font-weight:normal; font-size:12px; text-decoration: underline;}
A.sida:hover {font-family: Arial, Verdana; color:#43220A; font-weight:normal; font-size:12px; text-decoration: underline;}


.AccordionTitle, .AccordionContent, .AccordionContainer
    {
        position: relative;
        width: 380px; /*changeble*/
    }
    .AccordionTitle
    {
        height: 20px; /*changeble*/
        overflow: hidden;
        cursor: pointer;
        font-family: Arial; /*changeble*/
        font-size: 11px; /*changeble*/
        font-weight: normal; /*changeble*/
        vertical-align: middle; /*changeble*/
        text-align: right; /*changeble*/
        display: table-cell;
        -moz-user-select: none;
        border-top: none; /*changeble*/
        border-bottom: none; /*changeble*/
        border-left: none; /*changeble*/
        border-right: none; /*changeble*/
        /*background-color: #ffffff;*/
        color: #444444;
		letter-spacing:1px;
		padding-top:2px;
    }
    .AccordionContent
    {
        height: 0px;
        overflow: hidden;
		/*display: none;  */
    }
    .AccordionContent_
    {
        height: auto;
		padding: 5px 22px 40px 22px;
    }
	.textrutaRubrik
    {
        font-family: "Century Gothic", Arial, Verdana;
		font-size:24px;
		font-weight:bold;
		text-transform:uppercase;
    }
	.textrutaText
    {
        font-family: Arial, Verdana;
		font-size:12px;
		font-weight:normal;
		line-height:16px;
    }
    .AccordionContainer
    {
        /*border-top: solid 1px #C1C1C1;*/ /*changeble*/
        /*border-bottom: solid 1px #C1C1C1;*/ /*changeble*/
        /*border-left: solid 1px #C1C1C1;*/ /*changeble*/
        /*border-right: solid 1px #C1C1C1;*/ /*changeble*/
		background-color:#FFFFFF;
    }
    /*.ContentTable*/
    /*{*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*color: White;*/
    /*}*/
    /*.ContentCell*/
    /*{*/
        /*background-color: #666666;*/
    /*}*/
    /*.ContentTable a:link, a:visited*/
    /*{*/
        /*color: White;*/
        /*text-decoration: none;*/
    /*}*/
    /*.ContentTable a:hover*/
    /*{*/
       /*color: Black;*/
        /*text-decoration: none;*/
    /*}*/
	#AccordionContainer{
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        opacity: 0.9;
