﻿body
{
    margin: 0;
    padding: 0;
}
body, td, p, div, a
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #384F76;
}
#PageContainer
{
    height: 100%;
    width: 950px;
    background-image: url(/Library/Media/Page/Fortezza/footer_background.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.NavigationContainer
{
    background-color: #D8DCE4;
    width: 195px;
}
#HeaderContainer, #ContentContainer, #FooterContainer
{
    width: 755px;
}
#HeaderContainer
{
    height: 158px;
    background-image: url(/Library/Media/Page/Fortezza/header_standard.gif);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
}
#ContentContainer
{
    height: 100px;
    border: none;
    width: 739px;
    margin: 0;
    padding: 25px 25px 45px 0px;
}
#ContentSpacer
{
    width: 16px
}
#HeaderNavigation
{
    background-color: #384F76;
    height: 15px;
    text-align: right;
    padding-right: 5px;
    width: 739px;
}
#HeaderNavigation, #HeaderNavigation a
{
    color: #fff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    text-decoration: none
}
#FooterContainer
{
    height: 40px
}

#FooterContainer table tr td, #FooterContainer table tr td a
{
    color: #41577C;
    font-size: 10px
}

h1
{
    font-size: 16px;
    background-image: url(/Library/Media/Page/Fortezza/h1.gif);
    background-repeat: no-repeat;
    padding-left: 35px
}

h2
{
    font-size: 12px;
}

/* Menü */

.PageMainMenuRootItem
{
    font-weight: bold;
    font-size: 14px;
    color: #384F76;
    font-family: Arial, Verdana, Sans-Serif;
    background-image: url(/Library/Media/Page/Fortezza/navi_main_bg.gif);
    background-repeat: no-repeat;
    width: 182px;
    height: 25px;
}
.PageMainMenuChildItem
{
    font-weight: bold;
    font-size: 10px;
    color: #FBF507;
    font-family: Arial, Verdana, Sans-Serif;
    width: 181px;
    height: 25px;
    background-image: url(/Library/Media/Page/Fortezza/navi_sub_bg.gif);
    background-repeat: no-repeat;
}
.PageMainMenuChildItem a, .PageMainMenuChildItem a:visited, .PageMainMenuRootItem a, .PageMainMenuRootItem a:visited
{
    color: #384F76;
    background-image: none;
}
.PageMainMenuChildItem a:hover, .PageMainMenuRootItem a:hover
{
    color: #FFCC33;
}
