/* General styles */
body {
  margin:0;
  padding:0;
  border:0;	
  width:100%;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  min-width:600px;
  background:#FFF;  
}
a {
  margin:0;
  padding:0;
  color: #061944;
}
a:hover {
	color:#061944;
}
h1 {
  padding-top:10px;
  margin-top:8px;
  font-size:1.7em; 
  color:#061944;
}

h2 {
  margin:.8em 0 .2em 0;
  padding:0;
  font-size:1.5em;
  color:#061944;
}
h2 a {
  color:#061944;
}

h3 {
  margin:.8em 0 .2em 0;
  padding:0;
  font-size:1.2em;  
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
	margin:0px;
	border:0px;
	padding:0px;
}
hr {
  color: #000;
  height: 1px;
}
.left {
  float: left;
}
.center {
  text-align: center;
}

#page {
  display:block;
  position:relative;
  width:1024px;
	margin:0px auto;
  height:auto;
  _height:100%;
  min-height:100%;
  text-align:left;
}
/* header */
#header {
  width: 1024px;
  height: 108px;
/*  background:transparent url("./images/top.jpg") 335px bottom no-repeat; */
}

#header #address {
  float: right;
  margin: 30px 25px 10px 10px;
  color:#061944;
}

#motto {
  font-size: 2em;
  font-style: italic;
  color: #DC5173;
  padding-left: 380px;
  margin-top: 15px;
  width: 600px;
}

img#mainimg {
  position: absolute;
  width: 311px; 
  height: 396px; 
  bottom: 56px;
  left: 677px;
}

a#logo {
  display: block;
  position:absolute;
  top: 130px;
  left: 55px;
/*  width: 190px;
  height: 140px;*/
}

a#top {
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
}

/* main */
.main {
  float: left;
  height: auto; _height: 590px;
  min-height: 590px;
  width: 1024px;
}
.mainleftcol {
  background:#FFF url("./images/back.jpg") bottom left no-repeat;
  float: left;
  width: 1024px;
  min-height: 590px;
}
.mainleft {
  padding: 0px 5px 10px 15px;
  position: relative;
}

.mainleft .uvod {
  width: 650px;
  min-height: 380px;
}

.mainleft .subtextcont {
  position: relative;
  min-height: 150px;
}
.mainleft .subimg {
  float: left;
  margin-right: 5px;
}
.mainleft .podclanek {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.mainleft .uvod-popis {
  text-align: center;
  float: left;
  color: #061944;
  font-weight: bold;
  margin: 5px;
}
.mainleft .uvod-popis h4 {
  margin-bottom: 4px;
}

/* mainmenu */
#mainmenu {
  background:transparent url("./images/menu_back.gif") repeat-x; 
  height: 80px;
/*  width: 1024px;*/
  padding-left: 400px;
                           
/*  text-align: right; */
}
#mainmenu a {
  display:block;
  float: left;
  font-size:1.3em;
/*  font-weight:bold;*/
  text-align:center;
  background:transparent url("./images/menu_div.gif") 0px 2px no-repeat; 
  color: #061944;

  width: 130px;
  height:22px;
  line-height:22px;
  margin-top: 30px;
/*  margin: 7px 0px 0px 2px;
  padding: 0px 10px 0px 10px; */
  text-decoration:none;
}
#mainmenu a.first {
  background: transparent;
}
#mainmenu a.act {
  font-weight:bold;
}
#mainmenu a:hover {
  text-decoration:underline;
}
.bgcg {
  text-align: center;
  float:left;
  width: 210px;
  height: 210px;
}
.imgcont {
  margin:5px;
}


/* footer */
#footer {
  clear:both;
  float:left;
  width:100%;
  height: 65px;
  text-align:right;
  font-size:0.9em; 
  color: #9DABBF;
  background:transparent url("./images/footer_back.gif") repeat-x; 
}
#footer p {
  padding:17px 10px 10px 10px;
  margin:0;
}
#footer a {
  color: #9DABBF;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}

@media screen,projection {
  #bf a {position: relative; top: -99em}
  #bf a:focus,#bf a:active {top:0} /* tabulátor vrátí odkaz na viditelné místo */
}
