html,body
{
 font-family: arial, verdana, tahoma;
 font-size: 11px;
 color: #000;
 background-color: #E0E0E0;
 margin: 0;
 height: 100%;
 width: 100%;
 SCROLLBAR-FACE-COLOR: #ededed;
 SCROLLBAR-HIGHLIGHT-COLOR: #ededed;
 SCROLLBAR-SHADOW-COLOR: #2f2a2f;
 SCROLLBAR-3DLIGHT-COLOR: #2f2a2f;
 SCROLLBAR-ARROW-COLOR: #2f2a2f;
 SCROLLBAR-TRACK-COLOR: #ffffff;
 SCROLLBAR-DARKSHADOW-COLOR: #ededed;
 SCROLLBAR-BASE-COLOR: #2f2a2f;
}

.Wrapper
{
 _position: relative;
 text-align: left;
 width: 900px;
 height: 100%;
}

.Content
{
 position: absolute;
 width: 900px;
 background-color: #f1f1f1;
 text-align: left;
 height: 100%;
}

/* ----------------- start text classes ----------------- */

h1.MediumStdColor
{
 margin-top: 0px;
 margin-bottom: 8px;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 text-transform: uppercase; 
}

h1.Forside
{
 margin-top: 0px;
 margin-bottom: 0px;
 font-size: 11px;
 color: #000;
 font-weight: bold;
}

h2.MediumStdColor
{
 margin-top: 0px;
 margin-bottom: 8px;
 font-weight: bold;
 font-size: 11px;
 color: #000;
 text-transform: none;
}

h2.White
{
 margin-top: 0px;
 margin-bottom: 0px;
 font-weight: bold;
 font-size: 11px;
 color: #fff;;
}

.BreadMediumStdColor
{
 font-size: 11px;
 line-height: 16px;
 color: #000;
}

a
{
 font-size: 11px;
 text-decoration: none;
 color: #9CC53B;
 font-weight: bold;
}

a:hover {text-decoration: underline;}

a.White { color: #fff; }

a.GreenBold
{
 color: #6B8629;
 font-weight: bold;
 background-image: url('/AjrGfx/SystemGfx/bullet_green.gif');
 background-repeat: no-repeat;
 padding-left: 10px;
}

a.BlueBold
{
 color: #136783;
 font-weight: bold;
 background-image: url('/AjrGfx/SystemGfx/bullet_blue.gif');
 background-repeat: no-repeat;
 padding-left: 10px;
}


a.OrangeBold
{
 color: #E77212;
 font-weight: bold;
 background-image: url('/AjrGfx/SystemGfx/bullet_orange.gif');
 background-repeat: no-repeat;
 padding-left: 10px; 
}

/* ----------------- start menu classes ----------------- */

a.MenuCase0
{
 font-size: 12px;
 color: #000;
 font-weight: normal;
 text-decoration: none;
}

a.MenuCase0:hover {
 text-decoration: none;
 color: #92278F;
}

a.MenuCase0Selected
{
 font-size: 12px;
 color: #92278F;
 font-weight: bold;
 text-decoration: none;
}

a.MenuCase0Selected:hover {
 text-decoration: none;
 color: #92278F;
}

a.MenuCase1
{
 font-size: 11px;
 color: #404041;
 text-decoration: none;
 padding-left: 20px;
}

a.MenuCase1:hover
{
 text-decoration: none;
 color: #92278F;
}

a.MenuCase1Selected
{
 font-size: 11px;
 color: #92278F;
 text-decoration: none;
 padding-left: 20px;
}

a.MenuCase1Selected:hover {
 text-decoration: none;
 color: #92278F;
}

/* ----------------- start input classes ----------------- */

input,textarea,select
{
 font-family: arial, verdana, tahoma;
 color: #000;
 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
{
 width: 206px;
 height: 16px;
 border: 1px solid #cccccc;
 padding-left: 2px; 
}

input.FormFieldInputsMedium
{
 width: 215px;
 height: 19px;
 padding-left: 2px;
 border: 1px solid #404041;
}

input.FormFieldInputsWide
{
 width: 420px;
 height: 16px;
 padding-left: 2px; 
}

textarea.FormFieldInputsMedium
{
 width: 220px;
 height: 20px;
 padding: 2px;
}

.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 ----------------- */

.Top
{
 background-image: url('/AjrGfx/SystemGfx/baggrund_top_kommunikation.gif');
 background-repeat: no-repeat;
 width: 900px;
 height: 295px;
}

.RightColumn
{
 background-image: url('/AjrGfx/SystemGfx/baggrund_right_kommunikation.gif');
 background-repeat: no-repeat;
 width: 300px;
 height: 450px;
 color: #fff;
}

.Logo
{
 background-image: url('/AjrGfx/SystemGfx/logo_rostra_kommunikation.gif');
 background-repeat: no-repeat;
}

.Dots
{
 background-image: url('/AjrGfx/SystemGfx/prikker_bund_kommunikation.gif');
 background-repeat: no-repeat;
 background-position: top center;
 text-align: center;
}

.BlackBox310px
{
 background-color: #313131;
 width: 310px;
 height: 262px;
 color: #fff;
}

.BlackBox215px
{
 background-color: #313131;
 width: 215px;
 height: 262px;
 color: #fff;
}


