body
{
    height: auto;
    width: 1100px;
    background-image: url(img/bg.jpg);
    background-repeat: repeat;
    margin: auto;
}
body p
{
    color: rgba(235,235,235,0.5);
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    font-size: 140%;
    margin-right: 200px;
}
body h1
{
    margin-top: 40px;
    margin-right: 40px;
    color: #4A494A;
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    font-size: 450%;
    font-weight: lighter;
}
body h2
{
    color: rgba(235,235,235,0.5);
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
}
body h3
{
    color: rgba(235,235,235,0.5);
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    margin-right: 200px;
}
body a
{
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    color: rgba(255,0,0,0.5);
}
body textarea
{
    background-color: rgba(0,0,0,0.5);
    color: rgba(235,235,235,0.5);
}
body table
{
    background-color: rgba(0,0,0,0.5);
    color: rgba(235,235,235,0.5);
    border: outset;
    border-width: 2px;
    border-color: rgba(235,235,235,0.5);
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    font-size: 120%;
}
body td
{
    border: outset;
    border-width: 1px;
    border-color: rgba(235,235,235,0.5);
    padding: 10px;
}
@font-face
{
    font-family: Abadi-MT-Condensed-Light-Regular;
    src: url(Abadi-MT-Condensed-Light-Regular.ttf);
    font-style: normal;
    font-weight: normal;
}
header
{
    width: 1100px;
    height: 210px;
    background-image: url(img/logo.gif);
    margin: auto;
    margin-bottom: 20px;
    border-bottom: outset;
    border-width: 1px;
    border-color: white;
}
#container
{
    background-image: url(img/container.png);
    margin-left: 280px;
    margin-right: 70px;
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    font-size: 110%;
    color: darkgrey;
    padding: 30px;
    border: outset;
    border-width: 1px;
    border-radius: 5px;
}
#container h1
{
    text-decoration: underline;
}
#container p
{
    padding-left: 10px;
    padding-right: 10px;
}
#menu
{
    width: 1100px;
    margin-top: 20px;
    font-family: Abadi-MT-Condensed-Light-Regular,Arial,sans-serif;
    font-size: 120%;
    text-align: justify;
}
#menu a
{
    text-decoration: none;
    color: rgba(235,235,235,0.6);
    border: outset;
    border-width: 1px;
    border-color: rgba(235,235,235,0.4);
    margin-right: 69px;
    /*background-image: url(img/menu-normal.png);*/
    background-color: rgba(0,0,0,0.3);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#menu a:hover
{
    /*background-image: url(img/menu-hover.png);*/
    background-color: rgba(82,82,82,0.5);
}
#menu a:active
{
    /*background-image: url(img/menu-active.png);*/
    background-color: rgba(133,133,133,0.5);
}
.formulare
{
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}
footer
{
    background-image: url(img/footer.png);
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 70px;
    padding: 30px;
    text-align: center;
    border: outset;
    border-width: 1px;
    border-radius: 5px;
    font-family: Arial,sans-serif,italic;
}
footer a
{
    font-family: Arial,sans-serif,italic;
    color: grey;
    text-decoration: none;
}
footer a:hover
{
    font-family: Arial,sans-serif,italic;
    color: goldenrod;
}