body {
	background: #FCFCFC !important;
	border-top: none !important;
}
a {
	color: #C32B12;
	text-decoration: none;
	outline: none;
}
a:hover,
a.active {
	color: #C32B12;
	text-decoration: underline;
}
a img {
	border: none;
}
div#obsah {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

div#main h1 {
	background-color:#E1E1E1;
	border-top:3px solid #A3A3A3;
	color:#2D2D2D;
	display:block;
	font-size:19px;
	font-weight:bold;
	margin:0 0 7px;
	padding:5px 20px;
}

table.charakteristiky {
	width: auto;
	/*border: 1px #ddd solid;*/
	margin-top: 20px;
}

table.charakteristiky td {
	padding: 3px 10px;
	width: 200px;
	text-align: center;
}
table.charakteristiky tr.parne td {
	background-color: #EFEFEF;
}
table.charakteristiky tr:hover td {
	background-color: #E7E7E7;
}
table.charakteristiky th {
	padding: 0 10px;
}
table.charakteristiky td.tucne {
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	width: auto;
}

table.charakteristiky th span.nadpis {
	
}
.zavri_okno{
	text-align: right;
	padding-right: 30%
}


