html, body {margin: 0 auto;
            padding: 0;
            text-align: center;
            font-family: Verdana,'Arial CE',Arial,Tahoma,Helvetica,sans-serif;
            scrollbar-arrow-color:white;
            scrollbar-face-color: #515378;
            scrollbar-shadow-color: #707070;
            scrollbar-track-color: #E4E3E9;
            scrollbar-3dlight-color:#404040;
	    background-color: #C3C3C3;
	    color: black;
            font-size:11px;
}

#site {  overflow: hidden;
         width: 780px;
         background-color: #E3E3E3;
}

#logo { width:780px;
}


#left { width: 230px;
	float: left;
	overflow: hidden;
	background-color: #E3E3E3;
	}

#content { vertical-align:top;
           padding-top: 10px;
           padding-left: 10px;
           padding-right: 10px;
            background-color: #E3E3E3;
           width: 500px;
           text-align: left;
	   float: right;
	   overflow: hidden;


}

#stopka {
	  clear: both;
	  width: 100%;
          background-color: #E3E3E3;

}

div.line { width: 220px;
           text-align:left;
           padding:3px;
           background-color: #E3E3E3;
           margin: 3px;
}


div.header {background-color:#5F4E78;
            padding-top:4px;
            padding-bottom:4px;

            color: white;
            font: small-caps bold 11px Verdana;
            margin: 0px;
            padding-left:5px;
            text-align:center;
}

div.text {  padding-left:15px;
            padding-top:4px;

            padding-bottom:4px;
            background-color: #E3E3E3;
            color: black;

            margin-top: 4px;

             font-size:11px;
}

span.violet   {color:#330066;


           }


img.foto   {border:1px solid #8C8C8C;
           }

img.image   {float:left;
             margin:5px;
             border:1px solid #8C8C8C;
           }
           
img.pic   {float:left;
             margin:5px;}
           

a:link {color:#3E3E43; text-decoration:none; font-size:11px;}
a:visited {color:#3E3E43; text-decoration: none; font-size:11px; }
a:hover {color:#442178; text-decoration: none; border-bottom: 1px dotted; border-top: 1px dotted; font-size:11px;}
a:active {color:#442178; text-decoration: none; border-bottom: 1px dotted; border-top: 1px dotted; font-size:11px;}

a.linki:link {text-decoration:underline; }
a.linki:visited {text-decoration:underline; }
a.linki:hover {color:gray; text-decoration: underline;}
a.linki:active {color:gray; text-decoration: underline; }


.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid gray;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/

}

div.title    { border-bottom:1px solid black;

              margin-bottom:5px;
              text-align:left;
               }

div.season    { color:#808080;
               }

div.sezon    { width:230px;
                float:right;
                border-bottom:1px solid black;
                text-align:center;
               }
table    { font-size:11px;
               margin: 0 auto;
               }

table.book td {border-bottom:1px solid black;
               padding:20px;
               text-align:center;
           }
           
div.center   {text-align:center;
           }

table.actors  {border-top:1px solid white;
               border-left:1px solid white;
               padding:5px;
               font-size:11px;
               width:490px;
           }

table.actors  td {border-bottom:1px solid #C5C5C5;
                  border-right:1px solid #C5C5C5;
           }

table.tab td {border-bottom:1px solid white;
               border-right:1px solid white;
               text-align:center;
           }
           
div.menu    {  width: 450px;
              border-bottom: 1px solid gray;
              text-align:left;
               margin:3px;
              padding:3px;
              color: #330066;
            }
            
div.main    { border-bottom:1px solid gray;
              text-align:left;
              font-weight:bold;
              padding-left:5px;

               }
               
a img {border: 0;}
               





