﻿/** TEXT **/
body
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
}

h1
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    color: #ffffff;
}

h2
{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #ffffff;
}

h3
{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1px;
    font-weight: bold;
    color: #ffffff;
}

p
{
    font-size: 11px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px;
    color: #ffffff;
}

td
{
    color: #ffffff;
}

.FormTextBox, .Button
{
    font-size: 10px;
}

a, a:link, a:visited
{
    color: #e1cc00;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

hr
{
    height: 0px;
    margin: 0px;
    border: 0px;
    border-top: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Italic
{
    font-style: italic;
}

.LargeSerif
{
    font-family: Times New Roman, Times, Serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: normal;
    font-style: italic;
}

.LeftFrame h1
{
    margin-bottom: 10px;
}

.TransparentContent p
{
    font-size: 12px;
    margin: 0px;
}

.TransparentContent p em
{
    font-family: Times New Roman, Garamond, Serif;
    font-size: 16px;
    line-height: 1.2em;
}

.PdfLink
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

/** LAYOUT **/

body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: #e5e5e5;
    background-image: url(Images/BodyBg.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

.MainFrame
{
    position: relative;
    margin: 100px auto auto auto;
    width: 820px;
}

.MainFrameInner
{
    float: left;
    width: 100%;
    margin-left: 0px;
}

.Logotype
{
    position: absolute;
    top: 0px;
    left: 50px;
}

.MainMenuFrame
{
    position: absolute;
    top: 8px;
    left: 280px;
    width: 530px;
    text-align: center;
}

.ContentFrame
{
    float: left;
    margin-top: 70px;
    width: 100%;
    padding: 0px;
}

.AdminContent
{
    padding: 20px;
    background-color: #626262;
}

.LeftFrame
{
    float: left;
    width: 220px;
    height: 450px;
    background-color: #626262;
    padding: 10px 10px 20px 10px;
}

.RightFrame
{
    background-color: #949494;
    padding: 50px 20px 20px 0px;
    height: 410px;
}

.RightFrameInner
{
    margin-left: 290px;
    width: 480px;
}

.BottomInfoFrame
{
    float: right;
    margin: 5px 20px 20px 0px;
    text-align: right;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

/** CONTENT **/

.TransparentFrame
{
    position: absolute;
    right: 0px;
    width: 528px;
    background-color: #4699b9;
    opacity: .74;
    filter: alpha(opacity=74);
    -moz-opacity: 0.74;
    z-index: 10;
}

.TransparentContent
{
    position: absolute;
    right: 40px;
    width: 448px;
    z-index: 20;
}

/** MAIN MENU **/

.MainMenuItem
{
    margin: 0px 5px 0px 5px;
    font-weight: bold;
}

.MainMenuItem a, .MainMenuItem a:link, .MainMenuItem a:active, .MainMenuItem a:visited
{
    color: #666666;
    text-decoration: none;
}

.MainMenuItem a:hover, .MainMenuItemSelected a, .MainMenuItemSelected a:link, .MainMenuItemSelected a:active, .MainMenuItemSelected a:visited
{
    color: #000000;
    text-decoration: none;
}

/** SUB MENU **/

.SubMenuItem
{
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight: normal;
}

.SubMenuSub
{
}

.SubMenuSubItem
{
    /* 	top: -11px; 	position: relative; 	padding-left: 50px; */
    color: #ffffff;
    margin-bottom: 2px;
}

.SubMenuItem a, .SubMenuItem a:link, .SubMenuItem a:active, .SubMenuItem a:visited, .SubMenuItemArrow
{
    color: #ffffff;
    text-decoration: none;
    padding-right: 15px;
    background-image: url(Images/MenuArrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.SubMenuItem a:hover, .SubMenuItemSelected a, .SubMenuItemSelected a:link, .SubMenuItemSelected a:active, .SubMenuItemSelected a:visited, .SubMenuItem a:hover .SubMenuItemArrow, .SubMenuItemSelected a .SubMenuItemArrow, .SubMenuItemSelected a:link .SubMenuItemArrow, .SubMenuItemSelected a:active .SubMenuItemArrow, .SubMenuItemSelected a:visited .SubMenuItemArrow
{
    color: #e1cc00;
    text-decoration: none;
    background-image: url(Images/MenuArrowSelected.gif);
}

.SubMenuItem a:hover .SubMenuItemSelected, .SubMenuItem a .SubMenuItemSelected, .SubMenuItem a:link .SubMenuItemSelected, .SubMenuItem a:active .SubMenuItemSelected, .SubMenuItem a:visited .SubMenuItemSelected
{
    color: #e1cc00;
}

.SubMenuItemNoArrow a, .SubMenuItemNoArrow a:link, .SubMenuItemNoArrow a:active, .SubMenuItemNoArrow a:visited, .SubMenuItemNoArrow a:hover
{
    background: none;
}


/*ANIMERAD TEXT*/

.NewsPaneContainerMargin
{
    position: absolute;
    top: -100px;
    left: 50px;
    width: 700px;
    height: 60px;
    
    border: dotted 0px red;   
}
.NewsPaneAnimateContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    overflow: hidden;
}

.NewsPaneAnimateContainer p
{
    color: #000;
    font-size: 13px;
    white-space: normal;
}

.NewsPaneConcealer
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 99px;
    background-image: url('Images/WhiteFader.png');
    background-position: 0px 120px;
    
    border: dotted 0px pink;
}