/**********     Linkek     **********/

a {
  FONT-SIZE: 12px; COLOR: #666699; FONT-FAMILY: Georgia, Times New Roman, Times, serif; TEXT-DECORATION: none
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
}


a.small {
	FONT-SIZE: 12px; COLOR: #00000; FONT-FAMILY: Georgia, Times New Roman, Times, serif; TEXT-DECORATION: none
}
a.small:link {
	color: #00000;
}
a.small:visited {
	color: #00000;
}
a.small:active {
	color: #00000;
}
a.small:hover {
	color: black;
}

a.link_med {
	FONT-SIZE: 14px; COLOR: #666699; FONT-FAMILY: Georgia, Times New Roman, Times, serif; TEXT-DECORATION: none
}
a.link_med:link {
	color: #ff0099;
}
a.link_med:visited {
	color: #ff0099;
}
a.link_med:active {
	color: #ff0099;
}
a.link_med:hover {
	color: black;
}


a.link_small2 {
	FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: Arial,Helvetica,Geneva; TEXT-DECORATION: none
}
a.link_small2:link {
	color: #ff0099;
}
a.link_small2:visited {
	color: #ff0099;
}
a.link_small2:active {
	color: black;
}
a.link_small2:hover {
	color: black;
}

/**********     Szöveg     **********/
p{
	margin:10px 0;
	text-align:justify;
  margin:0;
  padding:0 0 5px;
}

.normal_szoveg {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.normal_szoveg2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.normal_szoveg3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


