/* ----- Definícia body, html ------------------------------------------------------------------ */
html, body {height: 100%; padding: 0; margin: 0;}
body {
  text-align: center;
  background: #414753 url("../stuff/back.jpg") top center repeat-y;
  font-family: Verdana, Arial, lucida, sans-serif;
  font-size: 0.8em;
}

.none{
display:none;
}

/* ----- Základný layout stránky --------------------------------------------------------------- */
#main {
  text-align: center;
  margin: 0 auto; padding: 0;
  width: 760px;
}

#content {padding: 0 30px;}

#logo {
  position:relative;
  height: 110px;
  width: 760px;
  overflow: hidden;
  color: #fff;
  margin: 0;
}
#logo span {
  position:absolute;
  left:0; top:0; z-index:1;
  height: 110px; width: 760px;
  background: #808080 url("../stuff/logo.jpg") top right no-repeat;
}
#logo a {cursor: pointer;}
#logo h1 {display: inline; border: 0; margin: 0;}





/* ----- Formuláre ----------------------------------------------------------------------------- */
form {margin-top: 20px; text-align: center;}
fieldset {border: 0; border-top: 1px solid #808080; margin: 0; padding: 0;}
legend {
  font-weight: bold;
  color: #044488;
  background: #fff;
  font-size: 1.2em;
  padding: 5px 10px;
  margin: 0 0 20px 20px;
  border: 1px solid #808080;
}
label {display: block;}
input, select {padding: 3px; width: 300px; margin: 1px 0; border: 1px solid #c0c0c0;}
input.normal, select.normal {width: auto;}

textarea {margin: 0 auto; padding: 5px; border: 1px solid #c0c0c0;}
input:hover, select:hover, textarea:hover {border: 1px solid #808080;}
input:focus, select:focus, textarea:focus {border: 1px solid #000;}
input.submit {width: 310px; height: 35px; padding: 5px 20px; margin: 20px 0 30px 0; border: 0; cursor: pointer; background: url("../stuff/submit.jpg") top right no-repeat; color: #fff; font-weight: bold;}
input.readonly {background: #c0c0c0; border: 1px solid  #808080;}
table {margin: 0 auto; text-align: left;}
table tr td p {margin: 20px 0 0 0;}
/*tr:hover {background: #dcd9d9;}*/ /* - neviem, či to tam chcem :-\ */



/* ----- Zarovnania blokových elementov -------------------------------------------------------- */
.l {text-align: left;}
.r {text-align: right; width: 40%;}
.c {text-align: center;}
.j {text-align: justify;}



/* ----- mm-marekove somariny ------------------------------------------------------------------ */
input.sede {background: #000; border: 1px solid #808080;}
