TABLE {
	border-collapse: collapse; 
}
TD {
	vertical-align: top;
	font-family: Verdana; 
	color: #000000; 
	font-size: 12px; 
}
a:active,a:link,a:visited,a:hover {
	font-weight:bold;
	color: #000000; 
}
.mtd {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	padding-top:20px;
	width:518px;
}
.tab2 {
	width:100%;
	background: url(stop.jpg) left bottom no-repeat ;
}
.tab3 {
	width:100%;
	background: url(bgm.jpg)  103px 0px no-repeat ;
}
.td1 {
	background: url(bgl.gif) repeat-y ;
}
.mtab {
	width:800px;
	height:100%;
	background: url(bg1.jpg);
}
.rtd2 {
	background: url(bgr.jpg) top right repeat-y;
}
.ltd {
	width:103px;
}
.rtd {
	width:179px;
}
.title {
	font-size:18px; 
	font-weight:bold;
}
.date {
	color: #5B5B5B; 
	font-weight:bold;
}
/* vypis clanku v rubrice */
.title {
	font-size:18px; 
	font-weight:bold;
}
.date {
	color: #5B5B5B; 
	font-weight:bold;
}

/* zobrazeni clanku */
div.clanek-vypis {
	padding-left: 10px;
	padding-bottom: 40px;
	/*background-color: red;*/
}
div.clanek-nazev {
	font-size:18px; 
	font-weight:bold;
}
div.clanek-datum {
	color: #5B5B5B; 
	font-weight:bold;
}
div.clanek-perex {
	
}
div.clanek-telo {
	
}
div.clanek-autori {
	font-size: smaller;
	text-align: right;
}
div.clanek-galerie {
	
}
/* diskuze - vypis*/

table.disk {
    width: 100%;
}
TABLE.disk TD {
    padding: 2px;
}
tr.disk_title {
}
tr.disk_head {
    background-color: #888;
}
tr.disk_page_licha {	
    background-color: #FFF;
}
tr.disk_page_suda {
    background-color: #EEE;
}
input.disk-checkbox {
}
td.disk_btns {
}
input.disk {
    border: 1px solid black;
}

/* diskuze - prispevek */
table.prisp TD {
    padding: 5px;
}
table.prisp {
    width: 100%;
}
td.prisp_head {
    background-color: #eee;
}
span.prisp_autor {
}
span.prisp_datum {
}
td.prisp_text {
    background-color: #ddd;
    font: 11px Verdana;
}

/* diskuze - novy prispevek */
table.disk_new {
    width: 95%;
}

TABLE.disk_new TD {
    padding: 2px;
}

tr.disk_title {
    font: 13px Verdana;
    text-align: center;
    font-weight: bold;
}
td.disk_left {
    width: 150px;
    text-align: right;
    font-weight: bold;
}
td.disk_right {
}
INPUT {
    border: 1px solid black;
}
textarea.disk {
	width:100%;
	border: 1px solid black;
}