/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

div, img {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  color: #000000;
  font-weight: bold;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

small {
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */

.clearfix {
  clear: both;
}

.center {
  text-align: center;
}

/* -------------------------------------------------------------------------- */

h1#top {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

div#container {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

div#a {
  display: block;
  height: 29px;
  background-color: #D74200;
}

div#b {
}

div#c {
  background-color: #E8E8E8;
  background-image: url(art/left.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

div#ca {
  display: block;
  float: left;
  width: 205px;
}

div#ca ul {
  list-style-image: url(art/nyilsz.gif);
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 20px 5px 20px 30px;
}

div#ca ul li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

div#ca ul ul {
  margin: 0;
  padding: 10px 0 0 20px;
}

div#ca ul ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

div#ca a {
  color: #000000;
/*  width: 200px;*/
}

div#ca label {
  width: auto;
}

div#cb {
  float: right;
  width: 535px;
  padding: 20px 20px 20px 0;
  font-size: 16px;
}

div#d {
  display: block;
  height: 19px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #E5D597;
}

div#e {
  display: block;
  text-align: center;
  background-color: #D74200;
  padding: 10px;
}

div#f {
  text-align: center;
}

/* -------------------------------------------------------------------------- */

div#ca ul.menu {
  font-size: 14px;
  background-color: #D74200;
/*  margin: 0;
  padding-left: 40px;
  padding-right: 5px;*/
}

div#ca ul.menu li a {
  color: #FFFFFF;
}

div#ca p {
  margin: 0 0 10px 0;
  padding: 0;
}

div#ca form {
/*  padding: 0 20px 0 20px;*/ 
}

div#ca form input {
  width: 140px;
  margin: 2px 0 2px 0;
  padding: 2px 3px 2px 3px;
}

div#ca form input#submit {
  width: 150px;
}

/* -------------------------------------------------------------------------- */

form {
  margin: 0;
  padding: 0;
}

form div {
  margin-bottom: 5px;
  clear: both;
}

form label {
  float: left;
  display: block;
  width: 205px;
  padding: 0 5px 5px 0;
}

form input, form textarea, form select {
  width: 300px;
} 

form textarea {
  height: 190px;
  overflow: auto;
}

form input.auto {
  width: auto;
}

form p, form h1, form h2, form h3 {
/*  margin: 10px 0 10px 0;*/
  clear: both;
}

/* -------------------------------------------------------------------------- */

form#contact {
}

form#contact div {
  text-align: right;
}

form#contact label {
  width: 100px;
  text-align: left;
}

form#contact input, form#contact textarea, form#contact select {
  width: 400px;
} 

form#contact input.auto {
  width: auto;
}

/* -------------------------------------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

table, table td, table th {
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

table.list td, table.list td a, table.list th, table.list th a {
  color: #065886;
}

img.gallery {
  padding: 3px;
  background-color: #FFFFFF;
  border-color: #FE7300;
  border-style: solid;
  border-width: 2px;
  float: none;
  margin: 4px;
}

/* -------------------------------------------------------------------------- */


table.galeria {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: 10px 0 0 0;
}

table.galeria, table.galeria td, td.images {
  border-width: 0px;
  padding: 3px;
  text-align: center;
  vertical-align: top;
}

