* {
    margin:0;
    padding:0;
}
body {
    font-size:10pt;
    font-family:"Trebuchet MS",Tahoma,serif;
    background-color:#41494c;
    color:#333333;
    line-height:170%;
}
.clear { clear: both; } 
.czerwone { color: red;}

h1 {
    font-size:150%;
    color:#36455c;
    text-transform:capitalize;
    font-variant:small-caps;
    font-weight:normal;
}
h2 {
    font-size:120%;
    color:#36455c;
    text-transform:uppercase;
    font-variant:small-caps;
    font-weight:normal;
}
address {
    font-style:normal;
}

a { 
    color:#36455c;
    text-decoration:none;
}
a:hover { 
    color:#36455c;
    text-decoration:underline;
}
    
/* menu */

#navigation ul {
	list-style-type:none;
	overflow:hidden;
}
#navigation li {
	display:block;
	float:left;
}
#navigation ul li a {
    display:block;
    float:left;
    font-weight:normal;
    font-size:120%;
    text-decoration:none;
    text-transform:uppercase;
    color:#e4e4e4;
    padding:10px 10px 10px 10px;
}
#navigation ul li.current a {
    background: #c3d3b6 url(mcrr.png) top right no-repeat;
    padding:10px 10px 10px 10px;
    color:#41494c;
}
#navigation ul li a:hover {
    border-bottom:4px solid #e4e4e4;
    padding:10px 10px 6px 10px;
}
