<!--font-face {
   font-family: "luci";
   src: url(./include/LCALLIG.TTF) format("truetype");
}-->

@font-face {
font:normal 18px 'luci';
src:url(LCALLIG.ttf);
}
body
{
  background-color: #F2EBD9;
  background-image:url('.././images/bg1.jpg');
  background-repeat:repeat;
  text-align: center;
  font: normal 14px luci; color: #62543A;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 800px;
}
img {
border : 0;
}
h3{
  font: bold 14px luci; color: #62543A;
}

a
{
  color: #62543A;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.title
{
  color: maroon;
  text-decoration: none;
  font-weight: bold;
}

/*  ARTICLE / HTML   */

.form
{
  width:120px;
  height: 20; border: solid 1px #62543A; margin-bottom:1;
  background-color: #DFD3B9; color: black;
  font: normal 14px luci; color: #62543A;
}

.form_long
{
  height: 20;
  width:240px;
  border: solid 1px #939393;
  margin-bottom:1;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}

.form_housenr
{
  height: 20px;
  width:40px;
  border: solid 1px #939393;
  margin-bottom:1;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}

.form_phone
{
  height: 20px;
  width: 240px;
  border: solid 1px #939393;
  margin-bottom: 1;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}

.form_zip
{
  height: 20px;
  width: 40px;
  border: solid 1px #939393;
  margin-bottom: 1px;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}

.form_id
{
  height: 20px;
  width: 20px;
  border: solid 1px #939393;
  margin-bottom: 1px;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}

.form_submit
{
  height: 20px;
  width: 70px;
  border: solid 1px #939393;
  margin-bottom: 1px;
  background-color: #DFD3B9;
  font: normal 14px luci; color: #62543A;
}
.oldal-navigacio
{
  font: normal 8px luci; color: #62543A;
  color: #000000;
  padding: 8 8 0 8;
}

table {
	font: normal 14px luci; color: #62543A;
	background: #F2EBD9;
}

th {
	color : #62543A;
	font: bold 14px luci; color: #62543A;
	background: #F2EBD9;
}

th a {
	font: bold 14px luci; color: #62543A;
	background: #F2EBD9;
}

.logintable {
	font: normal 14px luci; color: #62543A;
	background: #DFD3B9;
}

.logintable th {
	font: bold 14px luci; color: #62543A;
	background: #DFD3B9;
}

.logintable th a {
  font-family: "luci";

/*	font: bold 14px luci; color: #62543A;*/
	background: #DFD3B9;
}


.error {
	font: normal 14px luci; color: red;
}


#pageNavigation {
	text-align: center;
	font: bold 14px luci; color: red;
}
	#pageNavigation A:link {
		color: maroon;
		text-decoration: none;
		font-size: 14px;
	}
	#pageNavigation A:visited {
		color: blue;
		text-decoration: none;
		font-size: 14px;
	}
	#pageNavigation A:active {
		color: red;
		text-decoration: none;
		font-size: 14px;
	}
	#pageNavigation A:hover {
		color: orange;
		text-decoration: underline;
		font-size: 14px;
	}


input:focus{background: #F2EBD9;}
form:focus { background: #F2EBD9;}
button:focus { background: #F2EBD9;}
textarea:focus { background: #F2EBD9;}







