/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: georgia;
	color: #C6C6C6;
	background-color: #000000;
}
table {
	font-size: 11px;
	border-collapse: collapse;

}

img {
	border: none;
}
a {
	color: #FFFFFF;
	font-family: georgia;
	font-size: 12px;
	text-decoration: underline;
}
h3 {
	padding: 0px;
	margin: 3px 0 3px 0;
}
h5{
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
	padding: 0;
}
h4{
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
	text-decoration: underline;
	color: #DEDEDE;
	margin:0;
	padding: 0;
}
h6{
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	color: #DEDEDE;
	margin:0;
	padding: 0;
}

#lang{
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;	
	background-image: url(../img/lang_bar.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#lang a{
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;		
}
#lang a:hover{
	font-family: georgia;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;		
}
#lv{
	display: inline;
	margin: 0 135px 0 0;
}
#ru{
	display: inline;
	margin: 0 110px 0 0;
}
#menu{
	background-color: #000000;
	padding: 120px 0 0 55px;
	background-image: url(../img/eye2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a {
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #DEDEDE;
	display: block;
	margin: 0 0 10px 0;
}
#menu a:hover {
	font-family: georgia;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	margin: 0 0 10px 0;
}

#menu a.second_menu {
	padding: 0 0 0 20px;
	font-size: 9pt;;
	font-weight: normal;
}
#menu a.second_menu:hover {
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
}

#registration {
	margin: 50px 0 0 0;
}
#registration a{
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	color: #DEDEDE;
	text-decoration: underline;
}
#registration a:hover{
	font-family: georgia;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#nav_to_fa{
	margin: 90px 0 0 0;
	width: 118px;
	height: 24px;
	background-image: url(../img/nav_to_fa.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav_to_fa p {
	padding: 4px 0 0 10px;

}
#nav_to_fa a {
	font-family: georgia;
	font-size: 11px;
	font-weight: normal;
	color: #DEDEDE;
	text-decoration: none;
}
#nav_to_fa a:hover {
	font-family: georgia;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin: 35px 35px 20px 35px;
	font-size: 9pt;
}


#kinoafisha{
	margin: 0 0 15px 0;
	background-color: #000000;
	background-position: right;
	
}
#kinoafisha_head{
	margin: 0 0 15px 0;
	width: 240px;
	height: 28px;
	font-family: georgia;
	font-size: 13px;

/*	color: #FFFFFF;*/
	color: #cdc6af;
	background-image: url(../img/kinoafisha_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: right;
	text-align: left;
	text-indent: 10px;
}

#kinoafisha_content{
	margin: 0 15px 0 0;
	width: 215px;
    font-family: georgia, Tahoma,verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
	color: #807A69;
	background-color: #000000;
	text-align: left;
}

#kinoafisha_content a {
	font-size: 8pt;
}

#kinoafisha_content a:hover {
	font-size: 8pt;
}
#contact{
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contact_text{
	padding: 0 0 55px 75px; 
	font-family: georgia;
	font-size: 11px;
	color: #848484;
}
#contact_text a{
	font-family: georgia;
	font-size: 11px;
	color: #848484;
}
#contact_text a:hover{
	font-family: georgia;
	font-size: 11px;
	color: #FFFFFF;
}

a:hover{
	color: #FFFFFF;
}
#space_up{
	padding: 5px 0 0 0;
}
#menu{
	background-color: #000000;
}
#menu a.act {
	text-decoration: underline;
}

#quote {
	padding: 10px 0 10px 0;
	color: #70542B;
	font-size:11px;
}

p {
	padding: 0;
	margin: 0;
}


form label { 
/* block float the labels to left column, set a width */
	float: left; 
	width: 190px; 
	padding: 0 5px 0 25px; 

	text-align: right;
	border:0px solid red;
}

form fieldset {
  border-color: #4F4F4F;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width:500px;
  text-align:left;  
  color: white;
}

  legend {
    color:white;
  }

input {
	border:1px solid #4F4F4F;
	background-color: black;
	color: white;
	margin: 1px;
}

select {
	border:1px solid #4F4F4F;
	background-color: black;
	color: white;
}
textarea {
	border:1px solid #4F4F4F;
	background-color: black;
	color: white;
	overflow: auto;
	
}

table.kursi_table {
	border: 1px solid white;
}
table.kursi_table th {
	border: 1px solid white;
}

table.kursi_table td {
	border: 1px solid white;
	padding: 2px;
	text-align: center;
}
