* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}
body {
	background: url(images/mainbg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#container {
	margin: 3px auto;
	text-align: left;
	width: 980px;
}
#header {
	width: 960px;
	height: 220px;
	background: url(images/inprague_head.png) no-repeat;
	padding: 10px;
}

#logo {
  border: 0px #ff0000 solid;
  text-align: right;
  width: 950px;
  height: 103px;
	cursor: pointer;
  background: url(images/inprague_logo.png) no-repeat;
}

#logo a {
  border: 0px #000000 solid;
}

#logo img {
  border: 0px #000000 solid;
}

#banner_table {
  border: 0px #000000 solid;
  width: 950px;
  height: 103px;
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}
#layout_kina {
	width: 768px;
	float: left;
}
#layout_vyhledavac {
	width: 767px;
	float: left;
}

#bgkina {
	background: transparent url(images/vyber_mid.png) repeat-y center top;
	padding: 5px 10px 0pt;
	height: 100%;
}
#bgkina-top {
	background: transparent url(images/vyber_top.png) no-repeat center bottom;
	height: 10px;
}
#bgkina-bot {
	background: transparent url(images/vyber_bot.png) no-repeat center top;
	height: 20px;
}
#bgvyhledavac {
	background: url(images/bg_vyhledavac.png) no-repeat left top;
	height: 340px;
	padding: 3px 25px 0 20px;
	background-color: transparent;
}
#layout_vyhledavac h3 {
	padding-top: 10px;
}
#menu {
	clear: both;
}
#menu li {
	float: left;
}
#menu a {
	text-decoration: none;
	color: black;
}
#menu-pics {
	height: 100px;
	list-style: none;
}
#menu-pics li {
	width: 90px;
	height: 90px;
	text-align: center;
	margin: 2.5px;
}
.kina_wrap {
	width: 182px;
	float: left;
	cursor:pointer;
	padding: 0 5px 5px 0;
}
.kino_bg {
	width: 182px;
	height: 116px;
	background: url(images/karta-pozadi.png) no-repeat;
	position: relative;
}
.kino_cnt {
	position: absolute;
	right: 5px;
	bottom: 12px;
	text-align: right;
}
.kino_cnt img {
  vertical-align: bottom;
}
.kino_bg a {
	color: #B42600;
}
#right {
	width: 209px;
	float: right;
}
#spacer {
	clear: both;
	width: 1000px;
	height: 5px;
	line-height: 0;
	font-size: 0;
}
.content {
	height: 100%;
}
.sidebar {
	width: 209px;
}
.sidebar ul {
	list-style-type: none;
	color:white;
}
.sidebar .spodek {
	height: 27px;
	background: url(images/levabot.png) no-repeat left bottom;
}
.sidebar .vrsek {
	height: 20px;
	background: url(images/levatop.png) no-repeat left top;
}
.sidebar .stred {
	background: url(images/levamid.png) repeat-y;
	padding:0 15px 5px 10px;
}

.sidebar a {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
#vyhledavac_pravy {
	float: right;
	width: 50%;
}
#vyhledavac_levy {
	float: left;
	width: 50%;
}
a {
	color: #22FFFF;
}
a:hover {
	text-decoration: none;
}
.post {
	color: red;
}
.post .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: red;
	font-size: 2.6em;
	color: red;
}
.post .title a {
	text-decoration: none;
}
.post .title a:hover {
	border-bottom: 1px dotted #000000;
}
.post .byline {}
.post .date {
	width: 200px;
	height: 15px;
	background: #CCE698;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
	border: 1px solid green;
}
.window {
  position: absolute;
  background-color: #28425E;
  color: #fff;
  display: none;
  border: 1px solid white;
  _width: 500px;
  z-index: 1;
}
.window td {
	padding: 5px;
}

