@CHARSET "UTF-8";

body {
 font-family: sans-serif;
 font-size: small;
 font-color: #000;
}

img {
 border: none;
}

h1 {
 color: #e00;
 font-size: x-large;
 font-variant: small-caps;
}

h2 {
 color: #8B8989;
 font-size: medium;
}

h3 {
 color: #c00;
 font-variant: small-caps;
 font-size: medium;
}

table {
 width: 100%;
 background-color: #e00;
}

th {
 background-color: #e00;
 color: #fff;
}

tr {
 margin: 0; padding: 0;
}

td {
 margin: 0;
 border: solid .5px #e00;
 background-color: #fff;
}

p {
 text-align: justify;
 text-indent: 2ex;
}

fieldset {
 border: 1px solid #e00;
 margin-bottom: 1ex;
}

legend {
 font-weight: bold;
}

input,textarea,select {
 margin-top: .5ex; margin-bottom: .5ex;
 border: solid 1px #000;
}

input.noborder {
 border: none;
}

textarea {
 margin-bottom: 1ex;
}

#odeslat {
 float: right;
}

#stred {
 width: 750px;
 padding: 0;
 margin: 3ex 0 0 0;
 margin-left: auto;
 margin-right: auto;
}

#levy {
 width: 152px;
 float: left;
 margin: 0;
}

#pravy {
 width: 598px;
 float: right;
 margin: 0;
}

#menu {
 color: #c00;
 text-align: right;
 margin-bottom: 3ex;
}

#menu a {
 color: #c00;
 font-weight: bold;
 text-decoration: underline;
}

#menu a:hover {
 text-decoration: underline overline;
}

#hlavni {
 width: 598px;
 clear: both;
}

#hlavni a {
 color: #c00;
 text-decoration: none;
}

#hlavni a:hover {
 color: #c00;
 text-decoration: underline;
}

#zvlkat {
 color: #c00;
 text-indent: 0;
 font-weight: bold;
}

#trid {
 text-indent: 0;
 margin-left: 2ex;
 font-weight: bold;
}

#prihlasky {
 text-indent: 0;
 margin-left: 2ex;
}

.anone {
 border: none;
}

.red {
 color: #c00;
}

.txtB {
 font-weight: bold;
 color: #e00;
}

