body {
  background: #103677;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 0px;
  color: white;
  font-family: Arial, Verdana, Sans-Serif; 
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* rozvrzeni stranky */

#page {
  margin: 5px auto;
  text-align: left;
  width: 770px;
  position: relative; 
}

#top {
  width: 750px;
  height: 70px;
  background: #103677;
  border-bottom: 10px solid #0099FF;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 10px;
}

#right {
  width: 480px;
  float: right;
  margin: 0px;
  padding: 0px;
}

#pics {
  width: 120px;
  margin: 0px;
  float: right;
  margin-top: 10px; 
  margin-bottom: 20px;  
}

#pics div {
  border: 1px solid white;
  width: 110px;
  float: right;
  padding: 0px;
  margin-bottom: 5px;
}

#pics div img {
  border: 0px;
  padding: 0px;
  margin: 5px;
  width: 100px;
  margin-bottom: 3px;
  _margin-bottom: 5px;
   
}

#left {
  width: 160px;
  float: left;
  border: 0px;
  border-top: 10px solid #103677;
  background: url('./images/box_radek.gif') top left repeat-y;
}

#bottom {
  width: 750px;
  background: #103677;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  margin-top: 20px;
  margin-left: 10px;
  border-top: 2px solid #0099FF;
  padding-top: 5px;
}

#bottom a { color: white; }
#bottom a:hover { color: #FA3A1F; }

/* hlavicka */

#kauplogo {
  position: absolute;
  bottom: 15px;
  left: 10px;
  border: 0px;
  width: 142px;
  height: 37px;
}

#stabaulogo  {
  position: absolute;
  bottom: 15px;
  right: 10px;
  border: 0px;
  width: 150px;
  height: 32px;
}

#nadpis {
   position: relative;
   top: 30px;
   font-size: 1em;
}

/* menu */

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 160px;
}

ul li {
  margin-bottom: 3px;
}

ul li a {
  padding: 0px;
  color: #EFEFEF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
}

ul li a:hover {
  color: #FA3A1F; /*#FFEC0A;*/
}

#menu2 {
  font-size: 1.1em;
}

.menu_top {
  margin: 0px;
  margin-bottom: 7px;
  padding: 0px;
  width: 160px;
  height: 15px;
  background-color: #284A84;
  background: url('images/menu_top.gif') top left no-repeat;
  padding-left: 15px;
  font-size: 0.75em;
}

.menu_bottom {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  width: 160px;
  height: 10px;
  line-height: 10px;
  background-color: #284A84;
  background: url('images/menu_bottom.gif') top left no-repeat;
  font-size: 0.75em;
}


/* text */

h2 { 
  margin: 10px;
  font-size: 1em;
  text-decoration: underline;
}

h3 { 
 
  font-size: 1em;
}

h4 { 
  font-size: 0.8em;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-decoration: underline;
}

p {
  text-indent: 1em;
}

#right a {
  color: white;
  text-decoration: underline;
}

#right a:hover {
  color: #FA3A1F;
}

#milos_foto, #vanda_foto, #spevar_foto {
  float: left;
  margin: 10px;
  margin-top: 0px;
}

.kontakt {
/*  margin-bottom: 20px;*/
}

.kontakt p {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  padding-top: 10px;
}

form { 
  margin: 0px; 
  padding: 0px;
}

form input {
  margin: 0px;
  border: 1px solid black;
}

/* tabulka partneru */
#partneri {
  border: 0px;
  width: 500px;
  margin: 0px;
  padding: 0px;
  margin-left: 50px;
}

#partneri tr {
  height: 60px;
}

#partneri td {
  width: 250px;
}

.tiskpic {
  width: 100px;
  height: 71px;
}

#hotline { text-indent: 0px; }

/* obecne tridy */

#right .cervene { color: red; }
#right .podtrzene { text-decoration: underline; }
#right .tucne { font-weight: bold; }
#right .stred { text-align: center;}


/* clearfix */

.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
   }

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display: block;}
/* End Hide from IE-max */
