body {
	font-family: "Arial CE", Arial;
	font-size: 12px;
	color: #4a4a4b;
}
p {
	margin:0;padding:0;
	height: 12px;
}
html>body p { height: auto; min-height: 12px; }

form { margin: 0;padding: 0}

a img { border: none; }

.modra { color: #0584dd }
.oranzova {color:#db7703; }


a {
	text-decoration: underline;
	color: #0584dd;
}
a:hover {
	text-decoration: none;
	background: #0584dd;
	color: #fff;	
}
	
h1 {
	font-size: 18px;
	color:#01548e;
	background: url(images/h1.jpg) no-repeat left top;
	height: 39px;
	padding: 10px 0 0 45px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}
html>body h1 { min-height: 39px; height: auto; }

h2 {
	font-size: 15px;
	color:#db7703;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

ul, li {
	margin: 6px 0; padding:0;
}
li {
	list-style-type: none;
	margin: 0;
	position: relative;
	background: url(images/li.jpg) no-repeat left 5px;
	padding: 2px 0 2px 12px;
	color:#db7703;
	font-weight: bold;
}

table.tabulka {
	border: 1px solid #434c52;
	border-collapse: collapse;
}
table.tabulka caption {
	background:#0584dd;
	margin:0;padding:0;
	text-align: left; text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	padding: 3px 3px 3px 12px;
	border: 1px solid #434c52;
	margin-left:-1px;
}
table.tabulka thead {
	background: #c7e72c;
	font-weight: bold;
}
table.tabulka td {
	border: 1px solid #434c52;
	padding: 2px;
}

