body
{
    height: 100%;
    background-color: #d3e4f4;
}

form 
{
    background: #fff url('Images/topbg.jpg') repeat-x center top;
}

#Pagemaster
{
    min-height: 100%;
    font-family: Arial;
    font-size: 12px;
    color: #1b407a;
    position: relative;
    background: url('Images/bottombg.jpg') repeat-x center bottom;
    overflow:hidden;
}

a { color: #1b75bb }
img { border: 0; }


.ie6 #Pagemaster
{
    height: 100%;
}

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    height: 77px;
    background: url('Images/headerbg.jpg') no-repeat center bottom;
    width: 1004px;
    margin:0 auto;
}

#Header .Logo
{
    padding: 3px 0 0 21px;
    cursor: pointer;
    width: 270px;
}

#Header .Menu
{
    float: right;
    margin-top: 5px;
    margin-right: 8px;
}

/* Search */

#Header .SearchTextBox
{
    border: 0;
    float: right;
    height: 14px;
    width: 66px;
    margin: 6px 0 0;
    padding: 0 0 0 5px;
    background-color: #5f9ed1;
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

#Header .SearchButton
{
    cursor: pointer;
    float: right;
    height: 20px;
    width: 40px;
    margin: 3px 27px 0 0;
}

.ie7 #Header .Menu
{
    margin-top: 2px;
}
.ie7 #Header .SearchTextBox
{
    margin-top: 3px;
}
.ie7 #Header .SearchButton
{
    margin-top: 0;
}

.ie6 #Header .SearchButton
{
    margin-right: 13px;
}

/* --------- */
/*   Menu    */
/* --------- */

.Menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.Menu li
{
	float:left;
}

.Menu li a
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 8px;
    height:18px;
    display:block;
    line-height: 15px;
}

.Menu .Menu_Level0_Selected a, .Menu li a:hover
{
    background: url('Images/selected.jpg') repeat-x center top;
}

.ie6 .Menu li a
{
    display:inline;
}

/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    width: 962px;
    min-height: 500px;
    margin: 16px auto 150px;
    overflow:hidden;
}

.Head
{
    font-family: Tahoma, Arial;
    font-size: 20px;
    color: #1b75bb
}

.Normal
{
    font-family: Arial;
    font-size: 12px;
    color: #1b407a;
}


a { text-decoration: none }
a:hover { text-decoration: underline; }
img { border: 0; }


/* FrontPage Layout */

.FrontPage .TopPane
{
    width: 962px !important;
    min-height: 227px;
    overflow:hidden;
}

.FrontPage .ContentPane
{
    width: 962px !important;
    min-height: 162px;
    overflow:hidden;
    margin: 29px 0;
}

.FrontPage .BottomPane
{
    width: 962px !important;
    min-height: 162px;
    overflow:hidden;
}


/* DefaultPage Layout */

.DefaultPage .LeftPane
{
    width: 193px !important;
    min-height: 50px;
    overflow:hidden;
    float: left;
}

.DefaultPage .ContentPane
{
    width: 480px !important;
    min-height: 50px;
    overflow:hidden;
    margin-left: 28px;
    float: left;
}

.DefaultPage .RightPane
{
    width: 233px !important;
    min-height: 50px;
    overflow:hidden;
    float: right;
}

/* Special Layout */

.SpecialPage .LeftPane
{
    width: 193px !important;
    min-height: 50px;
    overflow:hidden;
    float: left;
}

.SpecialPage .TopPane
{
    width: 740px !important;
    overflow:hidden;
    float: right;
    margin-bottom: 28px;
}


.SpecialPage .RightPane
{
    width: 233px !important;
    min-height: 50px;
    overflow:hidden;
    float: right;
}

.SpecialPage .ContentPane
{
    width: 480px !important;
    min-height: 50px;
    overflow:hidden;
    margin-right: 28px;
    float: right;
}

/* ------------  */
/*  VerticalMenu */
/* ------------- */

.secondLevelTop
{
    background: url('Images/secondmenutop.jpg') no-repeat 0 0;
    height: 18px;
    width: 193;
}

.secondLevelNav
{
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    background-color: #e4eff9;
    border: solid 1px #f5f7f9;
    border-top: 0;
}

.secondLevelNav li a
{
    color: #1b407a;
}

.secondLevelNav li
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.Menu_Level1_Selected, .Menu_Level2_Selected, .Menu_Level3_Selected, .Menu_Level4_Selected, .Menu_Level5_Selected
{
    
    background-color: #d4e4f4;
    color: #1b407a;
}

.Menu_Level1_Selected a, .Menu_Level2_Selected a, .Menu_Level3_Selected a, .Menu_Level4_Selected a, .Menu_Level5_Selected a
{
    font-weight: bold;
    color: #1b407a;
}

.Menu_Level1, .Menu_Level1_Selected { padding-left: 10px; }
.Menu_Level2, .Menu_Level2_Selected { padding-left: 30px; background-color: #d4e4f4; }
.Menu_Level3, .Menu_Level3_Selected { padding-left: 50px; background-color: #d4e4f4; }
.Menu_Level4, .Menu_Level4_Selected { padding-left: 70px; background-color: #d4e4f4; }
.Menu_Level5, .Menu_Level5_Selected { padding-left: 90px; background-color: #d4e4f4; }

/* ----------- */
/*  Containers */
/* ----------- */

.Container
{
    float: left;
    min-width: 233px;
}

.Container.Blue
{
    width: 233px;
}

.Container.eq1, .Container.eq2, .Container.eq3
{
    margin-left: 10px;
}

.Container .Control
{
    text-align: right;
}

.Container.Blue .ContentTitle
{
    height: 20px;
    line-height: 20px;
    color: #1b75bb;
    font-size: 11px;
    text-transform: uppercase;
    background: url('Images/containerTitle.gif') no-repeat right top;
    border-left: solid 1px #f5f7f9;
    padding: 1px 20px 0 10px;
    min-width: 202px;
}

.Container.Blue .Content
{
    border: solid 1px #f5f7f9;
    border-top: 0;
    background-color: #e4eff9;
    padding: 10px;
    min-height: 120px;
}

.BottomPane .Container .Content
{
    border: 0;
    margin: 1px;
    margin-top: 0;
}

.ie6 .Container.Blue .Content
{
    height: 120px;
}

.DefaultPage .ContentPane .Container
{
    float:none;
}

/* --------- */
/*    News   */
/* --------- */
.News .Main img
{
    margin-bottom: 15px;
}

.News .Main .Title
{
    margin-bottom: 15px;
}

.News .ListItems
{
    margin-top: 50px;
    padding-top: 10px;
    border-top: solid 1px #699FCA;
}

.News .ListItems .item
{
    margin: 5px 0;
}

.News .Dato
{
    color: #699FCA;
}

.News .ListItems .Dato
{
    font-size: 10px;
    padding-left: 10px;
}

.NewsSnippetModule
{

}

.NewsSnippet.Even
{
    margin: 10px 0;
}

.NewsSnippet .Dato 
{
    color: #699fca;
    font-size: 12px;
}

.NewsSnippet .Title a
{
    color: #1b407a;
}


/* --------- */
/*    Adv    */
/* --------- */

.Adv
{
    float: left;
    margin: 0 0 1px 1px;
}

.Adv.Even 
{
    margin-left: 12px;
}

.Adv .Title
{
    margin: -4px 10px 0;
}

.Advs.Text .Adv
{
    margin: 0;
    border:0;
    width: 230px;
}

.Advs.Text .Adv.Even
{
    margin: 0 10px;
}

.Adv .Text
{
    margin: 10px;
}

.Adv .ReadMore
{
    text-decoration: underline;
    margin-left: 10px;
}

.Advs.Links .Adv
{
    float: none;
    color: #1b407a;
}

.Advs .Link
{
    color: #1b407a;
}



/* ----------------- */
/*   Arrows/Circles  */
/* ----------------- */

.RedArrow
{
    background: url('images/redarrow.gif') no-repeat Left Center;
    padding-left: 15px;
}


/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    padding-top: 15px;
    background: url('Images/footerbg.jpg') no-repeat center bottom;
    height: 62px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#Footer .Login
{
    margin: 15px 0;
    color: #6faee1;
}