a {
  color: white;
  text-decoration: underline;
}

body, p, form, img, table, tr, th, td, h1, h2, h3, h4, h5, div {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

body {
  background: #000000;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 12px;
  color: #959595;
	text-align: justify;
}

#obsah {
  margin: 0 auto;
  border-right: solid 10px #363636;
  border-left: solid 10px #363636;
  width: 750px;
  font-family: Arial;  
  }
  
#obsah .banner
{
  width: 729px; 
  height: 206px; 
  margin-top: 5px; 
  margin-left: 10px; 
}

.resetovac {
  float: none;
  clear: both;
}

#logo {
  width: 178px; 
  height: 87px; 
  padding-top: 30px; 
  margin-left: 25px; 
  margin-bottom: 30px; 
  float: left;
  }

#odkaz {
  width: 120px; 
  height: 20px; 
  position: relative; 
  float: left; 
  margin-top: 40px; 
  margin-left: 360px; 
  font-size: 11px; 
  color: white;
  }
  
h1#hlavicka {
  width: 701px; 
  height: 34px; 
  background-image: url(../img/zahlavi.jpg); 
  margin-top: 5px; 
  margin-left: 9px; 
  font-size: 16px; 
  color: black; 
  font-style: italic; 
  font-weight: normal;
  padding-top: 18px; 
  padding-left: 30px;
  }

#podklad {
  width: 676px; 
  min-height: 200px; 
  background-color: white; 
  margin-left: 9px;
  padding: 20px 30px 20px 25px;
  font-size: 11px;
  color: black;
  }
  
#podklad a {
  color: black;
  text-decoration: underline;
}
#podklad a:active {
	color: black;
  text-decoration: none; 
}
#podklad a:hover {
	color: black; 
  text-decoration: none; 
}

#zapati {
  width: 747px; 
  height: 16px; 
  background-color: #363636; 
  margin-top: 10px; 
  font-size: 9px; 
  color: #d7d7d7; 
  padding-left: 4px; 
  padding-top: 4px;
  }
  
#zapati a, #zapati a:active {

  font-size: 9px; 
	color: #d7d7d7; 
	text-decoration: none; 
  }
  
#zapati a:hover {

  font-size: 9px; 
	color: #d7d7d7; 
	text-decoration: underline; 
  }

#menu {
  width: 734px;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

#menu ul {
  border-top: 1px solid black;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 29px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu li {
  float: left;
  left: 1px;
  position: relative;
}

#menu a, #menu a:visited {
  display: block;
  background-image: url(../img/menu.jpg);
  background-repeat: repeat-x;
  border-right: 1px solid #464646;
  padding: 7px 17px;
  text-decoration: none;
  font-size: 12px;
  color: white;
}

/* nejvyssi uroven */
#menu a:hover {
  background-image: url(../img/menu_hover.jpg);
}

#menu ul a {
  width: 115px;
}

/* submenu */
#menu ul {
  border-top: 1px solid black;
  position: absolute;
  top: 29px;
  left: 0;
  width: 171px;
}

#menu ul ul {
  left: 171px;
  top: 0;
}

#menu table {
  position: absolute;
  top: 0;
  left: 0;
}

ul#menu :hover ul{
  visibility: visible;
}


#menu a#posledni {
  border: none;
  padding: 7px 0 7px 0;
  width: 145px;
  text-align: center;
  }

/* style the top level hover */


#menu a:hover, #menu ul a:hover{
color: white;
background: url(../img/menu_hover.jpg);
}

/* Formular kontakty  začátek */

hr {
  height:1px; 
  width: 350px;
  background-color:#727272; 
  border:0px solid #727272;
  clear:both;
  margin-left: 10px;
  margin-bottom: 20px;
}

form input,textarea {
  width: 150px;
  height: 15px;
  padding: 1px 2px;
  border:1px solid #000000;
  margin-bottom: 2px;
  background: #f5fef4;
  color: #03588F;
  font-size: 100%;
  font-family: Arial, Tahoma, Verdana;
}

form input.soubor {
  width: 150px;
  height: 20px;
}

form input.submit {
  width: 60px;
  height: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold; 
  background: #000000 url("/img/pozadi-tlacitka.gif") 0 0 repeat-x;
  border:1px solid #000000;
}

.form-textarea {
  width: 300px;
  height: 150px;
}

.poznamka {
  font-size: 85%;
  color: #727272;
  font-style: italic;
}

.hvezdicka {
  color: #ff0010;
}

.kontaktni-form {

  font-size: 120%;
  color: #727272;
  text-transform: uppercase;
  font-weight: normal;
}

/* Formular kontakty  konec */

.poznamka2 {
  font-size: 85%;
  color: #727272;
  font-style: italic;
}


