/* CSS Document */
*{
	padding: 0; margin: 0;
	border: 0; text-decoration: none;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px; color: #545454;
	margin: 0; margin-bottom: 20px;
	background: #ffffff;
}

u {
	text-decoration: underline;
}

/* ----- TRESCI ----- */

.mceContentBody {
	float: right;
	/*
	margin-right: 30px !important; 
	margin-right: 15px;
	margin-bottom: 20px;
	*/
	width: 687px;
	padding-left: 3px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding-bottom: 16px;
}

.mceContentBody h2 {
	margin-bottom: 16px;
	font-size: 130%;
	color: #e51b23;
}

.mceContentBody h2 span { display: none; }

.mceContentBody h3 {
	font-size: 140%;
	color: #d63d0d;
	margin-bottom: 12px;
}

.mceContentBody p {
	margin-bottom: 16px;
}

.mceContentBody img.galeria {
	border: 1px solid #d4d4d4;
	padding: 3px;
}

.mceContentBody a {
	color: #e51b23; /*text-decoration: underline;*/
}

.mceContentBody img {
	padding: 3px;
	/*border: 1px solid #f9d0d2;*/
}

.mceContentBody a:hover { color: #ff8675; }

.mceContentBody ul {
	margin-left: 8px;
	margin-bottom: 16px;
}

.mceContentBody ol {
	margin-left: 13px;
	margin-bottom: 16px;
}

.mceContentBody li {
	padding-left: 18px;
	background: url(../i/punktor_content.gif) no-repeat;
	background-position: 0 5px;
	list-style: none;
}

.mceContentBody table {
	border-collapse: collapse;
	font-size: 11px;
}

.mceContentBody table.uklad th {
	padding-left: 26px;
	vertical-align: top;
}

/* ****** tabelka z border ****** */
.mceContentBody table.tabela {
	border-collapse: collapse;
	font-size: 11px;
	border: 1px solid #000000;
}

.mceContentBody table.tabela td {
	border-collapse: collapse;
	border: 1px solid #b2b2b2;
	padding: 4px;
}

.maly_tekst {
	font-size: 10px;
}

.maly_szary_tekst {
	font-size: 10px;
	color: #CCCCCC;
}

.duzy_czerwony_tekst {
	font-size: 14px;
	color: #e51b23;
	font-weight: bold;
}
.bardzo_duzy_czerwony_tekst {
	font-size: 22px;
	color: #e51b23;
	font-weight: bold;
}
.tabela_szara {
	background: #f9f9f9;
}
.tabela_szara td{
	border: 1px solid #b9b9b9;
	padding: 5px;
	vertical-align: top;
}



.galeria td 
{
border-right:5px white solid;
border-bottom:5px white solid;
margin:3px;
text-align:center;
width:160px;
height:110px;
background-color:#f0f0f0;
}


