#text {
	background: white;
	padding-bottom: 10px;
	position: relative;
}
	#text p {
		text-indent: 15px;
		margin: 5px 10px 10px 10px;
		text-align: justify;
		line-height: 150%;
		font-size: 1.1em;
	}
	#text p.date, #text p.datefull, #text p.ins {
		line-height: 120%;
		text-indent: 0;
		margin: 3px 10px 0 10px;
		font-size: 0.9em;
	}
	#text p.datefull {
		border-bottom: 1px solid black;
		margin: 5px 10px 20px 10px;
	}
	#text p.ins, #text p.back {
		text-align: right;
		font-size: 0.9em;
		margin: 0 10px 25px 10px;
	}
	#text p.ins a { color: #F60; }
	#text p.back {
		font-size: .9em;
		text-align: left;
		border: solid black;
		border-width: 1px 0 0 0;
		padding: 2px 0px;
		margin: 10px;
		clear: both;
	}
	#text p.clear {
		position: relative;
		clear: left;
		margin: 0 10px;
	}
	#text h2 {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 2px solid black;
		margin: 10px;
		background: White;
	}
	#text h3 { margin: 20px 10px 2px 10px; font-size: 1.5em; }
	#text h3.clear { clear: left; }
	#text h3.comment {
		margin: 0 10px 10px 10px;
		border-bottom: 1px solid black;
	}
	#text h3.partyden {
		margin-top:20px;
		border-bottom: 1px solid black;
		font-size: 1.15em;
	}
	#text h4 {
		margin: 15px 10px;
		font-size: 1.25em;
		font-weight: bold;
	}
	#text .center {	text-align: center; }
	#text h4.comment {
		background: #FC0;
		margin: 0;
		color: black;
	}
	#text div.clanek {
		position: relative;
		margin: 10px;
		width: 100%;
	}
	#text a { color: black; }			
	#text h3 a:hover { color: Red; `}
	#text a.more {
		color: black;
		text-decoration: none;
		font-weight: bold;
		text-align: right;
		margin: 0 0 5px 0;
	}
	#text a.more:hover { text-decoration: underline; }	
	#text p.normal {
		text-indent: 0;
		font-size: 0.9em;
		text-align: left;
		margin: 15px 10px;
	}
	#text p.uvod { font-size: 1.15em; }
	#text div.leftcol {
		float: left;
		width: 200px;
		margin: 10px;
		position: relative;
	}
	#text div.col { margin: 15px 10px 10px 225px; }
	#text div.colonly { margin: 10px; }
	#text div, #text div.comment { margin: 0 10px; }
	#text div.comment1 { margin-left:  40px; }
	#text div.comment2 { margin-left:  80px; }
	#text div.comment3 { margin-left:  120px; }
	#text div.comment4 { margin-left:  160px; }
	#text div.galright {
		margin: 0 0 0 135px;
		min-height: 135px;
		_height: 135px;
	}
	#text div.galerie {
		position: relative;
		margin: 10px;
		min-height: 135px;
		border-bottom: 1px solid black;
	}
	#text h3.galerie { margin: 0 10px; }
	#text a.gallink {
		display: block;
		margin: 0 10px 5px 0;
		padding: 5px;
		float: left;
		background: #FFCC66;
		position: relative;
	}
	#text p.galerie {
		position: relative;
		margin: 5px 10px;
		text-indent: 0px;
		padding: 5px 10px;
		background: #FFFFCC;
	}
	#text a img { border: 0; }
	#text p.link {
		text-align: left;
		text-indent: 0;
		margin: 5px 10px;
	}
	#text p.link a {
		color:  #FF6600;
		text-decoration: none;
	}	
	#text p.link a:hover {
		text-decoration: underline;
		color: #FFCC00;
	}
	#text p.comment, #text p.commlast {
		text-indent: 3px;
		margin: 0px;
		font-size: .85em;
		background-color: #FFFFCC;
	}
	#text p.commtext {
		text-indent: 3px;
		padding: 5px 0;
	}
	#text p.commlast { text-align: right; }
	#text form {
		font-size: 10px;
		margin: 0px 10px;
		background-color: #FFFFCC;
		padding: 5px;
	}
	#text form.clear { clear: left; }
	#text fieldset {
		padding: 5px 0px;
		border: 1px solid #FFFFCC;
	}
	#text div.formcont { margin: 10px 0; }
	#text label { font-weight: bold;  }
	#text label.left { float: left; }	
	#text select {
		margin: 0px 5px;
		font-size: 14px;
	}
	#text input {
		border: 1px solid black;
		margin: 0px;
	}
	#text legend {
		font-size: 11px;
		font-weight: bold;
		padding: 1px 5px;
		border: 1px solid black;
		background-color: White;
		margin: 0px;
	}	
	#text input.form {
		width: 285px;
	}
	#text textarea {
		margin: 0px 3px;
		border: 1px solid black;
		width: 400px;
		height: 100px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
	}
	#text textarea.mail {
		width: 450px;
		height: 200px;
	}
	#text input.title {
		width: 450px;
		padding: 1px 2px;
		font-size: 14px;
	}
	#text div.help {
		padding: 10px;
		background-color: #FFFFCC;
		border: 1px solid black;
		margin: 5px 10px;
	}
	#text input.button, #text input.buttfirst, #text a.butt { cursor:pointer;cursor:hand; }
	#text input.buttfirst, #text a.butt {
		padding: 1px 10px;
		margin: 10px 10px 0 0;
	}
	#text input.button {
		background: #FC0;		
		color: black;
		padding: 0 2px;
		font-size: 10px;
	}
	#text input.check {	 border: 0px; }
	#text a.butt {
		padding: 3px 5px;
		background: #FC0;
		border: 2px outset black;
		font-weight: bold;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
	}
	#text div.error {
		margin: 5px 10px;
		border: 1px solid black;
		background-color: #FFF;
	}	
	#text table {
		margin: 10px 0 0 50px;
		width: 570px;
		border-collapse: collapse;
		font-size: 0.95em;
	}
	#text table.comment {
		margin: 10px;
		width: 600px;
	}	
	#text td, #text th {
		padding: 1px 5px;
		vertical-align : top;
	}
	#text td.partytitle, #text td.butt, #text td.ffkpartytitle {
		font-size: 1.1em;
		margin: 0px;
		padding: 3px 5px;
		background: #FC0;
	}
	#text td.place {
		background: #FFC;
		font-size: 0.95em;
	}
	#text td.img, #text td.ffkimg {
		text-align: center;
		width: 110px;
		background: #FFC;
	}
	#text table p {
		text-indent: 0px;
		margin: 5px 0;
	}
	#text td.butt {
		font-size: 0.95em;
		text-align: right;
		padding-right: 3px;
	}
	#text td.img img, #text td.ffkimg img {
		margin: 5px;
		border:1px solid black;
		vertical-align: middle;
	}
	#text td.ffkpartytitle {
		background-color: white;
		border-bottom: 2px solid black;
	}
	#text td.ffkplace, #text td.ffkimg {
		background:  #666;
		color: White;
	}
	#text td.ffktitle {
		background:  #666;
		color: White;
		font-size: 1em;
		margin: 0;
		padding-left: 2px;
	}
	#text td h4 {
	margin: 3px 0;
	font-family : Arial,Verdana, Geneva,  Helvetica, sans-serif;
}
	#text td.place a {
		text-decoration: none;
		color: black;
	}
	#text td.place a:hover { text-decoration: underline; }
	#text td.butt a {
		font-weight: normal;
		color: black;
	}
	#text th { background: #FF9900; }
	#text tr.comment { border-bottom: 1px solid #F90; }
	#text td.sign { width: 12px; }
	#text td.level1 { padding-left: 15px; }
	#text td.level2 { padding-left: 25px; }
	#text td.level3 { padding-left: 35px; }
	#text td.level4 { padding-left: 45px; }
	#text div.navig {
		margin: 0 0 10px 0px;
		padding: 2px 10px;
		font-size: 10px;
		background-color: #FF6600;
	}
	#text div.navig a { color: black; }
	#text table.galerie,#text table.galerief {
		margin: 10px 25px;
		background: #FFCC66;
	}
	#text table.galerief {
		margin: 10px 25px;
	}
	#text table.galerie td, #text table.galerief td {
		text-align: center;
		vertical-align : middle;
		padding: 10px;
	}
	#text div.fotobig {
		text-align: center;
		margin: 10px;
		background: #FFFFCC;				
		padding: 10px;
	}
	#text p.center { text-align: center; }
	#text p.right { text-align: right; }
	#text p.navig {
		font-size: 9px;
		text-indent: 0;
		margin-top: 0px;
	}
	#text p.big {
		font-size: 11px;
		line-height: 2em;
	}
	#text div.left, #text div.right, #text div.center { position: relative; }
	#text div.left {
		float: left;
		margin: 10px;
	}
	#text div.right {
		float: right;
		margin: 10px;
	}
	#text div.center { text-align: center; }
	#text span.red { color: red; }
	#text p.poet {
		text-indent: 0;
		margin-left: 20px;
		margin-top: 15px;
		line-height: 1.5em;
		font-size: 1.1em;
	}
	#text ul, #text ol { margin: 0 10px 5px 55px; }
	#text li { margin-left: 5px; }
	#text ul li { list-style-type: square; }
	#text ul.nonebull li { list-style-type: none; }
	#text ol.lett { list-style-type: lower-alpha; }
/*	#text ol li { list-style-type: decimal; }*/
	#text div.adv {
		text-align: center;
		border: solid #C90;
		border-width: 2px 0;
		margin: 0;
		padding: 3px 0;
        position: relative;
    }
	#text p.imgtitle { text-indent: 0; text-align: center; margin:0; padding:0;}
