@media screen {

/* telo hlavni stranky */
body { 
 /* CSS pozadi - index */
 background-color: #008080;
 /*background-image: url('/obrazky/web/css/pozadi.gif');*/
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: top left;
 text-align: center;
  margin: 0;
  padding: 5px;
  padding-left: 15px;
  scrollbar-base-color: #008080 !important;
  scrollbar-arrow-color: #DCF0B7 !important;
}

#telo {
  position: relative;
  width: 980px;
}

/**********************************
*      Telo stranky - obsah       *
**********************************/

div#vnitrni_stranka
 {
  position: absolute;
  top: 85px;
  left: 170px;
  width: 800px;
  height: 430px;
  display: block;
  overflow: auto;
  
  font-family: "Times New Roman", lucidia, serif;
  font-size: 12pt;
  font-style: normal;
  color: #000000;
  background-color: #DCF0B7;
  text-align: left;
/*
 scrollbar-face-color: #DCF0B7;
 scrollbar-shadow-color: #008080;
 scrollbar-light-color: #DCF0B7;
 scrollbar-arrow-color: #008080;
*/
  scrollbar-base-color: #DCF0B7 !important;
  scrollbar-arrow-color: #008080 !important;
 }

div#vnitrni_stranka div#stranka
 {
  display: block;
  /*width: 700px;*/
  
  padding: 15px;
 }

div#vnitrni_stranka h1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #008080;
  text-align: center;
}

div#vnitrni_stranka h2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #008080;
}

div#vnitrni_stranka hr {
  text-align: center;
  color: #008080;
  width: 85%;
}

div#vnitrni_stranka a {
  font-family: "Times New Roman", lucidia, serif;
  font-weight: bold;
  color: #008080;
  text-decoration: none;
}

div#vnitrni_stranka img {
  border-width: 0px;
  border-style: none;
}

div#vnitrni_stranka td {
  width: 50%;
}

div#vnitrni_stranka a:hover {
  text-decoration: underline;
}

div#vnitrni_stranka a.external,
div#vnitrni_stranka a[href ^="gopher://"] {
  background: url('/new/themes/original/external.png') center right no-repeat;
  padding-right: 13px;
}

div#vnitrni_stranka .znacka {
  color: #008080;
}

div#vnitrni_stranka .ped {
  /* only in prnt */
}

div#vnitrni_stranka .jmeno {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #008080;
}

div#vnitrni_stranka .popisek {
  font-weight: normal;
  color: #000000;
}

div#vnitrni_stranka .popisek:hover {
  font-weight: normal;
  color: #000000;
}

div#vnitrni_stranka .pedigree {
  font-weight: bold;
  color: #00c080;
}

div#vnitrni_stranka .pedigree:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #00c080;
}

div#vnitrni_stranka .stred {
  text-align: center;
}

div#vnitrni_stranka .leva {
  text-align: left;
  border-left-width: 10px;
}

div#vnitrni_stranka .vyrazne {
  font-weight: bold;
  color: #008080;
}

div#vnitrni_stranka IFRAME {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
}

div#vnitrni_stranka IFRAME#flvplayer {
  position: relative;
  text-align: center;
  width: 370px;
  height: 340px;
  display: block;
}

/**********************************
*        Nabidka na indexu        *
**********************************/

.menulista A
 {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 2px;
  width: 145px;
  height: 17px;
  display: block;
 }

.lista A
 {
  background: url('/obrazky/web/css/tlacitko_0.jpg');
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
 }

.lista A:link
 {
  background: url('/obrazky/web/css/tlacitko_1.jpg');
  color: #000000;
  text-decoration: none;
  font-style: normal;
 }

.lista A:visited
 {
  background: url('/obrazky/web/css/tlacitko_0.jpg');
  color: #000000;
  text-decoration: none;
  font-style: normal;
 }

.lista A:hover
 {
  background: url('/obrazky/web/css/tlacitko_1.jpg');
  color: #000000;
  text-decoration: none;
  font-style: italic;
 }

/* horni nadpis - OK */
#nadpis {
  position: absolute;
  top: 35px;
  left: 280px;
 font-family: Tahoma, Verdana, sans-serif;
 font-size: 22px;
 font-weight: bold;
 color: #ffffff/*White*/;
}

/* logo - OK */
DIV#logo {
  position: absolute;
  top: 5px;
  left: 10px;
}

#menu { /* pozice oblasti s odkazy */
  position: absolute;
  top: 110px;
  left: 8px;
}

#tech { /* RSS a spol. */
  position: absolute;
  top: 20px;
  left: 800px;
}

#jazyky {
  position: absolute;
  top: 50px;
  left: 800px;
}

DIV#od18 {
 position: absolute;
 visibility: visible;
 z-index: 100;
 left:195px;
 top: 150px;
 width: 320px;
 height: 260px;
 background-color: #c0c0c0;
 border: outset 2px white;
}

#kontakt
{
 position: absolute;
 left:200px;
 top: 525px;
 font-family: Tahoma, Verdana, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
}

#kontakt A {
 color: #DCF0B7;
}

#kontakt A:hover {
 text-decoration: underline;
}

body.errs {
  background-color: #DCF0B7;
}

H1.errs {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  background-color: #008080;
}

H2.errs {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  background-color: #008080;
}

a {
 font-family: "Arial";
 font-size: 12px;
 font-weight: Bold;
 color: #0000ff/*Blue*/;
 text-decoration: none;
}

/*

   fotogalerie - nabídka menu

*/
.fotogal {
 position: absolute;
 width: 170px;
  border-width: 4px 0px 4px 0px;
}

#text {
 left: 125px; /* x */
 top: 255px; /* y */
 z-index: 100; /* z */
}

#galerie {
 left: 125px; /* x */
 top: 235px; /* y */
 z-index: 100; /* z */
}

 .fotogal *.lista A
  {
   background: url('/obrazky/web/css/tlac_foto_0.jpg');
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
  }

 .fotogal *.lista A:link
  {
   background: url('/obrazky/web/css/tlac_foto_1.jpg');
   color: #000000;
   text-decoration: none;
   font-style: normal;
  }

 .fotogal *.lista A:visited
  {
   background: url('/obrazky/web/css/tlac_foto_0.jpg');
   color: #000000;
   text-decoration: none;
   font-style: normal;
  }

  .fotogal *.lista A:hover
  {
   background: url('/obrazky/web/css/tlac_foto_1.jpg');
   color: #000000;
   text-decoration: none;
   font-style: italic;
  }

.fotogal *.menulista A
 {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 2px;
  width: 101px;
  height: 18px;
  display: block;
 }

#bezskript {
 position: absolute;
 left: 0px; /* x */
 top: 425px; /* y */
 /*z-index: 0; /* z */
 width: 150px;
 }

#styly div {
  position: absolute;
  width: 4px;
  height: 4px;
/*  border: 1px solid #000000;*/
  cursor: pointer;
  font-size: 4px;
  top: 70px; /* y */
}

#styly #skinsw0 {
  background-color: #00ff00;
  left: 800px; /* x */
}

#styly #skinsw1 {
  background-color: #ff0000;
  left: 820px; /* x */
}

#styly #skinsw2 {
  background-color: #0000ff;
  left: 840px; /* x */
}

#nostyle {
  display: none;
}

} /* media screen */
