/* ---  ---  ---  ---  ELEMENTy  ZAČÁTEK  ---  ---  ---  --- */
*{
margin: 0;
padding: 0;
}

html{
background: #5C0071 url(../obr/pozadi-html.jpg) repeat-x;
color: #FFFF80;
font-family: Tahoma, serif;
font-size: .9em;
}

body{
width: 770px;
background: #ffffff url(../obr/pozadi-body.jpg) repeat-y;
text-align: center;
margin: 0 auto;
}

p{
margin: 10px;
}

h1{
font-size: x-large;
text-align: left;
padding: 20px;
margin: 0 60px 0 20px;
background-image: url(../obr/carodejnice.jpg);
background-position: right;
background-repeat: no-repeat;
color: #FFFF80;
}

h2{
font-size: medium;
text-align: center;
color: #FFFF80;
margin: 10px;
padding: 10px;
}

h3{
font-size: small;
text-decoration: underline;
padding: 30px 0 10px 0;
color: #FFFFCC;
}

td{
padding: 3px;
}

legend{
color: #ffffff;
}

input{
font-size: small;
position: relative;
top: 3px;}
/* ---  ---  ---  ---  ELEMENTy  KONEC  ---  ---  ---  --- */



/* ---  ---  ---  ---  IDčka  ZAČÁTEK   ---  ---  ---  --- */
#menu{
text-align: center;
padding: 0 10px 20px 10px;
}

#menu li{
float: left;
list-style: none;
display: block;
border-bottom: 3px double #E7E7E7;
border-top: 3px double #E7E7E7;
}

#menu a, #menu span{
font-size: small;
font-weight: bold;
letter-spacing: 2px;
display: block;
text-decoration: none;
width: 250px;
color: white;
background-color: #5C0071;
}

#menu span{
color: white;
background-color: #BFBF30;
}

#menu a:hover{
color: white;
background-color: #BFBF30;
}

#obsah{
padding: 20px;
text-align: left;
font-size: small;
background: url(../obr/pozadi3.jpg) no-repeat 550px top;
}

#paticka{
background: #ffffff url(../obr/pozadi-paticka.jpg) no-repeat bottom;
padding: 15px;
font-size: smaller;
}
/* ---  ---  ---  ---  IDčka  KONEC   ---  ---  ---  --- */



/* ---  ---  ---  ---  TŘÍDY  ZAČÁTEK  ---  ---  ---  --- */
.center{
text-align: center;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.cervena{
color: #FFFF80;
font-weight: bold;
}

.odkaz-bez-podtrzeni{
text-decoration: none;
color: #ffffff;
}

.odkaz-bez-podtrzeni:hover{
text-decoration: underline;
color: #FFFF80;
}

.vypis table{
width: 100%;
}

.vypis td{
padding: 0 10px 0 10px;
border: 1px solid #666699;
}

.vypis th{
text-align: center;
padding: 2px 10px 2px 10px;
border: 1px solid #CC3333;
}

.formular{
width: 100%;
}

.banner{
position: relative;
left: -29px;
top: -19px;
}
/* ---  ---  ---  ---  TŘÍDY  KONEC  ---  ---  ---  --- */

.link-jak{
position: absolute;
top: -1000px;
left: -1000px;
}

