﻿/* CSS dokument */

p    {text-indent: 30px; color: #FF6600; font-size: 22px; background-color: #CCFFFF; margin: 0px 0px 0px 0px}
a        {font-decoration: underline; font-weight: bold; font-size: 22x; background-color: #CCFFFF;}
a:link   {color: red;}
a:visited {color: green;}
a:active {color: orange;}
a:hover  {color: orange; text-decoration: underline}

"Franklin Gothic Medium, sans-serif; background: rgb(204, 255, 255) none repeat scroll 0% 50%; 

h1     {color: #33A3A3; font: Franklin Gothic Medium; font-size: 32px; font-weight: bold; text-align: center; font-style: bold; background-color: #CCFFFF}
h2     {color: #33A3A3d; font-size: 46px; font-weight: bold; text-align: center; background-color: #CCFFFF}
h3     {color: #FF6600; text-align: center; font-size: 78px; font-weight: bold; }
h4     {color: #FF6600; text-aling: left; font-size: 18px; font-weight: bold}
h5     {color: #FF6600; text-aling: center; font-size: 40px; font-style: italic}



body {
margin: 0px;
padding: 0px;
font: Franklin Gothic Medium;
font-family: "Franklin Gothic Medium", "sans-serif";
font-size: 14px;
background-color: #CCFFFF;
}

.main {
margin: 5px;
}

.zahlavi {
width: 100%;
margin-bottom: 5px;
text-align: center;
background-color: #CCFFFF;
}

.bannerMSIE {
text-align: center;
}

.banner {
width: 468px;
height: 60px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
text-align: left;
background-color: #CCFFFF;
}

.levy {
width: 130px;
float: left;
text-align: left;
background-color: #CCFFFF;
}


.pravy {
width: 135px;
float: right;
text-align: right;
background-color: #CCFFFF;
}



.stred {
margin-left: 135px;
margin-right: 140px;
text-align: center;
background-color: #CCFFFF;
}


--> </style>



