﻿body 
{
    
}

table.top
{
    width:100%;
    height:80px;
    /*background-image:url('Web_Style/HeaderBackground.jpg');
    background-repeat:no-repeat;
    background-position:center; 
    background-color:#b0c4de;*/
 /*   position:absolute;
    left:0px;
    top:0px;
    right:0px;*/
}

table.menu
{
    width:100%;
    height:20px;
 /*   border-top-style:double;
    border-top-color:Navy;
    border-bottom-style:double;
    border-bottom-color:Navy;*/
 /*   background-color:Navy;
    border-style:groove;
    border-color:White; 
    position:absolute;
    left:0px;
    top:100px*/
}

td.menu
{
    width:13%;
    border-style:groove;
    border-color:White;
    text-align:center;
}

p.button
{
    font-family:Arial Narrow;
    font-size:large;
    font-weight:bold;
    text-align:center;
    font-variant:small-caps;
    color:White
}

table.main
{
    width:100%;
/*    height:400px;
    position:absolute;
    left:0px;
    top:137px;   */
}

td.left
{
    width:17%;  /*140px;*/
    /*height:600px*/
    vertical-align:top;
    border-right:groove 1px white;
}

td.label
{
   background-color:Navy; 
   height:30px;
   width:150px;
}

table.m
{
    width:100%;
    height:30px;
 /*   position:absolute;
    left:0px;
    top:130px;*/
}

ul.menu
{
    float:left;
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
}

li.menu
{
    width:100%;
    height:30px;
    display:inline;
}

a.menu
{
    text-decoration:none;
    font-family:Arial Narrow;
    font-size:large;
    font-weight:bolder;
    text-align:center;
    font-variant:small-caps;
    color:Navy;
    padding-top:2px;
    
    float:left;
    width:12.5%;
    height:25px;
    background-color:white;/*#0000cc;*/
 /*   border:1px solid white;*/
    border-top:1px solid #b0c4de;
    border-bottom:1px solid #b0c4de;
    vertical-align:middle;
}
a.menu:hover 
{
    background-color:#b0c4de;
    color:white;
}


td.middle
{
    width:750px;
    vertical-align:top;
  /*  background-image:url('Web_Style/Kremlin2_edit.jpg'); 
    background-repeat:repeat-x;*/
}

p.middle
{
    font-family:Arial;
    font-size:10pt;
    text-align:justify;
    font-weight:lighter;
    margin-left:10px;
    margin-right:10px;
}

p.announcement
{
    font-family:Arial;
    font-size:10pt;
    text-align:center;
    font-weight:bold;
}

p.header
{
    font-family:Arial;
    font-size:large;
    font-weight:bold;
    color:Navy;
    text-align:center;
}

p.reklama
{
    font-family:Arial;
    font-size:11.0pt;
    text-align:center;
    color:Navy;
}

p.lastupdate
{
    font-family:Arial Narrow; 
    font-size:10.0pt; 
    color:Navy;
    text-align:right;
    margin-right:20px;
}

p.link
{
    font-family:Arial;
    font-size:10.0pt;
    text-align:right;
    margin-right:20px;
}

td.right
{
    width:17%;
    /*height:500px;
    position:absolute;
    left:800px;
    top:137px;*/
    vertical-align:top;
    /*border-left:groove 1px white;
    border-left-color:#b0c4de;*/
}

ul.leftpanel
{
    float:left;
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
}

li.leftpanel
{
    width:100%;
    height:30px;
    display:table;
}

a.leftpanel
{
    text-decoration:none;
    font-family:Arial Narrow;
    font-size:larger;
    font-weight:bolder;
    text-align:center;
    font-variant:small-caps;
    color:White;
    
    float:left;
    width:100%;
    height:30px;
    background-color:#b0c4de;
    border:1px solid white;
    vertical-align:middle;
}
a.leftpanel:hover 
{
    background-color:White;
    color:Navy;
}

li.middle
{
    font-family:Arial;
    font-size:10pt;
    text-align:justify;
    font-weight:lighter;
}

