@charset "iso-8859-2";
/* CSS Document */
body {
	background-image: url(../grafika/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #060606;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
.Telo {
	width: 990px;
	clear: both;
}
#Logo {
	float: left;
	clear: both;
	width: 990px;
	height: 105px;
}
#Menu {
	float: left;
	clear: both;
	width: 990px;
	margin-bottom: 25px;
}
#Logo ul, #Slider ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Menu ul {
	margin: 8px 5px 5px 115px;
	padding: 0px;
	list-style-type: none;
}
#Logo .Top {
	background-color: #a73f2d;
	background-image: url(../grafika/tag.png);
	background-repeat: no-repeat;
	width: 73px;
	height: 105px;
	float: left;
}
#Logo .Logo {
	background-image: url(../grafika/brno_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 330px;
	height: 105px;
	float: left;
}
#Logo .Tiket {
	background-image: url(../grafika/ticket.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 587px;
	height: 105px;
	float: left;
}
#Menu li {
	float: left;
	margin-right: 8px;
	padding: 2px;
	border-bottom: 2px solid #a73f2d;
}
#Menu li:hover {
	background-color: #a73f2d;
}
#Menu a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}
#Menu a:hover {
	color: #FFF;
}
#Slider {
	clear: both;
	float: left;
	width: 990px;
}
#Slider li {
	float: left;
}
#Slider .SipkaLeva {
	background-image: url(../grafika/sipka_leva.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 75px;
	height: 222px;
	float: left;
	display: block;
}
#Slider .SipkaLevaDis {
	background-image: url(../grafika/sipka_leva_dis.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 75px;
	height: 222px;
	float: left;
	display: block;
}
#Slider .SipkaPrava {
	background-image: url(../grafika/sipka_prava.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 75px;
	height: 222px;
	float: left;
	display: block;
}
#Slider .SipkaPravaDis {
	background-image: url(../grafika/sipka_prava_dis.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 75px;
	height: 222px;
	float: left;
	display: block;
}
#Slider .SipkaPrava a, #Slider .SipkaLeva a {
	border: 0px;
	text-decoration: none;
	display: block;
	width: 75px;
	height: 222px;
}
.Plakat {
	width: 158px;
	float: left;
	margin: 5px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
.Plakat div {
	float: left;
	margin-top: 7px;
	height: 52px;
	margin-bottom: 7px;
	width: 100%;
}
.Plakat strong {
	color: #a73f2d;
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
}
.Plakat a {
	text-decoration: underline;
	color: #a73f2d;
}
.Plakat span {
	float: left;
	text-decoration: underline;
	color: #666;
}
.Text {
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	width: 760px;
	float: left;
	font-size: 11px;
	color: #FFF;
}
.Text h2, #Stranka h2 {
	color: #CCC;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
}
.Text strong, #Stranka strong {
	color: #999;
	display: inline;
}
.Text a, #Stranka a {
	color: #a73f2d;
}
.Text p, #Stranka p {
	text-align: justify;
}
#Stranka {
	margin-left: 110px;
	margin-right: 110px;
	width: 770px;
	float: left;
	clear: both;
	color: #FFF;
	font-size: 11px;
}
input {
	border: 1px solid #a73f2d;
	font-size: 11px;
	width: 150px;
}
.Submit {
	background-image: url(../grafika/button.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 105px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
}
.Green {
	background-color: #0C3;
	border: 1px solid #090;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	width: 98%;
	clear: both;
	color: #333;
	font-weight: bold;
}
.Red {
	background-color: #C63;
	border: 1px solid #C30;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	width: 98%;
	clear: both;
	color: #fff;
	font-weight: bold;
}
form {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	padding-bottom: 5px;
}
table {
	text-align: left;
}
#Paticka {
	float: left;
	clear: both;
	width: 985px;
	color: #333;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#Paticka a {
	color: #666;
}
.gold {
	color: gold;
	font-weight: bold;
}