body{
    font-family: Verdana;
    font-size: 12px;    
    margin: 0pt auto;
    padding: 0px;
    height: 100%;
    background: #e4edf2;
}

table{
    border-collapse: collapse;
}

td, th{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
}

h1{
    color:#8f929d;
    font-size: 20px;
}

div#MHead{
    background: url("/img/head.jpg") no-repeat top left;
    height: 225px;
    width: 876px;
}

div#MBody{
    width: 775px;
}

div#menu{
    width: 230px;
    float: left;
}

div#kontent{
    float: right;
    width: 533px;
    //width: 545px;
    padding: 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    height: 400px;
}

a.MainMenu{color: #000; text-decoration: none; font-weight: bold;}
a.MainMenu:hover{color: #009; text-decoration: underline; font-weight: bold;}

input#check{
    border: 2px solid #999;
    background: #f0f0f0;
    width: 170px;
}