body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding: 0px;
text-align:center;
background-color:black;
}

img
{
border:0px;
}

.img
{
border:0px;
}


div.base
{
width: 800px;
margin: auto;
margin-left:auto; 
margin-right:auto; 
padding:0px;
position: absolute;
text-align:left;
left:0px;
}


div.nadrzedny
{
text-align:center;
margin: auto;
padding:auto;
/* height: 100%; */
border-style: none;
z-index:1;
position: relative;
width: 800px;
background-color:black;
}


div.menu
{
/* margin-top: 250px; */
margin-left: 0px;
width: 210px;
height: 445px;
z-index:2;
color: white;
/*border: 1px yellow solid;*/
}


div.okno
{
margin-top: -450px;
margin-left: 200px;
width: 630px;
/* border: 1px yellow solid; */
color:white;
}



div.logo 
{
margin:0px;
margin-top: 5px;
padding:0px;
margin-left:0px;
height:240px;
width: 800px;
/* border: 1px black solid; */
/* position: absolute; */
z-index:2;
}




li
{
font-weight: bold;
margin-left: 0px;
margin-top: 5px;
padding-left: 10px;
}

ul
{
/* list-style-type: none; */
padding: 5px;
margin-left: 15px;
margin-top: 5px;
}


a
{
color: white;
text-decoration: underline;
}




a.menu {
margin: 0;
display: block;
width:130px;
text-decoration: none;
/* padding: 4px 6px; */
/* padding-left:25px; */
color:white;
font-weight:bold;
font-size:12px;
border-bottom:white;
}

a.menu:hover 
{
background-color: #dc2b19;
color: black;
}

a:hover 
{
color: white;
text-decoration: underline;
}

a:active
{
color: white;
text-decoration: none; 
}


a:link
{
color: white;
text-decoration: none; 
}



.fulltitle { margin-bottom: 0px; padding-bottom: 0px }
.series { margin-top: 0px; padding-top: 0px }


h1, h2, h3, h4, h5, h6 { text-align: center; font-weight: bold }

h1
{
font-size: 150%;
}

h2
{
font-size: 135%;
}

h3
{
font-size: 125%;
}


hd
{
font-size: 300%;
}


hc
{
font-size: 330%;
}



#thumbBox
{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar
{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 0px;
text-align: right;
position: absolute;
}


#thumbBox #thumbImage
{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading
{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 0px;
z-index: 5;
}