/* HTML Tags */
body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    background-color: #E2E2d4;
}

.Content
{
    background-color: #FFFFFF;
    border: 0px;
    height: 620px;
    margin: 40px;
    width: 1000px;
}

.ContentPadding
{
    width: 30px;
}

.ContentVPaddingTop
{
    height:25px;
}

.ContentVPaddingBottom
{
    height:28px;
}

.ContentLowRes
{
    background-color: #FFFFFF;
    border: 0px;
    height: 590px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:2px; 
    margin-right:1px;
    width: 1000px;
}

.ContentLowRes TD.ContentVPaddingTop
{
    height: 10px;
}

.ContentLowRes TD.ContentVPaddingBottom
{
    height: 10px;
}

.ContentLeft
{
    background-color: #E7ECF0;
    vertical-align: top;
    width: 195px;
}

.ContentCenter
{
    height: 464px;
    padding-left: 26px;
    padding-right: 26px;
    vertical-align: top;
    text-align: left;
}

.ContentCenterBreadCrum
{
    height: 20px;
    padding-bottom: 6px;
    vertical-align: top;
    width: 565px;
}

.ContentCenterText
{
    /* height:100%; */
    height: 424px;
    
    vertical-align: top;
    width: 565px;
}

.ContentCenterBottomNav
{
    vertical-align: bottom;
    width: 565px;
}

.ContentRight
{
    text-align: left;
    vertical-align: top;
    width: 180px;
}

.ContentRightBanner
{
    border: 0px;  
}

.ContentRightBannerSpace
{
    height: 16px; 
}

.LeftNavigation
{
    height:100%;
    padding-top: 22px;
    vertical-align: top;
    width:100%;
}

td
{
    font-size: 11px;
    line-height: 14px;
    color: black;
}

p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(70,80,75);
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
}

h2
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(70,80,75);
    font-size: 12px;
    font-weight: bold;
}

h3
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(70,80,75);
    font-size: 11px;
    font-weight: bold;
}

h4
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    color: rgb(70,80,75);
}

h5
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 11px;
    color: #999999;
}

h6
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 12px;
    color: #AA9874;
}
a
{
    color: rgb(128,139,131);
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana;
}

a:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a:visited
{
    color: rgb(128,139,131);
    text-decoration: none;
}
a:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

.MetaDataFieldControlHeadline
{
    padding: 4px;
    border: rgb(70,80,75) 1px solid;
    background-color: rgb(229,234,231);
}

.MetaDataFieldControlBox
{
    border-right: rgb(70,80,75)1px solid;
    margin-bottom: 10px;
    border-left: rgb(70,80,75) 1px solid;
    border-bottom: rgb(70,80,75) 1px solid;
    padding: 4px;
}

DIV
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

.Top
{
    width: 100%;
}

.TDmenu
{
    text-align: left;
    padding: 4px 0px 3px 0px;
}

.adress_bullets
{
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    width: 20px;
    margin-left: 0px;
    margin-bottom: 2px;
    text-indent: 9px;
}

.adress_txt
{
    color: rgb(70,80,75);
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
}

a.adress_txt
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.adress_txt:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.adress_txt:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.adress_txt:visited
{
    color: rgb(128,139,131);
    text-decoration: none;
}
a.adress_txt:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}
/* search and input box start */
.searchboxda
{
    border: solid 1px rgb(188,199,192);
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    height: 14px;
    margin-bottom:2px;
    margin-left: 22px;
    padding-left:3px;
    padding-right:3px;    
    vertical-align:middle;
    width: 131px;
}

.searchboxen
{
    border: solid 1px rgb(188,199,192);
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    height: 14px;
    margin-left: 22px;
    padding-left:3px;
    padding-right:3px;    
    width: 131px;
}

.searchGifBoxda
{
    width: 26px;
}

.searchGifBoxen
{
    width: 50px;
}

.SearchpersonIn
{
    border: solid 1px rgb(70,80,75);
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    width: 300px;
    height: 20px;
}

.FrmIn
{
    border: solid 1px rgb(188,199,192);
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    height: 18px;
    padding-top: 4px;
    padding-left: 3px;
    width: 100%;
}

.FrmArea
{
    border: solid 1px rgb(188,199,192);
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    height: 58px;
    width: 220px;
}

.FrmInSoeg
{
    border: solid 1px rgb(188,199,192);
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    height:14px;
    padding-left:3px;
    padding-right:3px;
    width: 220px;
}

.FrmFirst
{
    height: 32px;
    text-align: left;
    vertical-align:middle;
    width: 60px;
}

.FrmLast
{
    height: 32px;
    text-align: left;
    vertical-align:middle;
    width: 383px;
}

.SearchpersonText
{
    text-transform: uppercase;
    font-weight: normal;
    color: rgb(70,80,75);
}

a.SearchpersonText
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.SearchpersonText:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.SearchpersonText:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.SearchpersonText:visited
{
    color: rgb(128,139,131);
    text-decoration: none;
}
a.SearchpersonText:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}
/* search box end */

.menubgcolor
{
    background-image: url(/resources/images/da/MenuButtons/TopBarBackground.gif);
}

.menubgcolor TD
{
    text-align: left;
}

.globalmenuspace
{
    width: 16px;
}

.mainMenuFirstSpace
{
    width: 23px;
}

.mainMenuLastSpace
{
    width: 8px;
}

.MainMenuSectionButtons
{
    text-align: left;
}

.MainMenuSectionButtons img, .MainMenuSectionButtons a
{
    display: block; 
    margin: 0px; 
    border: 0px;
    padding: 0px;
}

.MainMenuSectionLanguage
{
    text-align: right;
    width: 90px;
}

.MainMenuSectionLanguageBlock
{
    display: block; 
    margin: 0px; 
    border: 0px;
    padding: 0px;
}

.MainMenuOnlineServices 
{
    padding-right:110px;
    float: right;
    text-align:right;
    cursor: pointer;
}

.menuspace
{
    width: 20px;
}

.menufield
{
    width: 36px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5em;
    color: rgb(71,89,80);
    font-style: normal;
    font-family: Verdana,Arial, "Helvetica Neue" ,Helvetica, Sans-Serif;
}

a.menufield
{
}

a.menufield:hover
{
}

.submenu1
{
    background-color: rgb(229,234,231); /*background-color:#E8DFCA;*/
    border-right: rgb(229,234,231) 0px solid;
    border-top: rgb(229,234,231) 4px solid;
    border-left: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}

.submenu2
{
    line-height: 26px;
}

.subspace
{
    margin-left: 30px;
}

.NewsTable
{
    color: #868D86;
    font-size: 11px;
    font-family: Verdana;
    padding-bottom: 10px;
}

.NewsTable a
{
    color: #868D86;
}

.NewsTable a:hover
{
    color: #991320;
}

.NewsTable a:visited
{
    color: #868D86;
}

.NewsTable a:active
{
    color: #868D86;
}

.InfoHeadlines
{
    color: rgb(70,80,75);
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    vertical-align:top;
}

.InfoText
{
    color: #868D86;
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
}

.InfoText P
{
    line-height: 14px;
}

.InfoText H3
{
    text-align: left;
    padding-bottom: 2px;
}

a.InfoText
{
    text-align:left;
    color: rgb(128,139,131);
    text-decoration: none;
    text-align:left;
}

a.InfoText:hover
{
    text-align:left;
    color: rgb(186,0,8);
    text-decoration: none;
    text-align:left;
}

a.InfoText:active
{
    color: rgb(128,139,131);
    text-decoration: none;
    text-align:left;
}

a.InfoText:visited
{
    color: rgb(128,139,131);
    text-decoration: none;
    text-align:left;
}

a.InfoText:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
    text-align:left;
}

.GlobalText
{
    color: rgb(70,80,75);
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: normal;
}

a.GlobalText
{
    /*color:rgb(128,139,131);*/
    color: rgb(0,255,255);
    text-decoration: none;
}

a.GlobalText:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.GlobalText:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.GlobalText:visited
{
    color: rgb(0,255,255);
    text-decoration: none;
}

a.GlobalText:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

.SearchHighlight
{
    font-family: Verdana;
    font-weight: normal;
    color: #B01841;
}

.Text
{
    color: rgb(70,80,75);
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

a.Text
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.Text:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.Text:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.Text:visited
{
    color: rgb(128,139,131);
    text-decoration: none;
}

a.Text:visited:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

.leftcolumnclass
{
    margin: 10px 0px 0px 0px;
}

.rightcolumnclass
{
    margin: 10px 0px 0px 0px;
}

.aktueltareaclass
{
    font-family: Verdana;
    font-size: 10pt;
}

a.menu1Sel
{
    color: rgb(186,0,8);
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin-left: 0px;
}

a.menu1Sel:visited
{
    color: rgb(186,0,8);
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin-left: 0px;
}


/* kalender table */
.SearchRow
{
    background-color: #F2F5F7;
    border-left: 0px solid #739C5A;
    border-top: 0px solid #739C5A;
    border-bottom: 0px solid #739C5A;
    border-right: 0px solid #739C5A;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.TABELColor
{
    background-color: #F3F2E9;
}

.tr1
{
    background-color: #E7ECF0;    
    height: 22px;
}

.tr1 td
{
    padding-left: 4px;
    padding-right: 4px;
}

.tr2
{
    height:22px;
}

.tr2 td
{
    padding-left: 4px;
    padding-right: 4px;
}

.TablePad
{
    padding-bottom: 5px;
}

.TextTypeLayer
{
    padding-top: 20px;
    font-size: 18px;
    z-index: 10;
    left: 229px;
    width: 500px;
    font-family: Arial, "Helvetica Neue" ,Helvetica, Sans-Serif;
    position: absolute;
    top: 145px;
    color: White;
    height: 100px;
}

.FieldDescription
{
    font-weight: bold;
    color: rgb(70,80,75);
    font-size: 11px;
    line-height: 14px;
}

.FieldDescriptionTitel
{
    color: rgb(70,80,75);
}

.postingAuthorLink
{
    color: rgb(128,139,131);
    font-size: 9px;
}

.categoryBody
{
    border-top: solid 1px #E7ECF0;
    border-bottom: solid 1px #E7ECF0;
    border-left: solid 3px #E7ECF0;
    border-right: solid 3px #E7ECF0;
    background-color: #E7ECF0;
    height: 18px;
    vertical-align: middle;
}

.EmployeeCvText
{
    font-size: 11px;
}

.EmployeeListTable H1
{
    padding-bottom: 4px;
}

.rightBoxPanel
{
    border: 1px solid rgb(229,234,231);
    width: 150px;
    float: right;
}

.frontPageHeadline
{
    color: rgb(70,80,75);
    font-size: 11px;
}

a.frontPageHeadline
{
    color: #FFFFFF;
}

a.frontPageHeadline:hover
{
    color: rgb(186,0,8);
}

a.frontPageHeadline:visited
{
    color: #FFFFFF;
}

a.frontPageHeadline:visited:hover
{
    color: rgb(186,0,8);
}

a.frontPageHeadline:active
{
    color: #FFFFFF;
}

.frontPageMenu
{
    width: 40px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5em;
    color: rgb(71,89,80);
    font-style: normal;
    font-family: Verdana;
    text-transform: uppercase;
}

a.frontPageMenu
{
    color: rgb(71,89,80);
    font-weight: 500;
}

a.frontPageMenu:visited
{
    color: rgb(71,89,80);
    text-transform: uppercase;
}

a.frontPageMenu:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.frontPageMenu:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

.frontPageMenuSelected
{
    width: 36px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5em;
    color: rgb(186,0,8);
    font-style: normal;
    font-family: Verdana;
    text-transform: uppercase;
}

a.frontPageMenuSelected
{
    color: rgb(186,0,8);
    font-weight: 500;
}

a.frontPageMenuSelected:visited
{
    color: rgb(186,0,8);
    text-transform: uppercase;
}

a.frontPageMenuSelected:hover
{
    color: rgb(186,0,8);
    text-decoration: none;
}

a.frontPageMenuSelected:active
{
    color: rgb(128,139,131);
    text-decoration: none;
}

.OccupiedDate
{
    color: #153349;
    font-weight: bold;
    background-color: #FFFFFF;
}

.CvText
{
    font-size: 11px;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

/* Rubrikker design 2008 */

.Rubrik
{
    text-align: left;
    vertical-align: text-top; 
    width: 180px; 
}


.RubrikTop
{
    background-color: #7194A8;
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    width: 180px;
}

.RubrikContent
{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

.Rubrik .InfoHeadlines
{
    background-color: #7194A8;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    vertical-align: top;
}

.Rubrik .InfoText
{
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

.Rubrik P
{
    color: #868D86;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
}

.Rubrik2
{
    text-align:left;
    vertical-align: top;
    height: 193px;
}

.Rubrik2 .InfoText
{
    padding-bottom: 10px;
    vertical-align: top;
}

.RubrikTop2
{
    height: 22px;
    text-align: left;
    vertical-align:top;
    border-bottom: solid 2px #FFFFFF;
}

.RubrikTop2 img, .RubrikTop2 a
{
    height: 22px; 
    display: block; 
    margin: 0px; 
    border: 0px;
    padding: 0px;
}

.RubrikContent2
{
    background-color: #E7ECF0;
    padding-left: 19px;
    padding-right: 13px;
    vertical-align: top;
    height: 169px;
}

.RubrikContent2 td
{
    padding-bottom: 10px;
}

.RubrikContent2 td.outer
{
    padding-bottom: 0px;
}


.RubrikContent2 td.InfoText 
{
    padding-bottom: 10px;
}

.RubrikContent2 td.InfoTextNoBottom
{
    padding-bottom: 0px !important;
}


.RubrikSpacerLarge
{
    width: 38px;
}

.RubrikSpacer
{
    border-right: solid 2px #FFFFFF;
}

.RubrikSpacer2
{
    height: 2px;
}

/* Bench-Bruun Menu design 2008 */

.BBMenuMainTable
{
    background-color: #FFFFFF;
    border-right: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
    z-index:200;
    filter: alpha(opacity=95);
    opacity: 0.95;    
}

.BBMenuRow
{
    color: #555555; 
}

.BBMenuRowHover
{
    /* background-color: #D7DCE0; */
    background-color: #E7ECF0; 
    cursor:pointer;
}


.BBMenuRowFirst
{
    height: 6px;
}

.BBMenuRowLast
{
    height: 6px;
}

.BBMenuCellFirst
{
    width: 16px;
}

.BBMenuCellLast
{
    width: 16px;
}

.BBMenuCellItem
{
/*    background-color: #FFFFFF; */
    color: #555555; 
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    width: 145px;
}

.BBMenuCellItemHover
{
    color: #991320;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    width: 145px;
}

/*  PresseKlipControl  */
.PresseKlipPosting
{
    font-weight: bold;
}

.PresseKlipDate
{
   font-weight: normal; 
}


.PresseKlipListHeaders
{
    font-weight: bold;
    vertical-align: top;
    padding-bottom: 8px;
}

.ContactInputTable
{
}

.ContactInputTableCellFirst
{
    height: 26px;
    width: 180px;
    text-align: left;
}

.ContactInputTableCellLast
{
    width:150px;
    text-align: right;
}

.ContactInputTableCellLast input
{
    width:220px;
    text-align: left;
}

.ContactInputTableCellLast textarea
{
    width:222px;
    text-align: left;
}

.OfficeDropdown
{
    width: 120px;
    text-indent: 3px;
    margin-right:5px;
}

.WebUserWelcomeMessage
{
    width:450px;
    padding-bottom: 6px;
}

.WebUserWelcomeMessage H1
{
    padding-bottom: 10px;
}

.WebUserSelectSubjects
{
    border: none;
    width: 100%
}

.WebUserSelectSubjects label
{
    padding-left: 36px;
}

.WebUserSelectSubjectsHeader
{
    background-color: #E7ECF0;
    height: 22px;
    padding-left: 3px;
    vertical-align: middle;
    width: 100%
}

.PagingControl
{
    width:445px; 
    text-align:left;
} 

.PagingControl A
{
    color: #868D86;
}

.PagingControl B
{
    color: #991320;
}