/* ------------------------- Základní stylování --------------------------*/
body {
font-family: Arial, Verdana, sans-serif;
color: black;
font-size: 12px;
text-align: justify;
}

aside {
border: 1px solid black;
float: right;
width: 175px;
height: 300px;
margin: 10px;
padding: 5px;
font-size: 9px;
background-color: #B0BFB0;
}

aside h2 {
text-align: center;
color: white;
font-size: 14px;
background-color: #8B72A1;
}

aside a {
font-size: 9px;
}


h1 {
text-align: center;
font-size: 26px;
color: white;
/*background-image: url(Obrazky/button_hor.jpg); */
background-color: #8B72A1;
border-radius: 8px;
text-shadow: 4px 2px 4px black;
}

h2 {
text-align: left;
font-size: 18px;
color: white;
text-shadow: 4px 2px 4px grey;
background-color: #B0BFB0;
border-radius: 4px;
}

h3 {
text-align: left;
font-size: 16px;
color: #54008B;
}

p {
text-indent: 15px;
 }

.zarovnani-vpravo {
position: absolute;
right: 30px;
top: 72px;
}

.text-cerveny {
color: red;
}

.a-tym {
color: red;
}

.b-tym {
color: grey;
}

.dorost {
color: brown;
}

.starsizaci {
color: green;
}

.mladsizaci {
color: blue;
}


/*------------------------------ Reklama---------------------------------*/
div.reklama {
background-color: ;
background-image: url("Obrazky/1ca.png");
background-repeat: no-repeat;
border: 1px solid black;
width: 200px;
height: 250px;
text-align: center;
align: left;}

                                                                           
/*------------------------------ Tabulky---------------------------------*/
table {
width: 100%;
text-align: center;
}

th {
background: #54008B;
color: white;
text-shadow: 2px 1px 2px grey;
}

.mala-tabulka {
font-size: 10px;
width: 50%;
text-align: center;
}

.nejmensi-tabulka {
font-size: 10px;
width: 45%;
text-align: center;
}

.nastred {
text-align: center;
}
/*-------------------------- Tabulky - pozadí --------------------------*/
.zmena-pozadi {
background: #F8F7B6;
}

.pozadi-gold {
background: gold;
}

.pozadi-silver {
background: silver;
}

.pozadi-bronze {
background: sandybrown;
}

.tabulka-kontakty {
border: 1px;
border-color: black;
text-align: center;
}

/*-------------------------- Obrazky --------------------------*/

.obrazek-hmpg-AP {
width: 50%;
height: 50%;
vertical-align: top;
float: right;
}

.obrazek-hmpg-right {
width: 180px;
height: 140px;
float: right;
border: 9px solid white;
}

.obrazek-hmpg-left {
width: 180px;
height: 180px;
float: left;
border-top: 9px solid white;
border-bottom: 18px solid white;
border-left: 9px solid white;
border-right: 9px solid white;
}


.cvlevo {
clear: left;}

.cvpravo {
clear: right;}

/*-------------------------- Fotogalerie --------------------------*/
.galeriemaly-horiz {
width: 170px;
height: 128px;
border: 3px solid #54008B;
}

.galeriemaly-vert {
width: 128px;
height: 170px;
border: 3px solid #54008B;
}

