/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
a{cursor: pointer;}
a span{display: none;}
em { font-style:italic;}
/* BASIC */
body {
	background:#000000 repeat-x url("../images/background.png");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
a {
	color: #c90000;
	text-decoration:none;
}
a span {
	display: none;
}
a:hover {
	text-decoration:underline;
}

#container {
	margin:14px auto;
	width:968px;
}

#container #header {
	width:968px;
	height:67px;
	background: url('../images/header.png');
}
#container #header #header_left {
	width:220px;
	float:left;
	margin:20px 0px 0px 26px;
}
#container #header #menu {
	float:right;
	text-align:right;
	margin:35px 25px 0px 0px;
	width:600px;
}

#container #header #menu ul {
	font-size:13px;
	font-weight:bold;
	margin-left:0px;
}
#container #header #menu ul li {
	list-style-type:none;
	display:inline;
	padding:0px 6px 0px 0px;
}
#container #header #menu ul li a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#container #header #menu ul li a:hover {
	text-decoration:underline;
}
#container #header #menu ul li.actual a {
	text-decoration:none;
}
#container #header #menu ul li.actual a:hover {
	text-decoration:underline;
}


#container #content {
	width:966px;
	height:644px;
	margin:14px 0px 14px 0px;
	border:#5a1514 1px solid;
	color:#ffffff;
	font-size:10px;
}
#container #content #content_left {
	float:left;
	width:270px;
	margin-left:25px;
	_margin-left:15px;
}
#container #content #content_left h1 {
	width:200px;
	font-size:16px;
	font-weight:bold;
	margin:20px 0px 40px 0px;
	border-bottom:#5a1514 1px solid;
	text-transform:uppercase;
}
#container #content #content_left h2 {
	margin:0px 0px 5px 0px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#container #content #content_left p {
	margin:0px 0px 10px 0px;
}
#container #content #content_left .thumb {
	width:115px;
	height:73px;
	float:left;
	margin:0px 10px 10px 0px;
	border:#5a1514 1px solid;
}

#container #content #content_right {
	float:right;
	width:650px;
	margin-right:10px;
}
#container #content #content_right h1 {
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	border-bottom:#5a1514 1px solid;
	text-transform:uppercase;
}
#container #content #content_right h1 span {
	text-transform:lowercase;
}
#container #content #content_right #cinema_left {
	float:left;
	width:160px;
	margin:0px 0px 0px 0px;
}
#container #content #content_right #cinema_left strong {
	color:#c90000;
}
#container #content #content_right #cinema_right {
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

#container #content #content_right #flash_player {
	width:640px;
	height:360px;
	border:#5a1514 1px solid;
	margin:20px 0px 20px 0px;
	background-color:#000000;
	/*background: url('/images/flash_player_nahled.jpg');*/
}
#container #content #content_right #flash_player #flash_swf {
	width:640px;
	height:360px;
	background-color:#000000;
	border:0px;
}

#container #content #content_right #text_form {
	color:#fff2ce;
	font-size:12px;
	margin:20px 0px 20px 0px;
	font-weight:bold;
}
#container #content #content_right form input {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

#container #content #content_right table.form_table {
}
#container #content #content_right table.form_table tr {
}
#container #content #content_right table.form_table td {
	padding:5px;
}


table.navigation {
	width:640px;
	border-top:#5a1514 1px solid;
}
table.navigation tr td {
	padding-top:10px;
}

.button_back {
	width:136px;
	height:41px;
	/*display:block;*/
	cursor:pointer;
	background: url('../images/button-1-zpet.png');
	border:0px;
}
.button_next {
	width:136px;
	height:41px;
	/*display:block;*/
	cursor:pointer;
	background: url('../images/button-2-dale.png');
	border:0px;
}
.button_done {
	width:136px;
	height:41px;
	/*display:block;*/
	cursor:pointer;
	background: url('../images/button-3-odeslat.png');
	border:0px;
}
.button_send_next {
	width:186px;
	height:41px;
	display:block;
	cursor:pointer;
	background: url('../images/button-4-poslat-dalsi.png');
	border:0px;
	text-decoration:none;
	
}

.steps {
	width:640px;
	font-size:12px;
	text-align:right;
}

#container #content #content_right #logo_bb_flash {
	float:left;
	width:190px;
	height:80px;
}
#container #content #content_right #anchor_right {
	float:right;
	margin:68px 20px 0px 0px;
}
#container #content #content_right #anchor_right a {
	color:#ffffff;
	font-weight:bold;
}

#container #footer {
	width:968px;
	height:28px;
	font-size:11px;
	color:#c90000;
	background: url('../images/footer.png');
}
#container #footer #footer_left {
	width:185px;
	float:left;
	margin:7px 0px 0px 28px;
	font-size:9px;
}
#container #footer #footer_right {
	float:right;
	text-align:right;
	margin:4px 25px 0px 0px;
	width:600px;
}


