﻿body,html
{
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    /*background-color:#000;*/
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center 50%;
    font-family:Verdana;
    font-size:12px;
}

body IMG.BGImage
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;   
}

#Main
{
    position:relative;
    z-index:2;
    background-image:url(Images/overlay.png);  
    background-repeat:repeat; 
    margin:0px auto;
    width:990px;
    color:White;
    top:50px;
}

#Main div.Menu, #Main div.Content, #Main div.SubMenu
{
    float:left;   
}

#Main div.Menu
{
    width:190px; 
    padding:10px;  
}

#Main div.Content
{
    width:550px;
    padding:10px;
}

#Main div.SubMenu
{
    width:190px;
    padding:10px;
}

H1
{
    font-size:15px;        
}






/* ------------------------------------------ MENU ----------------------------------- */


div.Menu #Menu, div.SubMenu UL.SubMenu
{
   list-style-type:none;
   padding-left:10px;
   margin-left:0px;
}

UL.SubMenu
{
   list-style-type:none;
   padding-left:10px;
   margin-bottom:5px;
}

div.Menu #Menu LI, div.SubMenu UL.SubMenu LI
{
   line-height:17px;   
   list-style-type:none;
}

.MenuItem A.MenuActive, #liLink A.MenuActive
{
   color:#dbd500;
   font-weight:bold;
   text-decoration:none;
}

.MenuItem A, .FooterMenuItem A, #liLink A
{
   color:White;
   text-decoration:none;
}

.MenuItem A.MenuActive:hover, .MenuItem A:hover, .FooterMenuItem A:hover, #liLink A:hover
{
   color:#dbd500;
}

.FooterMenuItem
{
   margin-left:10px;
   font-size:10px;
}

/* ------------------------------------------ END MENU ----------------------------------- */

/* ------------------------------------------- CONTENT ----------------------------------- */

div.Content A
{
    color:#dbd500;
}

div.Content
{
    line-height:1.3em;   
}


/* ----------------------------------------- BOTTOM BAR ---------------------------------- */


div.BottomBar
{
    z-index:1;
    background-image:url(Images/overlay.png);  
    background-repeat:repeat; 
    width:980px;
    color:White;
    padding:5px;
    text-align:right;
}

div.BottomBar A
{
    color:#dbd500;
}

div.Adres
{
    text-align:left; 
    position:relative;
    bottom:0px;
    left:10px;
}

/* --------------------------------------- END BOTTOM BAR -------------------------------- */

.clear 
{
    clear:both;   
}

H1.Blind
{
    display:none;   
}

