@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	line-height: 10pt; */
	line-height: 1.4em;

	background-image: url(../images/ball-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;

/*
	background-image: url(../images/green-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
*/
}
body > .background_image {
	/*width: 1920px; */
	/*height: 1080px; */
	background-image: url(../images/ball-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0 auto;
}
.outer_box {
	width: 1200px;
	margin: 0 auto;
/*	background-color: #FFFFFF; */
}
.left_box {
	width: 850px;
	margin: 0px;
	float: left;
}
.right_box {
	width: 350px;
	margin: 0px;
	float: right;
	margin-top: 47px;
}
.paper_area {
	background-image: url(../images/paper-bg.png);
	background-repeat: repeat;
}

table {
	width:100%;
	/*	margin: 1em;*/
	/*	height: 1px; */
	/*	white-space: normal; */
	border-collapse:collapse;
/*	border: 1px solid #EAEAEA; */
}
th {font-weight:bold;}

thead th {
	background-color: #C0C0C0;
}
th, td, caption {
	padding:4px 10px 4px 5px;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	height: 1.5em; */
}
tbody tr:nth-child(even) td, tbody tr.even td {
/*	background: none; */
}
tbody tr:nth-child(odd) td, tbody tr.odd td {
/*	background: none; */
}

/* tbody tr:nth-child(even) td, tbody tr.even td {background: none;} */

tfoot {
	font-style:italic;
}

.background1 {
	background:#FFFF00;
	padding: 2px;
}

h1 {
	font-size: 2em;
/*	font-weight: bold; */
	color: #c84d24;	
}
h2 {
	font-size: 1.5em;
	/*	font-weight: bold; */
	color: #000000;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #c84d24;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
a {
	color: #c84d24;
}
a:link {
	color: #c84d24;
}
a:visited {
	color: #c84d24;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}


a.button, button {
	font-family: Arial, Helvetica, sans-serif;
}

small {
	font-size: 8pt;
	line-height: 8pt;	
}

/* header */ 
.header {
	height: 480px;
}
.header #language {
	padding-top: 75px;
	color: #FFFFFF;	
	font-size: 0.8em;
}
.header #logo {
/*	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
*/
}
.header .image-photo {
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header #image-box {
	margin: 0px auto;
	padding-top: 7px;
	background-color: #FFFFFF;
	width:	808px;
	height:	280px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.header .image-cycle {
	margin-left: 6px;
}

.header #menu_box {
/*	background-image: url(../images/paper-bg.png);
	background-repeat: repeat; */
	height: 58px;
}

.header #top_menu {
	background-color: #c84d24;
	margin: 0 20px 0 20px;
	padding: 10px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.top_menu_bg {
/*	background-image: url(../images/top-menu-bg.png);
	width: 807px;
	height: 46px;
	background-repeat: no-repeat;
*/	
}

.header #top_menu .active{
	color: #c76241;
}
.header #top_menu a {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 20px;
}

.header #top_menu a:link {
	color: #ffcb08;
}
.header #top_menu a:visited {
	color: #ffcb08;
}
.header #top_menu a:active {
	color: black;
}
.header #top_menu a:hover {
	color: black;
}

.header #language a {
	color: #CCCCCC;
	text-decoration: none;
}
.header #language a:link {
	color: #CCCCCC;
}
.header #language a:visited {
	color: #CCCCCC;
}
.header #language a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.header #language a:active {
	color: #CCCCCC;
}

.news .news_date {
	color: #666666;
}
.news .news_title {
	font-size: 1.1em;
}
.news .news_perex {
/*	line-height: 1.4em; */
}

.news .news_body {
/*	position: relative; */
/*	line-height: 1.4em; */
}

.news .news_photo {
	width: 456px;
	overflow: hidden;
}
.news .news_photo img {
/*	margin-bottom: 15px; */
}

/*
.header #top_menu .active{
	color: #E1001A;
}
*/
.highlight_red {
	color: #FF0000;
}

/* gallery */

.gallery div {
	height: 200px;
}

.gallery img {
	width: 150px;
}



/* //gallery */

/* footer */
.footer {
	height: 70px;
	color: #FFFFFF;
	font-size: 0.8em;
}

/* admin */
.admin {
}
.admin_header {
	height: 150px;
}
.admin tbody tr:nth-child(even) td, tbody tr.even td {
	background: white;
}
.admin tbody tr:nth-child(odd) td, tbody tr.even td {
	background: #cccccc;
}

/* -------------------------- */
/* obecne styly */
.align_right {
	text-align: right;	
}
.align_center {
	text-align: center;
}

/* show/hide*/
.show {
	display: block;
}
.hide {
	display: none;
}

/* -------------------------- */
/* intro image */
.limgs{
  text-align: right;
}
a.limg{
  background: url(../images/butbg.jpg) 0% 0% repeat-x;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px ;
  margin: 5px 0 0 5px;
  display: inline-block;
}

#intro-page{
  width: 935px;
  height: 590px;
}
#intro-page img{
  width: 100%;
}


/* -------------------------------------------------------------------------- */
/* 
	CSS od Lukase pujde sem
*/

.table_main_zahlavi2 { 
	background-color: #93B365;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.table_main_cell2 {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}
.table_front_page {
	border-spacing: 2px;
	border-collapse:separate;
}
.table_front_page td {
	padding: 5px;
}

.table_cellspacing { 
    border-spacing: 1px;
    border-collapse: separate;
}

.img_spacing {
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
margin-left:5px;
}