/* 
    Document   : site
    Created on : 2010-10-22, 13:24:26
    Author     : Marcin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

root { 
    display: block;
}

body{
    text-align: center;
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size:13px;
    background-color: #ffffff;
    background-image: url("tlo.jpg");
    background-repeat: repeat-x;
}

.logo {
    width: 904px;
    height: 75px;
    text-align: left;
    clear: both;
    margin: auto;
}

.menu {
    width: 904px;
    height: 32px;
    text-align: center;
    clear: both;
    margin: auto;
    background-image: url("menu.jpg");
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 5px;
}

.menu ul {
    list-style: none;
    margin-top:0px;
    margin-left:150px;
}

.menu ul a{   
    text-decoration: none;
    color: #000000;
}

.menu ul a:hover{
    color: #0033cc;
}

.menu li{
    float: left;
    margin-left: 18px;
}
.elementmenu a:hover {

    color: #0033ff;
}

.tresc {
    width: 904px;
    min-height: 357px;
    height: expression(document.body.clientHeight > 357? "357px": "auto" );
    text-align: left;
    clear: both;
    margin: auto;
    background-image: url("tresc.jpg");
    padding-left: 5px;
    padding-right: 5px;
    
}
.tresc a{
    
    text-decoration: none;
}
.dol {
    width: 904px;
    height: 10px;
    text-align: left;
    clear: both;
    margin: auto;
}

.tnag{
    
    color: #999999;
    font-size: 12px;
    font-weight: bold;
}

.tnag a{
    color: #999999;
    text-decoration: none;
}

.news{
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;
    background-color: #bbffb9;
    padding:5px;
    text-align: justify;
    margin-top:10px;
    min-height: 190px;
    height: expression(document.body.clientHeight > 190? "190px": "auto" );

}

.newstemat
{
    font-size: 18px;
    font-weight: bold;
}
.newsdata
{
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    margin-bottom:7px;
}

.newslewy
{
    float:left;
}
.newsprawy{
    float:right;
    margin: 10px;
    text-align: center;
}

.newsprawy a{
    
    text-decoration: none;
    color: #0066ff;
    font-weight: bold;
}