/* CSS Document */

body {
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.menu {
  color: #000000;
}

a img{
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

.td_menu {
  background-image: url(art/gomb.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

/* galeria */

div.scroll {
  height: 146px;
  width: 580px;
  display: block;
  overflow: auto;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

.hidden {
  display: none;
}

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

form#contact {
  padding: 10px 20px 10px 20px;
}

form#contact div {
  float: left;
  padding-bottom: 5px;
}

form#contact label {
  float: left;
  width: 80px;
  height: 12px;
  display: block;
}

form#contact input, form#contact textarea {
  float: right;
  width: 450px;
  background-color: #00157E;
  color: #AAAAAA;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

form#contact textarea {
  overflow: auto;
}

form#contact input#submit {
  background-color: #FFFFFF;
  color: #000000;
  width: auto;  
}

/* dobozhatter */

.tartalom a span, .tartalom h1, .tartalom .uzenet, .tartalom .felado {
  background-color: #FFFFFF;
  border-color: #162870;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}




