﻿body, html
{
    font-family:Verdana, Sans-Serif;
    /*margin:10px 0px 30px 0px;*/
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:9pt;
    width:100%;
    background-image:url(img/bgMain.jpg);
}

body
{
    text-align:-moz-center;
}


div.fond
{   
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:933px;
    display:block;
}


div.border
{
    border:solid 1px #CCCCCC;
    background-color:#002448;
}

div.header
{
    margin:1px 1px 1px 1px;
    text-align:left;
    background-color:#D4D4D4;
    height:132px;
}

div.meniu
{
    background-color:#666e7b;
    height:36px;
    vertical-align:middle;
    text-align:right;
    border-top:solid 1px #D4D4D4;
    border-bottom:solid 1px #D4D4D4;
}

div.meniuStanga
{
    float:left;
    width:232px;
    background-color:#383c45;
    padding-top:28px;
    padding-bottom:3px;
    border-left:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}

div.main
{
    float:right;
    width:698px;
    background-color:#CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    text-align:left;
}

div.mi
{
    background-color:#666666;
    border-bottom:solid 1px #FF9933;
    text-align:left;
    padding:4px 1px 5px 10px;
}

span.mi
{
    font-size:12pt;
    color:#D4D4D4;
    font-weight:600;
}

div.smi
{
    border-bottom:solid 1px #666666;
    text-align:left;
    margin-left:25px;
    padding:4px 1px 5px 3px;
}

div.paddedContent
{
    padding:20px 10px 10px 15px;
}

h1, h2
{
    color:#666E7B;
    font-size:11pt;
}

h1{font-size:12pt;}


a.lnkAmpl:link, a.lnkAmpl:visited
{ 
    color:#000099;
    text-decoration:none;   
}

a.lnkAmpl:hover
{
    text-decoration:underline;
}

span.litera
{
    color:#990000;
    font-size:10pt;
    font-weight:bold;
    text-transform:uppercase;
}

p
{
    text-align:justify;
    line-height:150%;
}

a.titlu:link, a.titlu:visited
{
    color:#383c45;
    text-decoration:none;
    font-weight:bold;
    font-size:9pt;
}

a.titlu:hover
{
    text-decoration:underline;
}


div.myLogo
{
    padding:5px 10px 5px 10px;
    margin:10px 35px 20px 35px;
    float:left;
}

div.footer
{
    padding:5px 10px 5px 10px;
    text-align:center;
    background-color:#CCCCCC;
    border:solid 1px #333333;
    margin:10px 35px 20px 35px;
    float:left;
}

a.link:visited, a.link:link
{
    color:#555555;
    text-decoration:none;
    font-size:8pt;
    margin-right:5px;
    margin-left:5px;
}

a.link:hover
{
    text-decoration:underline;
}