/* Page */

body 
{
  /*  background: #fff url('images/bg.jpg') no-repeat center top; */
}

.Bg1
{
    background: #FFFFFF url(images/bgMiddle.jpg) repeat-y center center;
}

.Bg2
{
     background: url(images/bgTop.jpg) no-repeat center top;
}

.Bg3
{
     background: url(images/bgBottom.jpg) no-repeat center bottom;
}


#Pagemaster
{
    margin:0 auto;
    width: 915px;
    font-family: Verdana;
    font-size: 11px;
}

a { text-decoration: none; color: #331e7b }
a:hover { text-decoration: underline; }
img { border: 0; }


/* --------- */
/*   Header  */
/* --------- */

#Header
{
    width: 100%;
    border-top: solid 3px #8170ad;
    height: 155px;
    position: relative;
    background: url('images/merki.jpg') no-repeat right top;
}

#Header .Logo
{
    background: url('images/logo.jpg') no-repeat; 
    width: 232px;
    height: 53px;
    margin-top: 15px;
    cursor: pointer;
}

/* ------------------ */
/*   SectionSelector  */
/* ------------------ */

.SectionSelector
{
    height: 18px;
    margin: 0 85px 0 0;
	padding: 0;
	list-style: none;
}

.SectionSelector li
{
    float:right;
    line-height: 18px;
    color: #beb495;
    font-size: 12px;
    
    display: none;
}

.SectionSelector li a
{
    color: #beb495;
    font-size: 12px;
    margin: 0 20px; 
}

/* --------- */
/*   Menu    */
/* --------- */

.MainMenu
{
    position: absolute;
    bottom:0;
    height: 26px;
    margin-bottom: 8px;
    width: 915px;
    background-color: #331e7b;
}

.MainMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	position:relative;
	overflow:hidden;
	float: left;
}

.MainMenu li
{
	float:left;
	height: 29px;
}

.MainMenu li a
{
    margin: 4px 0;
    display: block;
    font-size: 12px;
    color: #fff;
    height: 18px;
    padding: 0 21px;
    text-transform: uppercase;
    line-height: 18px;
}

.MainMenu .menusplitter
{
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    position:relative;
    z-index: 0;
}

.MainMenu .Menu_Level0_Selected
{
    background-color: #8170ad;
    margin: 4px -4px;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.MainMenu .bckgr_Menu_Level0_Selected
{
    border-bottom: solid 5px #331e7b;
}

/* Search */

#Header .SearchTextBox
{
    margin-top: 15px;
    width: 140px;
    height: 16px;
    border: solid 1px #8771b1;
    border-right: 0;
    float: left;
    background-color: #fff;
    padding:0 0 0 5px;
    line-height: 16px;
    color: #36187a;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}

#Header .SearchButton
{
    margin-top: 15px;
    margin-right:10px;
    height: 16px;
    width: 17px;
    float: left;
    background: transparent url(images/arrow-sprite.png) no-repeat -47px -23px;
    cursor: pointer;
    border: solid 1px #8771b1;
    border-left: 0;
    float: right;
}


/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    margin: 10px 0;
    width: 915px;
    min-height: 500px;
}

.Head
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #331e7b;
}

.Normal
{
    font-family: Verdana;
    font-size: 11px;
}

.Keldutekstur
{
    font-family: Arial;
    font-size: 9px;
    font-style:italic;
}

a { text-decoration: none }
a:hover { text-decoration: underline; }
img { border: 0; }

.Button
{
    display:block;
    background: #36177e url('images/ButtonArrows.gif') no-repeat right center;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 30px 0 15px;
    border: 0;
    float: right !important;
    text-align: left;
    min-width: 65px;
    cursor: pointer;
}
.Button.Left
{
    background-position: left center;
    float: left !important;
    padding-left: 30px;
    padding-right: 15px;
    text-align: right;
}

.Button.Print
{
    background-image: none;
    text-align: center;
    padding: 0 5px;
    margin-right: 10px;
}

.ie input.Button, .ie input.Button.Left
{
    width: 125px;
}

input.Button
{
    padding-bottom: 3px;
}

/* FrontPage Layout */

.FrontPage
{
    height: auto;
    overflow:hidden;
}

.FrontPage .LeftPane
{
    width: 215px !important;
    min-height: 309px;
    float: left;
    margin-top: 18px;
}

.FrontPage .ContentPane
{
    width: 682px !important;
    min-height: 160px;
    float: left;
}

.FrontPage .ContentPane2
{
    width: 449px !important;
    min-height: 74px;
    float: left;
    margin: 18px 18px 12px;
}


.FrontPage .RightPane
{
    width: 215px !important;
    min-height: 487px;
    float: right;
}

.FrontPage .BottomPane
{
    width: 467px !important;
    min-height: 217px;
    float: left;
    margin-left: 18px;
}

/* Default Layout */

.DefaultPage
{
    height: auto;
    overflow:hidden;
}

.DefaultPage .LeftPane
{
    width: 215px !important;
    float: left;
    height: auto;
    min-height: 50px;
}

.DefaultPage .ContentPane
{
    width: 449px !important;
    float: left;
    height: auto;
    min-height: 50px;
    margin-left: 18px;
}

.DefaultPage .RightPane
{
    width: 215px !important;
    float: right;
    height: auto;
}

/* Store Layout */

.StorePage
{
    height: auto;
    overflow:hidden;
}

.StorePage .LeftPane
{
    width: 163px !important;
    float: left;
    height: auto;
    min-height: 50px;
}

.StorePage .ContentPane
{
    width: 559px !important;
    float: left;
    height: auto;
    min-height: 50px;
    margin-left: 18px;
}

.StorePage .RightPane
{
    width: 153px !important;
    float: right;
    height: auto;
}

.DefaultPage .ContentPane table a
{
    text-decoration: underline;
}

/* ------------  */
/*  VerticalMenu */
/* ------------- */

.secondLevelNav
{
    list-style: none;
    padding: 0;
    border-bottom: solid 5px #331e7b;
    margin: 0;
}

.Menu_Level1, .Menu_Level1_Selected
{
    border-top: solid 1px #331e7b;
}

.secondLevelNav li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.Menu_Level1_Selected, .Menu_Level2_Selected, .Menu_Level3_Selected, .Menu_Level4_Selected, .Menu_Level5_Selected
{
    font-weight: bold;
}

.Menu_Level1, .Menu_Level1_Selected { padding-left: 0px; }
.Menu_Level2, .Menu_Level2_Selected { padding-left: 29px; background: url('Images/line.gif') no-repeat 21px 8px; }
.Menu_Level3, .Menu_Level3_Selected { padding-left: 50px; background: url('Images/line.gif') no-repeat 42px 8px; }
.Menu_Level4, .Menu_Level4_Selected { padding-left: 71px; background: url('Images/line.gif') no-repeat 63px 8px; }
.Menu_Level5, .Menu_Level5_Selected { padding-left: 92px; background: url('Images/line.gif') no-repeat 84px 8px; }

/* ----------- */
/*  Containers */
/* ----------- */

.Container .Control
{
    text-align: right;
}

.Container .Content
{
    overflow: hidden;
}

.ContentTitle
{
    height: 26px;
    background-color: #8170ad;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 20px;
    overflow:hidden;
}

.ContainerTitle 
{
    border-bottom: solid 5px #331e7b;
}

.ContainerLogo
{
    background-color: #8170ad;
}

.ContainerLogo .ContentTitle
{
   background: #331e7b url('images/smalllogo.jpg') no-repeat right top;
}

.ContainerGray
{
    border-bottom: solid 3px #000;
}

.ContainerGray .ContentTitle 
{
    background-color: #ebe7dc;
    border-bottom: solid 3px #000;
    color: #000;
}

.ContainerGray .Content
{
    overflow: hidden;
    border-bottom: solid 5px #ebe7db;
    padding: 10px;
}

.ContainerPurple
{
    background-color: #cec6db;
}

.ContainerPurple .ContentTitle
{
    background: #331e7b;
}

.ContainerPurple .Content
{
    padding: 10px;
    overflow: hidden;
}

/* special for layouts */

.FrontPage .LeftPane .Container { height: 304px; }
.FrontPage .BottomPane .Container { width: 215px; height: 212px; float: left; margin-right: 18px; }
.RightPane .Container { height: 212px; margin-bottom: 18px; }
.RightPane .ContainerLogo { height: auto; min-height: 247px; }

.DefaultPage .RightPane .Container, .StorePage .RightPane .Container { height: auto; }
.DefaultPage .RightPane .Container table { margin: 10px 18px; width: auto; }

.DefaultPage .Container
{
    margin-bottom: 18px;
}

/* --------- */
/*    News   */
/* --------- */

.NewsSnippetModule

.NewsSnippet
{
    margin-top: 15px;
    margin: 15px 18px 0 15px;
    color: #212125;
}

.NewsSnippet .Dato 
{
    color: #8170ad;
}

.NewsSnippet .Title *
{
    color: #331e7a;
    font-weight: bold;
}


/* --------- */
/*    Adv    */
/* --------- */


.Adv .Title a
{
    color: #212125;
    margin: 0 18px;
    padding: 15px 15px 5px 25px;
    display: block;
    background: url('images/arrow-sprite.png') no-repeat -45px -7px;
}

.AdvLink
{
    width: 100px;
    text-align: center;
    vertical-align: bottom;
    float: left;
    margin: 0 6px;
}

.AdvLink .Title
{
    margin-top: 3px;
}

.AdvLink .Title a
{
    color: #331e7b;
    text-transform: uppercase;
    font-size: 12px;
}

.AdvLink .Img
{
    height: 80px;
    position:relative;
    width: 100px;
    text-align:left;
}

.AdvLink .Img a
{
    position: absolute;
    display: block;
    width: 100px;
    bottom: 0;
}

.AdvLink .Img a img
{
    display:block;
    margin: 0 auto;
}


/* --------- */
/*    FAQ    */
/* --------- */

.FAQ
{
    margin: 10px 18px;
	padding: 0;
	list-style: none;
}

.FAQ li .Title
{
    text-transform: uppercase;
    color: #fff;
    background: url('images/arrow-sprite.png') no-repeat 165px -18px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.FAQ .Text
{
    color: #fff;
    height: 135px;
}

.FAQ li
{
    border-bottom: solid 1px #331e7b;
}

.FAQ .open .Title
{
    background-position: 165px 6px;
}

/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    width: 915px;
    color: #888888;
    font-size: 10px;
    text-align: center;
    margin: 15px 0 25px;
}

#Footer .Login
{
    margin-top: 5px;
}

#Footer .Login *
{
    color: #cbcbcb;
}