BODY, TD {
	background: white;
	color : black;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

H1, H2 {
	margin: 0;
	padding: 0;
}

H1 {
	text-align: center;
	font-size: 14pt;
	margin: 10px 0 10px 0; 
}

H2 {
	font-size: 10pt;
	color: #66cc00;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

/* FORM */

#tabulka-form {
	border: 1px solid blue;
}

#tabulka-form tr th {
	padding-left: 10px;
}

#tabulka-form tr th, #tabulka-form tr td  {
	text-align: left;
	font-size: 10pt;
	vertical-align: middle;
}

.form-center {
	text-align: center !important;
}

.form-center h2 {
	font-size: 12pt;
	color: white;
	background-color: blue;
	padding: 0;
	margin: 0;
}

/* Posuvník */

#posuvnik img {
	border: none;
	margin: 0 8px 0 8px;
}

/* Příspěvek */

.prispevek {
	text-align: left;
	border: 1px solid #23559C;
	margin: 20px 0 20px 0;
}

td.prispevek-nadpis {
	font-size: 8pt;
	background : #23559C;
	color: white;
	text-align: left;
	padding-left: 10px;
}

td.prispevek-od {
	font-size: 8pt;
	text-align: left;
	padding-left: 15px;
}

img.edit {
	margin-left: 10px;
	float: right;
	border: none;
}

td.prispevek-od strong {
	font-size: 10pt;
}

td.prospevek-od {
	font-size: 8pt;
	text-align: left;
	padding-left: 15px;
}

table.odpoved  tr td{
	font-size: 8pt !important;
	vertical-align: top;
	text-align: justify;
}

.odpoved {
	margin-left: 10px;
	margin-right: 10px;
}

.cb {
  clear: both;
  height: 1px;
  width: 0px;
  overflow: hidden;
  margin-top: -1px;
}