﻿@charset "windows-1250";
body {
  background-color: #E3E3E3;
  font-size: 11px;
  font-family: Arial, sans-serif;
  background: url(./img/patt.jpg) repeat fixed;
  margin: 0px;
  padding: 0px
}

h1 {
  font-size: 18px;
  color: #6C6C6C;
  text-align: center;
  background-color: #ffffff;
  padding: 2px;
}
h2 {
  font-size: 16px;
  color: #6C6C6C;

}

img {
  border: 0px;
  margin: 0px;
}
pre {
  font-family: sans-serif;
  font-size: 12px;
  padding: 12px;
}
a {
  font-size: 11px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.main {
  width: 100%;
  height: 410px;
  text-align: center;
  padding-left:  8px;
  background-image: url('./img/patt2.png');
}

/* tabulka centruj�c� obr�zek horizont�ln� a vertik�ln� */
#frame {
  width: 100%;
  height: 100%;
  border: 0px solid black;
}

/* adresa a telefony na titulce */
#kontakt {
  font-size: 10px;
  border: 0px solid red;
  width: 300px;
  position: relative;
  top: 305px;
  left: -218px;
  text-align: left;
}

/* horn� menu se seznamem rubrik */
#menu {
  position: relative;
  top: 63px;
  text-align: right;
  width: 600px;
  height: 20px;
  left: 76px;
}
#menu a {
  color: #435056;
  margin-right: 4px;
}

#menu a:hover {
  color: #000000;
  margin-right: 4px;
}

/* volba jazyka */
#langswitch {
  width: 260px;
  height: 20px;
  position: relative;
  top: -66px;
  left: -243px;
  text-align: left;
}

/* speci�ln� elektronika */
#elektronika {
  font-size: 15px;
  text-align: left;
  letter-spacing: 5px;
  font-family: Verdana;
  font-variant: small-caps;
  font-weight: bold;
  width: 400px;
  height: 20px;
  position: relative;
  top: 323px;
  left: -168px;
}

/* text �vodn�ho �l�nku (rubrika 1, podrubrika 0) */
#uvod {
  font-size: 11px;
  text-align: left;
  width: 308px;
  position: relative;
  top: -171px;
  left: 228px;
}
#text {
  position: relative;
  font-size: 12px;
  text-align: justify;
}
#textc {
  position: relative;
  font-size: 12px;
  text-align: center;
}
#textvetsi {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
#textmaly {
  position: relative;
  font-size: 11px;
  color: #0099FF;
}
#nadpis {
  font-size: 18px;
  color: #C0C0C0;
  text-align: left;
  font-weight: bold;
  padding: 2px;
}
/* modre ctverecky pod cisly */
#zarazky {
  font-size: 12px;
  color: white;
  line-height: 16px;
  position: relative;
  text-align: center;
  background-color: #0099FF;
}
