html {
	width: 100%;
	height: 100%;
	background-image: url(../img/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #7e0e38;
}

body {
	width: 100%;
	height: 100%;
	font-family: Calibri, Arial, Trebuchet-MS, Verdana, Arial, Sans-serif;
	background-image: url(../img/background_logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 0 0;
	cursor: default;
}

#main {
	width: 985px;
	margin: auto;
	float: none;
	position: relative;
	top: 6px;
}

/* PAGE */

#page_top {
	width: 985px;
	height: 20px;
	text-align: left;
	position: relative;
	float: left;
}

#page_header {
	width: 985px;
	height: 350px;
	background-repeat: repeat-y;
	text-align: justify;
	position: relative;
	float: left;
}

#page_header_top {
	width: 945px;
	height: 70px;
	background-image: url(../img/page_header_top.gif); 
	position: relative;
	left: 20px;
	float: left;
}

#page_header_flash {
	width: 947px;
	height: 350px;
/*	background-image: url(../img/temporary_flash.jpg); /* TEMPORARY */ 
	position: absolute;
	top: 70px;
	left: 19px;
	float: left;
	z-index: 2;
}

#page_content {
	width: 985px;
	position: relative;
	float: left;	
}

#page_menu {
	width: 947px;
	height: 69px;
	background-color: #c99b51;
	position: relative;
	float: left;
	left: 19px;
	margin: 1px 0 0 0;
}

#page_bottom {
	width: 985px;
	height: 20px;
	background-image: url(../img/page_bottom.png);
	position: relative;
	float: left;
	margin: 0 0 0 0;
}

#page_footer {
	width: 947px;
	height: 170px;
/*	background: url(../img/page_footer.gif) no-repeat top center;	*/
	position: relative;
	float: left;
	padding: 0 19px;
	margin: 15px 0 0 0;
}

/* HEADER */

#logo a {
	width: 660px;
	height: 50px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
	left: 40px;
}

#header_top_contact {
	display: block;
	text-align: right;
	font-size: 13px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
}

#header_top_contact a {
	color: #383838;
	text-decoration: none;
}

#header_top_contact a:hover {
	text-decoration: underline;	
}

/* MAINMENU */

#mainmenu {
	width: 947px;
	height: 34px;
	position: relative;	
	border-bottom: #ffffff 1px solid;
	float: left;
}

.mainmenu a {
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px; /* 17px */
	color: #ffffff;
	float: left;
	padding-top: 9px;
	padding-left: 19px;
	padding-right: 19px;
}

.mainmenu a:hover {
	text-decoration: none;
	color: #750731;
}

.mainmenu_active a {
	height: 25px;
	background-color: #750731;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #750731 1px solid;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	float: left;
	padding-top: 9px;
	padding-left: 19px;
	padding-right: 19px;
	cursor: default;
}

#mainmenu_last a {
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	float: left;
	padding-top: 9px;
	padding-left: 19px;
	padding-right: 21px;
}

#mainmenu_last a:hover {
	text-decoration: none;
	color: #750731;
}

#mainmenu_last_active a {
	height: 25px;
	background-color: #750731;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #750731 1px solid;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	float: left;
	padding-top: 9px;
	padding-left: 19px;
	padding-right: 21px;
	cursor: default;
}


/* SUBMENU */

#submenu {
	width: 945px;
	height: 34px;
	background-color: #750731;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	position: relative;
	float: left;
}

.submenu a {
	width: auto;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px; /* 15px */
	color: #ffffff;
	float: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-right: 10px;
}

.submenu a:hover {
	text-decoration: none;
	color: #c99b51;
}

.submenu_active a {
	width: auto;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	color: #c99b51;
	float: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-right: 10px;
	cursor: default;
}

/* CONTENT */

#content {
	width: 945px;
	border-top: 1px solid #ffffff;
	background: url(../img/content_background.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	left: 20px;
	float: left;
	padding-bottom: 50px;
}

#content_left {
	width: 228px;
	position: relative;
	float: left;
}

#content_right {
	width: 717px;		
	min-height: 1000px; /* BEZ ÚVODNÍHO VIDEA: 1000px / s VIDEEM: 1130px */
	background: url(../img/content_right_background.png) repeat-y left;
	position: relative;
	float: right;
	
}

#content-name {
	width: 681px;
	background-color: #f1f1f1;
	text-align: right;
	color: #7e0e38;	
	font-size: 20px;	
	position: relative;
	float: right;
	cursor: default;
	margin: 0px 0px 0px 0;
	padding: 5px 26px 5px 10px;
}

/* FOOTER */

#changeProgram {
	position: relative;
	color: #995d3b;
	font-size: 11px;
	text-align: right;
	margin-top: -17px;
}

#copyright {
	width: 900px;
	position: relative;
	float:right;
	top: 22px;
	color: #995d3b;
	font-size: 11px;
	text-align: right;
	margin-top: -50px;
}

#copyright a {
	color: #995d3b;
	text-decoration: none;
}

#copyright a:hover {
	color: #ffffff;
}

/* ITEM */

.item a{
	width: 717px;
	min-height: 160px;
	background: url(../img/item_background.png) no-repeat bottom right;
	color: #383838;	
	text-decoration: none;
	position: relative;
	float: left;
}

.item a:hover {
	background-image: url(../img/item_background_hover.png);
	background-position: bottom right;
	cursor: pointer;	
	color: #7e0e38;
	text-decoration: none;
}

.item_picture {
	width: 161px;
	height: 104px;
	position: absolute;
	top: 19px;
	left: 40px;
	float: left;
	padding: 9px;
}

.item_picture_in {
	width: 161px;
	height: 104px;
	display: block;
	overflow: hidden;
}

.item_picture_partners {
	width: 161px;
	height: 104px;
	position: absolute;
	top: 19px;
	left: 40px;
	float: left;
	padding: 9px;
}

.item_section {
	width: 450px;
	height: 16px;
	overflow: hidden;
	color: #C99B51;
	font-size: 14px;
	text-align: right;
	position: relative;
	float: right;
	margin: 20px 25px 3px 0;
}


.item_name {
	width: 450px;
/*	height: 24px;
	overflow: hidden;	*/
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	float: right;
	margin: 20px 25px 0 0;
}

.item_name_2 {
	width: 450px;
/*	height: 24px;
	overflow: hidden;	*/
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	float: right;
	margin: 0px 25px 0 0;
}

.item_text {
	width: 450px;
	overflow: hidden;
	color: #383838;
	font-size: 14px;
	text-align: right;
	position: relative;
	float: right;
	margin: 10px 25px 0 0;
}

.item_program {
	width: 450px;
	overflow: hidden;
	color: #383838;
	font-size: 14px;
	text-align: right;
	position: relative;
	float: right;
	margin: 10px 25px 0 0;
}

.item_line {
	width: 490px;
	float: right;
	clear: both;
	margin: 10px -1px 25px 0;
}

.item_info {
	height: 20px;
	overflow: hidden;
	background-color: #C99B51;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	position: relative;
	float: right;
	margin: 0 0 0 1px;
	padding: 2px 7px 0 7px;
}

.item_class {
	width: 40px;
	height: 20px;
	overflow: hidden;
	background-color: #c99b51;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: relative;
	float: right;
	padding-top: 2px;
	margin: 0 0 0 1px;
}

.item_bus {
	width: 50px;
	height: 22px;
	overflow: hidden;
	background-image: url(/img/bus.gif);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: relative;
	float: right;
	margin: 0 0 0 1px;
}


/* ITEM DETAIL */

.item-detail {
	color: #383838;	
	text-decoration: none;
	position: relative;
	float: left;
	padding: 0 25px 0 43px;
}

.item-detail_top {
	min-height: 140px;
}

.item-detail_name {
	width: 450px;
	overflow: hidden;	
	color: #7e0e38;	
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	float: right;
	clear: left;
	margin: 20px 0 10px 0;
}

.item-detail_date {
	width: 650px;
	*width: 648px;
	height: 21px;
	overflow: hidden;
	color: #383838;
	font-size: 15px;
	text-align: right;
	position: relative;
	float: right;
	margin: 0 0 10px 0px;
}

.item-detail_info_name {
	color: #7e0e38;
	font-size: 14px;
	font-weight: bold;
}

.item-detail_info {
	width: 400px;
	color: #383838;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	float: right;
	margin: 0 0 10px 0;
}

.item-detail_info a {
	color: #7e0e38;
	text-decoration: none;
}

.item-detail_info a:hover {
	color: #383838;
	text-decoration: underline;
}

.item-detail_text {
	width: 650px;
	*width: 648px;
	color: #383838;
	font-size: 15px;
	display: block;
	text-align: justify;
	position: relative;
	float: left;	
	margin: 10px 0 30px 0;
}

.item-detail_text p {
	text-align: justify;
}

.item-detail_picture a {
	width: 98px;
	height: 61px;
	background: url(../img/item-detail_picture_background.png);
	position: relative;
	float: left;
	margin: 0 13px 13px 0;
	padding: 9px;
}

.item-detail_picture a:hover {
	background-position: 0 -79px;
}

.item-detail_picture_in {
	width: 98px;
	height: 61px;
	display: block;
	overflow: hidden;
}

.item-detail_picture_partners {
	display: inline-block;
	vertical-align: top;
	margin: 0 35px 0 0;
}

.item-detail_picture_partners img {
	margin: 0 0 35px 0;
}


/* ITEM NEWS */

.item_news a {
	width: 717px;
	min-height: 125px;
	background: url(../img/item_background.png) no-repeat top right;
	color: #383838;	
	text-decoration: none;
	position: relative;
	float: left;
}

.item_news a:hover {
	background-position: bottom right;
	cursor: pointer;	
	color: #7e0e38;
	text-decoration: none;
}

.item_news_date {
	width: 150px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
	position: relative;
	float: right;
	margin: 20px 25px 0 0;
}

.item_news_name {
	width: 450px;
	height: 24px;
	overflow: hidden;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	float: left;
	margin: 20px 0 0 45px;
}

.item_news_text {
	width: 650px;
	overflow: hidden;
	color: #383838;
	font-size: 14px;
	text-align: left;
	position: relative;
	float: left;
	margin: 10px 0 0 45px;
}

.item_news_text p {
	margin: 0;
	padding: 0;
}



/* LEFT ITEM */

#left_calendar {
	width: 211px;
	position: relative;
	font-size: 12px;
	float: left;
}

.left_item {
	width: 211px;
	position: relative;
	font-size: 12px;
	float: left;
}

.left_item a {
	color: #7e0e38;
	font-weight: bold;
	text-decoration: none;
}

.left_item a:hover {
	text-decoration: underline;
}

.left_item_name {
	width: 210px;
	*width: 208px;
	height: 18px;
	background-color: #c99b51;
	font-size: 14px; /* 16px */
	text-transform: uppercase;
	color: #ffffff;
	position: relative;	
	left: -1px;
	*left: 0px;
	overflow: hidden;
	float: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 19px;
	margin-bottom: 18px;
}

.left_item_name_video {
	width: 210px;
	*width: 208px;
	height: 18px;
	background-color: #c99b51;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	left: -1px;
	*left: 0px;
	float: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 19px;
}

.left_item_content {
	width: 190px;
	*width: 189px;
	display: block;
	position: relative;
	font-size: 12px;
	float: left;
	padding: 0 20px 18px 19px;
}

.left_item_calendar {
	width: 210px;
	*width: 209px;
	display: block;
	position: relative;
	font-size: 12px;
	float: left;
	left: 0px;
	*left: 0px;
	padding-bottom: 1px;
}

.left_item_video {
	width: 210px;
	*width: 209px;
	display: block;
	position: relative;
	font-size: 12px;
	float: left;
	left: 0px;
	*left: 0px;
	margin: 1px 0 0 0;
	padding-bottom: 1px;
}

.left_item_info {
	width: 100px;
	display: block;
	position: relative;
	color: #5d5d5d;
	font-size: 15px;
	text-align: right;
	float: right;
	margin: 5px 0 2px 0;
}

.left_item_subinfo {
	display: block;
	position: relative;
	color: #969696;
	font-size: 11px;
	text-align: right;
	float: right;
	margin: 0 0 15px 0;
}

.left_item_picture {
	width: 60px;
	height: 78px;
	display: block;
	background-image: url(../img/download_pdf_list.png);
	position: relative;
	overflow: hidden;
	float: left;
}

.left_item_input {
	width: 120px;
	background: none;
	position: relative;
	overflow: hidden;
	float: left;
}

input#mc-embedded-subscribe.left_item_button {
	width: 63px;
	height: 19px;
	background-color: #750731;
	color: white;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	float: right;
	padding-top: 4px;
	border: 0;
	margin-top: 2px;
}

.left_item_button a {
	width: 63px;
	height: 16px;
	background-color: #750731;
	color: #ffffff;
	font-size: 9px; /*11px */
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	float: right;	
	padding-top: 5px;
}

input#mc-embedded-subscribe.left_item_button:hover {
	background-color: #c99b51;
	text-decoration: none;
}

.left_item_button a:hover {
	background-color: #c99b51;
	text-decoration: none;
}

/* CONTENT */

.content_right {
	font-size: 15px;
	margin: 0 35px 5px 45px;
	text-align: justify;
	padding: 0;	
}

.content_right li {
	width: 550px;
	margin-left: 60px;
	type: square;
}

.content_right_last {
	font-size: 15px;
	margin: 0 35px 35px 45px;
	padding: 0;	
}

a.content_picture {	
	border: 5px solid #c99b51;
	float: right;
	clear: both;
	margin: 0 35px 10px 15px;
}

a.content_picture:hover {	
	border: 5px solid #750731;
}

img.content_picture {	
	border: 4px solid #c99b51;
	float: right;
	margin: 0 35px 0 15px;
}

.content_picture img {
	border: 1px solid #ffffff;
}

a.content_picture_next {	
	border: 5px solid #c99b51;
	float: left;
	margin: 10px 0px 25px 45px;
}

a.content_picture_next:hover {	
	border: 5px solid #750731;
}

.content_picture_next img {
	border: 1px solid #ffffff;
}

.content_right_link {
	text-transform: uppercase;
	font-size: 22px;
	color: #383838;
	margin: 0 0 0 45px;
	text-decoration: none;
}

.content_right_link:hover {
	color: #7E0E38;
	text-decoration: underline;
}


/* CONTACT */

#contact_left {
	width: 40%;
	height: 145px;
	text-align: right;
	position: relative;
	float: left;
	top: 10px;
}

#contact_right {
	width: 50%;
	height: 145px;
	position: relative;
	margin-left: 305px;
	top: 10px;
	color: #383838;
}

#contact {
	margin-left: 80px;
	font-size: 13px;
}

.contact_role {
	color: #750731;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 15px;
}

.contact_name {
	text-align: right;
	padding-right: 15px;
}

.contact_phone {
	padding-right: 15px;
}

.contact_mail a {
	color: #750731;
	text-decoration: none;
}

.contact_mail a:hover {
	text-decoration: underline;
}

a.contact_picture {	
	border: 5px solid #c99b51;
	float: right;
	clear: both;
	margin: 0 0 0 5px;
}

a.contact_picture:hover {	
	border: 5px solid #750731;
}

.contact_picture img {
	border: 1px solid #ffffff;
}


/* ADDS */

h1 {
	color: #383838;
	font-size: 150%;	
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 9px 45px;
}

h2 {
	color: #750731;
	font-size: 120%;	
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 45px;
	margin-bottom: 9px;
}

h3 {
	color: #750731;
	font-size: 120%;	
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9px;
	position: relative;
	clear: both;
}

h5 {
	color: #383838;
	font-weight: bold;
	margin: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
}

/* FOOTER PARTNERS */

div.p00 a { width: 190px; height: 60px; display:block; float:left; background: url(../img/partners/p00.gif) top left no-repeat; margin-right:10px; }
div.p01 a { width: 87px; height: 60px; display:block; float:left; background: url(../img/partners/p01.gif) top left no-repeat; margin-right:10px; }
div.p02 a { width: 156px; height: 60px; display:block; float:left; background: url(../img/partners/p02.gif) top left no-repeat; margin-right:10px; }
div.p03 a { width: 80px; height: 60px; display:block; float:left; background: url(../img/partners/p03.gif) top left no-repeat; margin-right:10px; }
div.p04 a { width: 94px; height: 60px; display:block; float:left; background: url(../img/partners/p04.gif) top left no-repeat; margin-right:10px; }
div.p05 a { width: 43px; height: 60px; display:block; float:left; background: url(../img/partners/p05.gif) top left no-repeat; margin-right:10px; /* clear:right; */}
div.p06 a { width: 133px; height: 60px; display:block; float:left; background: url(../img/partners/p06.gif) top left no-repeat; margin-right:10px; }
div.p07 a { width: 70px; height: 60px; display:block; float:left; background: url(../img/partners/p07.gif) top left no-repeat; margin-right:10px; }
div.p08 a { width: 120px; height: 60px; display:block; float:left; background: url(../img/partners/p08.gif) top left no-repeat; margin-right:10px; }
div.p09 a { width: 104px; height: 60px; display:block; float:left; background: url(../img/partners/p09.gif) top left no-repeat; margin-right:10px; }
div.p10 a { width: 110px; height: 60px; display:block; float:left; background: url(../img/partners/p10.gif) top left no-repeat; margin-right:10px; }
div.p11 a { width: 80px; height: 60px; display:block; float:left; background: url(../img/partners/p11.gif) top left no-repeat; margin-right:0px; }
div.p12 a { width: 203px; height: 60px; display:block; float:left; background: url(../img/partners/p12.gif) top left no-repeat; margin-right:0px; }

div.p13 a { width: 97px; height: 88px; display:block; float:left; background: url(../img/partners/p13.gif) top left no-repeat; margin-right:0px; }
div.p14 a { width: 266px; height: 88px; display:block; float:left; background: url(../img/partners/p14.gif) top left no-repeat; margin-right:0px; }

div.p00 a:hover, div.p01 a:hover, div.p02 a:hover, div.p03 a:hover, div.p04 a:hover, div.p05 a:hover, div.p06 a:hover, div.p07 a:hover, div.p08 a:hover, div.p09 a:hover, div.p10 a:hover, div.p11 a:hover,  div.p12 a:hover { background-position: 0 -60px; }

div.p13 a:hover,div.p14 a:hover  { background-position: 0 -88px; }

