* {-moz-box-sizing: border-box; box-sizing: border-box;}

body {
	margin: 2px;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #19444c;
}

hr {
    color: #CCCCCC;
}

h1	{
	font-size: 1.5em;
	line-height: 1.6em;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	background-color: #19444c;
	margin: 0px 0px 0px 0px;
	padding-left:5px;
}

h2	{
	font-size: 1.4em;
	line-height: 1.5em;
	color: #F00;
	text-transform: uppercase;
	text-align: left;
	background-color: transparent;
	margin: 10px 0px 0px 0px;
}

h3	{
	display: block;
	width: 100%;
	font-size: 1.2em;
	text-align: left;
	margin: 0px 0px 5px 0px;
}


h4	{
	font-size: 1.2em;
	color: #777;
	margin: 0px 0px 10px 0px;
	padding-left: 5px;
}

h5	{
	color: #000;
	font-size: 1.15em;
	line-height: 1.3em;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 0px 0;
}

p 	{
	margin-top: 5px;
	line-height: 1.3em;
}
table {
	font-family: arial, sans-serif;
	font-size: 1em;
	background-color: transparent;
	border: 0px;
}

#page {
	width: 750px;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	margin-top: 5px;
	background: url(../pictures/bg_4.jpg) repeat-x;
	background-position: 0 145px;
	background-color: #F2F4C6;
}

#hlavicka {
	width: 750px;
	height: 145px;
	background-color: transparent;
	margin-bottom: 10px;
}

#banner {
	width: 750px;
	height: 50px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #F5F5FF;
	text-align: center;
}

#paticka {
	width: 750px;
	height: 65px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
	text-align: center;
	color: white;
	background-color: #19444c;
	padding-top: 1px;
}

#paticka a {
    color: white;
}

#paticka a:hover {
    color: yellow;
    font-weight: bold;
    }
    
#patka-vzor ke smazání { background-color: #7B36FC;
	color: white;
	clear: both;
	text-align: center;
	width: 750px;
	height: 65px;
	left: 50%;
	position: absolute;
	margin-left: -375px;
	margin-top: 15px;
	padding: 0 0 0 0;
	overflow: visible;
	filter: Alpha(opacity=50, style=0,);
	-moz-opacity: 0.5;
	}

.inner {
	margin: 10px; 
}

.red {
	color: red;
	font-weight: bold;
	line-height: 1.6em;
}

.green {
	color: green;
	font-weight: bold;
}
.greenbg {
	background-color: #F2F4C6;
	font-size: 1.2em;
	padding: 10px;
	border: 1px solid navy;
}
.redbg {
	background-color: red;
	font-size: 1.2em;
	padding: 10px;
	border: 1px solid navy;
}
.white {
	color: white;
}
.time {
	font-weight: bold;
	color: red;
}
.aktual {
	font-weight: bold;
}
.italic {
	font-style: italic;
	font-size: 0.8em;
}
.right	{
	text-align: right;
}

.nadpis2 {
  font-weight: bold;
	color: navy;
}
