.cim         { font-size: 20pt; font-family: Arial; color: #0000FF; font-weight: bold}
.felcim2     { font-family: Arial; font-size: 14pt; color: #000000; font-weight: bold; text-align: Center }
.felcim      { font-size: 16px; color: #000000; font-family: Arial; text-align: Center;}
.szovegbold  { font-size: 12px; font-family: Arial; text-align: left; font-weight: bold; color: #FFFFFF}
/*
a:link       { color: #0000CC; text-decoration: none}
a:hover      { color: #FF0000}
a:visited    { color: #FF0000; text-decoration:none}
a:active     { color: #FF0000; text-decoration: none}
*/
a:link
{
	color: #800000;
	text-decoration: none;
	border-bottom: thin dotted;
}

a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: thin dotted;
}

a:visited
{
	color: #800000;
	text-decoration:none;
	border-bottom: thin dotted;
}

a:active
{
	color: #000;
	text-decoration: none;
	border-bottom: thin dotted;
}

.szoveg      { font-size: 12px; font-family: Arial; text-align: justify; color: #808080} //{ font-size: 12px; font-family: Arial; text-align: justify; color: #000000}
.felcim3     { font-family: Arial; font-size: 12pt; color: #FFFFFF; font-weight: bold; text-align: Center }
.cikkek      { font-size: 12px; font-family: Arial; text-align: center; color: #000000 ; font-weight: bold}
.szovegath   { font-size: 12px; font-family: Arial; text-align: left font-weight ; color: #000000 ; text-decoration: line-through}
.szovegcim   { font-size: 12px; font-family: Arial; text-align: center; color: #800000; font-weight: bold} //{ font-size: 12px; font-family: Arial; text-align: center; color: #000000; font-weight: bold}
.szovegi     { font-size: 12px; font-family: Arial; text-align: justify; color: #000000 ; font-style: italic}
.szovegbal   { font-size: 12px; font-family: Arial; text-align: left; color: #000000 }
.szovegk     { font-size: 10px; font-family: Arial; text-align: left; color: #808080}
.szovegf     { font-size: 12px; font-family: Arial; text-align: justify; color: #FFFFFF ; font-weight: bold}
.szovegkep   { font-size: 10px; font-family: Arial; text-align: left; color: #000000}
.szoveguj    { font-size: 12px; font-family: Arial; text-align: justify; color: #800000}

sup	     {font-size: 8px; font-family: Arial; text-align: justify}

a.proba:link {color: #800000; text-decoration: none; font-size: 12px; font-family: Arial}
a.proba:hover {color: #800000; text-decoration: none; font-size: 12px; font-family: Arial}
a.proba:visited {color: #800000; text-decoration: none; font-size: 12px; font-family: Arial}
a.proba:active  {color: #800000; text-decoration: none; font-size: 12px; font-family: Arial}

a.tooltip
{
	color:#c00;
}

a.tooltip dl
{
	display:none;
	width: 10px;
	float: left;
}

a.tooltip:hover
{
	position:relative;
	z-index:500;
	text-decoration:none;
}

a.tooltip:hover dl
{
	display:block;
	position:absolute;
	top:20px;
	left:-25px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #545454;
	background:#ffc;
	width:150px;
}

a.tooltip:hover dl em
{
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	background:#fff url(tooltip.gif) 0 0;
	display:block;
	font-size:1px;
}

a.tooltip:hover dl dt
{
	background-color: #97141a;
	color: #FFF;
}

a.tooltip:hover dl dd
{
	color: #000;
	text-align: left;
	margin: 0;
	margin-top: 3px;
}

a.tooltip:hover dl i
{
	font-style: italic;
}	

a.tooltip b
{
	display: none;
}

a.tooltip:hover b
{
	display:block;
	position:absolute;
	top:20px;
	left:-25px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #545454
	background:#ffc;
	width:150px;
}

a.tooltip:hover b em
{
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	background:#fff;
	display:block;
	font-size:1px;
}

#hangulat{
  position: relative;
  top: -20px;
  padding: 0;
  width: 150px;
  height: 30px;
  /*background: url('../images/hangulat.jpg');*/
  text-align: center;
  /*color: #FFF;*/
  font-size: 16px;
}

* html #hangulat{
  position: relative;
  top: 0;
  padding: 0;
  margin:0;
  width: 150px;
  height: 45px;
  /*background: url('../images/hangulat.jpg');*/
  text-align: center;
  color: #FFF;
  font-size: 16px;
}

#hangulat a{
  text-decoration: none;
  /*color: #FFF;*/
  margin: 0;
}

.strike{
  text-decoration: line-through;
}