
/*rozmisteni*/ 
#telo       /*body*/
{
    border: 0; 
}

#levy-obrazek   /*levy obrazek schmieding*/
{
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

#top-menu       /* top menu s odkazy*/
{
    position: relative;
    top: 0px;
    left: 186px;
    background-image: url(top.gif);
    background-repeat: no-repeat;
    height: 34px;
    border: none;
    text-align: left;
}

#obsah      /* obsah stranky */
{
    position: relative;
    top: 35px;
    left: 10px;
    border: none;
    width: 1000px;
}

#obsah-index      /* obsah stranky indexu - ma zuzenou sirku, aby animace nelitala u kraje */
{
    position: relative;
    top: 35px;
    left: 10px;
    border: none;
    width: 800px;
}


#obsah-awalift      /* obsah stranky awalift a email - ma zuzenou sirku, a absolut.pozicovani, protoze je dlouhy a levy okraj ujizdel */
{
    position: absolute;
    top: 35px;
    left: 210px;
    border: none;
    width: 800px;
}
.animace {
    float: right;
}

.kontakty {
    text-align: center;
}

/****  rozmisteni obrazku  ******/

.obrazky  {
float: right;
}



/****  pismo, odkazy  ******/
* {
    font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
    color: black;
    border: none;
}

a {
    font-weight: bolder;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

h1, h2 {
    font-size: large;
}

h3, h4, h5 {
    font-size: medium;
}
h5 {
    font-style: normal;
}
hr {
    line-height: normal;

}

/* top menu odkazy */
.topmenutext a {
    margin: 3px;
    font-size: small;
}
/* top menu umisteni odkazu */
.topmenutext { 
    margin: 3px;
    top: 5px;
    left: 5px;
    position: absolute;
}

/* top menu sedozluty podklad na konci top menu */
.sedypodklad {
    position: absolute;
    top: 0px;
    left: 443px;
    width: 50%;
    background-image: url(horni_seda.jpg);
    background-repeat: repeat;
    height: 30px;
    border: none

}

/****  seznam   ******/

.odstavec  ol{
position: relative;
left: 10px;
}

/****  polozky   ******/
.odstavec  li{
position: relative;
left: 40px;
}

/****  polozky  bez odrazky  ******/
.bezpuntiku {
    list-style-type: none;
    position: relative;
    left: 10px;
   
}

/****  polozky aby nepresahoval ramec textu az nad obrazky, tak je uzsi  ******/
#obsah-awalift  li{
position: relative;
left: 20px;
width: 600px;
}

/****  podtrzene odkazy  ******/
#obsah-awalift a, #obsah-index a, #obsah a {
    text-decoration: underline;
    font-weight: normal;
}
