/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px!important;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
}

table, td, tbody { 
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px!important;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
}

#tab-deti td {
	color: #FFFFFF;
	text-align: left;
	padding: 6px 6px 6px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CAE8EA;
	background-image: url(bg_header.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8B83DA;
	border-right-color: #8B83DA;
	border-bottom-color: #8B83DA;
}

#tab-deti td.alt {
	color: #FFFFFF;
	text-align: left;
	padding: 6px 6px 6px 12px;
	width:25px;
	background-color:#FFFFFF;
	background-image: none;
	border:none;
}

#tab-normalni td {
	background-image: none;
	border:none;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;		
}

.stin {
	background-image: url(input_stin.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #888888;
	text-indent: 2px;
}
.chyba {
	color: #FF0000;
	background-image: url(error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	line-height: 16px;
	margin-top:20px;
}

.strana {
	text-align: left;
}
.titul, .menu, .pata, .sloupec { display:none}

.reklama {display:block}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #990000 !important;
}
h3 {
	font-size:16px;
	font-weight: normal;
	margin:0;
}
h4 {
	font-size:14px;
	font-weight: normal;
}

.zvyrazni {
	color: #72190f !important;
}

.odsazeni {
	margin-left:40px;
	margin-right:20px;
}

.obrazek_vpravo {
	float: right;
	margin-left:10px;
	margin-right:20px;
}
.obrazek_vlevo {
	float: left;
	margin-right:10px;
}
.cara {
	width: 100%;
	height:5px;
	background-image: url(cara.png);
	background-repeat: repeat-x;
	background-position: center;
}

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {
	border: 1px solid #C8C2BB;
}
.odkaz a {
	margin-left:50px;
}


.foto {
	width: 200px;
	height: 200px;
	display:block;
	text-align: center;
	float: left;
	margin-bottom:10px;
}
.foto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---- TABULKY --------------------- */
th {
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CAE8EA;
	background-image: url(bg_header.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8B83DA;
	border-right-color: #8B83DA;
	border-bottom-color: #8B83DA;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000000;
	text-align:center;
}


td.alt {
	background-color: #E4F1F1;
	color: #333333;
}

