.doc1 {
  background-image: url('images/doc1.jpg');
  background-position: top left;
  background-repeat: no-repeat;

}

.head {
  background-image: url('images/head5.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Lucida Handwriting
  font-size: 38pt;
  color: #dedede;
}

a {
	font-family: tahoma;
	font-size: 11pt;
	color: #ffffb4;
}

td {
	font-family: tahoma;
	font-size: 11pt;
	color: #f0f0f0;
}

td.head {
  background-image: url('images/head5.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Lucida Handwriting
  font-size: 38pt;
  color: #dedede;
}

input {
	font-family: tahoma;
	font-size: 8pt;
	color: #4a85c2;
	border: 2px solid #dedede;  <!-- bebebe -->
	background-color: #f0f0f0;
}

textarea {
	font-family: tahoma;
	font-size: 8pt;
	color: #777777;    <!-- világos szürke -->
	border: 2px solid #dedede;
	background-color: #f0f0f0;
}

select {
	font-family: tahoma;
	font-size: 8pt;
	color: #4a85c2;
	border: 2px solid #dedede; <!-- világos szürke -->
	background-color: #f0f0f0;
}

.gomb {
	font-family: tahoma;
	font-size: 8pt;
	color: #451e01;   <!-- narancs ffb32c helyett barna 20110522-->
	font-weight: bold;
	border: 2px solid #dedede;
	background-color: #f0f0f0;
}

.gomb2 {
	font-family: tahoma;
	font-size: 8pt;
	color: #aa0000;
	border: 2px solid #808080;
	background-color: #eeeeee;
}

.gomb2:disabled {
	font-family: tahoma;
	font-size: 8pt;
	color: #808080;  <!-- szürke -->
	border: 2px solid #808080;
	background-color: #eeeeee;
}


h1 {
	font-family: tahoma;
	font-size: 16pt;
	color: #f0f0f0;       <!-- kék 4a85c2 helyett barna -->
}

.h2 {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color:  #f0f0f0;       <!-- kék #4a85c2-->
}

.dia {
	border: 3px solid #808080;
}

.doboz   {
         border: 2px solid #451e01;
         background-color: #f0f0f0;
         font-family: tahoma;
         font-size: 10pt;
         color: #2A3882;
         }

.civi:hover {
  background-image: url('images/Civ1.jpg');
  }