/* Általános stíluslap *//* Hivatkozás */
a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

h1 {
    font-family:"Arial";
    font-size:18pt;
    font-weight:bolder;
    text-align:left;
}
h2 {
    font-family:"Arial";
    font-size:14pt;
    font-weight:bold;
    text-align:left;
}
h3 {
    font-family:"Arial";
    font-size:12pt;
    font-style:italic;
    text-align:left;
}

.alap{
    background-color:cyan;
    z-index:5;
    left:5px;
    top:60px;
    width:500px;
    height:750px;
    border-width:2px;
    border-style:solid;
    border-color:lightgreen;
    position:absolute;
    font-family:"Verdana";
    font-size:10pt;
    font-weight:normal;
    font-style:normal;
    text-align:justify;
}
/* Elválasztó vonal */

.alcim{
    font-family:Arial;
    color:black;
    font-size:14pt;
    font-weight:bold;
    font-style:normal;
    text-align:center;
}

.cella{
    font-family:Arial;
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    text-align:center;
}
/* Színezés */

.cimke{
    line-height:1.5;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    text-align:right;
    background-color: white;
}

.focim{
    font-family:"Arial Black";
    color:black;
    font-size:16pt;
    font-weight:bold;
    font-style:normal;
    text-align:center;
}

.kiemelt{
    color:red;
    font-size:32pt;
    font-family:arial;
    font-weight:bold;
    z-index:2;
    position:absolute;
    top:5pt;
    left:20px;
}

.kiemelt_arnyeka{
    color:black;
    font-size:32pt;
    font-family:arial;
    font-weight:bold;
    z-index:1;
    position:absolute;
    top:-2pt;
    left:-2pt;
}

/* Infó */

.orszag{
    background-color:red;
    color:yellow;
    font-size:14pt;
    font-weight:bold;
    font-style:normal;
    text-align:left; 
}
.jelleg{ 
    background-color:yellow;
    color:red;
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    text-align:left;
}
.utitars{ 
    background-color:green;
    color:white;
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    text-align:left;
}
.varos{ 
    background-color:cyan;
    color:black;
    font-size:12pt;
    font-weight:bolder;
    font-style:normal;
    text-align:left;
}
.seta{ 
    background-color:grey;
    color:yellow;
    font-size:10pt;
    font-weight:normal;
    font-style:italic;
    text-align:left;
	vertical-align:middle;
}
.megjegyzes{
    background-color:white;
    color:magenta;
    font-family:"Times New Roman";
    font-size:8pt;
    font-weight:normal;
    font-style:normal;
    text-align:justify;
}
/* Táblázat */

.sta{
    text-align:left;
    width:90%;
    vertical-align:middle;
    border-width:2px;
    border-color:black;
    border-style:solid;
    background-color:white;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.szam{
    font-family:Courier;
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    text-align:right;
}


.szoveg{
    font-family:Arial;
    font-size:12pt;
    font-weight:normal;
    font-style:normal;
    text-align:left;
}

table{
    text-align:center;
    /*:90%;*/
    vertical-align:middle;
    border-width:medium;
    border-color:gray;
    border-style:double;
    background-color:rgb(0,255,255);
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}
/* Oszlopok */

a:active{
    color:magenta;
    background-color:white;
    font-weight:normal;
}
/* Betűnagyság, igazítás */

a:hover{
    color:green;
    background-color:cyan;
    font-weight:normal;
}

a:link{
    color:blue;
    font-weight:normal;
}

a:visited{
    color:red;
    background-color:pink;
    font-weight:normal;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 10px 0px 0px 10px;
	border: 0;
	outline: 0;
	font-size: 100%;
    text-align: left;
	vertical-align: top
}



body {
	line-height: 1.5;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

hr.hosszu{
    width:93%;
}

hr.rovid{
    width:25%;
}
