html {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #b1b1b1;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-attachment: fixed;
	text-align: center;
}

#container {
	width: 1140px;
	height: 900px;
	margin: auto;
	text-align: left; 
}

#header_container {
	width: 1125px;
	height: 153px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header_left {
	width: 211px;
	height: 153px;
	float: left;
	background-image: url('../images/01.jpg');
}

#icons {
	padding: 100px 0px 0px 40px;
}

#header_middle {
	width: 702px;
	height: 153px;
	float: left;
	background-image: url('../images/02.jpg');
}

#header_right {
	width: 212px;
	height: 153px;
	float: left;
	background-image: url('../images/03.jpg');
}

#menu_container {
	width: 702px;
	height: 25px;
}

#left_column {
	width: 211px;
	height: 745px;
	float: left;
	background-image: url('../images/04.jpg');
}

#content_column_c {
	width: 702px;
	height: 745px;
	float: left;
	background-image: url('../images/05.jpg');
}

#content_column_t {
	width: 702px;
	height: 745px;
	float: left;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#right_column {
	width: 212px;
	height: 745px;
	float: left;
	background-image: url('../images/06.jpg');
}

#form_row {
	width: 400px;
	padding: 2px;
	overflow: hidden;
	clear: both;
}

#form_row_reservation_container {
	width: 150px;
	padding: 2px;
}

#form_row_reservation_label {
	width: 150px;
	float: left;
	margin-top: 3px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#form_row_reservation_input {
	width: 150px;
	float: right;
}

#search_box {
	width: 152px;
	margin-top: 130px;
	float: right;
}

#search_box_btn {
	width: 75px;
	margin-top: 130px;
	float: right;
}

#box_container_left {
	width: 265px;
	float: left;
}

#box_container_left_vertical {
	width: 225px;
	float: left;
}

#box_container_right {
	width: 430px;
	float: left;
	margin-top: 2px;
}

#box_container_right_vertical {
	width: 470px;
	float: left;
	margin-top: 0px;
}

#event_details_box {
	width: 430px;
	height: 550px;
	float: left;
	overflow: auto;
}

#reservation_box {
	width: 165px;
	margin-left: 40px;
	float: left;
}

#tickets_box {
	width: 165px;
	margin-left: 40px;
	float: left;
}

#poster_vertical {
	width: 165px;
	height: 200px;
	float: left;
	margin: 5px 5px 5px 40px;
}

#poster_horizontal{
	width: 250px;
	height: 150px;
	float: left;
	margin: 10px;
}

#event_date_container {
	width: 692px;
	float: left;
	padding: 1px;
}

#ticket_price_container{
	width: 225px;
	float: right;
	padding-right: 15px;
}

#event_details_frame {
	width: 100%;
	float: left;
}

#info_message {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #c7c8ca;
	font-weight: bold;
	text-align: center;
	color: #07529f;
}

#error_message {
	width: 300px;
	margin: auto;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #b1b1b1;
	font-weight: bold;
	text-align: center;
	color: #aa0000;
}

#banner {
	width: 500px;
	margin: auto;
	margin-top: 2px;
}

#scroll {
	width: 413px;
	height: 460px;
	font-size: 12px;
}

#scroll_about {
	width: 640px;
	height: 300px;
	font-size: 12px;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 10px;
	text-align: center;
	color: #b1b1b1;
}
/* === MENU === */

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

ul {
	float: left;
	width: 702px;
}

ul li {
	float: left;
	margin-right: 1px;
	width: 99px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	color: #FFFFFF;
	padding: 5px 10px;
	position: relative;
	top: 1px;
}

ul a:hover {
	color: #000000;
	background-color: #e7e7e7;
}

ul a:active {
	background-color: #ffffff;
}

a.navi:link, a.navi:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #585C97;
	padding: 5px;
	position: relative;
	top: 1px;
}

a.navi:hover {
	text-decoration: none;
	color: #ffffff;
}

/* === TABLE === */

table {
	border-collapse:collapse;
	margin: auto;
	width: 650px;
	margin-left: 25px;
}
table,th,td {
	border: none;
}
th {
	background-color: #000000;
	color: #3896E6;
	font-size: 12px;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
td {
	font-size: 12px;
	text-align: center;
}
.koncert {
	background-color: #3896E6;
	font-weight: bold;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.impreza {

}

/* === FORM SECTION === */
fieldset {
	width: 350px;
	margin: auto;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #b1b1b1;
}
.fieldset_reservation {
	margin: 0px;
	width: 160px;
	float: left;
}
.fieldset_event_details_horizontal {
	width: 415px;
	margin: 2px;
	text-align: justify;
}
.fieldset_event_details_vertical {
	width: 415px;
	margin: 2px;
	text-align: justify;
}

legend {
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	color: #07529f;	
}
label {
	display: block;
	width: 100px;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}
label.price {
	width: 50px;
}
.long_fieldset {
	width: 670px;
	padding: 1px;
}
.long_fieldset_news {
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
}
.long_fieldset_center {
	width: 650px;
	padding: 5px;
	text-align: center;
}
.long_fieldset_justify {
	width: 650px;
	padding: 5px;
	text-align: justify;
}

.tickets {
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.iTextNormal {
	width: 150px;
	height: 16px;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #b1b1b1;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.button {
	width: 75px;
	height: 17px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #b1b1b1;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.button_search {
	width: 75px;
	height: 17px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: orange;
	border: 1px solid #b1b1b1;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.button_reservation {
	width: 75px;
	height: 17px;
	float: left;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #b1b1b1;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);	
}
.shortlist {
	width: 40px;
	height: 16px;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #b1b1b1;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* === TEXT === */

h1 {
	font-size: 20px;
	font-family: Tahoma;
	text-decoration: none;
	margin-left: 10px;
}
h1.date {
	text-decoration: underline;
	margin-bottom: -10px;
	margin-left: 10px;
}
h2 {
	font-size: 11px;
	font-family: Tahoma;
	color: #B1B1B1;
	margin-top: -10px;
	margin-left: 10px;
}
h3 {
	font-size: 18;
	font-family: Sans-serif;
	margin-left: 5px;
	color: #07529f;
}

p {
	font-size: 10px;
	color: #b1b1b1;
}

.rules {
	font-size: 11px;
	padding: 5px;
	text-align: justify;
}

.event_details {
	padding: 0px 5px 0px 5px;
	text-align: justify;
	font-size: 11px;
}

.bigger {
	font-size: 13px;
	font-weight: bold;
}

/* === OTHER === */
img {
	border: 1px solid #b1b1b1;
}
img.ico_header {
	border: none;
}
img.ico_lang {
	border: none;
	margin: 0 0 0 20px;
	padding: 0;
}
img.cal {
	border: none;
	margin-top: 3px;
}

.tooltip {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
}

a:link, a:visited, a:hover {
	font-size: 11px;
	text-decoration: none;
	color: orange;
}
