/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
    font: normal 12px Tahoma; 
}

#header {
    background-color: black;  
    width: 100%;
}

#footer {
    background-color: black;
    width: 100%;
}

#menu {
    width: 240px;
    min-width: 240px;
    background-color: #e6e6e6;
    vertical-align: top;
}

#content {
    padding-left: 20px;
    text-align: center;
    vertical-align: top;
}

#rightpanel {
    vertical-align: top;
    padding-left: 20px;
}

.hmark { 
    background-image: url(/img/hmark.jpg); 
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    color: #968b63; 
    font: bold 20px Verdana;
    margin: 10px 0 10px 10px;
    padding: 5px 0 0 5px;
}

.hmark2 { 
    background-image: url(/img/hmark2.jpg); 
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    color: #968b63; 
    font: bold 20px Verdana;
    margin: 10px 0 10px 10px;
    padding: 5px 0 0 5px;
    text-align: left;
}


.black {font: bold 12px Tahoma; color: black;}
.white {font: bold 12px Tahoma; color: white;}

.menuitem {
    height: 22px; 
    background-image: url(/img/menu_line.jpg); 
    background-repeat: repeat-x; 
    background-position: bottom;
}
.menuitem span {
    color: red;
    margin: 0 5px 0 5px;
}

.menuitem a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.film {
    height: 310px; 
    width: 370px;

}

.filmheader {
    height: 54px; 
    background: url(/img/l_header.jpg) no-repeat;
}

.filmfooter {
    height: 54px; background: url(/img/l_footer.jpg) no-repeat;
}

.filmbg {
     background: url(/img/l_content.jpg) repeat-y 0px 0px; 
}

.filmimg {
    vertical-align: top;
    text-align: center;
    width: 103px;
}

.filmcontent {
    padding: 0 30px 0 5px;
}

.ifilm {

}

.ifilmheader {
    height: 54px; background: url(/img/i_header.jpg) no-repeat;
}

.ifilmfooter {
    height: 54px; background: url(/img/i_footer.jpg) no-repeat;
}

.ifilmbg {

}

.ifilmimg {
    vertical-align: top;
    text-align: center;
    padding: 2px;
    width: 103px;
}

.ifilmcontent {
    background: url(/img/i_content.jpg) repeat-y;
    width: 425px;
}

.idiv {
    padding: 0 25px 0 15px;
    width: 390px;
}

.descr {
    text-align: justify;
}

.descr a {
    color: white;
    text-decoration: none;
}

.pager {
    width: 100%; 
    margin: 5px; 
    text-align: center
}
.rightlinks {
/*/    border: thin solid red;*/
    font: bold 14px Tahoma; color: black;
    margin-top: 70px; 
/*    border: thin solid red;*/
    width: 230px;
}
.copywrite {
	width: 1020px;
	margin: 0px 5px 0px;
	font: normal 12px Tahoma, Verdana, Arial;
	color: gray;
/*    text-align: left; */
	padding: 0 0 15px 0;
/*	border: thin solid red;*/
}
.copywrite a {
    font: normal 12px Tahoma, Verdana, Arial;
    color: gray;
/*    text-align: center; */
    text-decoration: none;
}
.logo {
   background-image: url(/img/logo.gif);
   background-repeat: no-repeat; 
   background-position: right; 
   width: 200px; height: 54px;
/*   border: thin solid green;*/
}