body
{
 font-family: verdana, arial, tahoma;
 font-size: 10px;
 color: #2E2E2E;
 background-color: #ffffff;
 margin: 0;
 margin-left: 10px;
}

/* ----------------- start text classes ----------------- */

h1.MediumStdColor
{
 margin-top: 0px;
 margin-bottom: 10px;
 font-size: 16px;
 color: #135A7A;
 font-weight: bold;
}

h1.MediumStdColor a
{
 margin-top: 0px;
 margin-bottom: 10px;
 font-size: 16px;
 color: #135A7A;
 font-weight: bold;
}

h1.Case
{
 margin-top: 0px;
 margin-bottom: 10px;
 font-size: 10px;
 color: #135A7A;
 font-weight: bold;
 text-transform: uppercase;
}


h2.MediumStdColor
{
 margin-top: 0px;
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 11px;
 color: #135A7A;
}

h2.MediumStdColor a
{
 margin-top: 0px;
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 11px;
 color: #135A7A;
}

.calendarheader{ background-color: #F3F3F3; border: 1px solid #CECECE; font-size: 11px; }

h2.year{
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 14px;
 color: #135A7A;
}

/* html style ----------------------------------------------------*/
.HeadlineMediumStdColor/*Overskrift*/
{
 margin-bottom: 3px;
 font-size: 14px;
 color: #353535;
 font-weight: bold;
}

.SubHeadlineMediumStdColor/*Manchet*/
{
 margin-bottom: 8px;
 font-weight: bold;
 font-size: 11px;
 color: #353535;
 text-transform: none;
}

.BreadMediumStdColor/*Brødtekst*/
{
  font-size: 11px; line-height: 16px; color: #2E2E2E;
}
/*----------------------------------------------------*/

.BreadMediumAltColor{ font-size: 10px; line-height: 13px; color: #135A7A; }

a{ font-size: 11px; text-decoration: none; color: #135A7A;}
a:hover {text-decoration: underline;}
a.Link10px{ font-size: 10px; }
a.LinkBlack10px{ font-size: 10px; color: #000 }

/* ----------------- start menu classes ----------------- */

a.MenuCase0 { font-size: 11px; color: #fff; font-weight: normal; text-decoration: none; }
a.MenuCase0:hover { text-decoration: none; color: #FFB409; }
a.MenuCase0Selected { font-size: 11px; color: #043D5B; font-weight: normal; text-decoration: none;}
a.MenuCase0Selected:hover { text-decoration: none; color: #043D5B; }

a.MenuCase1{ font-size: 10px; color: #ffffff; font-weight: normal; }
a.MenuCase1:hover { text-decoration: none; color: #FFBE14; }
a.MenuCase1Selected { font-size: 10px; color: #fff; text-decoration: none; }
a.MenuCase1Selected:hover { text-decoration: none; color: #fff; }

a.MenuCase2{ font-size: 10px; color: #575654; font-weight: normal; }
a.MenuCase2:hover { text-decoration: none; color: #164B67; }
a.MenuCase2Selected { font-size: 10px; color: #164B67; text-decoration: none; }
a.MenuCase2Selected:hover { text-decoration: none; color: #164B67; }

a.BreadCrumbOn { font-size: 10px; color: #383838; }
a.BreadCrumbOff { font-size: 10px; }

/* ----------------- start input classes ----------------- */

input,textarea,select
{
 font-family: arial, verdana, tahoma;
 color: #2E2E2E;
 font-size: 11px;
}

.ButtonInputsMedium
{
 border: 1px solid #FFBE14;
 background-color: #fff;
 font-weight: bold;
 cursor: pointer;
}

input.FormFieldInputsNarrow
{
 width: 206px;
 height: 16px;
 border: 1px solid #C3C3C3;
 padding-left: 2px;
}

input.FormFieldInputsMedium
{
 width: 370px;
 height: 15px;
 padding-left: 2px;
 border: 1px solid #C3C3C3;
}

input.FormFieldInputsWide
{
 width: 420px;
 height: 16px;
 padding-left: 2px;
 border: 1px solid #C3C3C3;
}

textarea.FormFieldInputsMedium
{
 width: 370px;
 height: 42px;
 padding: 2px;
 border: 1px solid #C3C3C3;
}

.FormFieldLabelMediumStdColor
{
 font-weight: bold;
}

.minor { font-size: 11px }

/* ----------------- start list classes ----------------- */

ul
{
 padding: 0;
 margin: 0;
 margin-left: 10px;
 list-style-type: none;
}

li
{
 background-image: url('/AjrGfx/SystemGfx/list_item.gif');
 background-repeat: no-repeat;
 padding-left: 10px;
 padding-bottom: 5px;
}

/* ----------------- Start custom classes ----------------- */

.Menu
{
 background-image: url('/AjrGfx/SystemGfx/bg_menu.gif');
 background-repeat: no-repeat;
 width: 780px;
 height: 20px;
 float: right;
}

.MenuOn
{
 background-image: url('/AjrGfx/SystemGfx/bg_menu_on.gif');
 background-repeat: no-repeat;
 width: 88px;
 height: 20px;
 float: left;
 border-right: 1px solid #fff;
}

.MenuOff
{
 background-image: url('/AjrGfx/SystemGfx/bg_menu_off.gif');
 background-repeat: no-repeat;
 width: 88px;
 height: 20px;
 float: left;
 border-right: 1px solid #fff;
}

.MenuCase1Off
{
  background-color: #164B67;
  padding: 3px 10px 4px 9px;
  margin-bottom: 1px;
}

.MenuCase1On
{
  background-color: #ffbc00;
  padding: 3px 10px 4px 9px;
  margin-bottom: 1px;
}

.MenuCase2On
{
  background-color: #EEE7D0;
  padding: 2px 10px 3px 15px;
}

.FlagContainer
{
 width: 190px;
 border-right: 1px solid #FFAD00;
 border-bottom: 1px solid #FFAD00;
 text-align: left;
}

input.QSearch
{
 background-image: url('/AjrGfx/SystemGfx/bg_qsearch.gif');
 background-repeat: no-repeat;
 width: 128px;
 height: 21px;
 border: transparent;
 border: none;
 margin: 0;
 padding: 0;
}

.Box314px{ border: 1px solid #C3C3C3; height: 220px; overflow: hidden; }
.Box292px{ padding: 10px; border-top: 1px solid #C3C3C3; border-right: 1px solid #C3C3C3; border-left: 1px solid #C3C3C3;}
.Box158px{ padding: 10px; border: 1px solid #C3C3C3; background-color: #EEEBE4; }

input.NewsletterButton{ cursor: pointer; width: 30px; border: none; background-color: transparent; font-weight: bold; }
input.Newsletter{ border: none; background-color: #fff; font-size: 10px; color: #145B7A; width: 138px; padding: 2px 0px 2px 4px; }

/* --- Style til sitemap --- */


.VerticalLine
{
 background-image: url('/AjrGfx/Sitemap/sitemap_vertical_line.gif');
 background-repeat: repeat-y;
 background-position: top left;
}


.VerticalLine2
{
 background-image: url('/AjrGfx/Sitemap/sitemap_vertical_line2.gif');
 background-repeat: repeat-y;
 background-position: top left;
}

.ChildNode
{
 background-image: url('/AjrGfx/Sitemap/sitemap_childnode.gif');
 background-repeat: no-repeat;
 background-position: top left;
}

.LastChildNode
{
 background-image: url('/AjrGfx/Sitemap/sitemap_lastchildnode.gif');
 background-repeat: no-repeat;
 background-position: top left;
}

/* html style ----------------------------------------------------*/
.HeadlineMediumStdColor
{
 margin-bottom: 3px;
 font-size: 14px;
 color: #353535;
 font-weight: bold;
}

.SubHeadlineMediumStdColor
{
 margin-bottom: 8px;
 font-weight: bold;
 font-size: 11px;
 color: #353535;
 text-transform: none;
}

