/* doporucuji precist vsechny komentare */

/* LAYOUT */

* {
margin: 0px;
padding: 0px;
border: none;
font-family: 'verdana ce', 'tahoma ce', 'verdana', 'tahoma', 'arial ce', 'arial', 'helvetica ce' 'sans-serif';
font-size: 11px;
box-sizing: border-box;
-moz-box-sizing: border-box;
color: #000000;
cursor: default;
}

body {
background-color: #FFFFFF;
text-align: center;
}

#all {
padding: 5px;
width: 717px;
position: relative;
text-align: left;
margin: auto;
margin-top: 10px;
}

#head { /* hlavicka, obsahuje obrazek nad tlustou carou - ten se definuje primo v html pro danou stranku v hlavicce pro kazdou stranku */
display: block;
width: 100%;
height: 69px;
background-position: center;
background-repeat: no-repeat;
}

#page { /* obsahuje dolni cast hlavickoveho obrazku, definuje se taky primo v html v hlavicce pro kazdou stranku */
padding: 20px 10px 0px 0px;
background-position: top;
background-repeat: no-repeat;
}

#bottom { /* spodek, obsahuje adresu a obrazek s prechodem */
height: 42px;
width: 100%;
background-image: url(../layout/gradient.gif);
background-position: bottom;
background-repeat: repeat-x;
}

#bottom span { /* text adresy v paticce - zmenou hodnoty "TOP" lze menit jeho vertikalni umisteni */
width: 100%;
display: block;
position: relative;
top: 15px;
text-align: center;
font-weight: bold;
color: #474996;
}

#content { /* obsah stranky */
min-height: 400px;
_height: 400px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 200px;
border-left: #474996 3px solid;
}

/* PRVKY CONTENTU */

h1 { /* hlavni nadpis stranky (jedinecny na strance) */
font-size: 18px;
margin-bottom: 10px;
}

h2 { /* dilci nadpisy */
font-size: 13px;
}

p, table, ol, ul {
margin-bottom: 10px;
width: 100%;
}

th {
background-color: #D8D7E9;
font-weight: bold;
}

td, th {
padding-left: 5px;
}

.colored td { /* barevne rozliseni sudych a lichych linek tabulky pro lepsi vedeni oka */
background-color: #FBFAFF;
}

ul, ol {
padding-left: 15px;
list-style-type: square;
}

#content a {
text-decoration: none;
font-weight: bold;
color: #474996;
}

#content a:hover {
text-decoration: underline;
}

#content img {
margin: 5px 10px 5px 10px;
}

/* FORMULARE */

.textfield { /* trida pro textova pole */
border: #474996 1px solid;
cursor: text;
padding-left: 5px;
_padding-top: 1px;
}

.tlacitko { /* trida pro buttonky na odesilani atd. */
width: 100px;
border: #474996 1px solid;
background-color: #D8D7E9;
cursor: pointer;
cursor: hand;
}

textarea { /* textarea */
border: #474996 1px solid;
cursor: text;
width: 100%;
}

/* EXTRA UNIVERZALNI TRIDY */

/* nasledujici tridy lze pouzit jako doplnujici, meni nektere vlastnosti... */

.px50 { /* delka prvku bude 50px, hodi se pro formularova policka a bunky tabulky */
width: 50px;
}

.px100 {
width: 100px;
}

.px120 {
width: 120px;
}

.px150 {
width: 150px;
}

.px200 {
width: 200px;
}

.bordered, .bordered td, .bordered th { /* trida pro tabulku ktera ma byt ohranicena, da se ale pouzit i na obrazek v textu */
border: #474996 1px solid;
border-collapse: collapse;
}

.right { /* zarovnani prvku doleva/doprava, pouzitelne na cokoli v textu - na obrazky, tlacitka, ... */
float: right;
}

.left {
float: left;
}

/* NAVIGACE */

#nav {
position: absolute;
top: 95px;
left: 30px;
}

#nav h2 {
margin: 5px 0px 20px 0px;
}

#nav a {
position: relative;
display: block;
width: 150px;
text-align: left;
background-position: top left;
background-repeat: no-repeat;
margin: 5px;
margin-top: 10px;
text-decoration: none;
color: #474996;
border-bottom: #474996 1px solid;
padding-left: 5px;
}

#nav a span {
font-size: 1px;
display: block;
width: 15px;
height: 15px;
border: #474996 1px solid;
position: absolute;
top: 0px;
left: -17px;
}

#nav a:hover {
font-weight: bold;
}

#nav a:hover span {
background-color: #D8D7E9;
}

#nav .active {
font-weight: bold;
}

#nav .active span, #nav a.active:hover span {
background-color: #474996;
}

/* ODKAZY - KURZOR (pro jistotu) */

a, a * {
cursor: hand;
cursor: pointer;
}

/* ENTER PAGE */

.enter {
padding-top: 10px;
}

div#all.enterall {
height: 500px;
background: url(../images/spodek.jpg) no-repeat bottom;
width: 700px;
padding: 0px;
border-top: #474996 5px solid;
border-bottom: #474996 5px solid;
}

#vrsek {
height: 104px;
background: url(../images/vrsek.jpg) no-repeat;
}

#prostredek {
position: relative;
height: 302px;
background: url(../images/uvod.jpg) no-repeat top center;
}

.uvod1, .uvod2, .uvod3 {
display: block;
height: 94px;
width: 94px;
position: absolute;
cursor: pointer;
cursor: hand;
text-decoration: none;
}

.uvod1 {
top: 2px;
left: 388px;
}

.uvod1:hover {
background: url(../images/uvod1.jpg) no-repeat;
}

.uvod2 {
top: 81px;
left: 202px;
height: 95px;
}

.uvod2:hover {
background: url(../images/uvod2.jpg) no-repeat;
}

.uvod3 {
top: 205px;
left: 330px;
}

.uvod3:hover {
background: url(../images/uvod3.jpg) no-repeat;
}

.uvod1 b, .uvod2 b, .uvod3 b {
text-decoration: none;
color: #474996;
font-size: 20px;
position: absolute;
width: 250px;
}

.uvod1:hover b, .uvod2:hover b, .uvod3:hover b {
color: #FFCC00;
}

.uvod1 b { 
left: 105px;
top: 25px;
}

.uvod2 b {
left: -260px;
top: 20px;
text-align: right;
}

.uvod3 b {
left: 105px;
top: 35px;
}

#enteradresa {
    width: 100%;
    display: block;
    position: relative;
    top: 65px;
    text-align: center;
    font-weight: bold;
    color: #474996;
}

.faq_question
{
    font-weight:bold;
}