body
{
 font-family: verdana, tahoma, arial;
 margin: 0;
 font-size: 10px;
 line-height: 15px;
 color: #000000;
 background-color: #ecf2d7;
 background-position: top center;
 background-image: url('/AjrGfx/gfx/bg_body.jpg');
 background-repeat: repeat-x;
}

.sitewidth{
 width: 1008px; text-align: left;
 margin-left: auto;
 margin-right: auto;
}

.topbaggrund{
 margin-left: auto;
 margin-right: auto;
 background-color: #2f2d2d;
}

.bundbaggrund{
 margin-left: auto;
 margin-right: auto;
 background-color: #2f2d2d;
 color: #ffffff;
}

.bundnav{
 margin-left: auto;
 margin-right: auto;
}

.center{
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.textCenter{
  text-align: center;
}


/* ----------------- default classes ----------------- */

h1,h2{ margin: 0; padding: 0; }
form{ margin: 0; display: inline; }
img{ border: 0; }

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both ; }
.clearRight{ clear: right;}
.clearLeft{ clear: left;}
.alignright{ text-align: right; }
.alignleft{ text-align: left; }

.debug{ background-color: red; }
.white{ background-color: #ffffff; }
.yellow{ background-color: yellow; }
.green{ background-color: green; }
.blue{ background-color: blue; }
.purple{ background-color: purple; }
.black{ background-color: #000000; }

/* ----------------- start text classes ----------------- */

/*Nedenstående klasse bruges, selvom den står som hidden. Størrelsen af teksten bruges til at sætte flash-teksten
.tilFlash{ NB: REMEMBER TO DELETE THE COMMENTS, SO THE CLASS IS WORKING
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 15px;
}*/

.BreadMediumStdColor{
 padding-top: 5px;
 font-size: 10px;
 color: #000000;
 text-decoration: none;
 text-transform: none;
 line-height: 15px;
 font-weight: normal;
}

h1.MediumStdColor{
 font-size: 19px;
 color: #272727;
 font-weight: normal;
 line-height: 23px;
 padding-bottom: 3px;
}

h2.MediumStdColor{
 font-size: 13px;
 color: #272727;
 font-weight: bold;
 line-height: 17px;
 padding-bottom: 10px;
}

.BreadMediumStdColorBold{
 font-size: 10px;
 color: #000000;
 text-decoration: none;
 text-transform: none;
 line-height: 15px;
 font-weight: bold;
}

h1{
 font-size: 19px;
 color: #2f2d2d;
 line-height: 25px;
}

h2{
 padding-top: 10px;
 font-size: 10px;
 color: #3a3a3a;
 line-height: 15px;
 font-weight: bold;
}


/* ----------------- start link classes ----------------- */

a{ text-decoration: underline; color: #272727; font-size: 10px; }
a:hover { text-decoration: underline;}
a.menu{ text-decoration: none; }
a.menu:hover { text-decoration: underline; }

/* ----------------- start menu classes ----------------- */

a.level0{ padding-right: 6px; padding-left: 2px; font-size: 10px; color: #000000; text-transform: uppercase; font-weight: bold; text-decoration: none;}
a.level0:hover{ color: #c6bf4f;}
a.level0selected{ padding-right: 6px; padding-left: 2px; font-size: 10px; color: #c6bf4f; text-transform: uppercase; font-weight: bold; text-decoration: none;}
a.level0selected:hover { text-decoration: underline; }

a.level1{ font-size: 10px; line-height: 19px; color:#272727; text-transform: uppercase; text-decoration: none;}
a.level1:hover{ color:#7d98a0;}
a.level1selected{ font-size: 10px; line-height: 19px; color:#7d98a0; text-transform: uppercase; font-weight: bold; text-decoration: none;}
a.level1selected:hover { }

a.level2{ font-size: 10px; color:#333833; line-height: 19px;  text-decoration: none;}
a.level2:hover{ color:#7d98a0;  text-decoration: underline;}
a.level2selected{ font-size: 10px; color:#7d98a0; line-height: 19px; text-decoration: underline;}
a.level2selected:hover {}

/* ----------------- start form classes ----------------- */

input,textarea,select{ font-family: arial, verdana, tahoma; color: #939598; font-size: 11px; }


.ButtonInputsMedium{
  font-weight: bold;
  height: 20px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  background-color: #cccccc;
  border: 1px solid #999999;
}

input.FormFieldInputsNarrow{ background-color: #ffffff; border: 0px solid #000000; color: #000000; height: 13px; width: 117px; }
input.FormFieldInputsMedium{ background-color: #E3E1D5; border: 1px solid #B9B399; width: 196px; height: 14px; }
input.FormFieldInputsWide{ width: 420px; height: 16px; padding-left: 2px; }

select.FormFieldInputsCategory{width: 79px; padding-left: 2px; line-height:20px; color: #939598;}

.FormFieldLabelMediumStdColor{ font-weight: bold;}


/* ----------------- start list classes ----------------- */

ul{ padding: 0; margin: 0; list-style-type: none; }

li
{
 padding-left: 10px;
 background-image: url('/AjrGfx/gfx/bullet.gif');
 background-repeat: no-repeat;
}
/* ----------------- start custom classes ----------------- */

.bgBlueCenter{
 background-image: url('/AjrGfx/gfx/bg_center_blue.jpg');
 background-repeat: repeat-x;
 width: 210px;
 height: 122px;
 overflow: hidden;
}

.bgBlueCenterLarge{
 background-image: url('/AjrGfx/gfx/bg_center_blue.jpg');
 background-repeat: repeat-x;
 width: 448px;
 height: 122px;
 overflow: hidden;
}

.bgBlueTop{
 background-image: url('/AjrGfx/gfx/bg_top_blue.jpg');
 background-repeat: no-repeat;
 background-position: bottom center;
 width: 210px;
 height: 27px;
 font-size: 10px;
 color: #272727;
 overflow: hidden;
}

.bgBlueTopLarge{
 background-image: url('/AjrGfx/gfx/bg_top_blue_large.jpg');
 background-repeat: no-repeat;
 background-position: bottom center;
 width: 448px;
 height: 27px;
 font-size: 10px;
 color: #272727;
 overflow: hidden;
}

.bgYellowCenter{
 background-image: url('/AjrGfx/gfx/bg_center_yellow.jpg');
 background-repeat: no-repeat;
 width: 210px;
 height: 122px;
 overflow: hidden;
}

.bgYellowCenterLarge{
 background-image: url('/AjrGfx/gfx/bg_center_yellow.jpg');
 background-repeat: repeat-x;
 width: 448px;
 height: 122px;
 overflow: hidden;
}

.bgYellowTopLarge{
 background-image: url('/AjrGfx/gfx/bg_top_yellow_large.jpg');
 background-repeat: no-repeat;
 background-position: bottom center;
 width: 448px;
 height: 27px;
 font-size: 10px;
 color: #272727;
 overflow: hidden;
}

.bgYellowTop{
 background-image: url('/AjrGfx/gfx/bg_top_yellow.jpg');
 background-repeat: no-repeat;
 background-position: bottom center;
 width: 210px;
 height: 27px;
 font-size: 10px;
 color: #272727;
 overflow: hidden;
}

.bgMaincont{
 background-color: #fbfcf9;
 min-height:600px;
 height:auto !important;
 height:600px;
 background-image: url('/AjrGfx/gfx/bg_sitewidth_2.gif');
 background-repeat: no-repeat;
 width:1008px;
}

.bgTopcont{
 border-top: 1px solid #5b5b5b;
 border-bottom: 1px solid #9aa073;
 height: 143px;
 width: 980px;
 margin-left: 14px;
}

.col1{ width: 1px; }
.col180{ width: 180px; }
.col210{ width: 210px; }
.col233{ width: 233px; }
.col245{ width: 245px; }
.col416{ width: 416px; }
.col452{ width: 452px; }
.col475{ width: 475px; }
.col735{ width: 735px; }

.maincont{
 margin-top: 45px;
}


.margintop1 {margin-top: 1px; }
.margintop2 {margin-top: 2px; }
.margintop8 {margin-top: 8px; }
.margintop9 {margin-top: 9px; }

.marginleft15 {margin-left: 15px;}
.marginleft23 {margin-left: 23px;}

.padtop1{ padding-top: 1px;}
.padtop5{ padding-top: 5px;}
.padtop7{ padding-top: 7px;}
.padtop8{ padding-top: 8px;}
.padtop15{ padding-top: 15px;}
.padtop23{ padding-top: 23px;}
.padtop32{ padding-top: 32px;}
.padtop35{ padding-top: 35px;}
.padtop54{ padding-top: 54px;}

.padright1{ padding-right: 1px; }
.padright37{ padding-right: 37px; }

.padbot1{ padding-bottom: 1px; }
.padbot23{ padding-bottom: 23px; }

.padleft1{ padding-left: 1px; }
.padleft4{ padding-left: 4px; }
.padleft6{ padding-left: 6px; }
.padleft9{ padding-left: 9px; }
.padleft14{ padding-left: 14px; }
.padleft20{ padding-left: 20px; }
.padleft21{ padding-left: 21px; }
.padleft22{ padding-left: 22px; }
.padleft23{ padding-left: 23px; }

.paramsArticleWithBackground{
 height: 230px; /* måske udkommenteres */
 float: left;
 width: 238px;
 font-size: 10px;
 line-height: 14px;
 color: #272727;
 overflow: hidden;
}

.paramsArticleWithBackgroundSubpage{
 float: left;
 width: 238px;
 font-size: 10px;
 line-height: 14px;
 color: #272727;
 overflow: hidden;
}

.paramsArticleWithBackgroundLarge{
 height: 230px; /* måske udkommenteres */
 float: left;
 width: 476px;
 font-size: 10px;
 line-height: 14px;
 color: #272727;
 overflow: hidden;
}

.paramsArticleWithBackgroundLargeSubpage{
 float: left;
 width: 476px;
 font-size: 10px;
 line-height: 14px;
 color: #272727;
 overflow: hidden;
}

.paramsLeftcol{
 width: 207px;
}

.paramsSubnav{
 padding-top: 67px;
}

.row1{ height: 1px; }
.row67{ height: 67px; }
.row212{ height: 212px; }

.textBlack9{
 font-size: 9px;
 color: #494949;
}

.textBlack10{
 font-size: 10px;
 line-height: 19px;
 color: #272727;
}

textBlack10_14{
 font-size: 10px;
 line-height: 14px;
 color: #272727;
}

.textBlack10_15{
 font-size: 10px;
 line-height: 15px;
 color: #272727;
}

.textBlack19{
 font-size: 19px;
 color: #272727;
}

.textGreen10{
 font-size: 10px;
 color: #b0aa48;
}

* --- 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;
}

