body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Courier New;
	font-size: 10pt;
	background-image:url(/images/layout/bgg.png);
	background-repeat:no-repeat;
	background-position: center top;
}
h1 {
	text-align: center;
}
h2 {
	text-align: left;
}
hr {
	display: none;
	clear: both;
}
div.none {
	clear: both;
}
.center {
	text-align: center;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.form {
/*	border: dashed 1px #d35701;
	background-color: #fdd400;*/
	width: 550px;
	margin: 0px auto;
	text-align: center;
	padding: 5px;
}
.form table {
	width: 100%;
}
.form p {
	padding: 0px 8px;
	margin: auto;
	text-align: center;
	width: 50%;
}
input, textarea{
/*	background-color: #77fcff;*/
	background:url(/images/layout/bg_input.gif) repeat-x top white;
	width:100%;
	border: 1px solid black;
}

#container {
	background-image:url(/images/layout/backg.png);
	width: 760px;
	margin: 0 auto;
}
/**********************************************************************************************************/
/* hlavička */
#head { 
	background-image:url(/images/layout/head.png);
	background-repeat:no-repeat;
	background-position: center top;
	height: 127px;
}
#head h1 {
	display: none;
}
/**********************************************************************************************************/
/* menu */
#menu {
	height: 23px;
	background-repeat:no-repeat;
	background-position: center top;
	background-image:url(/images/layout/menu.png);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu span {
	display: none;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border : 1px solid #fdd400;
	color : black;
	padding : 2px 9px 2px 9px;
	font-weight: normal;
	text-align : center;
	text-decoration : none;
	margin-bottom: 10px;
}
#menu a:hover, #menu .active {
	background-color : #d35701;
	border : 1px solid black;
}
/**********************************************************************************************************/
/* pomocný kontejner pro obsah */
#container2 {
	background-image:url(/images/layout/str.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}
/* obsah */
#content {
	padding: 10px;
	padding-left: 30px;
	width: 708px;
	min-height: 400px;
}
/**********************************************************************************************************/
/* patička */
#footer {
	width: 750px;
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
	background-image:url(/images/layout/footer.png);
}
#footer a {
	padding-left: 10px;
	text-decoration: none;
}
#footer a.stenxp {
	font-size: 8pt;
	float: right;
	margin: 1px;
	padding-right: 10px;
	font-weight: normal;
	color: black;
}
#footer a.stenxp:hover {
	text-decoration: underline;
}
/**********************************************************************************************************/
/* uvod */
img.uvod {
	border: solid #77fcff 1px;
}
/* novinky */
#news {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 155px;
	background-image:url(/images/layout/news.png);
}
#news h3 {
	background-image:url(/images/layout/news_head.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	height: 20px;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	margin: 5px;
	padding: 0px;
}
#news div {
	border-top: 1px solid #2f88b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 2px;
}
/**********************************************************************************************************/
/* o souboru */
p.txt_uvod {
	padding: 5px 20px 5px 2px;
	margin-left: 20px;
}
/**********************************************************************************************************/
/* galerie */
.galerie {
	text-align: center;
}
.galerie strong{
	font-size: 20pt;
	font-weight: normal;
}
div.obr a {
	text-align: center;
	display:block;
	width: 180px;
	float: left;
	margin: 5px 25px;
	/*_margin: 5px 20px;*/
	padding: 2px;
}
div.obr img {
	margin: 5px;
	text-decoration: none;
}
div.obr a:hover {
	text-decoration: none;
	padding: 1px;
	border: dashed 1px #d35701;
	background-color: #fdd400;	
}
/**********************************************************************************************************/
/* kalendář akcí */
div.obal_ls{
	border: dashed 1px #d35701;
	background-color: #fdd400;
/*	margin-left: 30px;*/
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
/*	background-image:url(/images/down.png);*/
	background-repeat: no-repeat;
	background-position: right;
}
div.obal {
/*	margin-left: 30px;*/
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
/*	background-image:url(/images/down.png);*/
	background-repeat: no-repeat;
	background-position: right;
}
#historie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*text-decoration: underline;*/
	border-top: solid 1px #d35701;
	border-bottom: solid 1px #d35701;
	background-color: #fdd400;
	padding:3px;
}
div.obal div.hide, div.obal_ls div.hide {
	display: none;
	border-top: dashed 1px #d35701;
	padding-top: 5px;
}
div.load {
	display:none;
	float: right;
	width: 18px; height: 18px;
	background-image:url(/images/loading.gif);
}
/**********************************************************************************************************/
/* kontakty */
div.adresa {
	/*position:relative;*/
	float:right;
	padding:20px 5px;
}
div.cleni {
/*	position:relative;*/
	float:right;
	padding:5px;
	padding-right: 25px;
}
div.cleni ul {
	padding: 0px;
	margin: 0px;
}
div.cleni li {
	list-style-type: none;
}
/**********************************************************************************************************/
/* sponzoři */
p.sponzor {
	text-align: center;
	padding: 10px;
}
/**********************************************************************************************************/
/* kniha */
div.zprava {
	border-top: 1px solid #d35701;
	margin-top: 5px;
	padding: 5px;
}
div.cas {
	float:right;
	color: black;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
div.jmeno {
	font-size: 12pt;
/*	font-weight: bold;*/
	font-family: Helvetica, sans-serif;
}
div.zprava p {
	margin:2px 0px;
	padding: 0px;
}
.texti {
	display: none;
}
