<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{height:100%}

body{
    min-width:860px;   
    background-color:black;
    margin:0px;
    padding:0px;
    height:100%
}

#top{    
    height:120px;
    background-color: black;
    border-bottom:solid 5px red;    
}

#topcontain{
    width:920px;
    margin-left: auto;
    margin-right:auto;
}
#footer{
    min-width:860px;
    position:absolute;
    bottom:0;
    width:100%;
    height:65px;
    background-color:black;
}

.footer{
    display:inline;
}

#social{    
    padding-top:15px;
    float:right;
    margin-right: 30px;
}
#social img:hover{
    cursor:pointer;
}

#logo{
    padding-top: 15px;
    width:270px;
    height:79px;
}

#menu{
    margin: -70px 0px 0px 210px;
    color:white;    
}
ol{
    list-style-type:none;
}

ol &gt; li {
    font-family: 'Oswald';
    font-size:21px;
    float:left;
    padding:0;
    margin:0;
}

ol&gt; #_01, #_02, #_03, #_04{
    
    padding-right:18px;
}
  


#rodzajewina &gt; li{
    position:relative;
    padding:10px 10px;
    border-radius: 0px;
    margin:0 -70px;
    width:151px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    background:url('../files/images/content_elipse.png') no-repeat center;
    list-style-type:none;
    color:black;
    font-size:14px;
    z-index: 2;
}

#rodzajewina &gt; li:hover{
    cursor:pointer;
    color:crimson;
    z-index:4;
}

ol &gt; li &gt; ul {
  display:none;
  font-family: 'Oswald', sans-serif;
}

ol &gt; li:hover &gt; ul {
  display:block;
}

.seperated{
    
    background:url('../files/images/separator_shape.png') no-repeat top left;
    padding-left:18px;
}

#container{
    
    min-height:440px;
    overflow: hidden;
    padding-left:40px;
    padding-top: 50px;
    padding-bottom:65px;
    
}

#container:after {
content:" ";
display:block;
clear:both;
}
* html #container {
height:1px;
}

#elipse{
    position:absolute;
    left:45%;        
    margin-left: -501px;
    margin-top:-20px;
    margin-bottom:-50px;
    padding-top:2px;   
    display:block;
    height:489px;
    width:489px;
    overflow:hidden;
}


#tekst1, #tekst2, #tekst3{
    font-family: 'Oswald';
}

</pre></body></html>