/*  CUTENEWS  */

.cutenews_head {
	font-family: "Times New Roman";
	font-size: 17px;
	font-weight: bold;
	color: #464646;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	letter-spacing: 0px;
	font-style: italic;
}

.datum {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background-color: transparent;
	text-align: left;
	font-style: normal;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0px;}

.blogtartalom {
	padding: 8px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.5em;
	color: #666666;
	border: 0px solid #E5E5E5;
	text-align: justify;
	font-family: Tahoma;
	width: 570px;
	margin-top: -10px;
}

.hozzaszolasok {
	padding: 5px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	border: 0px solid #E5E5E5;
	text-align: left;
	font-family: Tahoma;
	width: 565px;
	margin-top: 5px;
	background-color: transparent;
	text-align: justify;
}

#hozzaszolas_bg {
	border: 0px dashed #cccccc;
	background-color: ;
}

#bg {
	border: 0px dashed #cccccc;
	background-color: #CCCCCC;
}

#keret {
	width: 580px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*  sima kép  */

img {
	border: 1px solid #abdebf;
	background-color: transparent;
	padding: 4px;
	filter: alpha(opacity=80);
    opacity: 0.8;
	-moz-border-radius:0.7em;
    -webkit-border-radius: 0.7em;}
img:hover{
	border: 1px solid #e95a82;
	background-color: transparent;
	padding: 4px;
	filter: alpha(opacity=90);
    opacity: 1.0;
    cursor: se-resize;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;}
	
/*  linkelt kép  */

a:link img, a:visited img {
	border: 1px solid #abdebf;
	background-color: transparent;
	padding: 4px;
	filter: alpha(opacity=80);
    opacity: 0.8;
	-moz-border-radius: 0.9em ;
    -webkit-border-radius: 0.9em ;}
a:hover img{
	border: 1px solid #e95a82;
	background-color: #ffffff;
	padding: 4px;
	cursor: help;
	filter: alpha(opacity=90);
    opacity: 1.0;
	-moz-border-radius: 0.9em ;
    -webkit-border-radius: 0.9em ;}
	
/*  link  */
	
a:link, a:visited {
     color: #7eb292;
     font-family: Tahoma;
     font-weight: normal;
     font-style: normal;
     font-size: 11px;
     text-decoration: none;}
a:hover {
     color: #b7e3bf;
     font-size: 11px;
     font-weight: normal;
     text-decoration: none;
     text-transform: none;
     font-style: normal;
     font-family: Tahoma;
     border-top: 0px solid #9966cc;
     border-bottom: 0px dotted #e5e5e5;
     cursor: default;}
	 
input { /*  pl. oké gomb.  */
	background-color: #f2f2f2;
	font-family: Tahoma;
	font-size: 10px;
	color: #ae7b63;
	border: 1px solid #DADADA;
	text-align: center;
	padding: 3px;
}
textarea {/*  pl. kódos dobozom kinézete  */
	background-color: #f2f2f2;
	font-family: Tahoma;
	font-size: 10px;
	color: #ae7b63;
	border: 1px solid #DADADA;
	text-align: center;
	padding: 3px;}
	
/*  DOLT, ALÁHÚZOTT, BOLD betustílusok  */
	 
STRONG {
	COLOR: #2c780d;
	FONT-SIZE: 9px;
	letter-spacing: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
U {  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 0px;
        TEXT-TRANSFORM: lowercase;
        color: #fa7493;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 0px;}
EM {
	COLOR: #666666;
	letter-spacing: px;
	FONT-SIZE: 10px;
	FONT-FAMILY: georgia;
	border-bottom: 0px dashed #6d927d;
}

