﻿body
{
	/*font-size:14px;*/
	font-family: Frutiger,Calibri,Myriad,Arial,Sans-serif;
	background:url("../images/main_bg.png");
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center top;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
img, a
{
    border:0;
}
.AllContent
{
	width:1000px;
	height:870px;
	margin: 152px auto 0 auto;
}

.Header
{
    clear:both;
    height:161px;
    width:100%;
}
.HeaderLeftPane
{
    width: 500px/*520px;*/;
    float:left;
}
.HeaderMenuPane
{
    width:500px;/*480px;*/
    float:left;
    /*margin-top:40px;*/
}


.FooterPane
{
    background-image:url(../images/logotypy_bg.png);
    background-repeat:no-repeat;
    height:64px;
    width:982px;
    margin-left:9px;
    padding-top:10px;
    
}
.FooterLinksPane
{
    float:left;
    width:249px;
    margin-left:9px;
    padding-top: 17px;
    height:36px;
    clear:both;
}
.FooterMenuPane
{
    float:left;
    width:742px;
    height:36px;
}

/***************** Menu ************************/
div.MenuStyle
{
    z-index:0!important;
    margin-left:11px;
}

.MenuStyle li a img,
.MenuBottomStyle li a img
{
    text-decoration:none;
    border:none;
    z-index:0;
}
.MenuBottomStyle
{
    float: left;
}
.MenuBottomStyle li
{
    margin-left:38px;
}
.MenuBottomStyle li.FirstItem
{
    margin-left:30px;
}

.ProgramTitle
{
    font-size: 30px;
    text-decoration: underline;   
    border: 1px solid yellow; 
    text-align: center;
}
