html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font: 13px "Verdana", "Helvetica CE", Arial, helvetica, sans-serif;
}

h1 { 
	display:none; 
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:840px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	height: 30%;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	/*background: url("../img/pg_bg.gif") no-repeat scroll 50px 180px white;*/ 
}
div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
  text-align: center;
  color: #909090;
  font-size: 10px;	
}

div#footer p {
		padding:1em;
		margin:0;
}
  

#top {
width: 748px;
height: 240px;
margin: 0px 40px 0px 0px;
background: url('../img/top_bg.gif');
background-position: 0px 0px;
}

#izabous {
  position: absolute;
  top: 230px;
  left: 60px;
  height: 296px;
  width: 300px;
  z-index:1;
}

.vpravoalign {
text-align: right !important;
}


#navigace {
margin-left:400px;
}

#navigace img {
  border: 0;
  margin:0px 15px 0px 15px; 
}

#content #nav01{
  color:#FA6C2A;
  position:absolute;
  left:388px;
  top:548px;
  display: none;
}
#content #nav02{
  color:#6BB300;
  position:absolute;
  left:435px;
  top:548px;
  display: none;
}
#content #nav03{
  color:#0083b7;
  position:absolute;
  left:520px;
  top:548px;
  display: none;
}
#content #nav04{
  color:#d10a00;
  position:absolute;
  left:590px;
  top:548px;
  display: none;
}
#content #nav05{
  color:#f7d600;
  position:absolute;
  left:660px;
  top:548px;
  display: none;
}

.clear {
  clear: both; 
}

a {
  color: #1C7093;
  text-decoration: underline;
}

a:hover {
  background-color: #FFFFFF;
}


.noborder {
border: 0;
}

.red {
color: white;
background-color: #C40B0B;
}

