HEAD {
background-color : #000000 ;
color: white
}
BODY {
background-color : #000000 ;
color: white
}

.logo{
position: absolute;
left: 0px;
top: 0px;
z-index: 1;

}
.ten{
position: absolute;
right: 5px;
top: 80px;
z-index: 2;
color: #9a6f63;
text-align: right;
font-style:italic ;
font-size: 30px;
}
.nadpis{
position: absolute;
right: 12px;
top: 70px;
z-index: 3;
color: #fbf0e3;
text-align: right;
font-style:italic ;
font-size: 30px;
}

.sidebarmenu{
position: absolute;
top: 290px;
left: 1%;
right: 75%;
font: bold 10px Verdana;
width: 25%; /* Main Menu Item widths */
}

ul{
position: absolute;
width: 100px; /*Sub Menu Items width */
top: 0;
}
 
li{
position: relative;
background-color: black;
color: white;
list-style-type: none;
height: 15px
}

a{
display: inline;
overflow: auto;
color: white;
text-decoration: none;
padding: 2px;

}

a:link {
color: white ;
padding: 2px;

}

a:visited {
color:brown;
padding: 2px;

}

a:hover { 
color: pink ; 
text-decoration:none;
padding: 2px;

}

a:active {
color: orange; 
text-decoration:none;
padding: 2px;
}

.maincontent{
position: absolute;
top: 290px;
left: 25%;
right: 25%;
text-align: justify;
text-indent: 5%;
font-family: "Times New Roman", serif;
font-size: 16px;
font-style: italic;
}

h3{
font-style: italic;
font-weight: bold;
}

.copywrite{
position: absolute;
bottom: 5px;
left: 25%;
right: 25%;
text-align: center;
font-family: verdana, arial, sans-serif;
color: gray;
}

