body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #0075BA url(/data/Design/bg_main.jpg) top left repeat-x;
	
}

body, table, a, th, td, h1, h2, pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}


input,
select,
textarea{
	width: 99%;
	color: #333;
	font-size: 11px ;
	font-weight: normal;
	border: 1px solid #279DE7;
	background-color: #E0D7D0;
}


h1{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
}

h2{
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0px;
}

h3{
	font-size: 13px;
	font-weight: bold;
}

h4{
	font-size: 13px;
	font-weight: normal;
}

a{
	text-decoration: none;
	font-weight: bold;
}

a:hover{
 	text-decoration: underline;
}









/* ******** MAIN STRUCTURE ******** */
.cms_presentation{
	width: 1000px;
	margin: 0px auto ;
}

.cms_head{					/* HLAVICKA + LOGO */
	width: 1000px;
	height: 60px;
}

.cms_top{					/* MENU + VYHLEDAVANI */
	width: 1000px;
	height: 30px;
	background-color: #E0D7D0;
}

.cms_top_in{
	padding: 10px;
}

.cms_foot{					/* PATICKA */
	clear: left;
	width: 1000px;
	padding: 10px 0px 50px 0px;
}

.CMSPage{					/* ZAKLADNI STRANKA */
	float: left;
	width: 1000px;
	background-color: #E0D7D0;
	text-align: justify;
	padding: 0px 0px 10px 0px;
}

.CMSPage_in{
	padding: 0px 10px;

}

.CMSPage .cms_title{				/* HORNI BLOK S TITULKEM */
	float: left;
	width: 749px;
	height: 47px;
	line-height: 47px;
	color: #279DE7;
	font-size: 20px ;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 0px;
	background: #E0D7D0 url(/data/Design/bg_title.jpg) top left no-repeat;
}

.CMSPage .cms_title_in{
	padding: 0px 15px;
	
}

.CMSPage .cms_title h1{
	font-size: 20px ;
	font-weight: bold;
	color: #279DE7;
	margin: 0px;
	padding: 0px;
}

.CMSPage .cms_banners{					/* PRAVY BLOK BANNERU */
	float: right;
	width: 230px;
	_height: 47px;
	min-height: 47px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}


.CMSPage .cms_events{ 					/* LEVY BLOK EVENTY */
	float: left;
	width: 182px;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background: url(/data/Design/bg_menu_left_3.gif) bottom left no-repeat;
}

.CMSPage .cms_events_in{
	padding: 0px 0px 20px 0px;
	background: #E0D7D0 url(/data/Design/bg_menu_left_2.gif) top left repeat-y;
}

.CMSPage .cms_content{					/* STREDNI BLOK VLEVO OD BLOKU EVENTY */
	float: left;
	width: 565px;
	text-align:justify;
	margin: 10px 0px 0px 0px;
}

.CMSPage .cms_content_in{
	float: left;
	padding: 0px 5px 0px 10px;
}

.CMSPage .cms_content_long{				/* LEVY BLOK BEZ BLOKU EVENTY */
	float: left;
	width: 745px;
	text-align:justify;
	margin: 10px 0px 0px 0px;
}

.CMSPage .cms_content_long_in{
	float: left;
	padding: 0px 5px;
}


.CMSPage .cms_search{					/* BLOK S VYSLEDKY VYHLEDAVANI */
	float: left;
	width: 565px;
	text-align:justify;
	margin: 10px 0px 0px 0px;
}

.CMSPage .cms_search_in{
	float: left;
	padding: 0px 5px 0px 10px;
}




/* ******** HLAVICKA ******** */
.cms_head h1{
	float: left;
	position: relative;
	top: 25px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.3em;
}

.cms_head .CMSImage{
	float: right;
	position: relative;
	top: 10px;
	border: 0px;
}









/* ******** TOP MENU ******** */
.cms_top .CMSMenu{
	float: left;
	width: 837px;
	height: 18px;
	background: #E0D7D0 url(/data/Design/bg_menu_top.jpg) top left no-repeat;
	text-align: center;
}

.cms_top .CMSMenu,
.cms_top .CMSMenu ul,
.cms_top .CMSMenu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.cms_top .CMSMenu li{
	display: inline;
	height: 18px;	
	line-height: 18px;	
	margin: 0px 10px;
}

.cms_top .CMSMenu li,
.cms_top .CMSMenu li a{
 	font-size: 12px;
	font-weight: bold;
	color: #279DE7;
	text-decoration: none;
}

.cms_top .CMSMenu li a:hover{
	color: #000;
}

.cms_top .CMSMenu li.selected a{
	color: #333 !important;
}












/* ******** TOP VYHLEDAVANI ******** */
.cms_top .CMSSearchBox{
	float: right;
	width: 138px;
	height: 18px;
	background: #E0D7D0 url(/data/Design/bg_search.gif) top left no-repeat;
	text-align: center;
}

.cms_top .CMSSearchBox form{
	display: inline;
}

.cms_top .CMSSearchBox .searchtext{
	width: 120px;
	height: 14px;
	border: 0px;
	margin: 1px 0px 0px 0px;
	background-color: #FFF;
}

.cms_top .CMSSearchBox .submitbutton{
	display: none;
}




/* ******** SPODNI MENU ******** */
.cms_foot .CMSMenu{
	width: 1000px;
	height: 18px;
	background: #189AD6;
	text-align: center;
}

.cms_foot .CMSMenu,
.cms_foot .CMSMenu ul,
.cms_foot .CMSMenu li{
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
}

.cms_foot .CMSMenu li{
	display: inline;
 	margin: 0px 20px;

}

.cms_foot .CMSMenu li,
.cms_foot .CMSMenu li a{
 	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.cms_foot .CMSMenu li a:hover{
	color: #000;
}








/* ******** EVENTS - BLOCK VLEVO ******** */
.cms_events { 
	margin:0;
	padding: 0px;
	font-size: 12px ;
	font-weight: bold;
	color: #279DE7;
			
}

.cms_events .CMSTextHTML{
	min-height: 25px;
  padding: 5px 10px 0px 10px;
	line-height: 2.5ex;
	font-size: 12px ;
	font-weight: bold;
	color: #279DE7;
	/*text-transform: uppercase;*/	
	background: url(/data/Design/bg_menu_left_1.gif) top left no-repeat;
}



.cms_events .CMSTextHTML h1{
	font-size: 12px ;
	font-weight: bold;
	color: #279DE7;
	text-transform: uppercase;	
	margin: 0px;
	padding: 0px;
}

.cms_events .CMSTextHTML a{
	/*display: none;*/
	text-decoration:underline;
}

.cms_events  .CMSLink a{
  display:block;
  padding: 15px 10px 0px 10px;
	line-height: 2.5ex;
	font-size: 12px ;
	font-weight: bold;
	color: #279DE7;	
	background: url(/data/Design/bg_menu_left_1.gif) top left no-repeat;

}


.cms_events .CMSArticle{
	padding: 10px 5px;
	margin: 0px 2px;
	background: #4998D1 url(/data/Design/bg_menu_item.jpg) bottom left repeat-x;
}

.cms_events .CMSArticle .articletitle a{
	color: #FFF;
}

.cms_events .CMSArticle .articletitle a:hover{
	color: #000;
	text-decoration: none;
}

.cms_events .navigation,
.cms_events .CMSArticle .articledate,
.cms_events .CMSArticle .articleperex,
.cms_events .CMSArticle .articlebody{
	display: none;
}






/* ******** CLANKY (NAHLED) ******** */

/* nenastylovane pocitadlo komentaru */
.articlecommentscounter{
display: none;
}

.cms_search .CMSArticle,
.cms_content .CMSArticle{
	float: left;
	width: 550px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #FFF;
	background-color: #E6E3DA;
}

.cms_search .CMSArticle .articledate,
.cms_content .CMSArticle .articledate{
	float: right;
	width: 50px;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.cms_search .CMSArticle .articletitle,
.cms_content .CMSArticle .articletitle{
	float: left;
	width: 460px;
	padding: 5px;
	font-weight: bold;

}

.cms_search .CMSArticle .articleperex,
.cms_content .CMSArticle .articleperex{
	clear: both;
	padding: 5px;
}

.cms_search .CMSArticle .articlebody,
.cms_search .CMSArticle .articleauthor,
.cms_search .CMSArticle .discussion,
.cms_search .CMSArticle .articleattachments,
.cms_content .CMSArticle .articlebody,
.cms_content .CMSArticle .articleauthor,
.cms_content .CMSArticle .discussion,
.cms_content .CMSArticle .articleattachments{
	display: none;
}


/* ******** CLANKY (DETAIL) ******** */
.cms_content_long .CMSArticle{
	width: 740px;

}

.cms_content_long .CMSArticle .articletitle{
	position: relative;
	left: -5px;
	width: 718px;
	height: 47px;
	line-height: 47px;
	color: #279DE7;
	font-size: 20px ;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px -0px  ;
	padding: 0px 15px;
	background: #E0D7D0 url(/data/Design/bg_title.jpg) top left no-repeat;
}

.cms_content_long .CMSArticle .articledate,
.cms_content_long .CMSArticle .articleperex{
	display: none;
}

.cms_content_long .CMSArticle .articleauthor{
	text-align: right;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px;
}

.cms_content_long .CMSArticle .articleattachments{
	margin: 0px 0px 0px 0px;
}

.cms_content_long .CMSArticle .articleattachments .attachment{
	float: left;
	margin: 5px 10px;
}

.cms_content_long .CMSArticle .articleattachments .attachment img{
	border: 0px;
}


.cms_content_long .CMSArticle .discussion{
	clear: left;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #E6E3DA;

}

.cms_content_long .CMSArticle .discussion table{
	border: 0px !important;
	width: 100% !important;
	background-color: #E6E3DA !important;
}

.cms_content_long .CMSArticle .discussion table td{
	font-weight: bold;
}


.cms_content_long .CMSArticle .discussion .comment_reply{
	display: block;
	text-align: right;
}

.cms_content_long .CMSArticle .discussion .comment_author{
	display: block;
}

.cms_content_long .CMSArticle .discussion .comment_title{
	font-weight: bold;
}

.cms_content_long .CMSArticle .discussion .comment_date{
	font-style: italic;
}

.cms_content_long .CMSArticle .discussion .comment_body{
	display: block;
}


/* EVENT VE STRANCE  */
.cms_content  .CMSLink{
	float: left;
	width: 550px;
	height: 115px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #FFF;
	background-color: #E6E3DA;
	background-repeat:no-repeat;
	background-position: 5px 25px;
}

.cms_content  .CMSLink a{
	display: block;
	padding: 5px 5px;	
}




/* ******** FOTOGALERIE ******** */
.fotogallery_record{
	float: left;
	width: 735px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #FFF;
	xoverflow: hidden;
}

.fotogallery_record a{
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.fotogallery_record a:hover{
	text-decoration: none;
	background-color: #E6E3DA;
}

.fotogallery_record img{
	border: 0px;
	margin: 0px;
	padding: 5px;

}

.fotogallery_record .Image{
	float: left;
	width: 120px;
	overflow: hidden;
}

.fotogallery_record .Image .description{
	display: none;
}


.fotogallery_record .content{
	float: right;
	width: 610px;
}

.fotogallery_record .title{
	font-weight: bold;
	margin: 5px 5px 5px 0px;
}

.fotogallery_record .Popisek{
	margin:  5px 5px 5px 0px;
}

.fotogallery_record .clear{
	clear: both;
}











/* ******** OSTATNI ******** */
table.conact{
	width: 300px;
	margin: 10px 0px;
}

table .title {
	color: #555;
	font-size: 10px ;
	font-weight: normal;
	padding: 0px 3px;
}

input.button{
	width: 12em;
	margin: 10px 0px;
	color: #E0D7D0;
	font-weight: bold;
	border: 1px outset #279DE7;
	background-color: #279DE7;
}

.navigation{
	text-align: center;
}
