body {
  font-family: arial;
	color: #000;
	text-decoration: none;
	text-align: center;
  margin: 0px;
  background-image: url(../kostra/img/bg.gif);
  background-position: left top;
  background-repeat: repeat;
}

a {
  color: #e95d0f;
  font-size: 11px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

h1 {
  margin-top: 1px;
  margin-bottom: 20px;
  
  font-size: 18px;
  font-weight: bold;
  color: #035460;
}

h2 {
  margin-top: 20px;
  margin-bottom: 2px;
 
  font-size: 15px;
  font-weight: bold;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  
  font-size: 18px;
  font-weight: bold;
  color: #035460;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ HEADER */

#basecontainer {
  width: 980px;
  text-align: left;
  margin: auto;
}

#header {
  width: 100%;
  height: 282px;
}

#header_l {
  width: 553px;
  height: 100%;
  float: left;
  background-image: url(../kostra/img/header_l.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#header_r {
  width: 427px;
  height: 100%;
  float: right;
  background-image: url(../kostra/img/header_r.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#kontakt {
  position: relative;
  top: 173px;
  left: 40px;
  font-size: 12px; 
}

#provozni_doba1 {
  position: relative;
  top: 108px;
  left: 315px;
  font-size: 12px; 
}

#provozni_doba2 {
  position: relative;
  top: 38px;
  left: 435px;
  font-size: 12px; 
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ CORE */

#core {
  width: 100%;
  height: 760px;
}

#core_l {
  width: 21px;
  height: 100%;
  float: left;
  background-image: url(../kostra/img/core_l.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#core_obsah {
  width: 512px;
  height: 100%;
  float: left;

  padding-left: 20px;

  background-color: #eeeced;
  background-image: url(../kostra/img/core_bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;

  font-size: 17px;
}

#core_c {
  width: 28px;
  height: 100%;
  float: left;
  background-image: url(../kostra/img/core_c.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#core_fotogalerie {
  width: 378px;
  height: 100%;
  float: left;
  background-color: #bae1e0;
}

#fototable {
  margin-left: 13px;
  margin-top: 0px;
}

img {
  border: 1px #FFF solid;
}
#core_r {
  width: 21px;
  height: 100%;
  float: right;
  background-image: url(../kostra/img/core_r.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FOOTER */

.footer {
  width: 100%;
  height: 24px;
  background-image: url(../kostra/img/footer.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

