/* general */

* {
margin: 0;
padding: 0;	
border: 0;
}

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 75%;
color: black;
text-align: center;
background: white;
vertical-align: bottom;
}

a, a:link {
color: #ca492b; /* red */
text-decoration: underline;
}

a:visited {
color: #2d0947; /* darkblue */
}

a:hover, a:active, a:focus {
color: #919736; /* green */
}

h1 {
height: 30px;
line-height: 30px;
color: #2d0947;
font-weight: bold;
font-size: 130%;
background: #dde1a5;
padding-right: 15px;
text-align: right;
margin: 2px 0 0 0;
}

p {
margin-bottom: 15px;
line-height: 150%;
}

.cistic {
=height: 1px;
=width: 1px;
=font-size: 1px;
=line-height: 1px;
=margin: -1px -1px 0 0;
clear: both;
}

.small {
font-size: 90%;
}

.strong {
font-weight: bold;
}

/***************** layout *************/

#main {
width: 942px;
text-align: left;
margin: 0 auto;
}

#header {
width: 942px;
height: 158px;
position: relative;
background: #b0bc38 url("/obrazky/grafika/header.jpg");
}
                                                           
#logo {
width: 185px;
height: 75px;
font-size: 200%;
color: #2d0947;
text-transform: uppercase;
overflow: hidden;
margin: 0;
position: absolute;
top: 40px;
left: 39px;
}

#logo a, #logo span {
width: 185px;
height: 75px;
display: block;
background: url("/obrazky/grafika/logo.jpg");
position: absolute;
top: 0;
left: 0;
}

/* jazyky */

ul#jazyky {
width: 100px;
height: 26px;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
}

ul#jazyky li {
width: 49px;
height: 15px;
margin: 0;
padding: 11px 0 0 0;
border-left: 1px solid white;
list-style: none;
text-transform: uppercase;
color: white;
display: block;
font-size: 90%;
float: left;
}

ul#jazyky li span {
width: 35px;
height: 15px;
line-height: 15px;
text-align: center;
font-weight: bold;
display: block;
}

ul#jazyky a, ul#jazyky a:visited {
width: 35px;
height: 15px;
line-height: 15px;
color: white;	
text-align: center;
background: #2d0947;
text-decoration: none;
display: block;
}

ul#jazyky a:hover, ul#jazyky a:active, ul#jazyky a:focus {
color: white;
background: #b2b941;
}

/*** obsah ***/

#obsah {
width: 942px;
background: url("/obrazky/grafika/cara.jpg") repeat-y 275px 0;
margin: 30px 0;
}

#left {
width: 240px;
padding-left: 15px;
float: left;
}

a.button, a.button:visited {
height: 31px;
line-height: 31px;
display: block;
margin-top: 10px;
padding-left: 15px;
color: #2d0947;
font-weight: bold;
background: #dde1a5 url("/obrazky/grafika/button.jpg") no-repeat center right;
text-decoration: none;
}

a.button:hover, a.button:focus, a.button:active {
background: #dde1a5 url("/obrazky/grafika/button2.jpg") no-repeat center right;
color: #2d0947;
}

#stred {
width: 667px;
padding-top: 60px;
text-align: center;
float: left;
}

/* formular */

input, textarea, select {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100%;
background: white;
color: black;
padding: 3px;
border: 1px solid #b2b941;
}

form {
width: 370px;
margin: 0 auto;
}

fieldset {
text-align: left;
padding: 10px 20px 20px;
background: #dde1a5;
margin-bottom: 20px;
position: relative;
=padding: 30px 20px 20px;
}

legend {
background: #2d0947;
font-weight: bold;
color: white;
padding: 5px 15px;
margin-bottom: 10px;
=position: absolute;
=top: -0.7em;
=left: 10px;
}

input {
width: 200px;
_width: 190px;
}

label {
padding-top: 5px;
float: left;
width: 120px;
}

input#login {
width: 130px;
height: 25px;
padding: 0 0 0 10px;
text-align: left;
font-weight: bold;
font-size: 120%;
background: #b2b941 url("/obrazky/grafika/login.jpg") no-repeat right center;
border: 0;
float: right;
}

/* paticka */

#paticka  {
width: 928px;
height: 37px;
line-height: 37px;
color: #2d0947;
font-size: 90%;
text-align: center;
vertical-align: middle;
background: #b0bc38 url("/obrazky/grafika/footer.jpg");
}

.oddelovac {
padding: 0 7px;
color: white;
}

#paticka a, #paticka a:visited {
color: black;
}

#paticka a:hover, #paticka a:focus, #paticka a:active {
color: white;
}      
