/*gördítő tulajdonságai*/
BODY {
	SCROLLBAR-FACE-COLOR: #8295C0; SCROLLBAR-HIGHLIGHT-COLOR: #B3BDDA; SCROLLBAR-DARKSHADOW-COLOR: #B3BDDA; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-BASE-COLOR: #667BB4; SCROLLBAR-3DLIGHT-COLOR: #B3BDDA; SCROLLBAR-TRACK-COLOR: #C6DEE8
}


/*háttérkép*/
BODY {
 background-image: url(kepek/hatter.jpg);
 background-position: top left;
 background-attachment: fixed;
 background-repeat: repeat;
 }


/*belső háttér szín*/
.cell1{background: #667BB4}
.cell2{background: #8295C0}


/*általános szöveg tulajdonságok*/
BODY {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #FFFFFF;
}

/*sima szöveg tulajdonságai*/
.szoveg {font-family: Times New Roman;
	 font-size: 12pt;
	 color: #FFFFFF;
         text-align: justify;
}

/*szöveg középen tulajdonságai*/
.szovegkozep {font-family: Times New Roman;
              font-size: 12pt;
              color: #FFFFFF;
              text-align: center;}



/*félkövér szöveg középen tulajdonságai*/
.fszoveg {font-family: Times New Roman;
          font-size: 12pt;
          color: #FFFFFF;
	  text-align: center;
	  font-weight:bold;
}


/*félkövér szöveg tulajdonságai*/
.szovegf {font-family: Times New Roman;
          font-size: 12pt;
          color: #FFFFFF;
	  text-align: justify;
	  font-weight:bold;
}

/*belső oldalak főcím tulajdonságai*/
.bcim {font-size: 14pt;
	text-align: left;
}



/*űrlap tulajdonságok*/
	.urlap {font-size: 12pt;
	text-align: left;
	font-weight:normal;
}

/*szöveges linkek tulajdonságai*/
a {
	font: Times New Roman;
	font-size: 12pt;
	color: #FFFFFF;
        font-weight:normal;
	}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
        font-weight:normal;
        
}
a:active {
	text-decoration: none;
}

/*margó tulajdonságai*/
P    { margin: 20pt 25pt } /* felső és alsó margók 20pt,
                              bal és jobb margók 25pt */



/*vendégkönyv*/
a.link:link {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: none;
}
a.link:visited {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: none;
}
a.link:active {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: none;
}
a.link:hover {
	color: #FFCC00;
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: none;
}

.table1 {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	border: 1pt solid #8295C0;
	width: 450pt;
}
.table2 {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: left;
	width: 430pt;
}
.table3 {
	width: 430pt;
	height: 2;
}
.td1 {
	background-color: #667BB4;
	height: 20;
}
.textm {
	background-color: #C6DEE8;
	border: 1pt solid #667BB4;
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000080;
}
.gomb {
	background-color: #667BB4;
	border: 1pt solid #C6DEE8;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	width: 100pt;
}
.gombka {
	background-color: #667BB4;
	border: 1pt solid #C6DEE8;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	width: 80pt;
}

