body {
font-family: 'Verdana','Arial CE', 'Helvetica CE', Arial, sans-serif;
font-size: 10px;
color: black;
background-color: white;
margin: 0px;
padding: 5px;
}

a {
font-weight: bold;
color: #84abf0;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

form {
margin: 0px;
}

select,input {
          margin-bottom: 3px;
          width: 200px;
}
input.hledani {
border: 1px solid lightblue;
}

input.odeslat {
width: 30px;
cursor: pointer;
cursor: hand;
border: 0px solid #fff;
background-color: lightblue;
}


.sirka {
          width: 99%;
}

img {
border: none;
}

img.reklama {
          border: 1px solid #ccc;
          margin: 4px;
}


                                                                 /* layout */
div#obal {
width: 760px;
}

div#hlavicka_obal {
width: 760px;
height: 60px;
text-align: center;
font-weight: bold;
font-size: 120%;
}
div#hlavicka_1 {
width: 294px;
height: 50px;
float: left;
background: url('image/1dil.jpg') no-repeat;
}
div#hlavicka_3 {
width: 294px;
height: 50px;
float: right;
background: url('image/3dil.jpg') no-repeat;
}
div#obal_levo {
width: 150px;
float: left;
}
div.menu_nadpis {
background-color: #efefef;
text-align: center;
font-weight: bold;
font-size: 120%;
color: #666;
border: 1px solid lightblue;
border-bottom: none;
padding-bottom: 1px;
}
div.menu_telo {
border: 1px solid lightblue;
padding: 3px;
margin-bottom: 10px;
border-top: none;
}
div#obal_pravo {
width: 610px;
float: left;
}
div#pravo {
margin-left: 10px;
}

div#zapati {
width: 610px;
margin-left: auto;
margin-right: auto;
text-align: center;
}


div.bunka_nadpis {
background-color: #efefef;
font-weight: bold;
font-size: 120%;
padding-left: 3px;
padding-bottom: 1px;
border: 1px solid lightblue;
border-bottom: none;
color: #777;
}

div.bunka_chyba {
background-color: red;
font-weight: bold;
font-size: 120%;
padding-left: 3px;
padding-bottom: 1px;
border: 1px solid lightblue;
border-bottom: none;
color: #333;
}

div.bunka_telo {
border: 1px solid lightblue;
border-top: none;
padding: 3px;
margin-bottom: 15px;
text-align: justify;
}
div.mala_polozka {
padding-top: 10px;
}

.oddelovac {
	margin-bottom: 7px;
	margin-bottom: 7px;
          background: url('image/oddelovac.gif') repeat-x left white;
}

.ikona {
width: 100px;
height: 100px;
float: left;
margin-right: 3px;
}


.center {
text-align: center;
}
.tucne {
          font-weight: bold;
}
.zelene {
color: green;
}

.cervene {
          color: red;
}
                                             /* reklamni ikony */
.reklama {
          margin-bottom: 3px;
          margin-top: 3px;
}
.pravy {
float: right;
margin-left: 10px;
}

.levy {
float: left;
margin-right: 10px;
}


/* pridano pro ankety_vysledky.php */
table {
border-collapse: collapse;
font-family: 'Verdana','Arial CE', 'Helvetica CE', Arial, sans-serif;
font-size: 1.0em;
}

table.ankety_vysledky td {
width: 150px;
}

.sklon {
font-style: italic;
}

.trida1 { background-color: #FBFBC7; } 
.trida2 { background-color: #e6e6e6; } 
.trida3 { background-color: #ECF7FE; } 
