* {
  margin: 0 auto;
}

body {
  background: url(jpg/pozadi.jpg);
  font-family: 'Trebuchet MS', 'Arial';
  font-size: 14px;
  text-align: center;
  color: #000000;
}

h1 {
  font-family: Trebuchet MS;
  font-size: 16px;
  margin: 0 0 10px 5px;
  color: #000000;
}

h2 {
  font-family: Trebuchet MS;
  font-size: 15px;
  margin: 0 0 10px 5px;
  color: #000000;
}

p {
  margin: 0 0 1em 0;
  text-align: justify;
}
a.odk {
  text-decoration: underline;
  color: #0066CC;
}

a:hover.odk {
  text-decoration: none;
  color: #0066CC;
}

a.odkaz2  {font-family: Trebuchet MS; font-size: 12px; color: #0066CC; text-decoration: underline;}
a:hover.odkaz2 {text-decoration: none;}

/* HLAVA */

#logo {
  background: url(jpg/logo.jpg);
  width: 1000px;
  height: 150px;
}

/* MENU */

a.menu {
  margin: 0 25px 0 25px;
  font-family: Arial; 
  font-size: 14px; 
  color: #000000; 
  text-decoration: none;
}

a:hover.menu {
  margin: 0 25px 0 25px;
  text-decoration: underline; 
  color: red;
}

#menu_poz {
  background: url(jpg/menu.jpg);
  width: 1000px;
  height: 50px;
  text-align: center;
}

#menu {
  margin: 0 auto;
}

/* STRED */

#middle {
  border: 0;
  width: 800px;
}

#novinky {
  width: 200px;
  text-align: justify;
}

#novinky .pridano {
  margin: 5px 0 10px 0;
  background: url(jpg/pridano.jpg);
  width: 200px;
  height: 20px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
}

#middle_text {
  width: 600px;
  text-align: center;
}

#text {
  width: 570px;
  text-align: left;
}

.foto {
  margin: 0 15px 0 0;
  width: 80px;
  height: 96px;
}

.obr {
  margin: 0 0 0 10px;
}

.obr_2 {
  margin: 0 10px 0 0;
}

#kontakt {
  border: 0;
  width: 430px;
}

.center {
  text-align: center;
}

/* SPODEK */

#spodek {
  background: url(jpg/spodek-pozadi.jpg);
  width: 100%;
  height: 150px;
}

#spodek_text {
  background: url(jpg/spodek.jpg);
  width: 1000px;
  height: 150px;
  font-size: 12px;
}

#odstup {
  height: 60px;
}


