body{
    margin:0;
    padding:0;
/*    font: 0.7em/140%  "Lucida Grande", verdana, helvetica, sans-serif; */
    font: 0.9em/140%  "Lucida Grande", verdana, helvetica, sans-serif;
    text-align: justify;
    background-color: white;
    }

body img{ /* Usuniecie domyslnego obramowania obrazkow */
    border: 0;
    }

#topsection{
    height: 100px; /* Wysokosc naglowka strony */
    background: white url("grafika/ump-cxs.png") bottom left no-repeat;
/* było 50px baner.gif center */
    }

#topsection h1, #topsection h2{ /* ukrywanie tytulow H1 i H2 gdy obslugujemy CSS */
    display: none;
    }

#szybkielinki {
    font-size: 70%;
    }

#szybkielinki a{
    font-size: 140%;
    }

#szybkielinki h4{
    font-size: 140%;
}

#contentwrapper{
/*    float: left;
    width: 100%;
*/
    }

#contentcolumn{
/*    margin-left: 240px; /* Ustawic lewy margines na wartosc szerokosci lewej kolumny */
    }

#contentcolumn abbr, acronym{
    cursor: help;
    border-bottom: 1px dotted #546179;
    }

#menu{
    float: right;
    width: 240px; /* Szerokosc lewej kolumny */
/*    margin-left: -100%; */
    background: #eee;
    text-align: left;
    display: inline;
    margin-left: 30px;
    }

#menu h4{
    margin: 20px 0 0 0;
    }

#menu ul{
    margin-left: 20px; 
    margin-top: 0.3em;
    padding-left: 0px;
}

#menu li{
    margin-left: 0px; 
    padding-left: 0px;
    }

#menu hr{
    margin: 10px auto 10px auto;
    width: 200px;
    }

#reklamy img{ /* Wycentrowanie banerkow reklamowych na sztywno */
    position: relative;
    top: 0px;
    right: 60px;
    bottom: 0px;
    left: 30px;
    margin-top: 15px;
    }

#footer{
    clear: both;
    width: 100%;
    background: white;
    font-size: 60%;
    text-align: center;
    padding: 4px 0;
    }

#obrazki{
    margin: auto;
    text-align: center;
    font-size: 60%;
    }

.innertube{
    margin: 10px; /* Margines, aby bezpiecznie zapewnic padding wewnatrz poszczegolnych kolumn */
    }

A:link {color:#205090;text-decoration:none}
A:visited {color:#955;text-decoration:none}
A:hover {color:red; text-decoration:underline;}
A:active {color:red;text-decoration:none}
