/* CSS Document */
html, body, #allcontent {
  height:100%;
  margin:0;
  min-height:100%;
  padding:0;
  background-color: transparent;

}

body {
  font-family:Verdana,'Trebuchet MS',sans-serif;
  font-size:0.8em;
  margin:0;
  padding:0;
  /*background-image:url(../images/body-pozadi.gif);*/
  background-position:top left;
  background-repeat:repeat-x;  
	color: #535548;
	background-color: #dddddd;
}
html > body #allcontent {
/*height:auto;*/
}

div#allcontent {
  margin:auto;
/*  min-height:100%;*/
  position:relative;
  text-align:left;
  width:990px;
	background-color: #ffffff;
}

#insidePage {
/*height:auto;*/
/*padding:0 0px 3.8em;*/
}

/* HEADER */
#header {
  position:relative;
  height: 10px;
  background-repeat:no-repeat;
}
#header-prvni-logo{
	margin-top:  63px;
  height: 116px;
  width: 97px;
  background-repeat:no-repeat;
  float: left;
}
#header-prvni-nadpis {
	margin-top:  90px;
	margin-left: 30px;
  float: left;
}



#header-obrazek {
  width: 100%;
  height: 202px;
  background-repeat:no-repeat;
  float: left;
}

/* TOPMENU */
div#topmenu {
  height:28px;
  margin:0 4px 0 4px;
  position:static;
  background-repeat:no-repeat;
}

div#topmenu ul {
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}
div#topmenu li {
  float:left;
  padding:0px 22px;
  margin-top: 6px;  
}
div#topmenu li a {
  display: block;
  color: black;
  font-weight: bold;
  font-size:1em;
  text-decoration:none;  
}
div#topmenu li a.selected, div#topmenu li a:hover {color: #273c81;
}
#cara-pod-menu {
  height: 4px;
  background-repeat:no-repeat;
  background-image:url(../images/cara-pod-menu-pozadi.gif);
}

/* HLAVNI OBSAH */
#maincontent {
  margin-top: 0px;
  width:100%;
  margin-bottom: 10px;
	padding-bottom: 10px;
}

#maincontent-right {
  float:right;
  width:677px;
}

#maincontent-left {
  float:left;
  width:313px;
}
#maincontent-rightin{
  margin: 0 0 0 0;
	padding: 0 50px 0 50px;
}
#maincontent-leftin{
	border: 0px solid #e1e1e1;
  margin-left: 32px;
}
#maincontent-leftin-adresa {
	padding: 10px;
	background-color:#bfdfff;
}

div#footer {
background-color:#D0E7FA;
color: #273C81;
bottom:0;
padding:0 0px;
/*position:absolute;*/
width:898px;
border-top: 4px solid #273C81;
text-align: right;
padding: 4px 0;
font-size: 80%;
}
#footer a {
color: #273C81;
}

.clear {
clear:both;
font-size:1px;
height:1px;
line-height:1px;
}

div.break {
clear:both;
}
.hide {
display:none;
}
.whiteBar {
height:0.5em;
}

h1 {
  margin: 0px 0 30px 0;
 	color:#00228c;
  font-size: 3em;
}
h2 {
  font-size: 1.3em;
}

img {
  _margin-bottom: -6px;
  border: 0;
}

p {
  margin: 1em 0;
}

#maincontent ul {
margin:0.75em 0 1em 1.5em;
padding:0;
}

#maincontent li {
list-style-type:none;
padding:0 0 3px 18px;
margin-bottom: 5px;
}