Body
{
    /*background: #759500 url('images/bg.jpg') repeat-x center top;*/
}

#Pagemaster
{
    margin:0 auto;
    width: 880px;
    font-family: Arial;
    font-size: 12px;
    color: #57565b;
}

a {  color: #000; text-decoration: none }
a:hover { text-decoration: underline; }
img { border: 0; }

/* --------- */
/*   Header  */
/* --------- */

#Header
{
    width: 880px;
    height: 205px;
    margin: 0;
}
.ie #Header
{
    height: 205px;
    }
#Header .TopMenu
{
    height: 22px;
}

#Header .Logo
{
    height: 165px;
    float:left;
}

#Header .Search
{
    height: 21px;
    float: right;
    margin: 0px;
    position:relative
}

#Header .MainMenu
{
    border-top: solid 4px #98c000;
    height: 32px;
    float:left;
    width: 880px;
    background-color:#57565B;
    overflow:hidden;
}

.SearchButton
{
    float:right;
    width: 20px;
    height:21px;
    cursor:pointer;
}

.SearchTextBox
{
    float:right;
    height: 21px;
    width: 106px;
    margin:0;
    border:0;
    padding:3px 0 0 0;
    color:#57565B;
    background-color: Transparent;
}

/* --------- */
/*   Menu    */
/* --------- */

.MainMenu ul
{
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
	height: 32px;
	overflow:hidden;
}

.MainMenu li
{
	float:left;
}

.MainMenu li a
{
	height: 32px;
	display:block;
	padding: 0 12px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
}

.ie6 .MainMenu li a
{
    width: 0px;
}

.Menu_Level0_Selected
{
    background-color: #98c000;
}

/* VerticalMenu for layouts */

.secondLevelNav
{
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0;
}

.secondLevelNav li
{
    padding: 4px 0 4px 2px;
}

.secondLevelNav li a
{
    padding-left: 10px;
}

.secondLevelNav li a:hover
{
    color: #58575c;
}

.Menu_Level1_Selected a, .Menu_Level2_Selected a, .Menu_Level3_Selected a, .Menu_Level4_Selected a, .Menu_Level5_Selected a
{
    font-weight: bold;
    color: #58575c;
    font-size: 12px;
    background: url('images/circle.gif') no-repeat Left Center;
}

.Menu_Level1, .Menu_Level1_Selected { margin-left: 0px; }
.Menu_Level2, .Menu_Level2_Selected { margin-left: 21px; }
.Menu_Level3, .Menu_Level3_Selected { margin-left: 42px; }
.Menu_Level4, .Menu_Level4_Selected { margin-left: 63px; }
.Menu_Level5, .Menu_Level5_Selected { margin-left: 86px; }


/* --------- */
/*  Layouts  */
/* --------- */

.Layout
{
    width: 864px;
    overflow: hidden;
    padding: 18px 8px;
    min-height: 470px;
    background-color: #e3e5e6;
}

.Normal
{
    font-family: Arial;
    font-size: 12px;
    color: #57565b;
}

.Head
{
    font-family: Arial;
    font-size: 14px;
    color: #57565b;
    font-weight: bold;
}

/* FrontPage */

.FrontPage .LeftPane
{
    width: 204px !important;
    min-height: 50px;
    float: left;
}

.FrontPage .ContentPane
{
    width: 424px !important;
    min-height: 50px;
    float: left;
    margin: 0 16px;
}

.FrontPage .RightPane
{
    width: 204px !important;
    min-height: 50px;
    float: left;
}

/* DefaultPage */

.DefaultPage .LeftPane
{
    width: 204px !important;
    min-height: 50px;
    float: left;
}

.DefaultPage .ContentPane
{
    width: 424px !important;
    min-height: 50px;
    float: left;
    margin: 0 16px;
}

.DefaultPage .RightPane
{
    width: 204px !important;
    min-height: 50px;
    float: left;
}
/* WidePage*/
.WidePage .LeftPane
{
    width: 204px !important;
    min-height: 50px;
    float: left;
}

.WidePage .ContentPane
{
    width: 644px !important;
    min-height: 50px;
    float: left;
    margin: 0;
    margin-left:16px;
}


/* ie6 fix */

.ie6 .RightPane
{
    overflow:hidden;
}

/* ---------- */
/* Containers */
/* ---------- */


/* Standard */

.Container
{
    margin-bottom: 6px;
    overflow:hidden;
}

.Container .Control
{
    text-align: right;
}

.Container .ContentTitle
{
    font-weight: bold;
    color: #57575b;
    padding: 0 20px 2px;
    line-height: 24px;
    font-size: 14px;
    background: url('images/titleborder.gif') repeat-x center bottom;
    margin: 2px 2px 0 2px;
    overflow:hidden;
}

.Container .Content
{
    padding: 14px 20px;
}

.Container .Left { background: url('Images/Container/left.gif') repeat-y left center; background-color: #fff; }
.Container .Right { background: url('Images/Container/right.gif') repeat-y right center; }

.Container .Top { background: url('Images/Container/top.gif') repeat-x center top; }
.Container .TopLeft { background: url('Images/Container/topleft.gif') no-repeat left top; }
.Container .TopRight { background: url('Images/Container/topright.gif') no-repeat right top; }

.Container .Bottom { background: url('Images/Container/bottom.gif') repeat-x center bottom; }
.Container .BottomLeft { background: url('Images/Container/bottomleft.gif') no-repeat left bottom; }
.Container .BottomRight { background: url('Images/Container/bottomright.gif') no-repeat right bottom; overflow:hidden; }


/*  Use below */

.Container.UseBelow .Content
{
    padding: 0 0 20px 0;
}

/* default contentpane container */

.DefaultPage .ContentPane.Container .Content.cpane
{
    margin: 25px 2px 14px;
    background: url('images/titleborder.gif') repeat-x center top;
    padding: 18px 20px 0;
    min-height: 470px;
}

.ie6 .DefaultPage .ContentPane.Container .Content.cpane
{
    height: 470px;
}

/* wide contentpane container */

.WidePage .ContentPane.Container .Content.cpane
{
    margin: 25px 2px 14px;
    background: url('images/titleborder.gif') repeat-x center top;
    padding: 18px 20px 0;
    min-height: 470px;
}

.ie6 .WidePage .ContentPane.Container .Content.cpane
{
    height: 470px;
}

/* default menu container */

.DefaultPage .vmenu.Container .Content
{
    margin: 25px 2px 14px;
    background: url('images/titleborder.gif') repeat-x center top;
    padding: 18px 20px 0;
}
/* wide menu container */
.WidePage .vmenu.Container .Content
{
    margin: 25px 2px 14px;
    background: url('images/titleborder.gif') repeat-x center top;
    padding: 18px 20px 0;
}

/* --------- */
/*    News   */
/* --------- */

.NewsSnippet 
{
    padding: 20px 0px;
    overflow:hidden;
}

.NewsSnippet  img
{
    float:left;
    margin-right: 20px;
}

.NewsSnippet .Dato
{
    color: #666666;
    font-size: 9px;
    display:none;
}

.NewsSnippet a.Title
{
    display:block;
}

.NewsSnippet a.ReadMore
{
    text-transform: lowercase;
    text-decoration: underline;
}

.NewsSnippet.Item
{
    border-top: solid 2px #cfe095;
}

.NewsSnippet.FirstItem
{
    padding-top: 0px;
}

/* --------- */
/*    Adv    */
/* --------- */

.Adv .Image
{
    margin: -14px 0 18px -18px;
}

.Adv .Text
{
    min-height: 60px;
}


/* Links */

.AdvLink
{
    margin: 2px 0 0 20px;
    width: 80px;
    float:left;
}

.AdvLink .Title
{
    display:block;
    text-decoration: underline;
}

/* ---------- */
/*   Events   */
/* ---------- */

/* Calendar */

.Calendar
{
    background: url('images/titleborder.gif') repeat-x center top;
    width: 198px;
    height: 134px;
}

.Container .Content .Calendar
{
    margin: -11px 0 20px -17px;
    overflow:hidden;
}

.Container .Content .CalendarTitle
{
    margin-top: 5px;
   font-weight:bold;
   text-transform: uppercase;
}
/* */

.Calendar tr td
{
    background-color:Transparent !important;
}

.Calendar .CalendarDayHeader
{
    background-color: #dedddc;
}

.CalendarDay, .CalendarNonEmptyDay, .CalendarWeekendDay, .CalendarSelectedDay, .CalendarOtherMonthDay
{
    border: 1px solid #fff;
}

.CalendarPrevMonthImage
{
    height: 15px;
    width: 15px;
    background: url('Images/calendar_prev.gif') no-repeat right center;
    cursor: pointer;
}

.CalendarNextMonthImage
{
    height: 15px;
    width: 15px;
    background: url('Images/calendar_next.gif') no-repeat left center;
    cursor: pointer;
}

.Calendar tr .CalendarNonEmptyDay
{
    background-color: #dad9d8 !important;
}
.Calendar tr .CalendarNonEmptyDay a
{
    color: #000000 !important;
}

.Calendar tr .CalendarSelectedDay
{
    background-color: #174e9a !important;
}

.Calendar tr .CalendarSelectedDay a
{
    color: #fff !important;
}

.LatestEvents
{
    overflow:hidden;
}

.LatestEvents .Event
{
    margin-bottom: 10px;
}

.LatestEvents .Event .Dato
{
    color: #b0b2b5;
    font-size: 9px;
}


.LatestEvents .Event .Title
{
    font-weight: normal;
}

/* ----------------- */
/*   Arrows/Circles  */
/* ----------------- */

.circle
{
    background: url('images/circle.gif') no-repeat Left Center;
    padding-left: 10px;
}


/* --------- */
/*   Footer  */
/* --------- */

#Footer
{
    margin: 10px 0 10px;
    overflow: hidden;
    text-align: center;
}

#Footer .Text
{
    font-size: 10px;
    color: #666666;
}

#Footer .Login
{
}

#Footer .Login, #Footer .Login *
{
    font-size: 10px;
    color: #aeadb2;
}
